From 4746d10fd467ebb3b43988701deb72a2ea4adfdd Mon Sep 17 00:00:00 2001 From: Himanshu Agarwal Date: Wed, 19 May 2021 08:41:47 +0530 Subject: [PATCH] [Az.RecoveryServices.Backup] fixed sql CRR and security issue with SQL restore (#14599) * fixing sql restore, breaking change * Fixed TestCases --- .../RecoveryServices.Backup.Helpers.csproj | 2 +- .../AzureWorkloadRecoveryConfig.cs | 7 +- .../Properties/Resources.Designer.cs | 11 + .../Properties/Resources.resx | 3 + .../RecoveryServices.Backup.Models.csproj | 2 +- .../AzureWorkloadProviderHelper.cs | 17 +- .../AzureWorkloadPsBackupProvider.cs | 25 +- .../RecoveryServices.Backup.Providers.csproj | 2 +- .../BMSAPIs/RestoreDiskAPIs.cs | 5 +- .../BMSAPIs/VaultAPIs.cs | 13 +- ...ervices.Backup.ServiceClientAdapter.csproj | 2 +- .../RecoveryServices.Backup.Test.csproj | 2 +- .../AzureFiles/ProtectionCheckTests.cs | 2 +- .../ScenarioTests/IaasVm/ContainerTests.ps1 | 1 + .../ScenarioTests/IaasVm/ItemTests.ps1 | 16 +- .../ScenarioTests/IaasVm/JobTests.ps1 | 23 +- .../GetAzureVmWorkloadContainer.json | 7855 +++++++++---- .../TestAzureFSContainer.json | 1510 +-- .../TestAzureFSUnregisterContainer.json | 2079 ++-- .../TestAzureVMGetContainers.json | 3714 ++++--- .../TestAzureFSBackup.json | 2137 ++-- .../TestAzureFSFullRestore.json | 3989 ++++--- .../TestAzureFSGetRPs.json | 2740 +++-- .../TestAzureFSItem.json | 2818 +++-- .../TestAzureFSProtection.json | 3111 ++++-- .../TestAzureRSVaultMSI.json | 414 +- .../TestAzureUnmanagedVMFullRestore.json | 8174 ++++---------- .../TestAzureVMBackup.json | 8656 ++++++++++---- .../TestAzureVMCrossRegionRestore.json | 330 +- .../TestAzureVMDiskExclusion.json | 9894 ++++++++++++----- .../TestAzureVMFullRestore.json | 7804 ++++++------- .../TestAzureVMGetItems.json | 6175 ++++++---- .../TestAzureVMGetRPs.json | 7085 +++++++++--- .../TestAzureVMProtection.json | 2629 +++-- .../TestAzureVMRPMountScript.json | 5190 +++++---- .../TestAzureVMSetVaultContext.json | 2497 +++-- .../TestAzureFSGetJob.json | 2505 +++-- .../TestAzureVMCancelJob.json | 2835 +++-- .../TestAzureVMGetJobs.json | 5043 +++++---- .../TestAzureVMGetJobsTimeFilter.json | 4338 ++++---- .../TestAzureVMWaitJob.json | 4650 ++++---- .../TestAzureFSPolicy.json | 248 +- .../TestAzureVMPolicy.json | 564 +- .../TestAzureVmWorkloadPolicy.json | 294 +- ...mRecoveryServicesBackupRecoveryLogChain.cs | 8 + ...eryServicesBackupWorkloadRecoveryConfig.cs | 15 +- ...estoreAzureRMRecoveryServicesBackupItem.cs | 8 +- .../RecoveryServices.Backup.csproj | 2 +- .../RecoveryServices.SiteRecovery.Test.csproj | 2 +- .../RecoveryServices.Test.csproj | 2 +- src/RecoveryServices/RecoveryServices.sln | 2 +- .../RecoveryServices/ChangeLog.md | 1 + .../RecoveryServices/RecoveryServices.csproj | 2 +- .../Vault/GetAzureRmRecoveryServicesVaults.cs | 1 - .../SetAzureRmRecoveryServicesVaultContext.cs | 1 - ...zRecoveryServicesBackupRecoveryLogChain.md | 23 +- ...eryServicesBackupWorkloadRecoveryConfig.md | 7 +- 57 files changed, 65538 insertions(+), 43947 deletions(-) diff --git a/src/RecoveryServices/RecoveryServices.Backup.Helpers/RecoveryServices.Backup.Helpers.csproj b/src/RecoveryServices/RecoveryServices.Backup.Helpers/RecoveryServices.Backup.Helpers.csproj index 5d90d8ee8ec5..919fabcc771e 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Helpers/RecoveryServices.Backup.Helpers.csproj +++ b/src/RecoveryServices/RecoveryServices.Backup.Helpers/RecoveryServices.Backup.Helpers.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/RecoveryServices/RecoveryServices.Backup.Models/AzureVmWorkloadModels/AzureWorkloadRecoveryConfig.cs b/src/RecoveryServices/RecoveryServices.Backup.Models/AzureVmWorkloadModels/AzureWorkloadRecoveryConfig.cs index 7e896acd84e7..c0122b659475 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Models/AzureVmWorkloadModels/AzureWorkloadRecoveryConfig.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Models/AzureVmWorkloadModels/AzureWorkloadRecoveryConfig.cs @@ -38,6 +38,11 @@ public class AzureWorkloadRecoveryConfig : RecoveryConfigBase /// public string RestoredDBName { get; set; } + /// + /// Target Virtual Machine Id in case of Alternate Location Restore + /// + public string TargetVirtualMachineId { get; set; } + /// /// OverwriteWLIfpresent /// @@ -66,7 +71,7 @@ public AzureWorkloadRecoveryConfig(string targetServer, string targetInstance, s : base(restoreRequestType, recoveryPoint, pointInTime) { TargetServer = targetServer; - TargetInstance = targetInstance; + TargetInstance = targetInstance; } } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/Resources.Designer.cs b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/Resources.Designer.cs index 98f03c006a30..9342543fc034 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/Resources.Designer.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/Resources.Designer.cs @@ -1895,5 +1895,16 @@ public static string ZonalRestoreVaultStorageRedundancyException return ResourceManager.GetString("ZonalRestoreVaultStorageRedundancyException", resourceCulture); } } + + /// + /// Looks up a localized string similar to WorkloadRecoveryConfig TargetVirtualMachineId cannot be null for Alternate location restore. + /// + public static string TargetVirtualMachineIdRequiredException + { + get + { + return ResourceManager.GetString("TargetVirtualMachineIdRequiredException", resourceCulture); + } + } } } diff --git a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/Resources.resx b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/Resources.resx index 24464c91f7c4..a72e6bc047a9 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/Resources.resx +++ b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/Resources.resx @@ -625,4 +625,7 @@ Please contact Microsoft for further assistance. Please check whether the vault storageRedundancy is ZRS or RA-GRS or remove TargetZone + + WorkloadRecoveryConfig TargetVirtualMachineId cannot be null for Alternate location restore + \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Models/RecoveryServices.Backup.Models.csproj b/src/RecoveryServices/RecoveryServices.Backup.Models/RecoveryServices.Backup.Models.csproj index 70e32c9e21f7..d9588132187b 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Models/RecoveryServices.Backup.Models.csproj +++ b/src/RecoveryServices/RecoveryServices.Backup.Models/RecoveryServices.Backup.Models.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/RecoveryServices/RecoveryServices.Backup.Providers/AzureWorkloadProviderHelper.cs b/src/RecoveryServices/RecoveryServices.Backup.Providers/AzureWorkloadProviderHelper.cs index 5cd588bfd656..ca0756b8645a 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Providers/AzureWorkloadProviderHelper.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Providers/AzureWorkloadProviderHelper.cs @@ -440,6 +440,7 @@ public List ListLogChains(Dictionary ProviderData DateTime startDate = (DateTime)(ProviderData[RecoveryPointParams.StartDate]); DateTime endDate = (DateTime)(ProviderData[RecoveryPointParams.EndDate]); string restorePointQueryType = (string)ProviderData[RecoveryPointParams.RestorePointQueryType]; + bool secondaryRegion = (bool)ProviderData[CRRParams.UseSecondaryRegion]; ItemBase item = ProviderData[RecoveryPointParams.Item] as ItemBase; @@ -465,12 +466,26 @@ public List ListLogChains(Dictionary ProviderData ODataQuery queryFilter = new ODataQuery(); queryFilter.Filter = queryFilterString; - List rpListResponse = ServiceClientAdapter.GetRecoveryPoints( + List rpListResponse; + if (secondaryRegion) + { + //fetch recovery points Log Chain from secondary region + rpListResponse = ServiceClientAdapter.GetRecoveryPointsFromSecondaryRegion( + containerUri, + protectedItemName, + queryFilter, + vaultName: vaultName, + resourceGroupName: resourceGroupName); + } + else + { + rpListResponse = ServiceClientAdapter.GetRecoveryPoints( containerUri, protectedItemName, queryFilter, vaultName: vaultName, resourceGroupName: resourceGroupName); + } List timeRanges = new List(); foreach (RecoveryPointResource rp in rpListResponse) diff --git a/src/RecoveryServices/RecoveryServices.Backup.Providers/Providers/AzureWorkloadPsBackupProvider.cs b/src/RecoveryServices/RecoveryServices.Backup.Providers/Providers/AzureWorkloadPsBackupProvider.cs index 7b8def6adf29..a16df5731145 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Providers/Providers/AzureWorkloadPsBackupProvider.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Providers/Providers/AzureWorkloadPsBackupProvider.cs @@ -104,7 +104,7 @@ public RestAzureNS.AzureOperationResponse DisableProtectionWithDeleteData() } public RestAzureNS.AzureOperationResponse UndeleteProtection() - { + { string vaultName = (string)ProviderData[VaultParams.VaultName]; string resourceGroupName = (string)ProviderData[VaultParams.ResourceGroupName]; AzureWorkloadSQLDatabaseProtectedItem item = (AzureWorkloadSQLDatabaseProtectedItem)ProviderData[ItemParams.Item]; @@ -431,6 +431,15 @@ public RestAzureNS.AzureOperationResponse TriggerRestore() ContainerId = wLRecoveryConfig.ContainerId }; azureWorkloadSQLRestoreRequest.AlternateDirectoryPaths = wLRecoveryConfig.targetPhysicalPath; + + if (wLRecoveryConfig.TargetVirtualMachineId != null && wLRecoveryConfig.TargetVirtualMachineId != "") + { + azureWorkloadSQLRestoreRequest.TargetVirtualMachineId = wLRecoveryConfig.TargetVirtualMachineId; + } + else + { + throw new ArgumentException(Resources.TargetVirtualMachineIdRequiredException); + } } if (wLRecoveryConfig.RecoveryMode == "FileRecovery") { @@ -468,6 +477,15 @@ public RestAzureNS.AzureOperationResponse TriggerRestore() ContainerId = wLRecoveryConfig.ContainerId }; azureWorkloadSQLPointInTimeRestoreRequest.AlternateDirectoryPaths = wLRecoveryConfig.targetPhysicalPath; + + if (wLRecoveryConfig.TargetVirtualMachineId != null && wLRecoveryConfig.TargetVirtualMachineId != "") + { + azureWorkloadSQLPointInTimeRestoreRequest.TargetVirtualMachineId = wLRecoveryConfig.TargetVirtualMachineId; + } + else + { + throw new ArgumentException(Resources.TargetVirtualMachineIdRequiredException); + } } if (wLRecoveryConfig.RecoveryMode == "FileRecovery") @@ -491,7 +509,7 @@ public RestAzureNS.AzureOperationResponse TriggerRestore() AzureRecoveryPoint rp = (AzureRecoveryPoint)wLRecoveryConfig.RecoveryPoint; // get access token - CrrAccessToken accessToken = ServiceClientAdapter.GetCRRAccessToken(rp, secondaryRegion, vaultName: vaultName, resourceGroupName: resourceGroupName); + CrrAccessToken accessToken = ServiceClientAdapter.GetCRRAccessToken(rp, secondaryRegion, vaultName: vaultName, resourceGroupName: resourceGroupName, ServiceClientModel.BackupManagementType.AzureWorkload); // AzureWorkload CRR Request Logger.Instance.WriteDebug("Triggering Restore to secondary region: " + secondaryRegion); @@ -517,8 +535,7 @@ public RestAzureNS.AzureOperationResponse TriggerRestore() resourceGroupName: resourceGroupName, vaultLocation: vaultLocation); return response; - } - + } } private RestAzureNS.AzureOperationResponse CreateorModifyPolicy() diff --git a/src/RecoveryServices/RecoveryServices.Backup.Providers/RecoveryServices.Backup.Providers.csproj b/src/RecoveryServices/RecoveryServices.Backup.Providers/RecoveryServices.Backup.Providers.csproj index cf3128111e12..c9781b3f130f 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Providers/RecoveryServices.Backup.Providers.csproj +++ b/src/RecoveryServices/RecoveryServices.Backup.Providers/RecoveryServices.Backup.Providers.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/BMSAPIs/RestoreDiskAPIs.cs b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/BMSAPIs/RestoreDiskAPIs.cs index fe4735cf9214..32064fa36aa7 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/BMSAPIs/RestoreDiskAPIs.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/BMSAPIs/RestoreDiskAPIs.cs @@ -78,14 +78,15 @@ public CrrAccessToken GetCRRAccessToken( AzureRecoveryPoint rp, string secondaryRegion, string vaultName = null, - string resourceGroupName = null) + string resourceGroupName = null, + string backupManagementType = null) { Dictionary uriDict = HelperUtils.ParseUri(rp.Id); string containerUri = HelperUtils.GetContainerUri(uriDict, rp.Id); string protectedItemUri = HelperUtils.GetProtectedItemUri(uriDict, rp.Id); string recoveryPointId = rp.RecoveryPointId; - AADPropertiesResource userInfo = GetAADProperties(secondaryRegion); + AADPropertiesResource userInfo = GetAADProperties(secondaryRegion, backupManagementType); var accessToken = BmsAdapter.Client.RecoveryPoints.GetAccessTokenWithHttpMessagesAsync(vaultName ?? BmsAdapter.GetResourceName(), resourceGroupName ?? BmsAdapter.GetResourceGroupName(), AzureFabricName, containerUri, protectedItemUri, recoveryPointId, userInfo).Result.Body; diff --git a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/BMSAPIs/VaultAPIs.cs b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/BMSAPIs/VaultAPIs.cs index 7296dd60dc58..966c60df8bd6 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/BMSAPIs/VaultAPIs.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/BMSAPIs/VaultAPIs.cs @@ -16,6 +16,8 @@ using System.Linq; using Microsoft.Azure.Management.RecoveryServices.Backup.Models; using Microsoft.Azure.Management.RecoveryServices.Models; +using Microsoft.Rest.Azure.OData; +using Newtonsoft.Json; using RestAzureNS = Microsoft.Rest.Azure; namespace Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.ServiceClientAdapterNS @@ -100,9 +102,16 @@ public ARSVault GetVault(string resouceGroupName, string vaultName) /// /// Azure region to fetch AAD properties /// vault response object. - public AADPropertiesResource GetAADProperties(string azureRegion) + public AADPropertiesResource GetAADProperties(string azureRegion, string backupManagementType = null) { - AADPropertiesResource aadProperties = BmsAdapter.Client.AadProperties.GetWithHttpMessagesAsync(azureRegion).Result.Body; + ODataQuery queryParams = null; + + if(backupManagementType == BackupManagementType.AzureWorkload) + { + queryParams = new ODataQuery(q => q.BackupManagementType == BackupManagementType.AzureWorkload); + } + + AADPropertiesResource aadProperties = BmsAdapter.Client.AadProperties.GetWithHttpMessagesAsync(azureRegion, queryParams).Result.Body; return aadProperties; } } diff --git a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/RecoveryServices.Backup.ServiceClientAdapter.csproj b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/RecoveryServices.Backup.ServiceClientAdapter.csproj index 38068fe9bb63..61498a40d115 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/RecoveryServices.Backup.ServiceClientAdapter.csproj +++ b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/RecoveryServices.Backup.ServiceClientAdapter.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/RecoveryServices.Backup.Test.csproj b/src/RecoveryServices/RecoveryServices.Backup.Test/RecoveryServices.Backup.Test.csproj index ffc8b81e73d2..18f9c2cbb852 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/RecoveryServices.Backup.Test.csproj +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/RecoveryServices.Backup.Test.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/AzureFiles/ProtectionCheckTests.cs b/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/AzureFiles/ProtectionCheckTests.cs index bb05a2e7c48a..51628a5e539f 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/AzureFiles/ProtectionCheckTests.cs +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/AzureFiles/ProtectionCheckTests.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests { public partial class ProtectionCheckTests : RMTestBase { - [Fact] + [Fact(Skip = "To un-skip in upcoming release")] [Trait(Category.AcceptanceType, Category.CheckIn)] [Trait(TestConstants.Workload, TestConstants.AzureFS)] public void TestAzureFSProtectionCheck() diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ContainerTests.ps1 b/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ContainerTests.ps1 index 05c6ded487b2..e0425d12c63c 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ContainerTests.ps1 +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ContainerTests.ps1 @@ -27,6 +27,7 @@ function Test-AzureVMGetContainers # Setup $vm = Create-VM $resourceGroupName $location $vault = Create-RecoveryServicesVault $resourceGroupName $location + Set-AzRecoveryServicesVaultProperty -VaultId $vault.ID -SoftDeleteFeatureState "Disable" Enable-Protection $vault $vm # VARIATION-1: Get All Containers with only mandatory parameters diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ItemTests.ps1 b/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ItemTests.ps1 index b4df3bf020fb..1e500c67cbf1 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ItemTests.ps1 +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/ItemTests.ps1 @@ -109,6 +109,10 @@ function Test-AzureVMGetItems $vm = Create-VM $resourceGroupName $location 1 $vm2 = Create-VM $resourceGroupName $location 12 $vault = Create-RecoveryServicesVault $resourceGroupName $location + + # disable soft delete for successful cleanup + Set-AzRecoveryServicesVaultProperty -VaultId $vault.ID -SoftDeleteFeatureState "Disable" + Enable-Protection $vault $vm Enable-Protection $vault $vm2 $policy = Get-AzRecoveryServicesBackupProtectionPolicy ` @@ -215,7 +219,7 @@ function Test-AzureVMProtection # Setup $vm = Create-VM $resourceGroupName $location $vault = Create-RecoveryServicesVault $resourceGroupName $location - + Set-AzRecoveryServicesVaultProperty -VaultId $vault.ID -SoftDeleteFeatureState "Disable" # Sleep to give the service time to add the default policy to the vault Start-TestSleep 5000 @@ -278,6 +282,7 @@ function Test-AzureVMGetRPs # Setup $vm = Create-VM $resourceGroupName $location $vault = Create-RecoveryServicesVault $resourceGroupName $location + Set-AzRecoveryServicesVaultProperty -VaultId $vault.ID -SoftDeleteFeatureState "Disable" $item = Enable-Protection $vault $vm $backupJob = Backup-Item $vault $item @@ -345,6 +350,7 @@ function Test-AzureVMFullRestore $saName = Create-SA $resourceGroupName $location $vm = Create-VM $resourceGroupName $location $vault = Create-RecoveryServicesVault $resourceGroupName $location + Set-AzRecoveryServicesVaultProperty -VaultId $vault.ID -SoftDeleteFeatureState "Disable" $item = Enable-Protection $vault $vm $backupJob = Backup-Item $vault $item $rp = Get-RecoveryPoint $vault $item $backupJob @@ -398,7 +404,6 @@ 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" } @@ -441,6 +446,7 @@ function Test-AzureVMRPMountScript # Setup $vm = Create-VM $resourceGroupName $location $vault = Create-RecoveryServicesVault $resourceGroupName $location + Set-AzRecoveryServicesVaultProperty -VaultId $vault.ID -SoftDeleteFeatureState "Disable" $item = Enable-Protection $vault $vm $backupJob = Backup-Item $vault $item $rp = Get-RecoveryPoint $vault $item $backupJob @@ -476,6 +482,7 @@ function Test-AzureVMBackup { # Setup $vault = Create-RecoveryServicesVault $resourceGroupName $location + Set-AzRecoveryServicesVaultProperty -VaultId $vault.ID -SoftDeleteFeatureState "Disable" $vm = Create-VM $resourceGroupName $location $item = Enable-Protection $vault $vm @@ -504,10 +511,13 @@ function Test-AzureVMSetVaultContext $vm = Create-VM $resourceGroupName $location $vault = Create-RecoveryServicesVault $resourceGroupName $location + # disable soft delete for successful cleanup + Set-AzRecoveryServicesVaultProperty -VaultId $vault.ID -SoftDeleteFeatureState "Disable" + # Sleep to give the service time to add the default policy to the vault Start-TestSleep 5000 - Set-AzRecoveryServicesVaultContext -Vault $vault + Set-AzRecoveryServicesVaultContext -Vault $vault | Out-Null # Get default policy $policy = Get-AzRecoveryServicesBackupProtectionPolicy ` diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/JobTests.ps1 b/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/JobTests.ps1 index a8a1eb53a830..5732ad3ee7e6 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/JobTests.ps1 +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/JobTests.ps1 @@ -101,6 +101,10 @@ function Test-AzureVMGetJobsTimeFilter $vm1 = Create-VM $resourceGroupName $location 1 $vm2 = Create-VM $resourceGroupName $location 2 $vault = Create-RecoveryServicesVault $resourceGroupName $location + + # Disable soft Delete + Set-AzRecoveryServicesVaultProperty -VaultId $vault.ID -SoftDeleteFeatureState "Disable" + Enable-Protection $vault $vm1 Enable-Protection $vault $vm2 @@ -142,16 +146,7 @@ function Test-AzureVMGetJobsTimeFilter -To $endTime2 } ` "Please specify From and To filter values in UTC. Other timezones are not supported"; - # 3. rangeEnd.Subtract(rangeStart) > TimeSpan.FromDays(30) - $startTime3 = Get-QueryDateInUtc $((Get-Date).AddDays(-40)) "StartTime3" - $endTime3 = Get-QueryDateInUtc $(Get-Date) "EndTime3" - Assert-ThrowsContains { Get-AzRecoveryServicesBackupJob ` - -VaultId $vault.ID ` - -From $startTime3 ` - -To $endTime3 } ` - "To filter should not be more than 30 days away from From filter"; - - # 4. rangeStart > DateTime.UtcNow + # 3. rangeStart > DateTime.UtcNow $startTime4 = Get-QueryDateInUtc $((Get-Date).AddYears(100).AddDays(-1)) "StartTime4" $endTime4 = Get-QueryDateInUtc $((Get-Date).AddYears(100)) "EndTime4" Assert-ThrowsContains { Get-AzRecoveryServicesBackupJob ` @@ -177,6 +172,10 @@ function Test-AzureVMWaitJob # Setup $vm = Create-VM $resourceGroupName $location $vault = Create-RecoveryServicesVault $resourceGroupName $location + + # Disable soft Delete + Set-AzRecoveryServicesVaultProperty -VaultId $vault.ID -SoftDeleteFeatureState "Disable" + $item = Enable-Protection $vault $vm $backupJob = Backup-AzRecoveryServicesBackupItem -VaultId $vault.ID -Item $item @@ -204,6 +203,10 @@ function Test-AzureVMCancelJob # Setup $vm = Create-VM $resourceGroupName $location $vault = Create-RecoveryServicesVault $resourceGroupName $location + + # Disable soft Delete + Set-AzRecoveryServicesVaultProperty -VaultId $vault.ID -SoftDeleteFeatureState "Disable" + $item = Enable-Protection $vault $vm $backupJob = Backup-AzRecoveryServicesBackupItem -VaultId $vault.ID -Item $item diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/GetAzureVmWorkloadContainer.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/GetAzureVmWorkloadContainer.json index 1d8e7d094fac..0099f6c94650 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/GetAzureVmWorkloadContainer.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/GetAzureVmWorkloadContainer.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b86d5905-badf-4601-8a09-19db955006ab" + "f9314ba0-a203-4a89-ab80-838d40a06070" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -30,10 +30,10 @@ "nosniff" ], "x-ms-request-id": [ - "96b2312e-2f9c-4e28-b8f0-90d651bd0a79" + "5b132118-9590-4a03-a82f-d5f36dcfe1e9" ], "x-ms-client-request-id": [ - "b86d5905-badf-4601-8a09-19db955006ab" + "f9314ba0-a203-4a89-ab80-838d40a06070" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42,16 +42,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "96b2312e-2f9c-4e28-b8f0-90d651bd0a79" + "5b132118-9590-4a03-a82f-d5f36dcfe1e9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050132Z:96b2312e-2f9c-4e28-b8f0-90d651bd0a79" + "SOUTHINDIA:20210518T143813Z:5b132118-9590-4a03-a82f-d5f36dcfe1e9" ], "Date": [ - "Wed, 17 Feb 2021 05:01:31 GMT" + "Tue, 18 May 2021 14:38:13 GMT" ], "Content-Length": [ "475" @@ -67,22 +67,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/refreshContainers?$filter=backupManagementType%20eq%20'AzureWorkload'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9yZWZyZXNoQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVXb3JrbG9hZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/refreshContainers?$filter=backupManagementType%20eq%20'AzureWorkload'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9yZWZyZXNoQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVXb3JrbG9hZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -93,23 +93,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/38c0d206-f3a5-4e0c-91df-e9f2136d2f5e?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/68282261-1b78-40d0-b8cc-2f1ada825f65?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationsStatus/38c0d206-f3a5-4e0c-91df-e9f2136d2f5e?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationsStatus/68282261-1b78-40d0-b8cc-2f1ada825f65?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "14b8c85b-666e-42cf-8ae3-cb214a02080b" + "d79eb7f4-6699-485d-b6e8-0add681be040" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -121,13 +121,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "14b8c85b-666e-42cf-8ae3-cb214a02080b" + "d79eb7f4-6699-485d-b6e8-0add681be040" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050133Z:14b8c85b-666e-42cf-8ae3-cb214a02080b" + "SOUTHINDIA:20210518T143814Z:d79eb7f4-6699-485d-b6e8-0add681be040" ], "Date": [ - "Wed, 17 Feb 2021 05:01:32 GMT" + "Tue, 18 May 2021 14:38:13 GMT" ], "Expires": [ "-1" @@ -140,22 +140,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/38c0d206-f3a5-4e0c-91df-e9f2136d2f5e?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzM4YzBkMjA2LWYzYTUtNGUwYy05MWRmLWU5ZjIxMzZkMmY1ZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/68282261-1b78-40d0-b8cc-2f1ada825f65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzY4MjgyMjYxLTFiNzgtNDBkMC1iOGNjLTJmMWFkYTgyNWY2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -166,7 +166,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/38c0d206-f3a5-4e0c-91df-e9f2136d2f5e?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/68282261-1b78-40d0-b8cc-2f1ada825f65?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -175,11 +175,11 @@ "nosniff" ], "x-ms-request-id": [ - "64f3d7c3-60b9-4e6c-be75-a58d6f9691a2" + "f5a545a1-9655-410c-9069-033c8f775e31" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -191,13 +191,13 @@ "149" ], "x-ms-correlation-request-id": [ - "64f3d7c3-60b9-4e6c-be75-a58d6f9691a2" + "f5a545a1-9655-410c-9069-033c8f775e31" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050133Z:64f3d7c3-60b9-4e6c-be75-a58d6f9691a2" + "SOUTHINDIA:20210518T143814Z:f5a545a1-9655-410c-9069-033c8f775e31" ], "Date": [ - "Wed, 17 Feb 2021 05:01:32 GMT" + "Tue, 18 May 2021 14:38:13 GMT" ], "Expires": [ "-1" @@ -210,22 +210,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/38c0d206-f3a5-4e0c-91df-e9f2136d2f5e?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzM4YzBkMjA2LWYzYTUtNGUwYy05MWRmLWU5ZjIxMzZkMmY1ZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/68282261-1b78-40d0-b8cc-2f1ada825f65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzY4MjgyMjYxLTFiNzgtNDBkMC1iOGNjLTJmMWFkYTgyNWY2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -236,7 +236,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/38c0d206-f3a5-4e0c-91df-e9f2136d2f5e?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/68282261-1b78-40d0-b8cc-2f1ada825f65?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -245,11 +245,11 @@ "nosniff" ], "x-ms-request-id": [ - "3f5bd335-7789-4dbd-8547-8b54cf30305c" + "6bef1b3a-46af-472a-9e62-2725daf1bfdd" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -261,13 +261,13 @@ "148" ], "x-ms-correlation-request-id": [ - "3f5bd335-7789-4dbd-8547-8b54cf30305c" + "6bef1b3a-46af-472a-9e62-2725daf1bfdd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050138Z:3f5bd335-7789-4dbd-8547-8b54cf30305c" + "SOUTHINDIA:20210518T143819Z:6bef1b3a-46af-472a-9e62-2725daf1bfdd" ], "Date": [ - "Wed, 17 Feb 2021 05:01:38 GMT" + "Tue, 18 May 2021 14:38:19 GMT" ], "Expires": [ "-1" @@ -280,22 +280,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/38c0d206-f3a5-4e0c-91df-e9f2136d2f5e?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzM4YzBkMjA2LWYzYTUtNGUwYy05MWRmLWU5ZjIxMzZkMmY1ZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/68282261-1b78-40d0-b8cc-2f1ada825f65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzY4MjgyMjYxLTFiNzgtNDBkMC1iOGNjLTJmMWFkYTgyNWY2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -306,7 +306,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/38c0d206-f3a5-4e0c-91df-e9f2136d2f5e?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/68282261-1b78-40d0-b8cc-2f1ada825f65?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -315,11 +315,11 @@ "nosniff" ], "x-ms-request-id": [ - "5dbe10c1-eea7-45e9-9cb4-06ef4ac2bf0d" + "a03cf454-f945-415b-b34e-a156305d5ff0" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -331,13 +331,13 @@ "147" ], "x-ms-correlation-request-id": [ - "5dbe10c1-eea7-45e9-9cb4-06ef4ac2bf0d" + "a03cf454-f945-415b-b34e-a156305d5ff0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050143Z:5dbe10c1-eea7-45e9-9cb4-06ef4ac2bf0d" + "SOUTHINDIA:20210518T143825Z:a03cf454-f945-415b-b34e-a156305d5ff0" ], "Date": [ - "Wed, 17 Feb 2021 05:01:42 GMT" + "Tue, 18 May 2021 14:38:24 GMT" ], "Expires": [ "-1" @@ -350,22 +350,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/38c0d206-f3a5-4e0c-91df-e9f2136d2f5e?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzM4YzBkMjA2LWYzYTUtNGUwYy05MWRmLWU5ZjIxMzZkMmY1ZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/68282261-1b78-40d0-b8cc-2f1ada825f65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzY4MjgyMjYxLTFiNzgtNDBkMC1iOGNjLTJmMWFkYTgyNWY2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -379,11 +379,11 @@ "nosniff" ], "x-ms-request-id": [ - "54b9cb8b-4ca8-404d-bc8b-3c0a9992ac9b" + "a8e1d845-1fa3-4add-b704-66eed35a6979" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -395,13 +395,13 @@ "146" ], "x-ms-correlation-request-id": [ - "54b9cb8b-4ca8-404d-bc8b-3c0a9992ac9b" + "a8e1d845-1fa3-4add-b704-66eed35a6979" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050149Z:54b9cb8b-4ca8-404d-bc8b-3c0a9992ac9b" + "SOUTHINDIA:20210518T143830Z:a8e1d845-1fa3-4add-b704-66eed35a6979" ], "Date": [ - "Wed, 17 Feb 2021 05:01:48 GMT" + "Tue, 18 May 2021 14:38:29 GMT" ], "Expires": [ "-1" @@ -411,22 +411,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/38c0d206-f3a5-4e0c-91df-e9f2136d2f5e?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzM4YzBkMjA2LWYzYTUtNGUwYy05MWRmLWU5ZjIxMzZkMmY1ZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/68282261-1b78-40d0-b8cc-2f1ada825f65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzY4MjgyMjYxLTFiNzgtNDBkMC1iOGNjLTJmMWFkYTgyNWY2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -440,11 +440,11 @@ "nosniff" ], "x-ms-request-id": [ - "2798e884-5823-4176-9649-f62d6fefb4c5" + "98566dab-74ad-4b5f-9447-72fc0ed9725b" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -456,13 +456,13 @@ "145" ], "x-ms-correlation-request-id": [ - "2798e884-5823-4176-9649-f62d6fefb4c5" + "98566dab-74ad-4b5f-9447-72fc0ed9725b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050149Z:2798e884-5823-4176-9649-f62d6fefb4c5" + "SOUTHINDIA:20210518T143830Z:98566dab-74ad-4b5f-9447-72fc0ed9725b" ], "Date": [ - "Wed, 17 Feb 2021 05:01:48 GMT" + "Tue, 18 May 2021 14:38:29 GMT" ], "Expires": [ "-1" @@ -472,22 +472,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureWorkload'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlV29ya2xvYWQnJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureWorkload'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlV29ya2xvYWQnJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -501,11 +501,11 @@ "nosniff" ], "x-ms-request-id": [ - "262364d2-fb86-4d67-b4ad-55ddd89ccb5c" + "e201e42e-dbb5-42ac-b001-e908dcaa9854" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -520,16 +520,16 @@ "149" ], "x-ms-correlation-request-id": [ - "262364d2-fb86-4d67-b4ad-55ddd89ccb5c" + "e201e42e-dbb5-42ac-b001-e908dcaa9854" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050149Z:262364d2-fb86-4d67-b4ad-55ddd89ccb5c" + "SOUTHINDIA:20210518T143830Z:e201e42e-dbb5-42ac-b001-e908dcaa9854" ], "Date": [ - "Wed, 17 Feb 2021 05:01:49 GMT" + "Tue, 18 May 2021 14:38:29 GMT" ], "Content-Length": [ - "19748" + "21896" ], "Content-Type": [ "application/json" @@ -538,26 +538,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;ClassicCompute;iaasvm.existing.restore;vmerestoregjqj\",\r\n \"name\": \"VMAppContainer;ClassicCompute;iaasvm.existing.restore;vmerestoregjqj\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"vmerestoregjqj\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.restore/providers/Microsoft.ClassicCompute/virtualMachines/vmerestoregjqj\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;ClassicCompute;iaasvm.existing.restore;vmerestorelcky\",\r\n \"name\": \"VMAppContainer;ClassicCompute;iaasvm.existing.restore;vmerestorelcky\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"vmerestorelcky\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.restore/providers/Microsoft.ClassicCompute/virtualMachines/vmerestorelcky\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;ClassicCompute;iaasvm.existing.vaults;testvmdeleter\",\r\n \"name\": \"VMAppContainer;ClassicCompute;iaasvm.existing.vaults;testvmdeleter\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"testvmdeleter\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.vaults/providers/Microsoft.ClassicCompute/virtualMachines/testvmdeleter\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;afstests;jakavetVM\",\r\n \"name\": \"VMAppContainer;Compute;afstests;jakavetVM\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"jakavetVM\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Compute/virtualMachines/jakavetVM\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;akkanaseTest;saphanatest\",\r\n \"name\": \"VMAppContainer;Compute;akkanaseTest;saphanatest\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"saphanatest\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/akkanaseTest/providers/Microsoft.Compute/virtualMachines/saphanatest\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;Blob-Backup;PPRstrMngdDisk\",\r\n \"name\": \"VMAppContainer;Compute;Blob-Backup;PPRstrMngdDisk\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"PPRstrMngdDisk\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/Blob-Backup/providers/Microsoft.Compute/virtualMachines/PPRstrMngdDisk\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;cleanupservice;jakavetVM\",\r\n \"name\": \"VMAppContainer;Compute;cleanupservice;jakavetVM\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"jakavetVM\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/cleanupservice/providers/Microsoft.Compute/virtualMachines/jakavetVM\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;hiagaCZR-rg;publicPreviewVM\",\r\n \"name\": \"VMAppContainer;Compute;hiagaCZR-rg;publicPreviewVM\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"publicPreviewVM\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/hiagaCZR-rg/providers/Microsoft.Compute/virtualMachines/publicPreviewVM\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing.czr;zone1vm\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing.czr;zone1vm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"zone1vm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.czr/providers/Microsoft.Compute/virtualMachines/zone1vm\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing.czr;zone2vm\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing.czr;zone2vm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"zone2vm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.czr/providers/Microsoft.Compute/virtualMachines/zone2vm\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing.restore;vmerestorehogy\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing.restore;vmerestorehogy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"vmerestorehogy\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.restore/providers/Microsoft.Compute/virtualMachines/vmerestorehogy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing.vaults;testOLR-0402\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing.vaults;testOLR-0402\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"testOLR-0402\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.vaults/providers/Microsoft.Compute/virtualMachines/testOLR-0402\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing;iaas-win-ext3\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing;iaas-win-ext3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaas-win-ext3\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Compute/virtualMachines/iaas-win-ext3\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing;iaasext-win-3\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing;iaasext-win-3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasext-win-3\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Compute/virtualMachines/iaasext-win-3\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing;iaasext-win-OLR\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing;iaasext-win-OLR\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasext-win-OLR\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Compute/virtualMachines/iaasext-win-OLR\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing;Testvm2\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing;Testvm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"Testvm2\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Compute/virtualMachines/Testvm2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.new.czr;iaasext-czrhboa\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.new.czr;iaasext-czrhboa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasext-czrhboa\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new.czr/providers/Microsoft.Compute/virtualMachines/iaasext-czrhboa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.new.restore;vmnrestorenxct\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.new.restore;vmnrestorenxct\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"vmnrestorenxct\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new.restore/providers/Microsoft.Compute/virtualMachines/vmnrestorenxct\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.new.vaults;jakavetEncVM\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.new.vaults;jakavetEncVM\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"jakavetEncVM\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new.vaults/providers/Microsoft.Compute/virtualMachines/jakavetEncVM\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.vmbackup;iaasvbkp-win-v2\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.vmbackup;iaasvbkp-win-v2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvbkp-win-v2\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.vmbackup/providers/Microsoft.Compute/virtualMachines/iaasvbkp-win-v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvmhanaworkload.existing;iaashanaext\",\r\n \"name\": \"VMAppContainer;Compute;iaasvmhanaworkload.existing;iaashanaext\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaashanaext\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Compute/virtualMachines/iaashanaext\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvmsqlworkload.existing;iaassqlext2-win\",\r\n \"name\": \"VMAppContainer;Compute;iaasvmsqlworkload.existing;iaassqlext2-win\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaassqlext2-win\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmsqlworkload.existing/providers/Microsoft.Compute/virtualMachines/iaassqlext2-win\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;pscloudtestrg;psbvtvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"psbvtvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtvm\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;PSTestRG2b802554;PSTestVM2b8020\",\r\n \"name\": \"VMAppContainer;Compute;PSTestRG2b802554;PSTestVM2b8020\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"PSTestVM2b8020\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG2b802554/providers/Microsoft.Compute/virtualMachines/PSTestVM2b8020\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;PSTestRG335b7ebc;PSTestVM335b70\",\r\n \"name\": \"VMAppContainer;Compute;PSTestRG335b7ebc;PSTestVM335b70\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"PSTestVM335b70\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG335b7ebc/providers/Microsoft.Compute/virtualMachines/PSTestVM335b70\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;PSTestRG54bdf8da;PSTestVM54bdf0\",\r\n \"name\": \"VMAppContainer;Compute;PSTestRG54bdf8da;PSTestVM54bdf0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"PSTestVM54bdf0\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Compute/virtualMachines/PSTestVM54bdf0\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;PSTestRGf568db6e;PSTestVMf568d0\",\r\n \"name\": \"VMAppContainer;Compute;PSTestRGf568db6e;PSTestVMf568d0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"PSTestVMf568d0\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf568db6e/providers/Microsoft.Compute/virtualMachines/PSTestVMf568d0\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;ClassicCompute;iaasvm.existing.restore;vmerestorenbml\",\r\n \"name\": \"VMAppContainer;ClassicCompute;iaasvm.existing.restore;vmerestorenbml\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"vmerestorenbml\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.restore/providers/Microsoft.ClassicCompute/virtualMachines/vmerestorenbml\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;ClassicCompute;iaasvm.existing.restore;vmerestorexfyg\",\r\n \"name\": \"VMAppContainer;ClassicCompute;iaasvm.existing.restore;vmerestorexfyg\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"vmerestorexfyg\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.restore/providers/Microsoft.ClassicCompute/virtualMachines/vmerestorexfyg\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;ClassicCompute;iaasvm.existing.vaults;testvmdeleter\",\r\n \"name\": \"VMAppContainer;ClassicCompute;iaasvm.existing.vaults;testvmdeleter\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"testvmdeleter\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.vaults/providers/Microsoft.ClassicCompute/virtualMachines/testvmdeleter\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;afstests;jakavetVM\",\r\n \"name\": \"VMAppContainer;Compute;afstests;jakavetVM\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"jakavetVM\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Compute/virtualMachines/jakavetVM\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;afstests;%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88\",\r\n \"name\": \"VMAppContainer;Compute;afstests;プロジェクト\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"プロジェクト\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Compute/virtualMachines/プロジェクト\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;akkanaseIaasVMNew;vikottuross\",\r\n \"name\": \"VMAppContainer;Compute;akkanaseIaasVMNew;vikottuross\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"vikottuross\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/akkanaseIaasVMNew/providers/Microsoft.Compute/virtualMachines/vikottuross\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;akkanaseTest;saphanatest\",\r\n \"name\": \"VMAppContainer;Compute;akkanaseTest;saphanatest\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"saphanatest\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/akkanaseTest/providers/Microsoft.Compute/virtualMachines/saphanatest\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;cleanupservice;jakavetVM\",\r\n \"name\": \"VMAppContainer;Compute;cleanupservice;jakavetVM\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"jakavetVM\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/cleanupservice/providers/Microsoft.Compute/virtualMachines/jakavetVM\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing.czr;zone1vm\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing.czr;zone1vm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"zone1vm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.czr/providers/Microsoft.Compute/virtualMachines/zone1vm\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing.czr;zone2vm\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing.czr;zone2vm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"zone2vm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.czr/providers/Microsoft.Compute/virtualMachines/zone2vm\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing.restore;vmerestorentpk\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing.restore;vmerestorentpk\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"vmerestorentpk\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.restore/providers/Microsoft.Compute/virtualMachines/vmerestorentpk\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing.vaults;testOLR-0402\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing.vaults;testOLR-0402\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"testOLR-0402\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing.vaults/providers/Microsoft.Compute/virtualMachines/testOLR-0402\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing;iaas-win-ext3\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing;iaas-win-ext3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaas-win-ext3\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Compute/virtualMachines/iaas-win-ext3\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing;iaasext-win-3\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing;iaasext-win-3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasext-win-3\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Compute/virtualMachines/iaasext-win-3\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing;iaasext-win-OLR\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing;iaasext-win-OLR\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasext-win-OLR\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Compute/virtualMachines/iaasext-win-OLR\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.existing;Testvm2\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.existing;Testvm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"Testvm2\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Compute/virtualMachines/Testvm2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.new.czr;iaasext-czrlfci\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.new.czr;iaasext-czrlfci\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasext-czrlfci\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new.czr/providers/Microsoft.Compute/virtualMachines/iaasext-czrlfci\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.new.restore;vmnrestorejlmh\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.new.restore;vmnrestorejlmh\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"vmnrestorejlmh\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new.restore/providers/Microsoft.Compute/virtualMachines/vmnrestorejlmh\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.new.vaults;jakavetEncVM\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.new.vaults;jakavetEncVM\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"jakavetEncVM\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new.vaults/providers/Microsoft.Compute/virtualMachines/jakavetEncVM\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.new;iaasnew-win-v2\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.new;iaasnew-win-v2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasnew-win-v2\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Compute/virtualMachines/iaasnew-win-v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvm.vmbackup;iaasvbkp-win-v2\",\r\n \"name\": \"VMAppContainer;Compute;iaasvm.vmbackup;iaasvbkp-win-v2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvbkp-win-v2\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.vmbackup/providers/Microsoft.Compute/virtualMachines/iaasvbkp-win-v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvmhanaworkload.existing;iaashanaext\",\r\n \"name\": \"VMAppContainer;Compute;iaasvmhanaworkload.existing;iaashanaext\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaashanaext\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Compute/virtualMachines/iaashanaext\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;iaasvmsqlworkload.existing;iaassqlext2-win\",\r\n \"name\": \"VMAppContainer;Compute;iaasvmsqlworkload.existing;iaassqlext2-win\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaassqlext2-win\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmsqlworkload.existing/providers/Microsoft.Compute/virtualMachines/iaassqlext2-win\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;pscloudtestrg;psbvtvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"psbvtvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtvm\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;PSTestRG1e5a278b;PSTestVM1e5a20\",\r\n \"name\": \"VMAppContainer;Compute;PSTestRG1e5a278b;PSTestVM1e5a20\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"PSTestVM1e5a20\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG1e5a278b/providers/Microsoft.Compute/virtualMachines/PSTestVM1e5a20\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;PSTestRG2b802554;PSTestVM2b8020\",\r\n \"name\": \"VMAppContainer;Compute;PSTestRG2b802554;PSTestVM2b8020\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"PSTestVM2b8020\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG2b802554/providers/Microsoft.Compute/virtualMachines/PSTestVM2b8020\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;PSTestRG335b7ebc;PSTestVM335b70\",\r\n \"name\": \"VMAppContainer;Compute;PSTestRG335b7ebc;PSTestVM335b70\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"PSTestVM335b70\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG335b7ebc/providers/Microsoft.Compute/virtualMachines/PSTestVM335b70\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;PSTestRG54bdf8da;PSTestVM54bdf0\",\r\n \"name\": \"VMAppContainer;Compute;PSTestRG54bdf8da;PSTestVM54bdf0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"PSTestVM54bdf0\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Compute/virtualMachines/PSTestVM54bdf0\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;PSTestRG59e1706f;PSTestVM59e170\",\r\n \"name\": \"VMAppContainer;Compute;PSTestRG59e1706f;PSTestVM59e170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"PSTestVM59e170\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG59e1706f/providers/Microsoft.Compute/virtualMachines/PSTestVM59e170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectableContainers/VMAppContainer;Compute;PSTestRGf568db6e;PSTestVMf568d0\",\r\n \"name\": \"VMAppContainer;Compute;PSTestRGf568db6e;PSTestVMf568d0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"PSTestVMf568d0\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"protectableContainerType\": \"VMAppContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf568db6e/providers/Microsoft.Compute/virtualMachines/PSTestVMf568d0\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"containerType\": \"VMAppContainer\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"workloadType\": \"SQLDataBase\",\r\n \"operationType\": \"Register\",\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -574,23 +574,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "a8718369-a25a-45ac-88e9-a8756db088d8" + "1dc4f286-e618-40e7-b54c-3ccbceba1bd2" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -605,13 +605,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "a8718369-a25a-45ac-88e9-a8756db088d8" + "1dc4f286-e618-40e7-b54c-3ccbceba1bd2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050150Z:a8718369-a25a-45ac-88e9-a8756db088d8" + "SOUTHINDIA:20210518T143831Z:1dc4f286-e618-40e7-b54c-3ccbceba1bd2" ], "Date": [ - "Wed, 17 Feb 2021 05:01:49 GMT" + "Tue, 18 May 2021 14:38:31 GMT" ], "Content-Length": [ "2" @@ -627,22 +627,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -653,23 +653,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b3456620-3f25-40ee-a7a0-3904ea880880" + "5c48f382-7ff0-4ba4-bfa7-f02e78dd28fa" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -684,13 +684,13 @@ "149" ], "x-ms-correlation-request-id": [ - "b3456620-3f25-40ee-a7a0-3904ea880880" + "5c48f382-7ff0-4ba4-bfa7-f02e78dd28fa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050150Z:b3456620-3f25-40ee-a7a0-3904ea880880" + "SOUTHINDIA:20210518T143831Z:5c48f382-7ff0-4ba4-bfa7-f02e78dd28fa" ], "Date": [ - "Wed, 17 Feb 2021 05:01:50 GMT" + "Tue, 18 May 2021 14:38:31 GMT" ], "Content-Length": [ "2" @@ -706,22 +706,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -732,23 +732,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c4d388c0-7338-4661-b9f7-c8c4051831ef" + "becce5a2-d113-42d0-b3d1-5b333a6fe846" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -763,13 +763,13 @@ "148" ], "x-ms-correlation-request-id": [ - "c4d388c0-7338-4661-b9f7-c8c4051831ef" + "becce5a2-d113-42d0-b3d1-5b333a6fe846" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050156Z:c4d388c0-7338-4661-b9f7-c8c4051831ef" + "SOUTHINDIA:20210518T143836Z:becce5a2-d113-42d0-b3d1-5b333a6fe846" ], "Date": [ - "Wed, 17 Feb 2021 05:01:55 GMT" + "Tue, 18 May 2021 14:38:36 GMT" ], "Content-Length": [ "2" @@ -785,22 +785,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -811,23 +811,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d758cef0-27a7-479d-8784-b7b745603cd5" + "b814fbdd-46d2-4c2f-abfd-0cec7e155bd6" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -842,13 +842,13 @@ "147" ], "x-ms-correlation-request-id": [ - "d758cef0-27a7-479d-8784-b7b745603cd5" + "b814fbdd-46d2-4c2f-abfd-0cec7e155bd6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050201Z:d758cef0-27a7-479d-8784-b7b745603cd5" + "SOUTHINDIA:20210518T143841Z:b814fbdd-46d2-4c2f-abfd-0cec7e155bd6" ], "Date": [ - "Wed, 17 Feb 2021 05:02:00 GMT" + "Tue, 18 May 2021 14:38:41 GMT" ], "Content-Length": [ "2" @@ -864,22 +864,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -890,23 +890,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "8609002c-1dbf-4bd9-985a-2b7810f01356" + "7be43ec7-3c44-4a84-9724-ba6e7c3268a9" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -921,13 +921,13 @@ "146" ], "x-ms-correlation-request-id": [ - "8609002c-1dbf-4bd9-985a-2b7810f01356" + "7be43ec7-3c44-4a84-9724-ba6e7c3268a9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050206Z:8609002c-1dbf-4bd9-985a-2b7810f01356" + "SOUTHINDIA:20210518T143847Z:7be43ec7-3c44-4a84-9724-ba6e7c3268a9" ], "Date": [ - "Wed, 17 Feb 2021 05:02:06 GMT" + "Tue, 18 May 2021 14:38:46 GMT" ], "Content-Length": [ "2" @@ -943,22 +943,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -969,23 +969,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "95c3a5d5-21f4-47bc-9965-be7fbd1e9318" + "4ef96add-adae-40c1-8700-ee34a4d3f068" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1000,13 +1000,13 @@ "145" ], "x-ms-correlation-request-id": [ - "95c3a5d5-21f4-47bc-9965-be7fbd1e9318" + "4ef96add-adae-40c1-8700-ee34a4d3f068" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050211Z:95c3a5d5-21f4-47bc-9965-be7fbd1e9318" + "SOUTHINDIA:20210518T143852Z:4ef96add-adae-40c1-8700-ee34a4d3f068" ], "Date": [ - "Wed, 17 Feb 2021 05:02:11 GMT" + "Tue, 18 May 2021 14:38:52 GMT" ], "Content-Length": [ "2" @@ -1022,22 +1022,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1048,23 +1048,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "48925980-d8e9-41d8-99ec-87926fe527ea" + "a25b2674-4b18-4a3b-9680-0b6bd42df1a8" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1079,13 +1079,13 @@ "144" ], "x-ms-correlation-request-id": [ - "48925980-d8e9-41d8-99ec-87926fe527ea" + "a25b2674-4b18-4a3b-9680-0b6bd42df1a8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050216Z:48925980-d8e9-41d8-99ec-87926fe527ea" + "SOUTHINDIA:20210518T143857Z:a25b2674-4b18-4a3b-9680-0b6bd42df1a8" ], "Date": [ - "Wed, 17 Feb 2021 05:02:16 GMT" + "Tue, 18 May 2021 14:38:57 GMT" ], "Content-Length": [ "2" @@ -1101,22 +1101,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1127,23 +1127,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "fe16e7e7-cd1e-4637-9241-ec24b264333c" + "73bb0808-a97d-49ba-80d2-7f8c3d43811d" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1158,13 +1158,13 @@ "143" ], "x-ms-correlation-request-id": [ - "fe16e7e7-cd1e-4637-9241-ec24b264333c" + "73bb0808-a97d-49ba-80d2-7f8c3d43811d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050222Z:fe16e7e7-cd1e-4637-9241-ec24b264333c" + "SOUTHINDIA:20210518T143902Z:73bb0808-a97d-49ba-80d2-7f8c3d43811d" ], "Date": [ - "Wed, 17 Feb 2021 05:02:21 GMT" + "Tue, 18 May 2021 14:39:02 GMT" ], "Content-Length": [ "2" @@ -1180,22 +1180,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1206,23 +1206,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "47f46920-8f98-4408-aaea-f3804a76f696" + "0cd95ab5-b2b1-4ea8-ad7b-8373576e71bc" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1237,13 +1237,13 @@ "142" ], "x-ms-correlation-request-id": [ - "47f46920-8f98-4408-aaea-f3804a76f696" + "0cd95ab5-b2b1-4ea8-ad7b-8373576e71bc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050227Z:47f46920-8f98-4408-aaea-f3804a76f696" + "SOUTHINDIA:20210518T143907Z:0cd95ab5-b2b1-4ea8-ad7b-8373576e71bc" ], "Date": [ - "Wed, 17 Feb 2021 05:02:27 GMT" + "Tue, 18 May 2021 14:39:07 GMT" ], "Content-Length": [ "2" @@ -1259,22 +1259,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1285,23 +1285,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "389d26cb-e8db-4ab4-b07b-2bcc6214e79e" + "a5a3b26b-b91d-46d2-9d02-63c9ea8aee24" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1316,13 +1316,13 @@ "141" ], "x-ms-correlation-request-id": [ - "389d26cb-e8db-4ab4-b07b-2bcc6214e79e" + "a5a3b26b-b91d-46d2-9d02-63c9ea8aee24" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050232Z:389d26cb-e8db-4ab4-b07b-2bcc6214e79e" + "SOUTHINDIA:20210518T143912Z:a5a3b26b-b91d-46d2-9d02-63c9ea8aee24" ], "Date": [ - "Wed, 17 Feb 2021 05:02:32 GMT" + "Tue, 18 May 2021 14:39:12 GMT" ], "Content-Length": [ "2" @@ -1338,22 +1338,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1364,23 +1364,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "24e82c2b-17bd-4cef-9799-fbae7dbd1331" + "cb7c3fbe-1ded-42b5-8eaa-c428948ee913" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1395,13 +1395,13 @@ "140" ], "x-ms-correlation-request-id": [ - "24e82c2b-17bd-4cef-9799-fbae7dbd1331" + "cb7c3fbe-1ded-42b5-8eaa-c428948ee913" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050237Z:24e82c2b-17bd-4cef-9799-fbae7dbd1331" + "SOUTHINDIA:20210518T143918Z:cb7c3fbe-1ded-42b5-8eaa-c428948ee913" ], "Date": [ - "Wed, 17 Feb 2021 05:02:37 GMT" + "Tue, 18 May 2021 14:39:17 GMT" ], "Content-Length": [ "2" @@ -1417,22 +1417,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1443,23 +1443,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "9dcbf10d-99fb-47d4-8c6e-1292606ff301" + "f4df937b-00dc-4a7f-98fa-c9b0fa523ed6" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1474,13 +1474,13 @@ "139" ], "x-ms-correlation-request-id": [ - "9dcbf10d-99fb-47d4-8c6e-1292606ff301" + "f4df937b-00dc-4a7f-98fa-c9b0fa523ed6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050243Z:9dcbf10d-99fb-47d4-8c6e-1292606ff301" + "SOUTHINDIA:20210518T143923Z:f4df937b-00dc-4a7f-98fa-c9b0fa523ed6" ], "Date": [ - "Wed, 17 Feb 2021 05:02:43 GMT" + "Tue, 18 May 2021 14:39:22 GMT" ], "Content-Length": [ "2" @@ -1496,22 +1496,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1522,23 +1522,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e3c0b74f-520f-4d59-beb2-2d096a79bd12" + "7f360f3e-0984-4680-8de7-5723d835287c" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1553,13 +1553,13 @@ "138" ], "x-ms-correlation-request-id": [ - "e3c0b74f-520f-4d59-beb2-2d096a79bd12" + "7f360f3e-0984-4680-8de7-5723d835287c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050248Z:e3c0b74f-520f-4d59-beb2-2d096a79bd12" + "SOUTHINDIA:20210518T143928Z:7f360f3e-0984-4680-8de7-5723d835287c" ], "Date": [ - "Wed, 17 Feb 2021 05:02:47 GMT" + "Tue, 18 May 2021 14:39:27 GMT" ], "Content-Length": [ "2" @@ -1575,22 +1575,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1601,23 +1601,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0dab5976-09f2-4400-af86-70a1e93203b8" + "aeff40ae-2fb5-4d44-b1d3-0d84a0dcede9" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1632,13 +1632,13 @@ "137" ], "x-ms-correlation-request-id": [ - "0dab5976-09f2-4400-af86-70a1e93203b8" + "aeff40ae-2fb5-4d44-b1d3-0d84a0dcede9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050253Z:0dab5976-09f2-4400-af86-70a1e93203b8" + "SOUTHINDIA:20210518T143933Z:aeff40ae-2fb5-4d44-b1d3-0d84a0dcede9" ], "Date": [ - "Wed, 17 Feb 2021 05:02:53 GMT" + "Tue, 18 May 2021 14:39:32 GMT" ], "Content-Length": [ "2" @@ -1654,22 +1654,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1680,23 +1680,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "9c0f1d4c-9263-43f4-9197-01ac18b7c2aa" + "6fcb6daf-b20e-4986-bc4d-bddc931acc96" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1711,13 +1711,13 @@ "136" ], "x-ms-correlation-request-id": [ - "9c0f1d4c-9263-43f4-9197-01ac18b7c2aa" + "6fcb6daf-b20e-4986-bc4d-bddc931acc96" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050258Z:9c0f1d4c-9263-43f4-9197-01ac18b7c2aa" + "SOUTHINDIA:20210518T143938Z:6fcb6daf-b20e-4986-bc4d-bddc931acc96" ], "Date": [ - "Wed, 17 Feb 2021 05:02:58 GMT" + "Tue, 18 May 2021 14:39:38 GMT" ], "Content-Length": [ "2" @@ -1733,22 +1733,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1759,23 +1759,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0c8dd31a-c8ae-4050-ae19-0fa90d12409e" + "d1e4ef4a-129f-4948-8a1f-ce6a7131f7b2" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1790,13 +1790,13 @@ "135" ], "x-ms-correlation-request-id": [ - "0c8dd31a-c8ae-4050-ae19-0fa90d12409e" + "d1e4ef4a-129f-4948-8a1f-ce6a7131f7b2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050303Z:0c8dd31a-c8ae-4050-ae19-0fa90d12409e" + "SOUTHINDIA:20210518T143944Z:d1e4ef4a-129f-4948-8a1f-ce6a7131f7b2" ], "Date": [ - "Wed, 17 Feb 2021 05:03:03 GMT" + "Tue, 18 May 2021 14:39:43 GMT" ], "Content-Length": [ "2" @@ -1812,22 +1812,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1838,23 +1838,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "3cff0dbf-98ac-46cf-b73b-0c86cea3cb09" + "44d1b4cf-c73e-4595-ae64-d62bed99d314" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1869,13 +1869,13 @@ "134" ], "x-ms-correlation-request-id": [ - "3cff0dbf-98ac-46cf-b73b-0c86cea3cb09" + "44d1b4cf-c73e-4595-ae64-d62bed99d314" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050309Z:3cff0dbf-98ac-46cf-b73b-0c86cea3cb09" + "SOUTHINDIA:20210518T143949Z:44d1b4cf-c73e-4595-ae64-d62bed99d314" ], "Date": [ - "Wed, 17 Feb 2021 05:03:09 GMT" + "Tue, 18 May 2021 14:39:48 GMT" ], "Content-Length": [ "2" @@ -1891,22 +1891,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1917,23 +1917,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "a9707add-d201-4abd-a8ca-c663d1cdbc30" + "7dbcd56a-24fb-4ec3-84c2-2ce47a04dd6e" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1948,13 +1948,13 @@ "133" ], "x-ms-correlation-request-id": [ - "a9707add-d201-4abd-a8ca-c663d1cdbc30" + "7dbcd56a-24fb-4ec3-84c2-2ce47a04dd6e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050314Z:a9707add-d201-4abd-a8ca-c663d1cdbc30" + "SOUTHINDIA:20210518T143954Z:7dbcd56a-24fb-4ec3-84c2-2ce47a04dd6e" ], "Date": [ - "Wed, 17 Feb 2021 05:03:14 GMT" + "Tue, 18 May 2021 14:39:53 GMT" ], "Content-Length": [ "2" @@ -1970,22 +1970,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1996,23 +1996,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "dbe0b7db-96fa-4441-9e40-7124814c400f" + "cbcb659b-4284-4d49-9dcd-444f4fe1dfc8" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2027,13 +2027,13 @@ "132" ], "x-ms-correlation-request-id": [ - "dbe0b7db-96fa-4441-9e40-7124814c400f" + "cbcb659b-4284-4d49-9dcd-444f4fe1dfc8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050319Z:dbe0b7db-96fa-4441-9e40-7124814c400f" + "SOUTHINDIA:20210518T143959Z:cbcb659b-4284-4d49-9dcd-444f4fe1dfc8" ], "Date": [ - "Wed, 17 Feb 2021 05:03:18 GMT" + "Tue, 18 May 2021 14:39:58 GMT" ], "Content-Length": [ "2" @@ -2049,22 +2049,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2075,23 +2075,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e61adcce-c773-4f02-8528-0a727bd3c7d9" + "9c879719-9e0d-4bc9-80f2-f7a1cd393b86" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2106,13 +2106,13 @@ "131" ], "x-ms-correlation-request-id": [ - "e61adcce-c773-4f02-8528-0a727bd3c7d9" + "9c879719-9e0d-4bc9-80f2-f7a1cd393b86" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050324Z:e61adcce-c773-4f02-8528-0a727bd3c7d9" + "SOUTHINDIA:20210518T144004Z:9c879719-9e0d-4bc9-80f2-f7a1cd393b86" ], "Date": [ - "Wed, 17 Feb 2021 05:03:24 GMT" + "Tue, 18 May 2021 14:40:03 GMT" ], "Content-Length": [ "2" @@ -2128,22 +2128,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2154,23 +2154,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "5329a10a-46ca-4425-8555-bad044cd5020" + "570280e8-740f-49ff-83c1-25d788cb1dba" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2185,13 +2185,13 @@ "130" ], "x-ms-correlation-request-id": [ - "5329a10a-46ca-4425-8555-bad044cd5020" + "570280e8-740f-49ff-83c1-25d788cb1dba" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050329Z:5329a10a-46ca-4425-8555-bad044cd5020" + "SOUTHINDIA:20210518T144010Z:570280e8-740f-49ff-83c1-25d788cb1dba" ], "Date": [ - "Wed, 17 Feb 2021 05:03:29 GMT" + "Tue, 18 May 2021 14:40:09 GMT" ], "Content-Length": [ "2" @@ -2207,22 +2207,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2233,23 +2233,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f6c6fb31-554c-4941-87f8-4a8d2d085526" + "27a49a35-1023-45a0-bb46-41f10ed884a5" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2264,13 +2264,13 @@ "129" ], "x-ms-correlation-request-id": [ - "f6c6fb31-554c-4941-87f8-4a8d2d085526" + "27a49a35-1023-45a0-bb46-41f10ed884a5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050335Z:f6c6fb31-554c-4941-87f8-4a8d2d085526" + "SOUTHINDIA:20210518T144015Z:27a49a35-1023-45a0-bb46-41f10ed884a5" ], "Date": [ - "Wed, 17 Feb 2021 05:03:34 GMT" + "Tue, 18 May 2021 14:40:15 GMT" ], "Content-Length": [ "2" @@ -2286,22 +2286,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2312,23 +2312,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "33269743-213c-4023-a1a9-0df19320d6b6" + "71f4c85f-7bfe-4368-ac95-93c001601702" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2343,13 +2343,13 @@ "128" ], "x-ms-correlation-request-id": [ - "33269743-213c-4023-a1a9-0df19320d6b6" + "71f4c85f-7bfe-4368-ac95-93c001601702" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050340Z:33269743-213c-4023-a1a9-0df19320d6b6" + "SOUTHINDIA:20210518T144020Z:71f4c85f-7bfe-4368-ac95-93c001601702" ], "Date": [ - "Wed, 17 Feb 2021 05:03:40 GMT" + "Tue, 18 May 2021 14:40:20 GMT" ], "Content-Length": [ "2" @@ -2365,22 +2365,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2391,23 +2391,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e52222cf-bf2a-44dd-bdb7-71ea0e020260" + "ebc4acf2-02d6-415d-a2b5-2a1b8680adcd" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2422,13 +2422,13 @@ "127" ], "x-ms-correlation-request-id": [ - "e52222cf-bf2a-44dd-bdb7-71ea0e020260" + "ebc4acf2-02d6-415d-a2b5-2a1b8680adcd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050345Z:e52222cf-bf2a-44dd-bdb7-71ea0e020260" + "SOUTHINDIA:20210518T144025Z:ebc4acf2-02d6-415d-a2b5-2a1b8680adcd" ], "Date": [ - "Wed, 17 Feb 2021 05:03:45 GMT" + "Tue, 18 May 2021 14:40:25 GMT" ], "Content-Length": [ "2" @@ -2444,22 +2444,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2470,23 +2470,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "4a882644-081b-4d7b-9bc1-ea09c8b50498" + "105b5d64-eac9-4d23-9e90-2cc790da1871" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2501,13 +2501,13 @@ "126" ], "x-ms-correlation-request-id": [ - "4a882644-081b-4d7b-9bc1-ea09c8b50498" + "105b5d64-eac9-4d23-9e90-2cc790da1871" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050350Z:4a882644-081b-4d7b-9bc1-ea09c8b50498" + "SOUTHINDIA:20210518T144030Z:105b5d64-eac9-4d23-9e90-2cc790da1871" ], "Date": [ - "Wed, 17 Feb 2021 05:03:50 GMT" + "Tue, 18 May 2021 14:40:30 GMT" ], "Content-Length": [ "2" @@ -2523,22 +2523,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2549,23 +2549,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0d1ca26d-045a-4e96-871d-eb3a1ae0b258" + "c286ee8c-4323-4cd4-bbf6-64b9089a4c45" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2580,13 +2580,13 @@ "125" ], "x-ms-correlation-request-id": [ - "0d1ca26d-045a-4e96-871d-eb3a1ae0b258" + "c286ee8c-4323-4cd4-bbf6-64b9089a4c45" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050356Z:0d1ca26d-045a-4e96-871d-eb3a1ae0b258" + "SOUTHINDIA:20210518T144035Z:c286ee8c-4323-4cd4-bbf6-64b9089a4c45" ], "Date": [ - "Wed, 17 Feb 2021 05:03:55 GMT" + "Tue, 18 May 2021 14:40:35 GMT" ], "Content-Length": [ "2" @@ -2602,22 +2602,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2628,23 +2628,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "16841ad8-46f4-43da-91b6-ae4a450bab1c" + "9b53a22d-8996-40ba-be27-4e8b39e38a84" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2659,13 +2659,13 @@ "124" ], "x-ms-correlation-request-id": [ - "16841ad8-46f4-43da-91b6-ae4a450bab1c" + "9b53a22d-8996-40ba-be27-4e8b39e38a84" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050401Z:16841ad8-46f4-43da-91b6-ae4a450bab1c" + "SOUTHINDIA:20210518T144041Z:9b53a22d-8996-40ba-be27-4e8b39e38a84" ], "Date": [ - "Wed, 17 Feb 2021 05:04:00 GMT" + "Tue, 18 May 2021 14:40:40 GMT" ], "Content-Length": [ "2" @@ -2681,22 +2681,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2707,23 +2707,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e90bfced-ef29-44d5-8b4e-72d47eebb1de" + "c8555477-37a4-4da3-8657-9c87b0dc5778" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2738,13 +2738,13 @@ "123" ], "x-ms-correlation-request-id": [ - "e90bfced-ef29-44d5-8b4e-72d47eebb1de" + "c8555477-37a4-4da3-8657-9c87b0dc5778" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050406Z:e90bfced-ef29-44d5-8b4e-72d47eebb1de" + "SOUTHINDIA:20210518T144046Z:c8555477-37a4-4da3-8657-9c87b0dc5778" ], "Date": [ - "Wed, 17 Feb 2021 05:04:06 GMT" + "Tue, 18 May 2021 14:40:46 GMT" ], "Content-Length": [ "2" @@ -2760,22 +2760,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2786,23 +2786,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6bba08af-971f-437d-9eb1-0eb3607539f1" + "a341beec-ba48-4a2b-94de-54f8f52e65ee" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2817,13 +2817,13 @@ "122" ], "x-ms-correlation-request-id": [ - "6bba08af-971f-437d-9eb1-0eb3607539f1" + "a341beec-ba48-4a2b-94de-54f8f52e65ee" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050411Z:6bba08af-971f-437d-9eb1-0eb3607539f1" + "SOUTHINDIA:20210518T144051Z:a341beec-ba48-4a2b-94de-54f8f52e65ee" ], "Date": [ - "Wed, 17 Feb 2021 05:04:10 GMT" + "Tue, 18 May 2021 14:40:51 GMT" ], "Content-Length": [ "2" @@ -2839,22 +2839,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2865,23 +2865,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0321b2e4-06af-4321-81fb-9fcd14170dd5" + "a26b6e25-0aea-4636-9e29-12227722b219" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2896,13 +2896,13 @@ "121" ], "x-ms-correlation-request-id": [ - "0321b2e4-06af-4321-81fb-9fcd14170dd5" + "a26b6e25-0aea-4636-9e29-12227722b219" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050416Z:0321b2e4-06af-4321-81fb-9fcd14170dd5" + "SOUTHINDIA:20210518T144056Z:a26b6e25-0aea-4636-9e29-12227722b219" ], "Date": [ - "Wed, 17 Feb 2021 05:04:16 GMT" + "Tue, 18 May 2021 14:40:56 GMT" ], "Content-Length": [ "2" @@ -2918,22 +2918,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2944,23 +2944,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "373bbc5d-dff2-4483-914e-ece2a3b35a94" + "cd2bb403-df1a-4685-92cd-3c5877be8306" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2975,13 +2975,13 @@ "120" ], "x-ms-correlation-request-id": [ - "373bbc5d-dff2-4483-914e-ece2a3b35a94" + "cd2bb403-df1a-4685-92cd-3c5877be8306" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050422Z:373bbc5d-dff2-4483-914e-ece2a3b35a94" + "SOUTHINDIA:20210518T144102Z:cd2bb403-df1a-4685-92cd-3c5877be8306" ], "Date": [ - "Wed, 17 Feb 2021 05:04:21 GMT" + "Tue, 18 May 2021 14:41:01 GMT" ], "Content-Length": [ "2" @@ -2997,22 +2997,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3023,23 +3023,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "aa38a1cd-a286-4ded-a4d1-27b900451a95" + "fe16ecbb-cb4f-4746-9a0a-da03c33bdeb0" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3054,13 +3054,13 @@ "119" ], "x-ms-correlation-request-id": [ - "aa38a1cd-a286-4ded-a4d1-27b900451a95" + "fe16ecbb-cb4f-4746-9a0a-da03c33bdeb0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050427Z:aa38a1cd-a286-4ded-a4d1-27b900451a95" + "SOUTHINDIA:20210518T144107Z:fe16ecbb-cb4f-4746-9a0a-da03c33bdeb0" ], "Date": [ - "Wed, 17 Feb 2021 05:04:26 GMT" + "Tue, 18 May 2021 14:41:06 GMT" ], "Content-Length": [ "2" @@ -3076,22 +3076,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3102,23 +3102,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "1e48c353-0855-4cd7-a41c-018391992ff4" + "2d182de5-412d-4780-b20c-636b72dd123d" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3133,13 +3133,13 @@ "118" ], "x-ms-correlation-request-id": [ - "1e48c353-0855-4cd7-a41c-018391992ff4" + "2d182de5-412d-4780-b20c-636b72dd123d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050432Z:1e48c353-0855-4cd7-a41c-018391992ff4" + "SOUTHINDIA:20210518T144112Z:2d182de5-412d-4780-b20c-636b72dd123d" ], "Date": [ - "Wed, 17 Feb 2021 05:04:32 GMT" + "Tue, 18 May 2021 14:41:12 GMT" ], "Content-Length": [ "2" @@ -3155,22 +3155,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3181,23 +3181,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0b28c9ea-56e0-4f8c-8121-05c1117abd54" + "2adeab51-6059-487c-bb7c-eb6faaf05955" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3212,13 +3212,13 @@ "117" ], "x-ms-correlation-request-id": [ - "0b28c9ea-56e0-4f8c-8121-05c1117abd54" + "2adeab51-6059-487c-bb7c-eb6faaf05955" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050437Z:0b28c9ea-56e0-4f8c-8121-05c1117abd54" + "SOUTHINDIA:20210518T144117Z:2adeab51-6059-487c-bb7c-eb6faaf05955" ], "Date": [ - "Wed, 17 Feb 2021 05:04:37 GMT" + "Tue, 18 May 2021 14:41:17 GMT" ], "Content-Length": [ "2" @@ -3234,22 +3234,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3260,23 +3260,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ee3301ea-3cff-4412-839d-09fc88b8bf6f" + "7b5ecbe5-8407-4f06-9db6-20e0250e6973" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3291,13 +3291,13 @@ "116" ], "x-ms-correlation-request-id": [ - "ee3301ea-3cff-4412-839d-09fc88b8bf6f" + "7b5ecbe5-8407-4f06-9db6-20e0250e6973" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050443Z:ee3301ea-3cff-4412-839d-09fc88b8bf6f" + "SOUTHINDIA:20210518T144123Z:7b5ecbe5-8407-4f06-9db6-20e0250e6973" ], "Date": [ - "Wed, 17 Feb 2021 05:04:42 GMT" + "Tue, 18 May 2021 14:41:22 GMT" ], "Content-Length": [ "2" @@ -3313,22 +3313,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3339,23 +3339,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d108ec51-f531-4186-ba89-04c38c1af975" + "91954cdd-717a-4fb0-8b3e-45c6155aaf6e" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3370,13 +3370,13 @@ "115" ], "x-ms-correlation-request-id": [ - "d108ec51-f531-4186-ba89-04c38c1af975" + "91954cdd-717a-4fb0-8b3e-45c6155aaf6e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050448Z:d108ec51-f531-4186-ba89-04c38c1af975" + "SOUTHINDIA:20210518T144128Z:91954cdd-717a-4fb0-8b3e-45c6155aaf6e" ], "Date": [ - "Wed, 17 Feb 2021 05:04:48 GMT" + "Tue, 18 May 2021 14:41:27 GMT" ], "Content-Length": [ "2" @@ -3392,22 +3392,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3418,23 +3418,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "87dc1b84-4497-4a47-b5bd-36f1b92d5b8b" + "ab763c18-9ae6-48f5-a845-ee1058382668" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3449,13 +3449,13 @@ "114" ], "x-ms-correlation-request-id": [ - "87dc1b84-4497-4a47-b5bd-36f1b92d5b8b" + "ab763c18-9ae6-48f5-a845-ee1058382668" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050453Z:87dc1b84-4497-4a47-b5bd-36f1b92d5b8b" + "SOUTHINDIA:20210518T144133Z:ab763c18-9ae6-48f5-a845-ee1058382668" ], "Date": [ - "Wed, 17 Feb 2021 05:04:52 GMT" + "Tue, 18 May 2021 14:41:32 GMT" ], "Content-Length": [ "2" @@ -3471,22 +3471,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3497,23 +3497,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "3273f2a4-2473-4792-a74c-5332037f9fcc" + "b75d4aeb-8068-453f-ae46-c0c80ed61b39" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3528,13 +3528,13 @@ "113" ], "x-ms-correlation-request-id": [ - "3273f2a4-2473-4792-a74c-5332037f9fcc" + "b75d4aeb-8068-453f-ae46-c0c80ed61b39" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050458Z:3273f2a4-2473-4792-a74c-5332037f9fcc" + "SOUTHINDIA:20210518T144138Z:b75d4aeb-8068-453f-ae46-c0c80ed61b39" ], "Date": [ - "Wed, 17 Feb 2021 05:04:57 GMT" + "Tue, 18 May 2021 14:41:38 GMT" ], "Content-Length": [ "2" @@ -3550,22 +3550,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3576,23 +3576,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "1b5c6a12-d283-4563-9a60-909c8197854a" + "07d317bc-d861-422d-82fc-82fa6626164e" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3607,13 +3607,13 @@ "112" ], "x-ms-correlation-request-id": [ - "1b5c6a12-d283-4563-9a60-909c8197854a" + "07d317bc-d861-422d-82fc-82fa6626164e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050503Z:1b5c6a12-d283-4563-9a60-909c8197854a" + "SOUTHINDIA:20210518T144143Z:07d317bc-d861-422d-82fc-82fa6626164e" ], "Date": [ - "Wed, 17 Feb 2021 05:05:03 GMT" + "Tue, 18 May 2021 14:41:43 GMT" ], "Content-Length": [ "2" @@ -3629,22 +3629,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3655,23 +3655,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "1743b00b-77e8-4b42-9467-055cae6023c1" + "3a482093-fbb3-4d16-bb56-3a8fcc5ccabe" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3686,13 +3686,13 @@ "111" ], "x-ms-correlation-request-id": [ - "1743b00b-77e8-4b42-9467-055cae6023c1" + "3a482093-fbb3-4d16-bb56-3a8fcc5ccabe" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050509Z:1743b00b-77e8-4b42-9467-055cae6023c1" + "SOUTHINDIA:20210518T144149Z:3a482093-fbb3-4d16-bb56-3a8fcc5ccabe" ], "Date": [ - "Wed, 17 Feb 2021 05:05:08 GMT" + "Tue, 18 May 2021 14:41:48 GMT" ], "Content-Length": [ "2" @@ -3708,22 +3708,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3734,23 +3734,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "41847a31-d0d5-48de-8042-558f58ebe601" + "422b6619-555b-4b8c-91ee-155f4886beb5" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3765,13 +3765,13 @@ "110" ], "x-ms-correlation-request-id": [ - "41847a31-d0d5-48de-8042-558f58ebe601" + "422b6619-555b-4b8c-91ee-155f4886beb5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050514Z:41847a31-d0d5-48de-8042-558f58ebe601" + "SOUTHINDIA:20210518T144154Z:422b6619-555b-4b8c-91ee-155f4886beb5" ], "Date": [ - "Wed, 17 Feb 2021 05:05:14 GMT" + "Tue, 18 May 2021 14:41:53 GMT" ], "Content-Length": [ "2" @@ -3787,22 +3787,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3813,23 +3813,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "4744116b-ed82-4777-ba19-093b5d90444e" + "403e481e-eccd-43e5-b495-2dd63ce1d7a1" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3844,13 +3844,13 @@ "109" ], "x-ms-correlation-request-id": [ - "4744116b-ed82-4777-ba19-093b5d90444e" + "403e481e-eccd-43e5-b495-2dd63ce1d7a1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050519Z:4744116b-ed82-4777-ba19-093b5d90444e" + "SOUTHINDIA:20210518T144159Z:403e481e-eccd-43e5-b495-2dd63ce1d7a1" ], "Date": [ - "Wed, 17 Feb 2021 05:05:19 GMT" + "Tue, 18 May 2021 14:41:58 GMT" ], "Content-Length": [ "2" @@ -3866,22 +3866,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3892,23 +3892,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "410da73e-ee03-4085-b7f7-caae65d596c4" + "760bf4a8-2a71-4409-a93e-bbd3bace0718" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3923,13 +3923,13 @@ "108" ], "x-ms-correlation-request-id": [ - "410da73e-ee03-4085-b7f7-caae65d596c4" + "760bf4a8-2a71-4409-a93e-bbd3bace0718" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050524Z:410da73e-ee03-4085-b7f7-caae65d596c4" + "SOUTHINDIA:20210518T144204Z:760bf4a8-2a71-4409-a93e-bbd3bace0718" ], "Date": [ - "Wed, 17 Feb 2021 05:05:23 GMT" + "Tue, 18 May 2021 14:42:03 GMT" ], "Content-Length": [ "2" @@ -3945,22 +3945,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3971,23 +3971,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "cb92f918-582c-461f-bb01-36778afbacfe" + "af50e817-93b5-426a-b848-60277fc6ba2d" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4002,13 +4002,13 @@ "107" ], "x-ms-correlation-request-id": [ - "cb92f918-582c-461f-bb01-36778afbacfe" + "af50e817-93b5-426a-b848-60277fc6ba2d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050530Z:cb92f918-582c-461f-bb01-36778afbacfe" + "SOUTHINDIA:20210518T144209Z:af50e817-93b5-426a-b848-60277fc6ba2d" ], "Date": [ - "Wed, 17 Feb 2021 05:05:29 GMT" + "Tue, 18 May 2021 14:42:09 GMT" ], "Content-Length": [ "2" @@ -4024,22 +4024,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4050,23 +4050,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "8fb6e6ec-d1d8-4118-812c-8be7580ba230" + "9b783495-2c55-4e64-bd11-3cb2fe427516" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4081,13 +4081,13 @@ "106" ], "x-ms-correlation-request-id": [ - "8fb6e6ec-d1d8-4118-812c-8be7580ba230" + "9b783495-2c55-4e64-bd11-3cb2fe427516" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050535Z:8fb6e6ec-d1d8-4118-812c-8be7580ba230" + "SOUTHINDIA:20210518T144215Z:9b783495-2c55-4e64-bd11-3cb2fe427516" ], "Date": [ - "Wed, 17 Feb 2021 05:05:35 GMT" + "Tue, 18 May 2021 14:42:15 GMT" ], "Content-Length": [ "2" @@ -4103,22 +4103,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4129,23 +4129,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "4805398e-6cdb-4779-8a23-c42e25e66e02" + "19671458-4631-4400-b879-b8baf634dedf" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4160,13 +4160,13 @@ "105" ], "x-ms-correlation-request-id": [ - "4805398e-6cdb-4779-8a23-c42e25e66e02" + "19671458-4631-4400-b879-b8baf634dedf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050540Z:4805398e-6cdb-4779-8a23-c42e25e66e02" + "SOUTHINDIA:20210518T144220Z:19671458-4631-4400-b879-b8baf634dedf" ], "Date": [ - "Wed, 17 Feb 2021 05:05:39 GMT" + "Tue, 18 May 2021 14:42:20 GMT" ], "Content-Length": [ "2" @@ -4182,22 +4182,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4208,23 +4208,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b6ea72b0-00b5-4494-80d2-2e5f84236a2a" + "a2bab819-63fc-459b-93ab-6ac90dcce569" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4239,13 +4239,13 @@ "104" ], "x-ms-correlation-request-id": [ - "b6ea72b0-00b5-4494-80d2-2e5f84236a2a" + "a2bab819-63fc-459b-93ab-6ac90dcce569" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050545Z:b6ea72b0-00b5-4494-80d2-2e5f84236a2a" + "SOUTHINDIA:20210518T144225Z:a2bab819-63fc-459b-93ab-6ac90dcce569" ], "Date": [ - "Wed, 17 Feb 2021 05:05:45 GMT" + "Tue, 18 May 2021 14:42:25 GMT" ], "Content-Length": [ "2" @@ -4261,22 +4261,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4287,23 +4287,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e5c258ea-4ef9-4894-8083-167beca4d167" + "2ce113c3-d00a-4007-82d9-88436aff9960" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4318,13 +4318,13 @@ "103" ], "x-ms-correlation-request-id": [ - "e5c258ea-4ef9-4894-8083-167beca4d167" + "2ce113c3-d00a-4007-82d9-88436aff9960" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050550Z:e5c258ea-4ef9-4894-8083-167beca4d167" + "SOUTHINDIA:20210518T144230Z:2ce113c3-d00a-4007-82d9-88436aff9960" ], "Date": [ - "Wed, 17 Feb 2021 05:05:50 GMT" + "Tue, 18 May 2021 14:42:30 GMT" ], "Content-Length": [ "2" @@ -4340,22 +4340,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4366,23 +4366,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0f071271-163e-4531-ac2b-8c27bf5b8236" + "ab7ec9c7-ea43-4d0a-851b-ac7873a421a6" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4397,13 +4397,13 @@ "102" ], "x-ms-correlation-request-id": [ - "0f071271-163e-4531-ac2b-8c27bf5b8236" + "ab7ec9c7-ea43-4d0a-851b-ac7873a421a6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050556Z:0f071271-163e-4531-ac2b-8c27bf5b8236" + "SOUTHINDIA:20210518T144236Z:ab7ec9c7-ea43-4d0a-851b-ac7873a421a6" ], "Date": [ - "Wed, 17 Feb 2021 05:05:55 GMT" + "Tue, 18 May 2021 14:42:35 GMT" ], "Content-Length": [ "2" @@ -4419,22 +4419,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4445,23 +4445,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "4f52b9c2-dd0d-4296-9e55-fb10d3397aa7" + "e4fc5256-cb48-46f7-a8fb-7ca67733c460" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4476,13 +4476,13 @@ "101" ], "x-ms-correlation-request-id": [ - "4f52b9c2-dd0d-4296-9e55-fb10d3397aa7" + "e4fc5256-cb48-46f7-a8fb-7ca67733c460" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050601Z:4f52b9c2-dd0d-4296-9e55-fb10d3397aa7" + "SOUTHINDIA:20210518T144241Z:e4fc5256-cb48-46f7-a8fb-7ca67733c460" ], "Date": [ - "Wed, 17 Feb 2021 05:06:01 GMT" + "Tue, 18 May 2021 14:42:41 GMT" ], "Content-Length": [ "2" @@ -4498,22 +4498,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4524,23 +4524,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "35b62c8c-2d3e-414f-bde6-16ab097ab133" + "3e2afb62-bdf4-4ace-accf-d52a3715211d" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4555,13 +4555,13 @@ "100" ], "x-ms-correlation-request-id": [ - "35b62c8c-2d3e-414f-bde6-16ab097ab133" + "3e2afb62-bdf4-4ace-accf-d52a3715211d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050606Z:35b62c8c-2d3e-414f-bde6-16ab097ab133" + "SOUTHINDIA:20210518T144246Z:3e2afb62-bdf4-4ace-accf-d52a3715211d" ], "Date": [ - "Wed, 17 Feb 2021 05:06:05 GMT" + "Tue, 18 May 2021 14:42:46 GMT" ], "Content-Length": [ "2" @@ -4577,22 +4577,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4603,23 +4603,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "97459b66-f5c2-4dc5-a45c-22e3fc7cb80b" + "c9cd5fc1-7d54-4455-9ea4-9d41cbe40fa9" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4634,13 +4634,13 @@ "99" ], "x-ms-correlation-request-id": [ - "97459b66-f5c2-4dc5-a45c-22e3fc7cb80b" + "c9cd5fc1-7d54-4455-9ea4-9d41cbe40fa9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050611Z:97459b66-f5c2-4dc5-a45c-22e3fc7cb80b" + "SOUTHINDIA:20210518T144251Z:c9cd5fc1-7d54-4455-9ea4-9d41cbe40fa9" ], "Date": [ - "Wed, 17 Feb 2021 05:06:10 GMT" + "Tue, 18 May 2021 14:42:51 GMT" ], "Content-Length": [ "2" @@ -4656,22 +4656,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4682,23 +4682,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c849468e-db07-442f-a86f-757b6a925317" + "81a21e68-9466-47e6-a838-cee7637162ba" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4713,13 +4713,13 @@ "98" ], "x-ms-correlation-request-id": [ - "c849468e-db07-442f-a86f-757b6a925317" + "81a21e68-9466-47e6-a838-cee7637162ba" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050617Z:c849468e-db07-442f-a86f-757b6a925317" + "SOUTHINDIA:20210518T144256Z:81a21e68-9466-47e6-a838-cee7637162ba" ], "Date": [ - "Wed, 17 Feb 2021 05:06:16 GMT" + "Tue, 18 May 2021 14:42:56 GMT" ], "Content-Length": [ "2" @@ -4735,22 +4735,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4761,23 +4761,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "2cf96771-7439-49b2-9f14-6a00721ae242" + "8dd0d605-907d-413f-9c01-abc8db0315c4" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4792,13 +4792,13 @@ "97" ], "x-ms-correlation-request-id": [ - "2cf96771-7439-49b2-9f14-6a00721ae242" + "8dd0d605-907d-413f-9c01-abc8db0315c4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050622Z:2cf96771-7439-49b2-9f14-6a00721ae242" + "SOUTHINDIA:20210518T144301Z:8dd0d605-907d-413f-9c01-abc8db0315c4" ], "Date": [ - "Wed, 17 Feb 2021 05:06:21 GMT" + "Tue, 18 May 2021 14:43:01 GMT" ], "Content-Length": [ "2" @@ -4814,22 +4814,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4840,23 +4840,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6c0abe35-65bb-4f3a-b37a-ff3b54cc8742" + "c89b1470-1d91-425c-8b27-b03dcf335604" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4871,13 +4871,13 @@ "96" ], "x-ms-correlation-request-id": [ - "6c0abe35-65bb-4f3a-b37a-ff3b54cc8742" + "c89b1470-1d91-425c-8b27-b03dcf335604" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050627Z:6c0abe35-65bb-4f3a-b37a-ff3b54cc8742" + "SOUTHINDIA:20210518T144307Z:c89b1470-1d91-425c-8b27-b03dcf335604" ], "Date": [ - "Wed, 17 Feb 2021 05:06:27 GMT" + "Tue, 18 May 2021 14:43:06 GMT" ], "Content-Length": [ "2" @@ -4893,22 +4893,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4919,23 +4919,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ace04da6-99e6-4960-b04b-5cc3e8eb4610" + "aae7394a-1203-435c-b753-2d7e91c18d3c" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4950,13 +4950,13 @@ "95" ], "x-ms-correlation-request-id": [ - "ace04da6-99e6-4960-b04b-5cc3e8eb4610" + "aae7394a-1203-435c-b753-2d7e91c18d3c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050632Z:ace04da6-99e6-4960-b04b-5cc3e8eb4610" + "SOUTHINDIA:20210518T144312Z:aae7394a-1203-435c-b753-2d7e91c18d3c" ], "Date": [ - "Wed, 17 Feb 2021 05:06:32 GMT" + "Tue, 18 May 2021 14:43:11 GMT" ], "Content-Length": [ "2" @@ -4972,22 +4972,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4998,23 +4998,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "06731723-a6fc-45af-8b0c-57c683ade969" + "de24fd0d-3ab3-41a1-acf0-f8c94e950b18" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5029,13 +5029,13 @@ "94" ], "x-ms-correlation-request-id": [ - "06731723-a6fc-45af-8b0c-57c683ade969" + "de24fd0d-3ab3-41a1-acf0-f8c94e950b18" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050638Z:06731723-a6fc-45af-8b0c-57c683ade969" + "SOUTHINDIA:20210518T144317Z:de24fd0d-3ab3-41a1-acf0-f8c94e950b18" ], "Date": [ - "Wed, 17 Feb 2021 05:06:37 GMT" + "Tue, 18 May 2021 14:43:17 GMT" ], "Content-Length": [ "2" @@ -5051,22 +5051,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5077,23 +5077,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "8eca59d1-95b4-4f8e-ba3c-6694aedc0eca" + "0ae6565b-03c8-4683-a66a-88b9b46f3c9a" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5108,13 +5108,13 @@ "93" ], "x-ms-correlation-request-id": [ - "8eca59d1-95b4-4f8e-ba3c-6694aedc0eca" + "0ae6565b-03c8-4683-a66a-88b9b46f3c9a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050643Z:8eca59d1-95b4-4f8e-ba3c-6694aedc0eca" + "SOUTHINDIA:20210518T144322Z:0ae6565b-03c8-4683-a66a-88b9b46f3c9a" ], "Date": [ - "Wed, 17 Feb 2021 05:06:42 GMT" + "Tue, 18 May 2021 14:43:22 GMT" ], "Content-Length": [ "2" @@ -5130,22 +5130,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5156,23 +5156,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "15087a41-6662-46d2-aee2-5ad7cfe9ec44" + "4ca5e4e7-bd13-4342-a2a2-06842a7fa541" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5187,13 +5187,13 @@ "92" ], "x-ms-correlation-request-id": [ - "15087a41-6662-46d2-aee2-5ad7cfe9ec44" + "4ca5e4e7-bd13-4342-a2a2-06842a7fa541" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050648Z:15087a41-6662-46d2-aee2-5ad7cfe9ec44" + "SOUTHINDIA:20210518T144327Z:4ca5e4e7-bd13-4342-a2a2-06842a7fa541" ], "Date": [ - "Wed, 17 Feb 2021 05:06:48 GMT" + "Tue, 18 May 2021 14:43:27 GMT" ], "Content-Length": [ "2" @@ -5209,22 +5209,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5235,23 +5235,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "9787c11b-2101-4336-8602-c24d396fa788" + "99931e17-0e1b-4777-92f4-1c582c86c09a" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5266,13 +5266,13 @@ "91" ], "x-ms-correlation-request-id": [ - "9787c11b-2101-4336-8602-c24d396fa788" + "99931e17-0e1b-4777-92f4-1c582c86c09a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050653Z:9787c11b-2101-4336-8602-c24d396fa788" + "SOUTHINDIA:20210518T144333Z:99931e17-0e1b-4777-92f4-1c582c86c09a" ], "Date": [ - "Wed, 17 Feb 2021 05:06:53 GMT" + "Tue, 18 May 2021 14:43:32 GMT" ], "Content-Length": [ "2" @@ -5288,22 +5288,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5314,23 +5314,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "09d85868-a439-4fe9-8477-b39c2913f5a8" + "0ae3796d-619f-4aba-94fc-0c445814bacc" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5345,13 +5345,13 @@ "90" ], "x-ms-correlation-request-id": [ - "09d85868-a439-4fe9-8477-b39c2913f5a8" + "0ae3796d-619f-4aba-94fc-0c445814bacc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050659Z:09d85868-a439-4fe9-8477-b39c2913f5a8" + "SOUTHINDIA:20210518T144338Z:0ae3796d-619f-4aba-94fc-0c445814bacc" ], "Date": [ - "Wed, 17 Feb 2021 05:06:58 GMT" + "Tue, 18 May 2021 14:43:37 GMT" ], "Content-Length": [ "2" @@ -5367,22 +5367,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5393,44 +5393,44 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "818df26e-a27e-4f17-82ec-da9d4ce4de80" + "5ea37006-9a44-4400-ab6a-2e45a3d3b82c" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "89" + ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "89" - ], "x-ms-correlation-request-id": [ - "818df26e-a27e-4f17-82ec-da9d4ce4de80" + "5ea37006-9a44-4400-ab6a-2e45a3d3b82c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050704Z:818df26e-a27e-4f17-82ec-da9d4ce4de80" + "SOUTHINDIA:20210518T144343Z:5ea37006-9a44-4400-ab6a-2e45a3d3b82c" ], "Date": [ - "Wed, 17 Feb 2021 05:07:03 GMT" + "Tue, 18 May 2021 14:43:42 GMT" ], "Content-Length": [ "2" @@ -5446,22 +5446,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5472,23 +5472,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "526e03dd-3d51-42b8-8c27-46b938f00c66" + "cf82add3-dfa2-42cf-9242-48cfeb023528" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5503,13 +5503,13 @@ "88" ], "x-ms-correlation-request-id": [ - "526e03dd-3d51-42b8-8c27-46b938f00c66" + "cf82add3-dfa2-42cf-9242-48cfeb023528" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050709Z:526e03dd-3d51-42b8-8c27-46b938f00c66" + "SOUTHINDIA:20210518T144348Z:cf82add3-dfa2-42cf-9242-48cfeb023528" ], "Date": [ - "Wed, 17 Feb 2021 05:07:09 GMT" + "Tue, 18 May 2021 14:43:48 GMT" ], "Content-Length": [ "2" @@ -5525,22 +5525,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5551,23 +5551,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e6609a19-b80e-4cf0-a7ad-01756eeb2dcd" + "ac8322bc-3563-423b-abe5-f9a3b35f31b0" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5582,13 +5582,13 @@ "87" ], "x-ms-correlation-request-id": [ - "e6609a19-b80e-4cf0-a7ad-01756eeb2dcd" + "ac8322bc-3563-423b-abe5-f9a3b35f31b0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050714Z:e6609a19-b80e-4cf0-a7ad-01756eeb2dcd" + "SOUTHINDIA:20210518T144354Z:ac8322bc-3563-423b-abe5-f9a3b35f31b0" ], "Date": [ - "Wed, 17 Feb 2021 05:07:14 GMT" + "Tue, 18 May 2021 14:43:53 GMT" ], "Content-Length": [ "2" @@ -5604,22 +5604,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5630,23 +5630,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f9f6da22-cae2-46fb-ad93-b0051e3a050c" + "87bca153-b2ba-4ec0-b3c8-5c9b5f9f2c86" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5661,13 +5661,13 @@ "86" ], "x-ms-correlation-request-id": [ - "f9f6da22-cae2-46fb-ad93-b0051e3a050c" + "87bca153-b2ba-4ec0-b3c8-5c9b5f9f2c86" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050719Z:f9f6da22-cae2-46fb-ad93-b0051e3a050c" + "SOUTHINDIA:20210518T144359Z:87bca153-b2ba-4ec0-b3c8-5c9b5f9f2c86" ], "Date": [ - "Wed, 17 Feb 2021 05:07:19 GMT" + "Tue, 18 May 2021 14:43:58 GMT" ], "Content-Length": [ "2" @@ -5683,22 +5683,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5709,23 +5709,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "dd947857-f3c9-4893-910c-185ec74e0dbc" + "b8701c77-b9f0-4135-b2a2-3494cd5a4f89" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5740,13 +5740,13 @@ "85" ], "x-ms-correlation-request-id": [ - "dd947857-f3c9-4893-910c-185ec74e0dbc" + "b8701c77-b9f0-4135-b2a2-3494cd5a4f89" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050725Z:dd947857-f3c9-4893-910c-185ec74e0dbc" + "SOUTHINDIA:20210518T144404Z:b8701c77-b9f0-4135-b2a2-3494cd5a4f89" ], "Date": [ - "Wed, 17 Feb 2021 05:07:24 GMT" + "Tue, 18 May 2021 14:44:03 GMT" ], "Content-Length": [ "2" @@ -5762,22 +5762,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5788,44 +5788,44 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "746477ff-c8d9-4f34-8b60-2bad1eb97035" + "0d42ca5b-e1ca-4d00-89fc-1000de7c8908" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "84" - ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "84" + ], "x-ms-correlation-request-id": [ - "746477ff-c8d9-4f34-8b60-2bad1eb97035" + "0d42ca5b-e1ca-4d00-89fc-1000de7c8908" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050730Z:746477ff-c8d9-4f34-8b60-2bad1eb97035" + "SOUTHINDIA:20210518T144409Z:0d42ca5b-e1ca-4d00-89fc-1000de7c8908" ], "Date": [ - "Wed, 17 Feb 2021 05:07:29 GMT" + "Tue, 18 May 2021 14:44:08 GMT" ], "Content-Length": [ "2" @@ -5841,22 +5841,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5867,23 +5867,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c32d5a7f-c0e1-4163-865c-6732bb6f316f" + "5b986798-601f-4d24-a233-8f15eaca212c" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5898,13 +5898,13 @@ "83" ], "x-ms-correlation-request-id": [ - "c32d5a7f-c0e1-4163-865c-6732bb6f316f" + "5b986798-601f-4d24-a233-8f15eaca212c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050735Z:c32d5a7f-c0e1-4163-865c-6732bb6f316f" + "SOUTHINDIA:20210518T144414Z:5b986798-601f-4d24-a233-8f15eaca212c" ], "Date": [ - "Wed, 17 Feb 2021 05:07:35 GMT" + "Tue, 18 May 2021 14:44:14 GMT" ], "Content-Length": [ "2" @@ -5920,22 +5920,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5946,23 +5946,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "8a50e944-f484-4189-b20d-30537d2e81a8" + "0e527a52-d1b4-4ab6-bd5b-b3d1ea2f0755" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5977,13 +5977,13 @@ "82" ], "x-ms-correlation-request-id": [ - "8a50e944-f484-4189-b20d-30537d2e81a8" + "0e527a52-d1b4-4ab6-bd5b-b3d1ea2f0755" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050741Z:8a50e944-f484-4189-b20d-30537d2e81a8" + "SOUTHINDIA:20210518T144420Z:0e527a52-d1b4-4ab6-bd5b-b3d1ea2f0755" ], "Date": [ - "Wed, 17 Feb 2021 05:07:40 GMT" + "Tue, 18 May 2021 14:44:19 GMT" ], "Content-Length": [ "2" @@ -5999,22 +5999,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6025,23 +6025,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "73466323-fd9b-4846-8e63-d4bb01f37432" + "0785ea72-3263-47dd-9a68-672867d6895f" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6056,13 +6056,13 @@ "81" ], "x-ms-correlation-request-id": [ - "73466323-fd9b-4846-8e63-d4bb01f37432" + "0785ea72-3263-47dd-9a68-672867d6895f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050746Z:73466323-fd9b-4846-8e63-d4bb01f37432" + "SOUTHINDIA:20210518T144425Z:0785ea72-3263-47dd-9a68-672867d6895f" ], "Date": [ - "Wed, 17 Feb 2021 05:07:45 GMT" + "Tue, 18 May 2021 14:44:24 GMT" ], "Content-Length": [ "2" @@ -6078,22 +6078,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6104,23 +6104,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c425f317-e202-4ef8-aa4c-599c8ce0a3c1" + "a7a5bebf-b850-4a72-aece-e143f5933910" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6135,13 +6135,13 @@ "80" ], "x-ms-correlation-request-id": [ - "c425f317-e202-4ef8-aa4c-599c8ce0a3c1" + "a7a5bebf-b850-4a72-aece-e143f5933910" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050751Z:c425f317-e202-4ef8-aa4c-599c8ce0a3c1" + "SOUTHINDIA:20210518T144430Z:a7a5bebf-b850-4a72-aece-e143f5933910" ], "Date": [ - "Wed, 17 Feb 2021 05:07:51 GMT" + "Tue, 18 May 2021 14:44:29 GMT" ], "Content-Length": [ "2" @@ -6157,22 +6157,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6183,23 +6183,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "8248d693-eace-4629-919b-9e1839eb4bf9" + "8019972f-078f-4c6d-bd99-b2d63aacd17e" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6214,13 +6214,13 @@ "79" ], "x-ms-correlation-request-id": [ - "8248d693-eace-4629-919b-9e1839eb4bf9" + "8019972f-078f-4c6d-bd99-b2d63aacd17e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050756Z:8248d693-eace-4629-919b-9e1839eb4bf9" + "SOUTHINDIA:20210518T144435Z:8019972f-078f-4c6d-bd99-b2d63aacd17e" ], "Date": [ - "Wed, 17 Feb 2021 05:07:56 GMT" + "Tue, 18 May 2021 14:44:34 GMT" ], "Content-Length": [ "2" @@ -6236,22 +6236,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6262,23 +6262,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "76a64761-bbe0-4547-82e1-3cb01b412b40" + "d11b88aa-263a-4026-a510-50feb54934c8" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6293,13 +6293,13 @@ "78" ], "x-ms-correlation-request-id": [ - "76a64761-bbe0-4547-82e1-3cb01b412b40" + "d11b88aa-263a-4026-a510-50feb54934c8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050801Z:76a64761-bbe0-4547-82e1-3cb01b412b40" + "SOUTHINDIA:20210518T144440Z:d11b88aa-263a-4026-a510-50feb54934c8" ], "Date": [ - "Wed, 17 Feb 2021 05:08:01 GMT" + "Tue, 18 May 2021 14:44:40 GMT" ], "Content-Length": [ "2" @@ -6315,22 +6315,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6341,23 +6341,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "731b0649-1b4b-4039-926d-2ce81b21f2b3" + "b92b35f6-2218-4192-bc9b-b3d7cce88dd4" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6372,13 +6372,13 @@ "77" ], "x-ms-correlation-request-id": [ - "731b0649-1b4b-4039-926d-2ce81b21f2b3" + "b92b35f6-2218-4192-bc9b-b3d7cce88dd4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050807Z:731b0649-1b4b-4039-926d-2ce81b21f2b3" + "SOUTHINDIA:20210518T144446Z:b92b35f6-2218-4192-bc9b-b3d7cce88dd4" ], "Date": [ - "Wed, 17 Feb 2021 05:08:07 GMT" + "Tue, 18 May 2021 14:44:45 GMT" ], "Content-Length": [ "2" @@ -6394,22 +6394,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6420,23 +6420,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "74287854-23a6-4fb7-a5eb-55e3d1d3515f" + "f053d577-ebf2-4401-857a-8347c7aef28f" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6451,13 +6451,13 @@ "76" ], "x-ms-correlation-request-id": [ - "74287854-23a6-4fb7-a5eb-55e3d1d3515f" + "f053d577-ebf2-4401-857a-8347c7aef28f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050812Z:74287854-23a6-4fb7-a5eb-55e3d1d3515f" + "SOUTHINDIA:20210518T144451Z:f053d577-ebf2-4401-857a-8347c7aef28f" ], "Date": [ - "Wed, 17 Feb 2021 05:08:11 GMT" + "Tue, 18 May 2021 14:44:50 GMT" ], "Content-Length": [ "2" @@ -6473,22 +6473,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6499,23 +6499,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "5420c28c-75b5-4724-b7c2-10f20fbf3bf3" + "40bc2a24-3748-4e88-90b0-d3a29b63db83" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6530,13 +6530,13 @@ "75" ], "x-ms-correlation-request-id": [ - "5420c28c-75b5-4724-b7c2-10f20fbf3bf3" + "40bc2a24-3748-4e88-90b0-d3a29b63db83" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050817Z:5420c28c-75b5-4724-b7c2-10f20fbf3bf3" + "SOUTHINDIA:20210518T144456Z:40bc2a24-3748-4e88-90b0-d3a29b63db83" ], "Date": [ - "Wed, 17 Feb 2021 05:08:17 GMT" + "Tue, 18 May 2021 14:44:55 GMT" ], "Content-Length": [ "2" @@ -6552,22 +6552,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6578,23 +6578,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "a0579e67-a76d-4106-aa9c-8e03443977fb" + "65f2f2ed-b974-4a7e-b570-8e7274744e54" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6609,13 +6609,13 @@ "74" ], "x-ms-correlation-request-id": [ - "a0579e67-a76d-4106-aa9c-8e03443977fb" + "65f2f2ed-b974-4a7e-b570-8e7274744e54" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050822Z:a0579e67-a76d-4106-aa9c-8e03443977fb" + "SOUTHINDIA:20210518T144501Z:65f2f2ed-b974-4a7e-b570-8e7274744e54" ], "Date": [ - "Wed, 17 Feb 2021 05:08:22 GMT" + "Tue, 18 May 2021 14:45:01 GMT" ], "Content-Length": [ "2" @@ -6631,22 +6631,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6657,23 +6657,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b67baa69-2df1-4283-8970-46ace0b78a8d" + "b6915a67-3f9a-4054-818c-94b9e40f24d8" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6688,13 +6688,13 @@ "73" ], "x-ms-correlation-request-id": [ - "b67baa69-2df1-4283-8970-46ace0b78a8d" + "b6915a67-3f9a-4054-818c-94b9e40f24d8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050828Z:b67baa69-2df1-4283-8970-46ace0b78a8d" + "SOUTHINDIA:20210518T144506Z:b6915a67-3f9a-4054-818c-94b9e40f24d8" ], "Date": [ - "Wed, 17 Feb 2021 05:08:27 GMT" + "Tue, 18 May 2021 14:45:06 GMT" ], "Content-Length": [ "2" @@ -6710,22 +6710,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6736,23 +6736,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "006fbb80-9961-4ada-84f9-1d4b45adff9f" + "2fd2a159-ea05-48d7-bed8-490b7861f286" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6767,13 +6767,13 @@ "72" ], "x-ms-correlation-request-id": [ - "006fbb80-9961-4ada-84f9-1d4b45adff9f" + "2fd2a159-ea05-48d7-bed8-490b7861f286" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050833Z:006fbb80-9961-4ada-84f9-1d4b45adff9f" + "SOUTHINDIA:20210518T144512Z:2fd2a159-ea05-48d7-bed8-490b7861f286" ], "Date": [ - "Wed, 17 Feb 2021 05:08:33 GMT" + "Tue, 18 May 2021 14:45:11 GMT" ], "Content-Length": [ "2" @@ -6789,22 +6789,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6815,23 +6815,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "a4680762-ffa6-4dc7-a70d-06a10120604e" + "8f8abf92-283b-4542-ad92-23a9a496f197" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6846,13 +6846,13 @@ "71" ], "x-ms-correlation-request-id": [ - "a4680762-ffa6-4dc7-a70d-06a10120604e" + "8f8abf92-283b-4542-ad92-23a9a496f197" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050838Z:a4680762-ffa6-4dc7-a70d-06a10120604e" + "SOUTHINDIA:20210518T144517Z:8f8abf92-283b-4542-ad92-23a9a496f197" ], "Date": [ - "Wed, 17 Feb 2021 05:08:37 GMT" + "Tue, 18 May 2021 14:45:17 GMT" ], "Content-Length": [ "2" @@ -6868,22 +6868,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6894,23 +6894,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "4a9fa475-0608-4e9b-b157-7cad1ffc6ebc" + "ac79c9aa-c275-464c-a22b-287447c989ca" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6925,13 +6925,13 @@ "70" ], "x-ms-correlation-request-id": [ - "4a9fa475-0608-4e9b-b157-7cad1ffc6ebc" + "ac79c9aa-c275-464c-a22b-287447c989ca" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050843Z:4a9fa475-0608-4e9b-b157-7cad1ffc6ebc" + "SOUTHINDIA:20210518T144522Z:ac79c9aa-c275-464c-a22b-287447c989ca" ], "Date": [ - "Wed, 17 Feb 2021 05:08:42 GMT" + "Tue, 18 May 2021 14:45:22 GMT" ], "Content-Length": [ "2" @@ -6947,22 +6947,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6973,23 +6973,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0e334a27-e921-4f2d-acf3-64cd217ec2ba" + "31ad6b33-cbfc-4c9d-823b-addc9b7d9b4c" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7004,13 +7004,13 @@ "69" ], "x-ms-correlation-request-id": [ - "0e334a27-e921-4f2d-acf3-64cd217ec2ba" + "31ad6b33-cbfc-4c9d-823b-addc9b7d9b4c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050848Z:0e334a27-e921-4f2d-acf3-64cd217ec2ba" + "SOUTHINDIA:20210518T144527Z:31ad6b33-cbfc-4c9d-823b-addc9b7d9b4c" ], "Date": [ - "Wed, 17 Feb 2021 05:08:48 GMT" + "Tue, 18 May 2021 14:45:27 GMT" ], "Content-Length": [ "2" @@ -7026,22 +7026,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7052,23 +7052,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "1d1b4594-d6c3-4b48-a066-8c6beb7fdf3a" + "cf78a55e-87ac-47a0-b558-36331a30d8ec" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7083,13 +7083,13 @@ "68" ], "x-ms-correlation-request-id": [ - "1d1b4594-d6c3-4b48-a066-8c6beb7fdf3a" + "cf78a55e-87ac-47a0-b558-36331a30d8ec" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050854Z:1d1b4594-d6c3-4b48-a066-8c6beb7fdf3a" + "SOUTHINDIA:20210518T144533Z:cf78a55e-87ac-47a0-b558-36331a30d8ec" ], "Date": [ - "Wed, 17 Feb 2021 05:08:53 GMT" + "Tue, 18 May 2021 14:45:32 GMT" ], "Content-Length": [ "2" @@ -7105,22 +7105,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7130,15 +7130,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "3e14b463-de72-4186-a3b2-b7d43bd26b9d" + "b235fd6a-58b5-4b82-9169-a230f8151747" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7153,16 +7162,16 @@ "67" ], "x-ms-correlation-request-id": [ - "3e14b463-de72-4186-a3b2-b7d43bd26b9d" + "b235fd6a-58b5-4b82-9169-a230f8151747" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050859Z:3e14b463-de72-4186-a3b2-b7d43bd26b9d" + "SOUTHINDIA:20210518T144538Z:b235fd6a-58b5-4b82-9169-a230f8151747" ], "Date": [ - "Wed, 17 Feb 2021 05:08:59 GMT" + "Tue, 18 May 2021 14:45:37 GMT" ], "Content-Length": [ - "2075" + "2" ], "Content-Type": [ "application/json" @@ -7171,26 +7180,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-02-17T05:03:15.509535Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/4dfc9d7e-4d51-4a32-a53b-2d7940597de3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzLzRkZmM5ZDdlLTRkNTEtNGEzMi1hNTNiLTJkNzk0MDU5N2RlMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7200,15 +7209,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "14f0c56b-3e6f-40a3-8d9c-cf755a47629b" + "079e935c-bd71-4abc-9334-a6dff4ffd818" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7223,16 +7241,253 @@ "66" ], "x-ms-correlation-request-id": [ - "14f0c56b-3e6f-40a3-8d9c-cf755a47629b" + "079e935c-bd71-4abc-9334-a6dff4ffd818" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144543Z:079e935c-bd71-4abc-9334-a6dff4ffd818" + ], + "Date": [ + "Tue, 18 May 2021 14:45:43 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "039ebbd6-9f18-4a90-b256-60deef669f6d" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "65" + ], + "x-ms-correlation-request-id": [ + "039ebbd6-9f18-4a90-b256-60deef669f6d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144548Z:039ebbd6-9f18-4a90-b256-60deef669f6d" + ], + "Date": [ + "Tue, 18 May 2021 14:45:48 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "389661a9-438f-4b76-bccc-4febe0f23097" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "64" + ], + "x-ms-correlation-request-id": [ + "389661a9-438f-4b76-bccc-4febe0f23097" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144553Z:389661a9-438f-4b76-bccc-4febe0f23097" + ], + "Date": [ + "Tue, 18 May 2021 14:45:53 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "fc857958-5b1b-46a6-9c2c-3e728991140f" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "63" + ], + "x-ms-correlation-request-id": [ + "fc857958-5b1b-46a6-9c2c-3e728991140f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050859Z:14f0c56b-3e6f-40a3-8d9c-cf755a47629b" + "SOUTHINDIA:20210518T144559Z:fc857958-5b1b-46a6-9c2c-3e728991140f" ], "Date": [ - "Wed, 17 Feb 2021 05:08:59 GMT" + "Tue, 18 May 2021 14:45:58 GMT" ], "Content-Length": [ - "2075" + "2" ], "Content-Type": [ "application/json" @@ -7241,26 +7496,2959 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-02-17T05:03:15.509535Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "52fc2482-6768-4924-8b2b-e0da3590b38c" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "62" + ], + "x-ms-correlation-request-id": [ + "52fc2482-6768-4924-8b2b-e0da3590b38c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144604Z:52fc2482-6768-4924-8b2b-e0da3590b38c" + ], + "Date": [ + "Tue, 18 May 2021 14:46:03 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ee74c275-d4f9-4312-9ade-7d7de1051544" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "61" + ], + "x-ms-correlation-request-id": [ + "ee74c275-d4f9-4312-9ade-7d7de1051544" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144609Z:ee74c275-d4f9-4312-9ade-7d7de1051544" + ], + "Date": [ + "Tue, 18 May 2021 14:46:08 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d1cbe3fc-a259-49b8-b4cc-180951288a1c" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "60" + ], + "x-ms-correlation-request-id": [ + "d1cbe3fc-a259-49b8-b4cc-180951288a1c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144614Z:d1cbe3fc-a259-49b8-b4cc-180951288a1c" + ], + "Date": [ + "Tue, 18 May 2021 14:46:14 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9185302e-8de6-44e3-8b23-fc9bca484881" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "59" + ], + "x-ms-correlation-request-id": [ + "9185302e-8de6-44e3-8b23-fc9bca484881" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144619Z:9185302e-8de6-44e3-8b23-fc9bca484881" + ], + "Date": [ + "Tue, 18 May 2021 14:46:19 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5f53d41e-939e-45bb-8df8-8ad1845a7209" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "58" + ], + "x-ms-correlation-request-id": [ + "5f53d41e-939e-45bb-8df8-8ad1845a7209" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144625Z:5f53d41e-939e-45bb-8df8-8ad1845a7209" + ], + "Date": [ + "Tue, 18 May 2021 14:46:24 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "86ff4ca7-36de-4bad-9d15-7095d209e00d" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "57" + ], + "x-ms-correlation-request-id": [ + "86ff4ca7-36de-4bad-9d15-7095d209e00d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144630Z:86ff4ca7-36de-4bad-9d15-7095d209e00d" + ], + "Date": [ + "Tue, 18 May 2021 14:46:29 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5d487169-f485-45a1-8e50-6b5a33d43d86" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "56" + ], + "x-ms-correlation-request-id": [ + "5d487169-f485-45a1-8e50-6b5a33d43d86" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144635Z:5d487169-f485-45a1-8e50-6b5a33d43d86" + ], + "Date": [ + "Tue, 18 May 2021 14:46:34 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5c345db3-ac9a-4319-bbd9-bd8a818b4ae0" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "55" + ], + "x-ms-correlation-request-id": [ + "5c345db3-ac9a-4319-bbd9-bd8a818b4ae0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144640Z:5c345db3-ac9a-4319-bbd9-bd8a818b4ae0" + ], + "Date": [ + "Tue, 18 May 2021 14:46:40 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "c4cd5cce-c8f4-4c3e-8967-b000005ac658" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "54" + ], + "x-ms-correlation-request-id": [ + "c4cd5cce-c8f4-4c3e-8967-b000005ac658" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144645Z:c4cd5cce-c8f4-4c3e-8967-b000005ac658" + ], + "Date": [ + "Tue, 18 May 2021 14:46:45 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "c062b509-ad2c-4765-a109-76bcc68095d8" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "53" + ], + "x-ms-correlation-request-id": [ + "c062b509-ad2c-4765-a109-76bcc68095d8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144651Z:c062b509-ad2c-4765-a109-76bcc68095d8" + ], + "Date": [ + "Tue, 18 May 2021 14:46:50 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9f2c0db8-b69e-47ab-97ec-c4420f6b3d1a" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "52" + ], + "x-ms-correlation-request-id": [ + "9f2c0db8-b69e-47ab-97ec-c4420f6b3d1a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144656Z:9f2c0db8-b69e-47ab-97ec-c4420f6b3d1a" + ], + "Date": [ + "Tue, 18 May 2021 14:46:55 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5d1f3dad-91c1-4012-beeb-0b6238416dd6" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "51" + ], + "x-ms-correlation-request-id": [ + "5d1f3dad-91c1-4012-beeb-0b6238416dd6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144701Z:5d1f3dad-91c1-4012-beeb-0b6238416dd6" + ], + "Date": [ + "Tue, 18 May 2021 14:47:00 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "488945a1-f617-4b92-987d-06d68a8f4d9c" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "50" + ], + "x-ms-correlation-request-id": [ + "488945a1-f617-4b92-987d-06d68a8f4d9c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144706Z:488945a1-f617-4b92-987d-06d68a8f4d9c" + ], + "Date": [ + "Tue, 18 May 2021 14:47:05 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "0e825937-402c-4855-a55a-186cbe21b038" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" + ], + "x-ms-correlation-request-id": [ + "0e825937-402c-4855-a55a-186cbe21b038" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144711Z:0e825937-402c-4855-a55a-186cbe21b038" + ], + "Date": [ + "Tue, 18 May 2021 14:47:10 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ea9a0da0-525f-457a-9507-55d6082671e7" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "48" + ], + "x-ms-correlation-request-id": [ + "ea9a0da0-525f-457a-9507-55d6082671e7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144716Z:ea9a0da0-525f-457a-9507-55d6082671e7" + ], + "Date": [ + "Tue, 18 May 2021 14:47:16 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a5b57edf-e39e-4418-a0f7-233ca02806e3" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "47" + ], + "x-ms-correlation-request-id": [ + "a5b57edf-e39e-4418-a0f7-233ca02806e3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144722Z:a5b57edf-e39e-4418-a0f7-233ca02806e3" + ], + "Date": [ + "Tue, 18 May 2021 14:47:22 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a2d12cdf-557b-467a-aff9-afb5771da316" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "46" + ], + "x-ms-correlation-request-id": [ + "a2d12cdf-557b-467a-aff9-afb5771da316" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144727Z:a2d12cdf-557b-467a-aff9-afb5771da316" + ], + "Date": [ + "Tue, 18 May 2021 14:47:27 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9905a81c-fb54-47f7-a3f2-df74704c3d77" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "45" + ], + "x-ms-correlation-request-id": [ + "9905a81c-fb54-47f7-a3f2-df74704c3d77" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144732Z:9905a81c-fb54-47f7-a3f2-df74704c3d77" + ], + "Date": [ + "Tue, 18 May 2021 14:47:32 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5bdc0370-6406-4832-ad47-65998cfdb3b5" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "44" + ], + "x-ms-correlation-request-id": [ + "5bdc0370-6406-4832-ad47-65998cfdb3b5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144737Z:5bdc0370-6406-4832-ad47-65998cfdb3b5" + ], + "Date": [ + "Tue, 18 May 2021 14:47:37 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d49b4e19-6e94-46ca-a5b9-009feb8e66c8" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "43" + ], + "x-ms-correlation-request-id": [ + "d49b4e19-6e94-46ca-a5b9-009feb8e66c8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144742Z:d49b4e19-6e94-46ca-a5b9-009feb8e66c8" + ], + "Date": [ + "Tue, 18 May 2021 14:47:42 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "8bd19990-4649-4bc8-a7f5-e319829ad7bf" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "42" + ], + "x-ms-correlation-request-id": [ + "8bd19990-4649-4bc8-a7f5-e319829ad7bf" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144748Z:8bd19990-4649-4bc8-a7f5-e319829ad7bf" + ], + "Date": [ + "Tue, 18 May 2021 14:47:47 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "cd619571-27b3-4ebe-b99b-8ae8346d8fcb" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "41" + ], + "x-ms-correlation-request-id": [ + "cd619571-27b3-4ebe-b99b-8ae8346d8fcb" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144753Z:cd619571-27b3-4ebe-b99b-8ae8346d8fcb" + ], + "Date": [ + "Tue, 18 May 2021 14:47:53 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "6df612de-e760-40f8-bfd3-43ee641a6b82" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "40" + ], + "x-ms-correlation-request-id": [ + "6df612de-e760-40f8-bfd3-43ee641a6b82" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144758Z:6df612de-e760-40f8-bfd3-43ee641a6b82" + ], + "Date": [ + "Tue, 18 May 2021 14:47:58 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "78047363-b339-4d24-a7b1-bc35bde2456f" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "39" + ], + "x-ms-correlation-request-id": [ + "78047363-b339-4d24-a7b1-bc35bde2456f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144803Z:78047363-b339-4d24-a7b1-bc35bde2456f" + ], + "Date": [ + "Tue, 18 May 2021 14:48:03 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "40118e08-174d-4ffa-b0c8-0c0af6838517" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "38" + ], + "x-ms-correlation-request-id": [ + "40118e08-174d-4ffa-b0c8-0c0af6838517" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144808Z:40118e08-174d-4ffa-b0c8-0c0af6838517" + ], + "Date": [ + "Tue, 18 May 2021 14:48:08 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "25088026-8bfe-45f7-a956-d65bb7e01bfe" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "37" + ], + "x-ms-correlation-request-id": [ + "25088026-8bfe-45f7-a956-d65bb7e01bfe" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144814Z:25088026-8bfe-45f7-a956-d65bb7e01bfe" + ], + "Date": [ + "Tue, 18 May 2021 14:48:13 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "6e4ebece-1fdf-4b57-b103-e52a97b1ea19" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "36" + ], + "x-ms-correlation-request-id": [ + "6e4ebece-1fdf-4b57-b103-e52a97b1ea19" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144819Z:6e4ebece-1fdf-4b57-b103-e52a97b1ea19" + ], + "Date": [ + "Tue, 18 May 2021 14:48:18 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ce1d2968-a323-4cce-a1f7-543e7bb296cd" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "35" + ], + "x-ms-correlation-request-id": [ + "ce1d2968-a323-4cce-a1f7-543e7bb296cd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144824Z:ce1d2968-a323-4cce-a1f7-543e7bb296cd" + ], + "Date": [ + "Tue, 18 May 2021 14:48:24 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "62fc6f8b-870d-4f66-b226-4c343e7a30e2" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "34" + ], + "x-ms-correlation-request-id": [ + "62fc6f8b-870d-4f66-b226-4c343e7a30e2" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144829Z:62fc6f8b-870d-4f66-b226-4c343e7a30e2" + ], + "Date": [ + "Tue, 18 May 2021 14:48:29 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm/operationsStatus/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5e6a551e-4c42-46a6-99d0-8835aa0e103b" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "33" + ], + "x-ms-correlation-request-id": [ + "5e6a551e-4c42-46a6-99d0-8835aa0e103b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144834Z:5e6a551e-4c42-46a6-99d0-8835aa0e103b" + ], + "Date": [ + "Tue, 18 May 2021 14:48:34 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "05aba5bf-ea0e-4110-95bd-344d5337d95d" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "32" + ], + "x-ms-correlation-request-id": [ + "05aba5bf-ea0e-4110-95bd-344d5337d95d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144840Z:05aba5bf-ea0e-4110-95bd-344d5337d95d" + ], + "Date": [ + "Tue, 18 May 2021 14:48:39 GMT" + ], + "Content-Length": [ + "2076" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-05-18T14:39:35.5007704Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm/operationResults/e4c4a116-d43b-4732-b501-1f526b78a700?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bS9vcGVyYXRpb25SZXN1bHRzL2U0YzRhMTE2LWQ0M2ItNDczMi1iNTAxLTFmNTI2Yjc4YTcwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d089bd91-014a-4c88-9859-59971a257ba0" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "31" + ], + "x-ms-correlation-request-id": [ + "d089bd91-014a-4c88-9859-59971a257ba0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144840Z:d089bd91-014a-4c88-9859-59971a257ba0" + ], + "Date": [ + "Tue, 18 May 2021 14:48:39 GMT" + ], + "Content-Length": [ + "2076" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-05-18T14:39:35.5007704Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupProtectionContainers?$filter=friendlyName%20eq%20'psbvtsqlvm'%20and%20backupManagementType%20eq%20'AzureWorkload'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc2J2dHNxbHZtJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVXb3JrbG9hZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9be3a392-2207-44b4-b4bd-f61eb4d21fd0" + ], + "x-ms-client-request-id": [ + "4f4bca45-7edc-4c5e-a390-b15d8893e48d", + "4f4bca45-7edc-4c5e-a390-b15d8893e48d" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "9be3a392-2207-44b4-b4bd-f61eb4d21fd0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144840Z:9be3a392-2207-44b4-b4bd-f61eb4d21fd0" + ], + "Date": [ + "Tue, 18 May 2021 14:48:40 GMT" + ], + "Content-Length": [ + "2166" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-05-18T14:39:35.5007704Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureWorkload'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlV29ya2xvYWQnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5a786570-a550-4e6d-9028-c041837f2d94" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "c83a9485-4042-42ee-8e35-68ec5e20efdc" + ], + "x-ms-client-request-id": [ + "5a786570-a550-4e6d-9028-c041837f2d94", + "5a786570-a550-4e6d-9028-c041837f2d94" + ], + "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": [ + "c83a9485-4042-42ee-8e35-68ec5e20efdc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144840Z:c83a9485-4042-42ee-8e35-68ec5e20efdc" + ], + "Date": [ + "Tue, 18 May 2021 14:48:40 GMT" + ], + "Content-Length": [ + "2166" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-05-18T14:39:35.5007704Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureWorkload'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlV29ya2xvYWQnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87cfdf37-c38d-4dd3-9425-a549382af523" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "442309bd-8d3a-4f90-b9dc-0a3bf5b4ffb9" + ], + "x-ms-client-request-id": [ + "87cfdf37-c38d-4dd3-9425-a549382af523", + "87cfdf37-c38d-4dd3-9425-a549382af523" + ], + "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-correlation-request-id": [ + "442309bd-8d3a-4f90-b9dc-0a3bf5b4ffb9" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144841Z:442309bd-8d3a-4f90-b9dc-0a3bf5b4ffb9" + ], + "Date": [ + "Tue, 18 May 2021 14:48:40 GMT" + ], + "Content-Length": [ + "2166" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-05-18T14:39:35.5007704Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupProtectionContainers?$filter=friendlyName%20eq%20'psbvtsqlvm'%20and%20backupManagementType%20eq%20'AzureWorkload'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc2J2dHNxbHZtJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVXb3JrbG9hZCclMjBhbmQlMjBzdGF0dXMlMjBlcSUyMCdSZWdpc3RlcmVkJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c93d7786-7444-4220-999a-858cddf07c0d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "48d4c0e3-1eb5-4341-b643-3f13f467694e" + ], + "x-ms-client-request-id": [ + "c93d7786-7444-4220-999a-858cddf07c0d", + "c93d7786-7444-4220-999a-858cddf07c0d" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "48d4c0e3-1eb5-4341-b643-3f13f467694e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144841Z:48d4c0e3-1eb5-4341-b643-3f13f467694e" + ], + "Date": [ + "Tue, 18 May 2021 14:48:40 GMT" + ], + "Content-Length": [ + "2166" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-05-18T14:39:35.5007704Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupProtectionContainers?$filter=friendlyName%20eq%20'psbvtsqlvm'%20and%20backupManagementType%20eq%20'AzureWorkload'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc2J2dHNxbHZtJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVXb3JrbG9hZCclMjBhbmQlMjBzdGF0dXMlMjBlcSUyMCdSZWdpc3RlcmVkJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b5f7b405-218c-425b-8deb-68ee8c5881b9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "6151abe0-0302-4c0b-8b21-cb8a69ff5a1c" + ], + "x-ms-client-request-id": [ + "b5f7b405-218c-425b-8deb-68ee8c5881b9", + "b5f7b405-218c-425b-8deb-68ee8c5881b9" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "6151abe0-0302-4c0b-8b21-cb8a69ff5a1c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144841Z:6151abe0-0302-4c0b-8b21-cb8a69ff5a1c" + ], + "Date": [ + "Tue, 18 May 2021 14:48:40 GMT" + ], + "Content-Length": [ + "2166" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-05-18T14:39:35.5007704Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5b6e2660-0749-49bd-b783-c757d3c6fd22" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupOperationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?fabricName=Azure?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationsStatus/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "747d09be-96c3-43e9-ad1b-8cf9ba57debf" + ], + "x-ms-client-request-id": [ + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "747d09be-96c3-43e9-ad1b-8cf9ba57debf" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T144841Z:747d09be-96c3-43e9-ad1b-8cf9ba57debf" + ], + "Date": [ + "Tue, 18 May 2021 14:48:41 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupProtectionContainers?$filter=friendlyName%20eq%20'psbvtsqlvm'%20and%20backupManagementType%20eq%20'AzureWorkload'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc2J2dHNxbHZtJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVXb3JrbG9hZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7270,67 +10458,67 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "9355cd76-de47-4cf2-9015-156e7e5d3126" + "df996ca2-c1f1-46b7-a27f-d3f4cf745031" ], "x-ms-client-request-id": [ - "dae4c619-2352-4702-856b-6dc7d621b7a8", - "dae4c619-2352-4702-856b-6dc7d621b7a8" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "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": [ - "9355cd76-de47-4cf2-9015-156e7e5d3126" + "df996ca2-c1f1-46b7-a27f-d3f4cf745031" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050859Z:9355cd76-de47-4cf2-9015-156e7e5d3126" + "SOUTHINDIA:20210518T144842Z:df996ca2-c1f1-46b7-a27f-d3f4cf745031" ], "Date": [ - "Wed, 17 Feb 2021 05:08:59 GMT" - ], - "Content-Length": [ - "2165" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 14:48:41 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-02-17T05:03:15.509535Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureWorkload'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlV29ya2xvYWQnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a40e586-a8cc-437e-b228-54aad1d3c305" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7340,67 +10528,67 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ab0820c0-927f-4991-b93a-7ab175dcbb54" + "6f2ec4fe-9b96-48ef-9ab2-412710fda997" ], "x-ms-client-request-id": [ - "8a40e586-a8cc-437e-b228-54aad1d3c305", - "8a40e586-a8cc-437e-b228-54aad1d3c305" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "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" + "143" ], "x-ms-correlation-request-id": [ - "ab0820c0-927f-4991-b93a-7ab175dcbb54" + "6f2ec4fe-9b96-48ef-9ab2-412710fda997" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050900Z:ab0820c0-927f-4991-b93a-7ab175dcbb54" + "SOUTHINDIA:20210518T144847Z:6f2ec4fe-9b96-48ef-9ab2-412710fda997" ], "Date": [ - "Wed, 17 Feb 2021 05:09:00 GMT" - ], - "Content-Length": [ - "2165" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 14:48:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-02-17T05:03:15.509535Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureWorkload'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlV29ya2xvYWQnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4922696-0a54-455a-93f8-131665fb635d" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7410,67 +10598,67 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "7b8ab2b0-119d-478c-ab84-4d9a297489d8" + "c58ad71d-5abb-4242-a27f-3445d9b3203a" ], "x-ms-client-request-id": [ - "a4922696-0a54-455a-93f8-131665fb635d", - "a4922696-0a54-455a-93f8-131665fb635d" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "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" + "142" ], "x-ms-correlation-request-id": [ - "7b8ab2b0-119d-478c-ab84-4d9a297489d8" + "c58ad71d-5abb-4242-a27f-3445d9b3203a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050900Z:7b8ab2b0-119d-478c-ab84-4d9a297489d8" + "SOUTHINDIA:20210518T144852Z:c58ad71d-5abb-4242-a27f-3445d9b3203a" ], "Date": [ - "Wed, 17 Feb 2021 05:09:00 GMT" - ], - "Content-Length": [ - "2165" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 14:48:51 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-02-17T05:03:15.509535Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupProtectionContainers?$filter=friendlyName%20eq%20'psbvtsqlvm'%20and%20backupManagementType%20eq%20'AzureWorkload'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc2J2dHNxbHZtJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVXb3JrbG9hZCclMjBhbmQlMjBzdGF0dXMlMjBlcSUyMCdSZWdpc3RlcmVkJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3f953c2-2b4f-4587-aedb-43e99c6c7235" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7480,67 +10668,67 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "960a579e-107c-4c85-9f17-2bb275b3ca69" + "b3171213-abf4-4561-a920-dddd6a2dfe99" ], "x-ms-client-request-id": [ - "e3f953c2-2b4f-4587-aedb-43e99c6c7235", - "e3f953c2-2b4f-4587-aedb-43e99c6c7235" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "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" + "141" ], "x-ms-correlation-request-id": [ - "960a579e-107c-4c85-9f17-2bb275b3ca69" + "b3171213-abf4-4561-a920-dddd6a2dfe99" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050900Z:960a579e-107c-4c85-9f17-2bb275b3ca69" + "SOUTHINDIA:20210518T144857Z:b3171213-abf4-4561-a920-dddd6a2dfe99" ], "Date": [ - "Wed, 17 Feb 2021 05:09:00 GMT" - ], - "Content-Length": [ - "2165" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 14:48:56 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-02-17T05:03:15.509535Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupProtectionContainers?$filter=friendlyName%20eq%20'psbvtsqlvm'%20and%20backupManagementType%20eq%20'AzureWorkload'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc2J2dHNxbHZtJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVXb3JrbG9hZCclMjBhbmQlMjBzdGF0dXMlMjBlcSUyMCdSZWdpc3RlcmVkJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97067743-a222-44f4-9e40-00fa7bac1f26" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7550,67 +10738,67 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ecd5228b-cd95-422c-bf72-d4008b5d4d16" + "6bf585fe-67f6-4dc9-bf6e-66594c4932c6" ], "x-ms-client-request-id": [ - "97067743-a222-44f4-9e40-00fa7bac1f26", - "97067743-a222-44f4-9e40-00fa7bac1f26" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "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" + "140" ], "x-ms-correlation-request-id": [ - "ecd5228b-cd95-422c-bf72-d4008b5d4d16" + "6bf585fe-67f6-4dc9-bf6e-66594c4932c6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050901Z:ecd5228b-cd95-422c-bf72-d4008b5d4d16" + "SOUTHINDIA:20210518T144902Z:6bf585fe-67f6-4dc9-bf6e-66594c4932c6" ], "Date": [ - "Wed, 17 Feb 2021 05:09:00 GMT" - ], - "Content-Length": [ - "2165" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 14:49:02 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"name\": \"VMAppContainer;Compute;pscloudtestrg;psbvtsqlvm\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Compute/virtualMachines/psbvtsqlvm\",\r\n \"lastUpdatedTime\": \"2021-02-17T05:03:15.509535Z\",\r\n \"extendedInfo\": {\r\n \"hostServerName\": \"psbvtsqlvm\",\r\n \"inquiryInfo\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"inquiryDetails\": [\r\n {\r\n \"type\": \"SQL\",\r\n \"itemCount\": 0,\r\n \"inquiryValidation\": {\r\n \"status\": \"Failed\",\r\n \"errorDetail\": {\r\n \"code\": \"UserErrorOpeningSQLConnection\",\r\n \"message\": \"Azure Backup service is not able to connect to the SQL instance.\",\r\n \"recommendations\": [\r\n \"Please refer to the general troubleshooting information about SQL connection failures. For troubleshooting instructions, see https://aka.ms/AB-usererroropeningsqlconnection\"\r\n ]\r\n },\r\n \"additionalDetail\": \"SQLPlugin: Exception while Opening SQL Connection:Data Source=.;Initial Catalog=master;Integrated Security=True;Pooling=True;Application Name=AzureWorkloadBackup Exception:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"friendlyName\": \"psbvtsqlvm\",\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"VMAppContainer\",\r\n \"protectableObjectType\": \"VMAppContainer\"\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/protectionContainers/VMAppContainer%3BCompute%3Bpscloudtestrg%3Bpsbvtsqlvm?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9WTUFwcENvbnRhaW5lciUzQkNvbXB1dGUlM0Jwc2Nsb3VkdGVzdHJnJTNCcHNidnRzcWx2bT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7621,23 +10809,20 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupOperationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?fabricName=Azure?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationsStatus/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2019-05-13-preview" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6cb91184-05f3-4f82-919a-518dac45c031" + "8252afdf-34de-4bdc-a09d-e2c9b82efc64" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7645,17 +10830,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "139" ], "x-ms-correlation-request-id": [ - "6cb91184-05f3-4f82-919a-518dac45c031" + "8252afdf-34de-4bdc-a09d-e2c9b82efc64" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050901Z:6cb91184-05f3-4f82-919a-518dac45c031" + "SOUTHINDIA:20210518T144907Z:8252afdf-34de-4bdc-a09d-e2c9b82efc64" ], "Date": [ - "Wed, 17 Feb 2021 05:09:01 GMT" + "Tue, 18 May 2021 14:49:07 GMT" ], "Expires": [ "-1" @@ -7668,22 +10853,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7694,7 +10879,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -7703,29 +10888,29 @@ "nosniff" ], "x-ms-request-id": [ - "e4dd7221-b711-4732-9c64-8d6b9d60aad4" + "3154650e-4761-4924-9898-d4daabad9eb8" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "138" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" - ], "x-ms-correlation-request-id": [ - "e4dd7221-b711-4732-9c64-8d6b9d60aad4" + "3154650e-4761-4924-9898-d4daabad9eb8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050901Z:e4dd7221-b711-4732-9c64-8d6b9d60aad4" + "SOUTHINDIA:20210518T144913Z:3154650e-4761-4924-9898-d4daabad9eb8" ], "Date": [ - "Wed, 17 Feb 2021 05:09:01 GMT" + "Tue, 18 May 2021 14:49:12 GMT" ], "Expires": [ "-1" @@ -7738,22 +10923,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7764,7 +10949,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -7773,11 +10958,11 @@ "nosniff" ], "x-ms-request-id": [ - "9952eb37-4f80-4f76-99fa-fcf784cac5e5" + "7d23145d-160d-477d-afcc-80ddeaf9764c" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7786,16 +10971,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "137" ], "x-ms-correlation-request-id": [ - "9952eb37-4f80-4f76-99fa-fcf784cac5e5" + "7d23145d-160d-477d-afcc-80ddeaf9764c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050906Z:9952eb37-4f80-4f76-99fa-fcf784cac5e5" + "SOUTHINDIA:20210518T144918Z:7d23145d-160d-477d-afcc-80ddeaf9764c" ], "Date": [ - "Wed, 17 Feb 2021 05:09:06 GMT" + "Tue, 18 May 2021 14:49:17 GMT" ], "Expires": [ "-1" @@ -7808,22 +10993,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7834,7 +11019,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -7843,11 +11028,11 @@ "nosniff" ], "x-ms-request-id": [ - "8990a5fe-ace0-43a2-88f1-882dd0cfab0e" + "528e8f5b-11ff-422d-b73f-d510ce51a033" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7856,16 +11041,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "136" ], "x-ms-correlation-request-id": [ - "8990a5fe-ace0-43a2-88f1-882dd0cfab0e" + "528e8f5b-11ff-422d-b73f-d510ce51a033" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050912Z:8990a5fe-ace0-43a2-88f1-882dd0cfab0e" + "SOUTHINDIA:20210518T144923Z:528e8f5b-11ff-422d-b73f-d510ce51a033" ], "Date": [ - "Wed, 17 Feb 2021 05:09:11 GMT" + "Tue, 18 May 2021 14:49:22 GMT" ], "Expires": [ "-1" @@ -7878,22 +11063,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7904,7 +11089,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -7913,11 +11098,11 @@ "nosniff" ], "x-ms-request-id": [ - "c1c448ef-2ced-4115-81a5-6862c9cb5ceb" + "b2a54b76-f18d-4b11-a3e1-3d0b5a1b11a1" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7926,16 +11111,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "135" ], "x-ms-correlation-request-id": [ - "c1c448ef-2ced-4115-81a5-6862c9cb5ceb" + "b2a54b76-f18d-4b11-a3e1-3d0b5a1b11a1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050917Z:c1c448ef-2ced-4115-81a5-6862c9cb5ceb" + "SOUTHINDIA:20210518T144928Z:b2a54b76-f18d-4b11-a3e1-3d0b5a1b11a1" ], "Date": [ - "Wed, 17 Feb 2021 05:09:16 GMT" + "Tue, 18 May 2021 14:49:28 GMT" ], "Expires": [ "-1" @@ -7948,22 +11133,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7974,7 +11159,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -7983,11 +11168,11 @@ "nosniff" ], "x-ms-request-id": [ - "419d3016-6456-4648-aed5-ef2323bd703d" + "83155ee5-d08f-4dea-b3ec-b0f2d83d4305" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7996,16 +11181,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "134" ], "x-ms-correlation-request-id": [ - "419d3016-6456-4648-aed5-ef2323bd703d" + "83155ee5-d08f-4dea-b3ec-b0f2d83d4305" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050922Z:419d3016-6456-4648-aed5-ef2323bd703d" + "SOUTHINDIA:20210518T144934Z:83155ee5-d08f-4dea-b3ec-b0f2d83d4305" ], "Date": [ - "Wed, 17 Feb 2021 05:09:21 GMT" + "Tue, 18 May 2021 14:49:33 GMT" ], "Expires": [ "-1" @@ -8018,22 +11203,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8044,7 +11229,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8053,11 +11238,11 @@ "nosniff" ], "x-ms-request-id": [ - "e1e5c8c8-cee3-4aab-92b9-56a272599de7" + "31c7bd07-d13d-4625-8577-ec9485246b06" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8066,16 +11251,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "133" ], "x-ms-correlation-request-id": [ - "e1e5c8c8-cee3-4aab-92b9-56a272599de7" + "31c7bd07-d13d-4625-8577-ec9485246b06" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050927Z:e1e5c8c8-cee3-4aab-92b9-56a272599de7" + "SOUTHINDIA:20210518T144939Z:31c7bd07-d13d-4625-8577-ec9485246b06" ], "Date": [ - "Wed, 17 Feb 2021 05:09:27 GMT" + "Tue, 18 May 2021 14:49:38 GMT" ], "Expires": [ "-1" @@ -8088,22 +11273,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8114,7 +11299,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8123,11 +11308,11 @@ "nosniff" ], "x-ms-request-id": [ - "73529953-a60a-4a05-8b34-e006762071ef" + "1a2402f6-7a38-41f6-b297-c5736828efb9" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8136,16 +11321,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "132" ], "x-ms-correlation-request-id": [ - "73529953-a60a-4a05-8b34-e006762071ef" + "1a2402f6-7a38-41f6-b297-c5736828efb9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050932Z:73529953-a60a-4a05-8b34-e006762071ef" + "SOUTHINDIA:20210518T144944Z:1a2402f6-7a38-41f6-b297-c5736828efb9" ], "Date": [ - "Wed, 17 Feb 2021 05:09:32 GMT" + "Tue, 18 May 2021 14:49:43 GMT" ], "Expires": [ "-1" @@ -8158,22 +11343,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8184,7 +11369,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8193,11 +11378,11 @@ "nosniff" ], "x-ms-request-id": [ - "fc5fc3a5-e6b2-4c9f-a7c9-ae02ff6984fd" + "f5b413b4-4600-4c94-87e8-5425aeb783a9" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8206,16 +11391,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "131" ], "x-ms-correlation-request-id": [ - "fc5fc3a5-e6b2-4c9f-a7c9-ae02ff6984fd" + "f5b413b4-4600-4c94-87e8-5425aeb783a9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050938Z:fc5fc3a5-e6b2-4c9f-a7c9-ae02ff6984fd" + "SOUTHINDIA:20210518T144949Z:f5b413b4-4600-4c94-87e8-5425aeb783a9" ], "Date": [ - "Wed, 17 Feb 2021 05:09:37 GMT" + "Tue, 18 May 2021 14:49:49 GMT" ], "Expires": [ "-1" @@ -8228,22 +11413,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8254,7 +11439,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8263,11 +11448,11 @@ "nosniff" ], "x-ms-request-id": [ - "b6ec3aa0-fc59-4656-98fe-7aafdc017adf" + "b56514ea-a8fb-4b8a-a25c-6189b7503517" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8276,16 +11461,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "130" ], "x-ms-correlation-request-id": [ - "b6ec3aa0-fc59-4656-98fe-7aafdc017adf" + "b56514ea-a8fb-4b8a-a25c-6189b7503517" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050943Z:b6ec3aa0-fc59-4656-98fe-7aafdc017adf" + "SOUTHINDIA:20210518T144954Z:b56514ea-a8fb-4b8a-a25c-6189b7503517" ], "Date": [ - "Wed, 17 Feb 2021 05:09:42 GMT" + "Tue, 18 May 2021 14:49:54 GMT" ], "Expires": [ "-1" @@ -8298,22 +11483,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8324,7 +11509,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8333,11 +11518,11 @@ "nosniff" ], "x-ms-request-id": [ - "17c3ed61-34fb-4bfb-83ce-d6d74ccc9275" + "31a5056e-cdca-46fd-8047-7cda5acce6cf" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8346,16 +11531,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "129" ], "x-ms-correlation-request-id": [ - "17c3ed61-34fb-4bfb-83ce-d6d74ccc9275" + "31a5056e-cdca-46fd-8047-7cda5acce6cf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050948Z:17c3ed61-34fb-4bfb-83ce-d6d74ccc9275" + "SOUTHINDIA:20210518T145000Z:31a5056e-cdca-46fd-8047-7cda5acce6cf" ], "Date": [ - "Wed, 17 Feb 2021 05:09:48 GMT" + "Tue, 18 May 2021 14:49:59 GMT" ], "Expires": [ "-1" @@ -8368,22 +11553,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8394,7 +11579,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8403,11 +11588,11 @@ "nosniff" ], "x-ms-request-id": [ - "6a275610-6c68-467a-a1fb-83110119a0bd" + "83555024-2ff9-463c-b9c6-e4aa273ae103" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8416,16 +11601,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "128" ], "x-ms-correlation-request-id": [ - "6a275610-6c68-467a-a1fb-83110119a0bd" + "83555024-2ff9-463c-b9c6-e4aa273ae103" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050953Z:6a275610-6c68-467a-a1fb-83110119a0bd" + "SOUTHINDIA:20210518T145005Z:83555024-2ff9-463c-b9c6-e4aa273ae103" ], "Date": [ - "Wed, 17 Feb 2021 05:09:53 GMT" + "Tue, 18 May 2021 14:50:05 GMT" ], "Expires": [ "-1" @@ -8438,22 +11623,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8464,7 +11649,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8473,11 +11658,11 @@ "nosniff" ], "x-ms-request-id": [ - "337a1a56-25bc-46ce-808a-4f47444374dc" + "5a9063c5-c488-47cf-9f6a-6cb5c154ece4" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8486,16 +11671,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "127" ], "x-ms-correlation-request-id": [ - "337a1a56-25bc-46ce-808a-4f47444374dc" + "5a9063c5-c488-47cf-9f6a-6cb5c154ece4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T050958Z:337a1a56-25bc-46ce-808a-4f47444374dc" + "SOUTHINDIA:20210518T145010Z:5a9063c5-c488-47cf-9f6a-6cb5c154ece4" ], "Date": [ - "Wed, 17 Feb 2021 05:09:57 GMT" + "Tue, 18 May 2021 14:50:10 GMT" ], "Expires": [ "-1" @@ -8508,22 +11693,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8534,7 +11719,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8543,11 +11728,11 @@ "nosniff" ], "x-ms-request-id": [ - "3d0f633e-1cbc-4cf6-9a77-d11336ed3f0e" + "4c4e32c1-6444-4984-ac8d-6c2497528afa" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8556,16 +11741,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "126" ], "x-ms-correlation-request-id": [ - "3d0f633e-1cbc-4cf6-9a77-d11336ed3f0e" + "4c4e32c1-6444-4984-ac8d-6c2497528afa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051004Z:3d0f633e-1cbc-4cf6-9a77-d11336ed3f0e" + "SOUTHINDIA:20210518T145015Z:4c4e32c1-6444-4984-ac8d-6c2497528afa" ], "Date": [ - "Wed, 17 Feb 2021 05:10:04 GMT" + "Tue, 18 May 2021 14:50:15 GMT" ], "Expires": [ "-1" @@ -8578,22 +11763,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8604,7 +11789,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8613,11 +11798,11 @@ "nosniff" ], "x-ms-request-id": [ - "12c2352c-be08-4e13-97e7-ea3c00ffe709" + "a41abf7e-a3e4-463a-8d2b-7e2664fb6134" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8626,16 +11811,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "125" ], "x-ms-correlation-request-id": [ - "12c2352c-be08-4e13-97e7-ea3c00ffe709" + "a41abf7e-a3e4-463a-8d2b-7e2664fb6134" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051009Z:12c2352c-be08-4e13-97e7-ea3c00ffe709" + "SOUTHINDIA:20210518T145020Z:a41abf7e-a3e4-463a-8d2b-7e2664fb6134" ], "Date": [ - "Wed, 17 Feb 2021 05:10:09 GMT" + "Tue, 18 May 2021 14:50:20 GMT" ], "Expires": [ "-1" @@ -8648,22 +11833,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8674,7 +11859,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8683,11 +11868,11 @@ "nosniff" ], "x-ms-request-id": [ - "31d217ae-d19f-4050-8126-c570c13d7db1" + "2378546b-3514-4e58-b011-89fc38f1b48a" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8696,16 +11881,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "124" ], "x-ms-correlation-request-id": [ - "31d217ae-d19f-4050-8126-c570c13d7db1" + "2378546b-3514-4e58-b011-89fc38f1b48a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051014Z:31d217ae-d19f-4050-8126-c570c13d7db1" + "SOUTHINDIA:20210518T145026Z:2378546b-3514-4e58-b011-89fc38f1b48a" ], "Date": [ - "Wed, 17 Feb 2021 05:10:13 GMT" + "Tue, 18 May 2021 14:50:25 GMT" ], "Expires": [ "-1" @@ -8718,22 +11903,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8744,7 +11929,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8753,11 +11938,11 @@ "nosniff" ], "x-ms-request-id": [ - "2220a30b-1421-4ec6-9db6-93c555e23f3a" + "7efa5c70-b16c-4d03-80af-a13edc75b9cf" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8766,16 +11951,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "123" ], "x-ms-correlation-request-id": [ - "2220a30b-1421-4ec6-9db6-93c555e23f3a" + "7efa5c70-b16c-4d03-80af-a13edc75b9cf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051019Z:2220a30b-1421-4ec6-9db6-93c555e23f3a" + "SOUTHINDIA:20210518T145031Z:7efa5c70-b16c-4d03-80af-a13edc75b9cf" ], "Date": [ - "Wed, 17 Feb 2021 05:10:18 GMT" + "Tue, 18 May 2021 14:50:30 GMT" ], "Expires": [ "-1" @@ -8788,22 +11973,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8814,7 +11999,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8823,11 +12008,11 @@ "nosniff" ], "x-ms-request-id": [ - "af2057f7-f979-451a-aaed-8d9218f785d3" + "52a2d94d-df0b-4761-bdae-f91224636f67" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8836,16 +12021,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "122" ], "x-ms-correlation-request-id": [ - "af2057f7-f979-451a-aaed-8d9218f785d3" + "52a2d94d-df0b-4761-bdae-f91224636f67" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051024Z:af2057f7-f979-451a-aaed-8d9218f785d3" + "SOUTHINDIA:20210518T145036Z:52a2d94d-df0b-4761-bdae-f91224636f67" ], "Date": [ - "Wed, 17 Feb 2021 05:10:24 GMT" + "Tue, 18 May 2021 14:50:36 GMT" ], "Expires": [ "-1" @@ -8858,22 +12043,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8884,7 +12069,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8893,11 +12078,11 @@ "nosniff" ], "x-ms-request-id": [ - "9c779602-4021-4bec-b760-cc29ae9a9412" + "f50110dc-def8-4382-9660-187bcf394c7b" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8906,16 +12091,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "121" ], "x-ms-correlation-request-id": [ - "9c779602-4021-4bec-b760-cc29ae9a9412" + "f50110dc-def8-4382-9660-187bcf394c7b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051030Z:9c779602-4021-4bec-b760-cc29ae9a9412" + "SOUTHINDIA:20210518T145041Z:f50110dc-def8-4382-9660-187bcf394c7b" ], "Date": [ - "Wed, 17 Feb 2021 05:10:30 GMT" + "Tue, 18 May 2021 14:50:41 GMT" ], "Expires": [ "-1" @@ -8928,22 +12113,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8954,7 +12139,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -8963,11 +12148,11 @@ "nosniff" ], "x-ms-request-id": [ - "859c7888-cc11-48be-bd41-1f9ecb33d26a" + "adcd9a5f-f309-4984-88ef-6c44d494781a" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8976,16 +12161,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "120" ], "x-ms-correlation-request-id": [ - "859c7888-cc11-48be-bd41-1f9ecb33d26a" + "adcd9a5f-f309-4984-88ef-6c44d494781a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051035Z:859c7888-cc11-48be-bd41-1f9ecb33d26a" + "SOUTHINDIA:20210518T145046Z:adcd9a5f-f309-4984-88ef-6c44d494781a" ], "Date": [ - "Wed, 17 Feb 2021 05:10:34 GMT" + "Tue, 18 May 2021 14:50:46 GMT" ], "Expires": [ "-1" @@ -8998,22 +12183,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9024,7 +12209,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9033,11 +12218,11 @@ "nosniff" ], "x-ms-request-id": [ - "3e286eb3-789e-4c12-9533-2e65ae2ea1bc" + "95360bab-71f2-4753-bf8d-910c6ce90199" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9046,16 +12231,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "119" ], "x-ms-correlation-request-id": [ - "3e286eb3-789e-4c12-9533-2e65ae2ea1bc" + "95360bab-71f2-4753-bf8d-910c6ce90199" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051040Z:3e286eb3-789e-4c12-9533-2e65ae2ea1bc" + "SOUTHINDIA:20210518T145051Z:95360bab-71f2-4753-bf8d-910c6ce90199" ], "Date": [ - "Wed, 17 Feb 2021 05:10:39 GMT" + "Tue, 18 May 2021 14:50:51 GMT" ], "Expires": [ "-1" @@ -9068,22 +12253,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9094,7 +12279,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9103,11 +12288,11 @@ "nosniff" ], "x-ms-request-id": [ - "fbd41875-3ece-462e-81dd-dd6c83bc8fec" + "9ff32e62-a118-48b5-b4ac-ac471fe0271a" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9116,16 +12301,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "118" ], "x-ms-correlation-request-id": [ - "fbd41875-3ece-462e-81dd-dd6c83bc8fec" + "9ff32e62-a118-48b5-b4ac-ac471fe0271a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051045Z:fbd41875-3ece-462e-81dd-dd6c83bc8fec" + "SOUTHINDIA:20210518T145057Z:9ff32e62-a118-48b5-b4ac-ac471fe0271a" ], "Date": [ - "Wed, 17 Feb 2021 05:10:45 GMT" + "Tue, 18 May 2021 14:50:56 GMT" ], "Expires": [ "-1" @@ -9138,22 +12323,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9164,7 +12349,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9173,11 +12358,11 @@ "nosniff" ], "x-ms-request-id": [ - "324bf654-6a35-45cb-88cd-07ad23fcb28b" + "e0795207-0684-4893-9218-c2f9a7089d88" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9186,16 +12371,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "123" + "117" ], "x-ms-correlation-request-id": [ - "324bf654-6a35-45cb-88cd-07ad23fcb28b" + "e0795207-0684-4893-9218-c2f9a7089d88" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051051Z:324bf654-6a35-45cb-88cd-07ad23fcb28b" + "SOUTHINDIA:20210518T145102Z:e0795207-0684-4893-9218-c2f9a7089d88" ], "Date": [ - "Wed, 17 Feb 2021 05:10:50 GMT" + "Tue, 18 May 2021 14:51:01 GMT" ], "Expires": [ "-1" @@ -9208,22 +12393,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9234,7 +12419,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9243,11 +12428,11 @@ "nosniff" ], "x-ms-request-id": [ - "5a446dab-c31a-4533-9a87-5ee0cbebd2d7" + "62b446fd-09bf-4934-b2c4-16b069ec27c8" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9256,16 +12441,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "122" + "116" ], "x-ms-correlation-request-id": [ - "5a446dab-c31a-4533-9a87-5ee0cbebd2d7" + "62b446fd-09bf-4934-b2c4-16b069ec27c8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051056Z:5a446dab-c31a-4533-9a87-5ee0cbebd2d7" + "SOUTHINDIA:20210518T145107Z:62b446fd-09bf-4934-b2c4-16b069ec27c8" ], "Date": [ - "Wed, 17 Feb 2021 05:10:55 GMT" + "Tue, 18 May 2021 14:51:06 GMT" ], "Expires": [ "-1" @@ -9278,22 +12463,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9304,7 +12489,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9313,11 +12498,11 @@ "nosniff" ], "x-ms-request-id": [ - "7ff708e3-d9ba-49af-8df4-ec3eb0a71707" + "455a8371-5c65-44df-ba8d-281284954628" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9326,16 +12511,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" + "115" ], "x-ms-correlation-request-id": [ - "7ff708e3-d9ba-49af-8df4-ec3eb0a71707" + "455a8371-5c65-44df-ba8d-281284954628" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051101Z:7ff708e3-d9ba-49af-8df4-ec3eb0a71707" + "SOUTHINDIA:20210518T145112Z:455a8371-5c65-44df-ba8d-281284954628" ], "Date": [ - "Wed, 17 Feb 2021 05:11:01 GMT" + "Tue, 18 May 2021 14:51:12 GMT" ], "Expires": [ "-1" @@ -9348,22 +12533,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9374,7 +12559,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9383,11 +12568,11 @@ "nosniff" ], "x-ms-request-id": [ - "bbce582f-08f2-40bb-969a-cb137aa36391" + "05fa8338-6979-43d0-8777-08c2e5a617d3" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9396,16 +12581,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "114" ], "x-ms-correlation-request-id": [ - "bbce582f-08f2-40bb-969a-cb137aa36391" + "05fa8338-6979-43d0-8777-08c2e5a617d3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051106Z:bbce582f-08f2-40bb-969a-cb137aa36391" + "SOUTHINDIA:20210518T145117Z:05fa8338-6979-43d0-8777-08c2e5a617d3" ], "Date": [ - "Wed, 17 Feb 2021 05:11:06 GMT" + "Tue, 18 May 2021 14:51:17 GMT" ], "Expires": [ "-1" @@ -9418,22 +12603,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9444,7 +12629,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9453,11 +12638,11 @@ "nosniff" ], "x-ms-request-id": [ - "b904695b-a95a-4a3a-a2c0-410265140c63" + "e24315da-aa91-4c81-b8d7-282026744a9d" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9466,16 +12651,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "119" + "113" ], "x-ms-correlation-request-id": [ - "b904695b-a95a-4a3a-a2c0-410265140c63" + "e24315da-aa91-4c81-b8d7-282026744a9d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051111Z:b904695b-a95a-4a3a-a2c0-410265140c63" + "SOUTHINDIA:20210518T145123Z:e24315da-aa91-4c81-b8d7-282026744a9d" ], "Date": [ - "Wed, 17 Feb 2021 05:11:11 GMT" + "Tue, 18 May 2021 14:51:22 GMT" ], "Expires": [ "-1" @@ -9488,22 +12673,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9514,7 +12699,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9523,11 +12708,11 @@ "nosniff" ], "x-ms-request-id": [ - "a92e77e8-c5e5-461f-83b2-0b874f041606" + "f16570f4-2c50-4a31-bb20-75a49d25ae33" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9536,16 +12721,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "118" + "112" ], "x-ms-correlation-request-id": [ - "a92e77e8-c5e5-461f-83b2-0b874f041606" + "f16570f4-2c50-4a31-bb20-75a49d25ae33" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051117Z:a92e77e8-c5e5-461f-83b2-0b874f041606" + "SOUTHINDIA:20210518T145128Z:f16570f4-2c50-4a31-bb20-75a49d25ae33" ], "Date": [ - "Wed, 17 Feb 2021 05:11:17 GMT" + "Tue, 18 May 2021 14:51:27 GMT" ], "Expires": [ "-1" @@ -9558,22 +12743,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9584,7 +12769,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9593,11 +12778,11 @@ "nosniff" ], "x-ms-request-id": [ - "ee7efb5a-ceff-4803-84f7-799273e0a76a" + "c1dcf1df-bcc6-4395-9bd6-355f91ca8f44" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9606,16 +12791,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" + "111" ], "x-ms-correlation-request-id": [ - "ee7efb5a-ceff-4803-84f7-799273e0a76a" + "c1dcf1df-bcc6-4395-9bd6-355f91ca8f44" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051122Z:ee7efb5a-ceff-4803-84f7-799273e0a76a" + "SOUTHINDIA:20210518T145133Z:c1dcf1df-bcc6-4395-9bd6-355f91ca8f44" ], "Date": [ - "Wed, 17 Feb 2021 05:11:22 GMT" + "Tue, 18 May 2021 14:51:32 GMT" ], "Expires": [ "-1" @@ -9628,22 +12813,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9654,7 +12839,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9663,11 +12848,11 @@ "nosniff" ], "x-ms-request-id": [ - "5cb08295-4cc4-478f-9865-1320a9c57e05" + "ffde3c82-d473-4032-a04c-95f8abebe56e" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9676,16 +12861,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "116" + "110" ], "x-ms-correlation-request-id": [ - "5cb08295-4cc4-478f-9865-1320a9c57e05" + "ffde3c82-d473-4032-a04c-95f8abebe56e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051127Z:5cb08295-4cc4-478f-9865-1320a9c57e05" + "SOUTHINDIA:20210518T145138Z:ffde3c82-d473-4032-a04c-95f8abebe56e" ], "Date": [ - "Wed, 17 Feb 2021 05:11:26 GMT" + "Tue, 18 May 2021 14:51:38 GMT" ], "Expires": [ "-1" @@ -9698,22 +12883,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9724,7 +12909,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9733,11 +12918,11 @@ "nosniff" ], "x-ms-request-id": [ - "e1410dee-7b1f-4f98-82cd-c77f2621435f" + "75fa35d7-a27f-4b43-a33a-6383603f7b80" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9746,16 +12931,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "115" + "109" ], "x-ms-correlation-request-id": [ - "e1410dee-7b1f-4f98-82cd-c77f2621435f" + "75fa35d7-a27f-4b43-a33a-6383603f7b80" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051132Z:e1410dee-7b1f-4f98-82cd-c77f2621435f" + "SOUTHINDIA:20210518T145143Z:75fa35d7-a27f-4b43-a33a-6383603f7b80" ], "Date": [ - "Wed, 17 Feb 2021 05:11:32 GMT" + "Tue, 18 May 2021 14:51:43 GMT" ], "Expires": [ "-1" @@ -9768,22 +12953,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9794,7 +12979,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9803,11 +12988,11 @@ "nosniff" ], "x-ms-request-id": [ - "06cd4b9a-b83f-404a-bdd3-61f0df8a81ac" + "11f11d8e-3699-47c0-91e2-15349c40912b" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9816,16 +13001,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "114" + "108" ], "x-ms-correlation-request-id": [ - "06cd4b9a-b83f-404a-bdd3-61f0df8a81ac" + "11f11d8e-3699-47c0-91e2-15349c40912b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051138Z:06cd4b9a-b83f-404a-bdd3-61f0df8a81ac" + "SOUTHINDIA:20210518T145149Z:11f11d8e-3699-47c0-91e2-15349c40912b" ], "Date": [ - "Wed, 17 Feb 2021 05:11:37 GMT" + "Tue, 18 May 2021 14:51:49 GMT" ], "Expires": [ "-1" @@ -9838,22 +13023,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9864,7 +13049,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9873,11 +13058,11 @@ "nosniff" ], "x-ms-request-id": [ - "753d6187-cdf3-4438-be99-e9ac6dfaeb1f" + "a634eb0a-b31a-465f-968f-92b4d7b5bd3b" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9886,16 +13071,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "113" + "107" ], "x-ms-correlation-request-id": [ - "753d6187-cdf3-4438-be99-e9ac6dfaeb1f" + "a634eb0a-b31a-465f-968f-92b4d7b5bd3b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051143Z:753d6187-cdf3-4438-be99-e9ac6dfaeb1f" + "SOUTHINDIA:20210518T145154Z:a634eb0a-b31a-465f-968f-92b4d7b5bd3b" ], "Date": [ - "Wed, 17 Feb 2021 05:11:42 GMT" + "Tue, 18 May 2021 14:51:54 GMT" ], "Expires": [ "-1" @@ -9908,22 +13093,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9934,7 +13119,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -9943,11 +13128,11 @@ "nosniff" ], "x-ms-request-id": [ - "ac191514-155b-4a8b-bd37-026979d2024f" + "aa0877d7-5315-4cf8-97b3-1efb38b2011a" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9956,16 +13141,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "112" + "106" ], "x-ms-correlation-request-id": [ - "ac191514-155b-4a8b-bd37-026979d2024f" + "aa0877d7-5315-4cf8-97b3-1efb38b2011a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051148Z:ac191514-155b-4a8b-bd37-026979d2024f" + "SOUTHINDIA:20210518T145159Z:aa0877d7-5315-4cf8-97b3-1efb38b2011a" ], "Date": [ - "Wed, 17 Feb 2021 05:11:48 GMT" + "Tue, 18 May 2021 14:51:59 GMT" ], "Expires": [ "-1" @@ -9978,22 +13163,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10004,7 +13189,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10013,11 +13198,11 @@ "nosniff" ], "x-ms-request-id": [ - "bb59d664-6582-4fe1-a2b7-c2ec82e68322" + "2a302af8-a00a-49e7-b2b6-17fce29ddb1c" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10026,16 +13211,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "111" + "105" ], "x-ms-correlation-request-id": [ - "bb59d664-6582-4fe1-a2b7-c2ec82e68322" + "2a302af8-a00a-49e7-b2b6-17fce29ddb1c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051154Z:bb59d664-6582-4fe1-a2b7-c2ec82e68322" + "SOUTHINDIA:20210518T145204Z:2a302af8-a00a-49e7-b2b6-17fce29ddb1c" ], "Date": [ - "Wed, 17 Feb 2021 05:11:53 GMT" + "Tue, 18 May 2021 14:52:04 GMT" ], "Expires": [ "-1" @@ -10048,22 +13233,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10074,7 +13259,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10083,11 +13268,11 @@ "nosniff" ], "x-ms-request-id": [ - "e7acb8c5-682f-4fd9-98e9-de142ffc6df4" + "0bf60f50-fd70-484f-a22a-2b5acb054f44" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10096,16 +13281,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "110" + "104" ], "x-ms-correlation-request-id": [ - "e7acb8c5-682f-4fd9-98e9-de142ffc6df4" + "0bf60f50-fd70-484f-a22a-2b5acb054f44" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051159Z:e7acb8c5-682f-4fd9-98e9-de142ffc6df4" + "SOUTHINDIA:20210518T145209Z:0bf60f50-fd70-484f-a22a-2b5acb054f44" ], "Date": [ - "Wed, 17 Feb 2021 05:11:59 GMT" + "Tue, 18 May 2021 14:52:09 GMT" ], "Expires": [ "-1" @@ -10118,22 +13303,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10144,7 +13329,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10153,11 +13338,11 @@ "nosniff" ], "x-ms-request-id": [ - "3aede117-d147-4be6-a3fa-83133281a4e1" + "28dacda3-59ac-4019-a92d-d8c2a7d3c6f1" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10166,16 +13351,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "109" + "103" ], "x-ms-correlation-request-id": [ - "3aede117-d147-4be6-a3fa-83133281a4e1" + "28dacda3-59ac-4019-a92d-d8c2a7d3c6f1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051205Z:3aede117-d147-4be6-a3fa-83133281a4e1" + "SOUTHINDIA:20210518T145215Z:28dacda3-59ac-4019-a92d-d8c2a7d3c6f1" ], "Date": [ - "Wed, 17 Feb 2021 05:12:04 GMT" + "Tue, 18 May 2021 14:52:14 GMT" ], "Expires": [ "-1" @@ -10188,22 +13373,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10214,7 +13399,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10223,11 +13408,11 @@ "nosniff" ], "x-ms-request-id": [ - "353584d0-731b-4a69-9233-1acc2bb4ad88" + "2a2ee7a1-ffe0-43b6-83b6-76087258b07a" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10236,16 +13421,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "108" + "102" ], "x-ms-correlation-request-id": [ - "353584d0-731b-4a69-9233-1acc2bb4ad88" + "2a2ee7a1-ffe0-43b6-83b6-76087258b07a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051210Z:353584d0-731b-4a69-9233-1acc2bb4ad88" + "SOUTHINDIA:20210518T145220Z:2a2ee7a1-ffe0-43b6-83b6-76087258b07a" ], "Date": [ - "Wed, 17 Feb 2021 05:12:10 GMT" + "Tue, 18 May 2021 14:52:19 GMT" ], "Expires": [ "-1" @@ -10258,22 +13443,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10284,7 +13469,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10293,11 +13478,11 @@ "nosniff" ], "x-ms-request-id": [ - "1eae1a05-d70f-4113-89e8-d59c939abf60" + "27272173-8361-4036-904f-cbb5779332ff" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10306,16 +13491,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "107" + "101" ], "x-ms-correlation-request-id": [ - "1eae1a05-d70f-4113-89e8-d59c939abf60" + "27272173-8361-4036-904f-cbb5779332ff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051215Z:1eae1a05-d70f-4113-89e8-d59c939abf60" + "SOUTHINDIA:20210518T145225Z:27272173-8361-4036-904f-cbb5779332ff" ], "Date": [ - "Wed, 17 Feb 2021 05:12:15 GMT" + "Tue, 18 May 2021 14:52:25 GMT" ], "Expires": [ "-1" @@ -10328,22 +13513,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10354,7 +13539,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10363,11 +13548,11 @@ "nosniff" ], "x-ms-request-id": [ - "c218014d-bc63-4139-af9d-d24da0653b95" + "a59a2399-6263-445a-851e-678f44b733f8" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10376,16 +13561,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "106" + "100" ], "x-ms-correlation-request-id": [ - "c218014d-bc63-4139-af9d-d24da0653b95" + "a59a2399-6263-445a-851e-678f44b733f8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051220Z:c218014d-bc63-4139-af9d-d24da0653b95" + "SOUTHINDIA:20210518T145230Z:a59a2399-6263-445a-851e-678f44b733f8" ], "Date": [ - "Wed, 17 Feb 2021 05:12:19 GMT" + "Tue, 18 May 2021 14:52:30 GMT" ], "Expires": [ "-1" @@ -10398,22 +13583,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10424,7 +13609,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10433,11 +13618,11 @@ "nosniff" ], "x-ms-request-id": [ - "552b3546-638c-4912-ba0c-fb5e7ab23b9b" + "3fa84ba1-1748-42ce-bcb4-a5491534eb1e" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10446,16 +13631,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "105" + "99" ], "x-ms-correlation-request-id": [ - "552b3546-638c-4912-ba0c-fb5e7ab23b9b" + "3fa84ba1-1748-42ce-bcb4-a5491534eb1e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051225Z:552b3546-638c-4912-ba0c-fb5e7ab23b9b" + "SOUTHINDIA:20210518T145235Z:3fa84ba1-1748-42ce-bcb4-a5491534eb1e" ], "Date": [ - "Wed, 17 Feb 2021 05:12:25 GMT" + "Tue, 18 May 2021 14:52:35 GMT" ], "Expires": [ "-1" @@ -10468,22 +13653,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10494,7 +13679,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10503,11 +13688,11 @@ "nosniff" ], "x-ms-request-id": [ - "536d66df-c415-4d37-96f1-932646075aee" + "0d31298e-2242-48e4-991d-ee1d4fc6baaa" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10516,16 +13701,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "104" + "98" ], "x-ms-correlation-request-id": [ - "536d66df-c415-4d37-96f1-932646075aee" + "0d31298e-2242-48e4-991d-ee1d4fc6baaa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051231Z:536d66df-c415-4d37-96f1-932646075aee" + "SOUTHINDIA:20210518T145240Z:0d31298e-2242-48e4-991d-ee1d4fc6baaa" ], "Date": [ - "Wed, 17 Feb 2021 05:12:30 GMT" + "Tue, 18 May 2021 14:52:40 GMT" ], "Expires": [ "-1" @@ -10538,22 +13723,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10564,7 +13749,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10573,11 +13758,11 @@ "nosniff" ], "x-ms-request-id": [ - "949b029d-126f-497e-ae70-ddf9b4185edc" + "98b664fe-c56b-47a9-9186-41a6ee1ad0d3" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10586,16 +13771,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "103" + "97" ], "x-ms-correlation-request-id": [ - "949b029d-126f-497e-ae70-ddf9b4185edc" + "98b664fe-c56b-47a9-9186-41a6ee1ad0d3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051236Z:949b029d-126f-497e-ae70-ddf9b4185edc" + "SOUTHINDIA:20210518T145246Z:98b664fe-c56b-47a9-9186-41a6ee1ad0d3" ], "Date": [ - "Wed, 17 Feb 2021 05:12:36 GMT" + "Tue, 18 May 2021 14:52:45 GMT" ], "Expires": [ "-1" @@ -10608,22 +13793,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10634,7 +13819,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10643,11 +13828,11 @@ "nosniff" ], "x-ms-request-id": [ - "9cc55415-5ae1-4745-b3e0-206cfa96bb88" + "b2f7ea4b-cfbe-4b1e-a3da-4cd4775280b1" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10656,16 +13841,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "102" + "96" ], "x-ms-correlation-request-id": [ - "9cc55415-5ae1-4745-b3e0-206cfa96bb88" + "b2f7ea4b-cfbe-4b1e-a3da-4cd4775280b1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051241Z:9cc55415-5ae1-4745-b3e0-206cfa96bb88" + "SOUTHINDIA:20210518T145251Z:b2f7ea4b-cfbe-4b1e-a3da-4cd4775280b1" ], "Date": [ - "Wed, 17 Feb 2021 05:12:40 GMT" + "Tue, 18 May 2021 14:52:50 GMT" ], "Expires": [ "-1" @@ -10678,22 +13863,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10704,7 +13889,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10713,11 +13898,11 @@ "nosniff" ], "x-ms-request-id": [ - "e97d4cf2-db6e-4462-83c4-16d6426e505e" + "cdab5051-2608-414e-852e-d89274330422" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10726,16 +13911,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "101" + "95" ], "x-ms-correlation-request-id": [ - "e97d4cf2-db6e-4462-83c4-16d6426e505e" + "cdab5051-2608-414e-852e-d89274330422" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051246Z:e97d4cf2-db6e-4462-83c4-16d6426e505e" + "SOUTHINDIA:20210518T145256Z:cdab5051-2608-414e-852e-d89274330422" ], "Date": [ - "Wed, 17 Feb 2021 05:12:46 GMT" + "Tue, 18 May 2021 14:52:56 GMT" ], "Expires": [ "-1" @@ -10748,22 +13933,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10774,7 +13959,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10783,11 +13968,11 @@ "nosniff" ], "x-ms-request-id": [ - "ee7c7151-132f-43cc-8e74-8c1d86ec8342" + "fa9acfad-2c7d-4e80-8547-8a9264c43262" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10796,16 +13981,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "100" + "94" ], "x-ms-correlation-request-id": [ - "ee7c7151-132f-43cc-8e74-8c1d86ec8342" + "fa9acfad-2c7d-4e80-8547-8a9264c43262" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051251Z:ee7c7151-132f-43cc-8e74-8c1d86ec8342" + "SOUTHINDIA:20210518T145301Z:fa9acfad-2c7d-4e80-8547-8a9264c43262" ], "Date": [ - "Wed, 17 Feb 2021 05:12:51 GMT" + "Tue, 18 May 2021 14:53:01 GMT" ], "Expires": [ "-1" @@ -10818,22 +14003,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10844,7 +14029,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10853,11 +14038,11 @@ "nosniff" ], "x-ms-request-id": [ - "3cef9a2e-db6f-4abc-854d-6325d0c5b95d" + "2ef4b695-2ac0-4cd3-9b6d-cc7179cc665f" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10866,16 +14051,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "99" + "93" ], "x-ms-correlation-request-id": [ - "3cef9a2e-db6f-4abc-854d-6325d0c5b95d" + "2ef4b695-2ac0-4cd3-9b6d-cc7179cc665f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051257Z:3cef9a2e-db6f-4abc-854d-6325d0c5b95d" + "SOUTHINDIA:20210518T145307Z:2ef4b695-2ac0-4cd3-9b6d-cc7179cc665f" ], "Date": [ - "Wed, 17 Feb 2021 05:12:56 GMT" + "Tue, 18 May 2021 14:53:06 GMT" ], "Expires": [ "-1" @@ -10888,22 +14073,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10914,7 +14099,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10923,11 +14108,11 @@ "nosniff" ], "x-ms-request-id": [ - "8e379b15-d184-4fe9-bfcb-544ef272784e" + "fd01e654-5eb9-4a8d-bf6a-d81ac633ffe8" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10936,16 +14121,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "98" + "92" ], "x-ms-correlation-request-id": [ - "8e379b15-d184-4fe9-bfcb-544ef272784e" + "fd01e654-5eb9-4a8d-bf6a-d81ac633ffe8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051302Z:8e379b15-d184-4fe9-bfcb-544ef272784e" + "SOUTHINDIA:20210518T145312Z:fd01e654-5eb9-4a8d-bf6a-d81ac633ffe8" ], "Date": [ - "Wed, 17 Feb 2021 05:13:01 GMT" + "Tue, 18 May 2021 14:53:11 GMT" ], "Expires": [ "-1" @@ -10958,22 +14143,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10984,7 +14169,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -10993,11 +14178,11 @@ "nosniff" ], "x-ms-request-id": [ - "dd6fb2f9-9d81-4d8c-b090-729c320f8c78" + "a1205895-c6dd-4bab-bad1-fe4035e24b29" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11006,16 +14191,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "97" + "91" ], "x-ms-correlation-request-id": [ - "dd6fb2f9-9d81-4d8c-b090-729c320f8c78" + "a1205895-c6dd-4bab-bad1-fe4035e24b29" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051307Z:dd6fb2f9-9d81-4d8c-b090-729c320f8c78" + "SOUTHINDIA:20210518T145317Z:a1205895-c6dd-4bab-bad1-fe4035e24b29" ], "Date": [ - "Wed, 17 Feb 2021 05:13:06 GMT" + "Tue, 18 May 2021 14:53:16 GMT" ], "Expires": [ "-1" @@ -11028,22 +14213,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11054,7 +14239,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11063,11 +14248,11 @@ "nosniff" ], "x-ms-request-id": [ - "6a140c46-d92d-41ac-a8f0-6ae54a7b2622" + "3a5efe9a-e5f0-4ced-8dd2-58ec2952750e" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11076,16 +14261,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "96" + "90" ], "x-ms-correlation-request-id": [ - "6a140c46-d92d-41ac-a8f0-6ae54a7b2622" + "3a5efe9a-e5f0-4ced-8dd2-58ec2952750e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051312Z:6a140c46-d92d-41ac-a8f0-6ae54a7b2622" + "SOUTHINDIA:20210518T145322Z:3a5efe9a-e5f0-4ced-8dd2-58ec2952750e" ], "Date": [ - "Wed, 17 Feb 2021 05:13:12 GMT" + "Tue, 18 May 2021 14:53:21 GMT" ], "Expires": [ "-1" @@ -11098,22 +14283,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11124,7 +14309,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11133,11 +14318,11 @@ "nosniff" ], "x-ms-request-id": [ - "ae160731-e407-4e85-a16f-922c2e57afb9" + "a552d684-745d-4ecd-a7ae-9538fe0f8acd" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11146,16 +14331,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "95" + "89" ], "x-ms-correlation-request-id": [ - "ae160731-e407-4e85-a16f-922c2e57afb9" + "a552d684-745d-4ecd-a7ae-9538fe0f8acd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051317Z:ae160731-e407-4e85-a16f-922c2e57afb9" + "SOUTHINDIA:20210518T145327Z:a552d684-745d-4ecd-a7ae-9538fe0f8acd" ], "Date": [ - "Wed, 17 Feb 2021 05:13:17 GMT" + "Tue, 18 May 2021 14:53:26 GMT" ], "Expires": [ "-1" @@ -11168,22 +14353,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11194,7 +14379,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11203,11 +14388,11 @@ "nosniff" ], "x-ms-request-id": [ - "111b955b-6ecb-4083-9680-dc2e4542a228" + "4c57bfe6-6e91-49be-96a7-a55252a2597b" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11216,16 +14401,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "94" + "88" ], "x-ms-correlation-request-id": [ - "111b955b-6ecb-4083-9680-dc2e4542a228" + "4c57bfe6-6e91-49be-96a7-a55252a2597b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051323Z:111b955b-6ecb-4083-9680-dc2e4542a228" + "SOUTHINDIA:20210518T145332Z:4c57bfe6-6e91-49be-96a7-a55252a2597b" ], "Date": [ - "Wed, 17 Feb 2021 05:13:23 GMT" + "Tue, 18 May 2021 14:53:32 GMT" ], "Expires": [ "-1" @@ -11238,22 +14423,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11264,7 +14449,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11273,11 +14458,11 @@ "nosniff" ], "x-ms-request-id": [ - "2f0b09ac-1e9d-4046-841f-6bb238d78e98" + "4a85178e-b59a-4061-92ff-3009545601fe" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11286,16 +14471,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "93" + "87" ], "x-ms-correlation-request-id": [ - "2f0b09ac-1e9d-4046-841f-6bb238d78e98" + "4a85178e-b59a-4061-92ff-3009545601fe" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051328Z:2f0b09ac-1e9d-4046-841f-6bb238d78e98" + "SOUTHINDIA:20210518T145338Z:4a85178e-b59a-4061-92ff-3009545601fe" ], "Date": [ - "Wed, 17 Feb 2021 05:13:27 GMT" + "Tue, 18 May 2021 14:53:37 GMT" ], "Expires": [ "-1" @@ -11308,22 +14493,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11334,7 +14519,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11343,29 +14528,29 @@ "nosniff" ], "x-ms-request-id": [ - "b83a3ee6-3c41-4f33-96a3-c1d4a9542e66" + "bb51385f-0f86-4fda-ae46-44594bbf59eb" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "92" - ], "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "86" + ], "x-ms-correlation-request-id": [ - "b83a3ee6-3c41-4f33-96a3-c1d4a9542e66" + "bb51385f-0f86-4fda-ae46-44594bbf59eb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051333Z:b83a3ee6-3c41-4f33-96a3-c1d4a9542e66" + "SOUTHINDIA:20210518T145343Z:bb51385f-0f86-4fda-ae46-44594bbf59eb" ], "Date": [ - "Wed, 17 Feb 2021 05:13:33 GMT" + "Tue, 18 May 2021 14:53:42 GMT" ], "Expires": [ "-1" @@ -11378,22 +14563,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11404,7 +14589,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11413,11 +14598,11 @@ "nosniff" ], "x-ms-request-id": [ - "309ec768-d7ee-4f6e-8e34-e121eb9141cf" + "4352b728-57af-4c86-b2b0-d36406d8d2b4" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11426,16 +14611,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "91" + "85" ], "x-ms-correlation-request-id": [ - "309ec768-d7ee-4f6e-8e34-e121eb9141cf" + "4352b728-57af-4c86-b2b0-d36406d8d2b4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051339Z:309ec768-d7ee-4f6e-8e34-e121eb9141cf" + "SOUTHINDIA:20210518T145348Z:4352b728-57af-4c86-b2b0-d36406d8d2b4" ], "Date": [ - "Wed, 17 Feb 2021 05:13:38 GMT" + "Tue, 18 May 2021 14:53:48 GMT" ], "Expires": [ "-1" @@ -11448,22 +14633,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11474,7 +14659,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11483,11 +14668,11 @@ "nosniff" ], "x-ms-request-id": [ - "ae94b965-4502-43e0-a4e4-2c4f8c408c92" + "56989fde-e556-415d-8718-4afa64d94294" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11496,16 +14681,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "90" + "84" ], "x-ms-correlation-request-id": [ - "ae94b965-4502-43e0-a4e4-2c4f8c408c92" + "56989fde-e556-415d-8718-4afa64d94294" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051344Z:ae94b965-4502-43e0-a4e4-2c4f8c408c92" + "SOUTHINDIA:20210518T145353Z:56989fde-e556-415d-8718-4afa64d94294" ], "Date": [ - "Wed, 17 Feb 2021 05:13:44 GMT" + "Tue, 18 May 2021 14:53:53 GMT" ], "Expires": [ "-1" @@ -11518,22 +14703,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11544,7 +14729,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11553,11 +14738,11 @@ "nosniff" ], "x-ms-request-id": [ - "f576deca-de6a-4e6c-a36c-b2345c0ac7cd" + "8283d7c9-56d4-40c7-af83-9b7c4b9ee0b7" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11566,16 +14751,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "89" + "83" ], "x-ms-correlation-request-id": [ - "f576deca-de6a-4e6c-a36c-b2345c0ac7cd" + "8283d7c9-56d4-40c7-af83-9b7c4b9ee0b7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051349Z:f576deca-de6a-4e6c-a36c-b2345c0ac7cd" + "SOUTHINDIA:20210518T145358Z:8283d7c9-56d4-40c7-af83-9b7c4b9ee0b7" ], "Date": [ - "Wed, 17 Feb 2021 05:13:48 GMT" + "Tue, 18 May 2021 14:53:58 GMT" ], "Expires": [ "-1" @@ -11588,22 +14773,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11614,7 +14799,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11623,11 +14808,11 @@ "nosniff" ], "x-ms-request-id": [ - "ea258b13-1b86-4674-99ce-8ab8bba1ea3b" + "38b1f3d8-c285-47e4-87b8-3979f3987dff" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11636,16 +14821,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "88" + "82" ], "x-ms-correlation-request-id": [ - "ea258b13-1b86-4674-99ce-8ab8bba1ea3b" + "38b1f3d8-c285-47e4-87b8-3979f3987dff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051354Z:ea258b13-1b86-4674-99ce-8ab8bba1ea3b" + "SOUTHINDIA:20210518T145404Z:38b1f3d8-c285-47e4-87b8-3979f3987dff" ], "Date": [ - "Wed, 17 Feb 2021 05:13:54 GMT" + "Tue, 18 May 2021 14:54:03 GMT" ], "Expires": [ "-1" @@ -11658,22 +14843,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11684,7 +14869,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11693,11 +14878,11 @@ "nosniff" ], "x-ms-request-id": [ - "55c3b786-b4f7-4691-8a9c-e45f366252a2" + "4e843ab3-fe0f-4ba7-a392-563c8bf319d5" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11706,16 +14891,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "87" + "81" ], "x-ms-correlation-request-id": [ - "55c3b786-b4f7-4691-8a9c-e45f366252a2" + "4e843ab3-fe0f-4ba7-a392-563c8bf319d5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051400Z:55c3b786-b4f7-4691-8a9c-e45f366252a2" + "SOUTHINDIA:20210518T145409Z:4e843ab3-fe0f-4ba7-a392-563c8bf319d5" ], "Date": [ - "Wed, 17 Feb 2021 05:14:00 GMT" + "Tue, 18 May 2021 14:54:08 GMT" ], "Expires": [ "-1" @@ -11728,22 +14913,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11754,7 +14939,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11763,11 +14948,11 @@ "nosniff" ], "x-ms-request-id": [ - "cb5728cf-17fa-4aef-80a0-942347177827" + "1e0ccfc5-495c-4846-a4fa-640d16c0c5c7" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11776,16 +14961,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "86" + "80" ], "x-ms-correlation-request-id": [ - "cb5728cf-17fa-4aef-80a0-942347177827" + "1e0ccfc5-495c-4846-a4fa-640d16c0c5c7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051405Z:cb5728cf-17fa-4aef-80a0-942347177827" + "SOUTHINDIA:20210518T145414Z:1e0ccfc5-495c-4846-a4fa-640d16c0c5c7" ], "Date": [ - "Wed, 17 Feb 2021 05:14:04 GMT" + "Tue, 18 May 2021 14:54:14 GMT" ], "Expires": [ "-1" @@ -11798,22 +14983,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11824,7 +15009,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11833,11 +15018,11 @@ "nosniff" ], "x-ms-request-id": [ - "b1031274-b3f3-478c-b21b-659f7ad27fe7" + "d49ea7df-8cec-462b-aa1b-e866ae8ffee8" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11846,16 +15031,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "85" + "79" ], "x-ms-correlation-request-id": [ - "b1031274-b3f3-478c-b21b-659f7ad27fe7" + "d49ea7df-8cec-462b-aa1b-e866ae8ffee8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051410Z:b1031274-b3f3-478c-b21b-659f7ad27fe7" + "SOUTHINDIA:20210518T145419Z:d49ea7df-8cec-462b-aa1b-e866ae8ffee8" ], "Date": [ - "Wed, 17 Feb 2021 05:14:09 GMT" + "Tue, 18 May 2021 14:54:19 GMT" ], "Expires": [ "-1" @@ -11868,22 +15053,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11894,7 +15079,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11903,11 +15088,11 @@ "nosniff" ], "x-ms-request-id": [ - "9221874f-2ad6-4a33-9c79-55bbfb9828be" + "bd9140cb-69e8-4f47-9d76-468aa835e5a4" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11916,16 +15101,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "84" + "78" ], "x-ms-correlation-request-id": [ - "9221874f-2ad6-4a33-9c79-55bbfb9828be" + "bd9140cb-69e8-4f47-9d76-468aa835e5a4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051415Z:9221874f-2ad6-4a33-9c79-55bbfb9828be" + "SOUTHINDIA:20210518T145424Z:bd9140cb-69e8-4f47-9d76-468aa835e5a4" ], "Date": [ - "Wed, 17 Feb 2021 05:14:15 GMT" + "Tue, 18 May 2021 14:54:24 GMT" ], "Expires": [ "-1" @@ -11938,22 +15123,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11964,7 +15149,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -11973,11 +15158,11 @@ "nosniff" ], "x-ms-request-id": [ - "3cbe0f6b-22fc-47fd-bc4e-39c741e4464e" + "322782a5-5677-45d2-93d1-f9205add94c6" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11986,16 +15171,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "83" + "77" ], "x-ms-correlation-request-id": [ - "3cbe0f6b-22fc-47fd-bc4e-39c741e4464e" + "322782a5-5677-45d2-93d1-f9205add94c6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051420Z:3cbe0f6b-22fc-47fd-bc4e-39c741e4464e" + "SOUTHINDIA:20210518T145430Z:322782a5-5677-45d2-93d1-f9205add94c6" ], "Date": [ - "Wed, 17 Feb 2021 05:14:20 GMT" + "Tue, 18 May 2021 14:54:29 GMT" ], "Expires": [ "-1" @@ -12008,22 +15193,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12037,11 +15222,11 @@ "nosniff" ], "x-ms-request-id": [ - "f8593ad0-5453-4aaa-bb32-636bcde62ae5" + "b60a0214-841b-4af5-9bf4-6ffd9c7fa6ef" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12050,16 +15235,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "82" + "76" ], "x-ms-correlation-request-id": [ - "f8593ad0-5453-4aaa-bb32-636bcde62ae5" + "b60a0214-841b-4af5-9bf4-6ffd9c7fa6ef" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051426Z:f8593ad0-5453-4aaa-bb32-636bcde62ae5" + "SOUTHINDIA:20210518T145435Z:b60a0214-841b-4af5-9bf4-6ffd9c7fa6ef" ], "Date": [ - "Wed, 17 Feb 2021 05:14:25 GMT" + "Tue, 18 May 2021 14:54:34 GMT" ], "Expires": [ "-1" @@ -12069,22 +15254,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b945ddb1-2b0a-41e5-8534-1ccd20cee22c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2I5NDVkZGIxLTJiMGEtNDFlNS04NTM0LTFjY2QyMGNlZTIyYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupFabrics/Azure/operationResults/b272faa2-bb6b-459c-91d9-8a6003e17918?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IyNzJmYWEyLWJiNmItNDU5Yy05MWQ5LThhNjAwM2UxNzkxOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12098,11 +15283,11 @@ "nosniff" ], "x-ms-request-id": [ - "190187fb-ec79-4ec5-9bfb-d8e46405c787" + "1d695ef4-a75c-4418-b537-a01e81555c4c" ], "x-ms-client-request-id": [ - "36529ca9-dc2f-4c36-b371-389dd2b45745", - "36529ca9-dc2f-4c36-b371-389dd2b45745" + "5b6e2660-0749-49bd-b783-c757d3c6fd22", + "5b6e2660-0749-49bd-b783-c757d3c6fd22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12111,16 +15296,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "81" + "75" ], "x-ms-correlation-request-id": [ - "190187fb-ec79-4ec5-9bfb-d8e46405c787" + "1d695ef4-a75c-4418-b537-a01e81555c4c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210217T051426Z:190187fb-ec79-4ec5-9bfb-d8e46405c787" + "SOUTHINDIA:20210518T145435Z:1d695ef4-a75c-4418-b537-a01e81555c4c" ], "Date": [ - "Wed, 17 Feb 2021 05:14:25 GMT" + "Tue, 18 May 2021 14:54:34 GMT" ], "Expires": [ "-1" diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/TestAzureFSContainer.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/TestAzureFSContainer.json index 5611909235aa..e140c6b53c7a 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/TestAzureFSContainer.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/TestAzureFSContainer.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c13d0de3-5e97-4bb9-b4cc-5dfce020282b" + "f1c2689e-5d1f-444e-80a1-e7f7bdc96f0b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -30,10 +30,10 @@ "nosniff" ], "x-ms-request-id": [ - "c83b9cfc-e1a1-49a0-b928-089d1ad3452d" + "8982d87e-97ef-41f8-9b1d-475e50bcc796" ], "x-ms-client-request-id": [ - "c13d0de3-5e97-4bb9-b4cc-5dfce020282b" + "f1c2689e-5d1f-444e-80a1-e7f7bdc96f0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,13 +45,13 @@ "11999" ], "x-ms-correlation-request-id": [ - "c83b9cfc-e1a1-49a0-b928-089d1ad3452d" + "8982d87e-97ef-41f8-9b1d-475e50bcc796" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040127Z:c83b9cfc-e1a1-49a0-b928-089d1ad3452d" + "SOUTHINDIA:20210518T134157Z:8982d87e-97ef-41f8-9b1d-475e50bcc796" ], "Date": [ - "Tue, 16 Feb 2021 04:01:26 GMT" + "Tue, 18 May 2021 13:41:57 GMT" ], "Content-Length": [ "466" @@ -67,22 +67,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d3a2cfb-ac49-4932-8299-81b44544e029" + "ed3280c7-b272-4b15-9d9d-66412f22f2b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -96,11 +96,11 @@ "nosniff" ], "x-ms-request-id": [ - "9fa5494e-ad1e-404d-a53b-0ed1f9b5b0a9" + "c0519705-aaf6-4edb-a245-37dd57136731" ], "x-ms-client-request-id": [ - "3d3a2cfb-ac49-4932-8299-81b44544e029", - "3d3a2cfb-ac49-4932-8299-81b44544e029" + "ed3280c7-b272-4b15-9d9d-66412f22f2b4", + "ed3280c7-b272-4b15-9d9d-66412f22f2b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,16 +112,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "148" ], "x-ms-correlation-request-id": [ - "9fa5494e-ad1e-404d-a53b-0ed1f9b5b0a9" + "c0519705-aaf6-4edb-a245-37dd57136731" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040128Z:9fa5494e-ad1e-404d-a53b-0ed1f9b5b0a9" + "SOUTHINDIA:20210518T134157Z:c0519705-aaf6-4edb-a245-37dd57136731" ], "Date": [ - "Tue, 16 Feb 2021 04:01:28 GMT" + "Tue, 18 May 2021 13:41:57 GMT" ], "Content-Length": [ "12" @@ -137,22 +137,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9a08e6b-5c94-4465-a998-6080250487e7" + "60cd0cd4-1db9-4f1c-aafc-983a55463ff2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -166,11 +166,11 @@ "nosniff" ], "x-ms-request-id": [ - "5b1868d7-7ff1-425e-92ba-b61c8d017edc" + "2885c6ec-3d60-47e3-8a73-b745452c0833" ], "x-ms-client-request-id": [ - "e9a08e6b-5c94-4465-a998-6080250487e7", - "e9a08e6b-5c94-4465-a998-6080250487e7" + "60cd0cd4-1db9-4f1c-aafc-983a55463ff2", + "60cd0cd4-1db9-4f1c-aafc-983a55463ff2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -182,16 +182,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "146" ], "x-ms-correlation-request-id": [ - "5b1868d7-7ff1-425e-92ba-b61c8d017edc" + "2885c6ec-3d60-47e3-8a73-b745452c0833" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040244Z:5b1868d7-7ff1-425e-92ba-b61c8d017edc" + "SOUTHINDIA:20210518T134300Z:2885c6ec-3d60-47e3-8a73-b745452c0833" ], "Date": [ - "Tue, 16 Feb 2021 04:02:43 GMT" + "Tue, 18 May 2021 13:43:00 GMT" ], "Content-Length": [ "789" @@ -207,22 +207,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "971f60fe-30ef-418f-928f-e3de47e10cdc" + "d6431223-c3d1-4799-8fad-c17a2ce93570" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -236,11 +236,11 @@ "nosniff" ], "x-ms-request-id": [ - "8d5b6525-d608-4456-9e60-1d2cbbb38669" + "fbdf50da-6d6a-4a81-a7ad-e4dad5ec810d" ], "x-ms-client-request-id": [ - "971f60fe-30ef-418f-928f-e3de47e10cdc", - "971f60fe-30ef-418f-928f-e3de47e10cdc" + "d6431223-c3d1-4799-8fad-c17a2ce93570", + "d6431223-c3d1-4799-8fad-c17a2ce93570" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -252,16 +252,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "144" ], "x-ms-correlation-request-id": [ - "8d5b6525-d608-4456-9e60-1d2cbbb38669" + "fbdf50da-6d6a-4a81-a7ad-e4dad5ec810d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040245Z:8d5b6525-d608-4456-9e60-1d2cbbb38669" + "SOUTHINDIA:20210518T134302Z:fbdf50da-6d6a-4a81-a7ad-e4dad5ec810d" ], "Date": [ - "Tue, 16 Feb 2021 04:02:45 GMT" + "Tue, 18 May 2021 13:43:02 GMT" ], "Content-Length": [ "789" @@ -277,22 +277,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc055d89-bc7a-4ea3-a257-6dbc6dd73271" + "bb3d95cf-ebe2-4d8e-886c-a6ca9f2ec201" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -306,11 +306,11 @@ "nosniff" ], "x-ms-request-id": [ - "72888a2f-d3dc-4044-ae97-94f1d8d2f7f3" + "fe788088-7448-49a1-8f40-d371b442540e" ], "x-ms-client-request-id": [ - "dc055d89-bc7a-4ea3-a257-6dbc6dd73271", - "dc055d89-bc7a-4ea3-a257-6dbc6dd73271" + "bb3d95cf-ebe2-4d8e-886c-a6ca9f2ec201", + "bb3d95cf-ebe2-4d8e-886c-a6ca9f2ec201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -322,16 +322,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "142" ], "x-ms-correlation-request-id": [ - "72888a2f-d3dc-4044-ae97-94f1d8d2f7f3" + "fe788088-7448-49a1-8f40-d371b442540e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040245Z:72888a2f-d3dc-4044-ae97-94f1d8d2f7f3" + "SOUTHINDIA:20210518T134302Z:fe788088-7448-49a1-8f40-d371b442540e" ], "Date": [ - "Tue, 16 Feb 2021 04:02:45 GMT" + "Tue, 18 May 2021 13:43:02 GMT" ], "Content-Length": [ "789" @@ -347,22 +347,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27d228f9-5a70-4dcd-9fb2-d55c4fe27975" + "2ad35176-a35b-421f-b9f6-55a6de5a12a4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -376,11 +376,11 @@ "nosniff" ], "x-ms-request-id": [ - "cf96f673-c619-450a-a793-d4fe8398bc3b" + "8a3902dd-d7ce-4e86-b345-1649ccf78b61" ], "x-ms-client-request-id": [ - "27d228f9-5a70-4dcd-9fb2-d55c4fe27975", - "27d228f9-5a70-4dcd-9fb2-d55c4fe27975" + "2ad35176-a35b-421f-b9f6-55a6de5a12a4", + "2ad35176-a35b-421f-b9f6-55a6de5a12a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -395,13 +395,13 @@ "149" ], "x-ms-correlation-request-id": [ - "cf96f673-c619-450a-a793-d4fe8398bc3b" + "8a3902dd-d7ce-4e86-b345-1649ccf78b61" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040128Z:cf96f673-c619-450a-a793-d4fe8398bc3b" + "SOUTHINDIA:20210518T134158Z:8a3902dd-d7ce-4e86-b345-1649ccf78b61" ], "Date": [ - "Tue, 16 Feb 2021 04:01:28 GMT" + "Tue, 18 May 2021 13:41:57 GMT" ], "Content-Length": [ "693" @@ -417,22 +417,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -446,11 +446,11 @@ "nosniff" ], "x-ms-request-id": [ - "fefcee5a-55fd-46dd-bf12-615a91e5085f" + "9da22c4c-86c3-4d98-be20-c139826cf295" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -462,16 +462,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "147" ], "x-ms-correlation-request-id": [ - "fefcee5a-55fd-46dd-bf12-615a91e5085f" + "9da22c4c-86c3-4d98-be20-c139826cf295" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040129Z:fefcee5a-55fd-46dd-bf12-615a91e5085f" + "SOUTHINDIA:20210518T134159Z:9da22c4c-86c3-4d98-be20-c139826cf295" ], "Date": [ - "Tue, 16 Feb 2021 04:01:29 GMT" + "Tue, 18 May 2021 13:41:58 GMT" ], "Content-Length": [ "12" @@ -487,22 +487,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -516,11 +516,11 @@ "nosniff" ], "x-ms-request-id": [ - "47219aaa-db01-4473-8f6b-35004e0fc994" + "2fa2b47a-044c-4e9e-8e6f-004af3987f66" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -535,16 +535,16 @@ "149" ], "x-ms-correlation-request-id": [ - "47219aaa-db01-4473-8f6b-35004e0fc994" + "2fa2b47a-044c-4e9e-8e6f-004af3987f66" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040129Z:47219aaa-db01-4473-8f6b-35004e0fc994" + "SOUTHINDIA:20210518T134159Z:2fa2b47a-044c-4e9e-8e6f-004af3987f66" ], "Date": [ - "Tue, 16 Feb 2021 04:01:29 GMT" + "Tue, 18 May 2021 13:41:58 GMT" ], "Content-Length": [ - "7848" + "10021" ], "Content-Type": [ "application/json" @@ -553,26 +553,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"name\": \"StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore2\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.ClassicStorage/storageAccounts/iaasextstore2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"name\": \"StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"storageysci5wbex6jyc\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"name\": \"StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"1vnseapod01otds1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa1e5a278b\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa59e1706f\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"containerType\": \"StorageContainer\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"resourceGroup\": \"pstestrg8895\",\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -589,23 +589,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/57090347-bd9a-472f-9dc6-4cec69abcf6b?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/ba013e1a-47c1-4105-8c20-b888099f7999?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/57090347-bd9a-472f-9dc6-4cec69abcf6b?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/ba013e1a-47c1-4105-8c20-b888099f7999?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ab78f536-7dc4-4e71-889a-caba64f4d550" + "af3b6e01-a60a-4a6f-b95e-3007f289000c" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -617,16 +617,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "ab78f536-7dc4-4e71-889a-caba64f4d550" + "af3b6e01-a60a-4a6f-b95e-3007f289000c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040130Z:ab78f536-7dc4-4e71-889a-caba64f4d550" + "SOUTHINDIA:20210518T134200Z:af3b6e01-a60a-4a6f-b95e-3007f289000c" ], "Date": [ - "Tue, 16 Feb 2021 04:01:30 GMT" + "Tue, 18 May 2021 13:41:59 GMT" ], "Content-Length": [ "2" @@ -642,22 +642,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/57090347-bd9a-472f-9dc6-4cec69abcf6b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzU3MDkwMzQ3LWJkOWEtNDcyZi05ZGM2LTRjZWM2OWFiY2Y2Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/ba013e1a-47c1-4105-8c20-b888099f7999?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2JhMDEzZTFhLTQ3YzEtNDEwNS04YzIwLWI4ODgwOTlmNzk5OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -668,23 +668,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/57090347-bd9a-472f-9dc6-4cec69abcf6b?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/ba013e1a-47c1-4105-8c20-b888099f7999?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/57090347-bd9a-472f-9dc6-4cec69abcf6b?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/ba013e1a-47c1-4105-8c20-b888099f7999?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0a56f35d-e437-4e67-b248-ca291f2077fe" + "3255acf5-4fb5-4e83-bba6-fb218516b270" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,13 +699,13 @@ "149" ], "x-ms-correlation-request-id": [ - "0a56f35d-e437-4e67-b248-ca291f2077fe" + "3255acf5-4fb5-4e83-bba6-fb218516b270" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040130Z:0a56f35d-e437-4e67-b248-ca291f2077fe" + "SOUTHINDIA:20210518T134200Z:3255acf5-4fb5-4e83-bba6-fb218516b270" ], "Date": [ - "Tue, 16 Feb 2021 04:01:30 GMT" + "Tue, 18 May 2021 13:41:59 GMT" ], "Content-Length": [ "2" @@ -721,22 +721,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/57090347-bd9a-472f-9dc6-4cec69abcf6b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzU3MDkwMzQ3LWJkOWEtNDcyZi05ZGM2LTRjZWM2OWFiY2Y2Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/ba013e1a-47c1-4105-8c20-b888099f7999?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2JhMDEzZTFhLTQ3YzEtNDEwNS04YzIwLWI4ODgwOTlmNzk5OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -747,23 +747,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/57090347-bd9a-472f-9dc6-4cec69abcf6b?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/ba013e1a-47c1-4105-8c20-b888099f7999?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/57090347-bd9a-472f-9dc6-4cec69abcf6b?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/ba013e1a-47c1-4105-8c20-b888099f7999?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "991f84f9-c1b3-419d-bf65-0b255d9b60f7" + "44dc3a10-9f9d-48ec-bc30-dc2e320c61a9" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -778,13 +778,13 @@ "148" ], "x-ms-correlation-request-id": [ - "991f84f9-c1b3-419d-bf65-0b255d9b60f7" + "44dc3a10-9f9d-48ec-bc30-dc2e320c61a9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040140Z:991f84f9-c1b3-419d-bf65-0b255d9b60f7" + "SOUTHINDIA:20210518T134205Z:44dc3a10-9f9d-48ec-bc30-dc2e320c61a9" ], "Date": [ - "Tue, 16 Feb 2021 04:01:40 GMT" + "Tue, 18 May 2021 13:42:05 GMT" ], "Content-Length": [ "2" @@ -800,22 +800,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/57090347-bd9a-472f-9dc6-4cec69abcf6b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzU3MDkwMzQ3LWJkOWEtNDcyZi05ZGM2LTRjZWM2OWFiY2Y2Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/ba013e1a-47c1-4105-8c20-b888099f7999?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2JhMDEzZTFhLTQ3YzEtNDEwNS04YzIwLWI4ODgwOTlmNzk5OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -829,11 +829,11 @@ "nosniff" ], "x-ms-request-id": [ - "cbbf23a8-208c-49f3-b166-260ab0fb4256" + "c03faa65-28b8-42f6-91aa-70460a526ae6" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -848,13 +848,13 @@ "147" ], "x-ms-correlation-request-id": [ - "cbbf23a8-208c-49f3-b166-260ab0fb4256" + "c03faa65-28b8-42f6-91aa-70460a526ae6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040150Z:cbbf23a8-208c-49f3-b166-260ab0fb4256" + "SOUTHINDIA:20210518T134211Z:c03faa65-28b8-42f6-91aa-70460a526ae6" ], "Date": [ - "Tue, 16 Feb 2021 04:01:50 GMT" + "Tue, 18 May 2021 13:42:10 GMT" ], "Content-Length": [ "699" @@ -870,22 +870,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/57090347-bd9a-472f-9dc6-4cec69abcf6b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzU3MDkwMzQ3LWJkOWEtNDcyZi05ZGM2LTRjZWM2OWFiY2Y2Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/ba013e1a-47c1-4105-8c20-b888099f7999?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2JhMDEzZTFhLTQ3YzEtNDEwNS04YzIwLWI4ODgwOTlmNzk5OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -899,11 +899,11 @@ "nosniff" ], "x-ms-request-id": [ - "9db24249-bcff-48f6-a327-5327185e1ac7" + "ac3dbf7d-28bb-4c8b-b424-90cb1996f69e" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -918,13 +918,13 @@ "146" ], "x-ms-correlation-request-id": [ - "9db24249-bcff-48f6-a327-5327185e1ac7" + "ac3dbf7d-28bb-4c8b-b424-90cb1996f69e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040151Z:9db24249-bcff-48f6-a327-5327185e1ac7" + "SOUTHINDIA:20210518T134211Z:ac3dbf7d-28bb-4c8b-b424-90cb1996f69e" ], "Date": [ - "Tue, 16 Feb 2021 04:01:51 GMT" + "Tue, 18 May 2021 13:42:10 GMT" ], "Content-Length": [ "699" @@ -940,22 +940,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -969,11 +969,11 @@ "nosniff" ], "x-ms-request-id": [ - "fc7b8589-66d7-407d-b6e4-f7fbbd539c50" + "ff1f8864-7887-4fa1-904c-289a85538acf" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -988,13 +988,13 @@ "149" ], "x-ms-correlation-request-id": [ - "fc7b8589-66d7-407d-b6e4-f7fbbd539c50" + "ff1f8864-7887-4fa1-904c-289a85538acf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040151Z:fc7b8589-66d7-407d-b6e4-f7fbbd539c50" + "SOUTHINDIA:20210518T134211Z:ff1f8864-7887-4fa1-904c-289a85538acf" ], "Date": [ - "Tue, 16 Feb 2021 04:01:51 GMT" + "Tue, 18 May 2021 13:42:11 GMT" ], "Content-Length": [ "947" @@ -1010,22 +1010,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1042,23 +1042,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/b1a864d0-9ced-43c8-ba45-cb235fe90e5b?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/7031e05f-a5e0-4c61-9cbe-d5594f086b8b?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/b1a864d0-9ced-43c8-ba45-cb235fe90e5b?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/7031e05f-a5e0-4c61-9cbe-d5594f086b8b?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d1d307b9-0a0d-4f5f-b6f3-057c59fe01b5" + "ce599ff9-ccbf-4509-858a-0e135450ff21" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1067,16 +1067,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "d1d307b9-0a0d-4f5f-b6f3-057c59fe01b5" + "ce599ff9-ccbf-4509-858a-0e135450ff21" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040152Z:d1d307b9-0a0d-4f5f-b6f3-057c59fe01b5" + "SOUTHINDIA:20210518T134212Z:ce599ff9-ccbf-4509-858a-0e135450ff21" ], "Date": [ - "Tue, 16 Feb 2021 04:01:52 GMT" + "Tue, 18 May 2021 13:42:11 GMT" ], "Expires": [ "-1" @@ -1089,22 +1089,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b1a864d0-9ced-43c8-ba45-cb235fe90e5b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iMWE4NjRkMC05Y2VkLTQzYzgtYmE0NS1jYjIzNWZlOTBlNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7031e05f-a5e0-4c61-9cbe-d5594f086b8b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83MDMxZTA1Zi1hNWUwLTRjNjEtOWNiZS1kNTU5NGYwODZiOGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1118,11 +1118,11 @@ "nosniff" ], "x-ms-request-id": [ - "36667de1-018d-4942-9688-03241858a916" + "602615c3-6f55-4b6a-ad26-52d208a871e5" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1137,16 +1137,16 @@ "149" ], "x-ms-correlation-request-id": [ - "36667de1-018d-4942-9688-03241858a916" + "602615c3-6f55-4b6a-ad26-52d208a871e5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040152Z:36667de1-018d-4942-9688-03241858a916" + "SOUTHINDIA:20210518T134212Z:602615c3-6f55-4b6a-ad26-52d208a871e5" ], "Date": [ - "Tue, 16 Feb 2021 04:01:52 GMT" + "Tue, 18 May 2021 13:42:11 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -1155,26 +1155,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"name\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:01:51.847793Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"name\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b1a864d0-9ced-43c8-ba45-cb235fe90e5b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iMWE4NjRkMC05Y2VkLTQzYzgtYmE0NS1jYjIzNWZlOTBlNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7031e05f-a5e0-4c61-9cbe-d5594f086b8b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83MDMxZTA1Zi1hNWUwLTRjNjEtOWNiZS1kNTU5NGYwODZiOGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1188,11 +1188,11 @@ "nosniff" ], "x-ms-request-id": [ - "ae4a1163-8739-4b39-befa-def6278e5d36" + "69dfe4d2-c171-4d7a-b809-3223e6e83df0" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1207,16 +1207,16 @@ "148" ], "x-ms-correlation-request-id": [ - "ae4a1163-8739-4b39-befa-def6278e5d36" + "69dfe4d2-c171-4d7a-b809-3223e6e83df0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040202Z:ae4a1163-8739-4b39-befa-def6278e5d36" + "SOUTHINDIA:20210518T134217Z:69dfe4d2-c171-4d7a-b809-3223e6e83df0" ], "Date": [ - "Tue, 16 Feb 2021 04:02:01 GMT" + "Tue, 18 May 2021 13:42:17 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -1225,26 +1225,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"name\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:01:51.847793Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"name\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b1a864d0-9ced-43c8-ba45-cb235fe90e5b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iMWE4NjRkMC05Y2VkLTQzYzgtYmE0NS1jYjIzNWZlOTBlNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7031e05f-a5e0-4c61-9cbe-d5594f086b8b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83MDMxZTA1Zi1hNWUwLTRjNjEtOWNiZS1kNTU5NGYwODZiOGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1258,11 +1258,11 @@ "nosniff" ], "x-ms-request-id": [ - "83fb43cd-f41e-4d84-b2e6-b1a161058664" + "01ce1a99-af4b-4b39-b5ea-1ea694833d2c" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1277,16 +1277,16 @@ "147" ], "x-ms-correlation-request-id": [ - "83fb43cd-f41e-4d84-b2e6-b1a161058664" + "01ce1a99-af4b-4b39-b5ea-1ea694833d2c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040212Z:83fb43cd-f41e-4d84-b2e6-b1a161058664" + "SOUTHINDIA:20210518T134222Z:01ce1a99-af4b-4b39-b5ea-1ea694833d2c" ], "Date": [ - "Tue, 16 Feb 2021 04:02:12 GMT" + "Tue, 18 May 2021 13:42:22 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -1295,26 +1295,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"name\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:01:51.847793Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"name\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b1a864d0-9ced-43c8-ba45-cb235fe90e5b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iMWE4NjRkMC05Y2VkLTQzYzgtYmE0NS1jYjIzNWZlOTBlNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7031e05f-a5e0-4c61-9cbe-d5594f086b8b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83MDMxZTA1Zi1hNWUwLTRjNjEtOWNiZS1kNTU5NGYwODZiOGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1328,11 +1328,11 @@ "nosniff" ], "x-ms-request-id": [ - "eca1b111-b500-4137-b48b-77819439089f" + "8a84d458-c1c0-4218-af5f-2b19a72a5445" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1347,16 +1347,16 @@ "146" ], "x-ms-correlation-request-id": [ - "eca1b111-b500-4137-b48b-77819439089f" + "8a84d458-c1c0-4218-af5f-2b19a72a5445" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040222Z:eca1b111-b500-4137-b48b-77819439089f" + "SOUTHINDIA:20210518T134228Z:8a84d458-c1c0-4218-af5f-2b19a72a5445" ], "Date": [ - "Tue, 16 Feb 2021 04:02:22 GMT" + "Tue, 18 May 2021 13:42:27 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -1365,26 +1365,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"name\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:01:51.847793Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"name\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b1a864d0-9ced-43c8-ba45-cb235fe90e5b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iMWE4NjRkMC05Y2VkLTQzYzgtYmE0NS1jYjIzNWZlOTBlNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7031e05f-a5e0-4c61-9cbe-d5594f086b8b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83MDMxZTA1Zi1hNWUwLTRjNjEtOWNiZS1kNTU5NGYwODZiOGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1398,11 +1398,11 @@ "nosniff" ], "x-ms-request-id": [ - "08799425-1f33-4a25-8004-1e498ee04d82" + "2a1f3d5c-304c-4f23-a1fe-40c118c41f6c" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1417,16 +1417,16 @@ "145" ], "x-ms-correlation-request-id": [ - "08799425-1f33-4a25-8004-1e498ee04d82" + "2a1f3d5c-304c-4f23-a1fe-40c118c41f6c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040233Z:08799425-1f33-4a25-8004-1e498ee04d82" + "SOUTHINDIA:20210518T134233Z:2a1f3d5c-304c-4f23-a1fe-40c118c41f6c" ], "Date": [ - "Tue, 16 Feb 2021 04:02:32 GMT" + "Tue, 18 May 2021 13:42:32 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -1435,26 +1435,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"name\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:01:51.847793Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"name\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b1a864d0-9ced-43c8-ba45-cb235fe90e5b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iMWE4NjRkMC05Y2VkLTQzYzgtYmE0NS1jYjIzNWZlOTBlNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7031e05f-a5e0-4c61-9cbe-d5594f086b8b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83MDMxZTA1Zi1hNWUwLTRjNjEtOWNiZS1kNTU5NGYwODZiOGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1468,11 +1468,11 @@ "nosniff" ], "x-ms-request-id": [ - "86878cdb-dfc4-463e-be41-0ebc0e7231dd" + "934cd7f2-d29b-452f-8301-d186e15a75e7" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1487,16 +1487,16 @@ "144" ], "x-ms-correlation-request-id": [ - "86878cdb-dfc4-463e-be41-0ebc0e7231dd" + "934cd7f2-d29b-452f-8301-d186e15a75e7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040243Z:86878cdb-dfc4-463e-be41-0ebc0e7231dd" + "SOUTHINDIA:20210518T134238Z:934cd7f2-d29b-452f-8301-d186e15a75e7" ], "Date": [ - "Tue, 16 Feb 2021 04:02:43 GMT" + "Tue, 18 May 2021 13:42:38 GMT" ], "Content-Length": [ - "302" + "188" ], "Content-Type": [ "application/json" @@ -1505,26 +1505,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"name\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T04:01:51.847793Z\",\r\n \"endTime\": \"2021-02-16T04:01:51.847793Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"2b17103c-3989-4c7f-8d4a-28351939a022\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"name\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b1a864d0-9ced-43c8-ba45-cb235fe90e5b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iMWE4NjRkMC05Y2VkLTQzYzgtYmE0NS1jYjIzNWZlOTBlNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7031e05f-a5e0-4c61-9cbe-d5594f086b8b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83MDMxZTA1Zi1hNWUwLTRjNjEtOWNiZS1kNTU5NGYwODZiOGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1538,11 +1538,11 @@ "nosniff" ], "x-ms-request-id": [ - "38d3665f-c980-44da-8b39-1f34f119a3f3" + "24ef5875-3946-4a5e-9866-85f9d71842ce" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1557,16 +1557,16 @@ "143" ], "x-ms-correlation-request-id": [ - "38d3665f-c980-44da-8b39-1f34f119a3f3" + "24ef5875-3946-4a5e-9866-85f9d71842ce" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040243Z:38d3665f-c980-44da-8b39-1f34f119a3f3" + "SOUTHINDIA:20210518T134244Z:24ef5875-3946-4a5e-9866-85f9d71842ce" ], "Date": [ - "Tue, 16 Feb 2021 04:02:43 GMT" + "Tue, 18 May 2021 13:42:43 GMT" ], "Content-Length": [ - "302" + "188" ], "Content-Type": [ "application/json" @@ -1575,26 +1575,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"name\": \"b1a864d0-9ced-43c8-ba45-cb235fe90e5b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T04:01:51.847793Z\",\r\n \"endTime\": \"2021-02-16T04:01:51.847793Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"2b17103c-3989-4c7f-8d4a-28351939a022\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"name\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/2b17103c-3989-4c7f-8d4a-28351939a022?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8yYjE3MTAzYy0zOTg5LTRjN2YtOGQ0YS0yODM1MTkzOWEwMjI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7031e05f-a5e0-4c61-9cbe-d5594f086b8b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83MDMxZTA1Zi1hNWUwLTRjNjEtOWNiZS1kNTU5NGYwODZiOGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1604,40 +1604,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "10dd5e7f-db68-4879-86a0-aef808fb1eec" + "ea5f705a-bd5e-4bb2-a8ea-9f9ec967414b" ], "x-ms-client-request-id": [ - "4f47b3a5-48d4-41c2-8920-f37107110f26", - "4f47b3a5-48d4-41c2-8920-f37107110f26" - ], - "X-Powered-By": [ - "ASP.NET" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "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" + "142" ], "x-ms-correlation-request-id": [ - "10dd5e7f-db68-4879-86a0-aef808fb1eec" + "ea5f705a-bd5e-4bb2-a8ea-9f9ec967414b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040243Z:10dd5e7f-db68-4879-86a0-aef808fb1eec" + "SOUTHINDIA:20210518T134249Z:ea5f705a-bd5e-4bb2-a8ea-9f9ec967414b" ], "Date": [ - "Tue, 16 Feb 2021 04:02:43 GMT" + "Tue, 18 May 2021 13:42:48 GMT" ], "Content-Length": [ - "844" + "188" ], "Content-Type": [ "application/json" @@ -1646,26 +1645,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/2b17103c-3989-4c7f-8d4a-28351939a022\",\r\n \"name\": \"2b17103c-3989-4c7f-8d4a-28351939a022\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT42.590101S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T04:01:51.847793Z\",\r\n \"endTime\": \"2021-02-16T04:02:34.437894Z\",\r\n \"activityId\": \"4f47b3a5-48d4-41c2-8920-f37107110f26\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"name\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7031e05f-a5e0-4c61-9cbe-d5594f086b8b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83MDMxZTA1Zi1hNWUwLTRjNjEtOWNiZS1kNTU5NGYwODZiOGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12f1a6a8-0b4c-4f4d-8da4-81ff86195ab7" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1679,11 +1678,11 @@ "nosniff" ], "x-ms-request-id": [ - "a2a7cc87-6da6-444f-ae41-a6b78d11ea14" + "eed8eba0-8959-47dc-a977-467859fd82d4" ], "x-ms-client-request-id": [ - "12f1a6a8-0b4c-4f4d-8da4-81ff86195ab7", - "12f1a6a8-0b4c-4f4d-8da4-81ff86195ab7" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1695,19 +1694,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "141" ], "x-ms-correlation-request-id": [ - "a2a7cc87-6da6-444f-ae41-a6b78d11ea14" + "eed8eba0-8959-47dc-a977-467859fd82d4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040244Z:a2a7cc87-6da6-444f-ae41-a6b78d11ea14" + "SOUTHINDIA:20210518T134254Z:eed8eba0-8959-47dc-a977-467859fd82d4" ], "Date": [ - "Tue, 16 Feb 2021 04:02:44 GMT" + "Tue, 18 May 2021 13:42:54 GMT" ], "Content-Length": [ - "1219" + "188" ], "Content-Type": [ "application/json" @@ -1716,26 +1715,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"name\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7031e05f-a5e0-4c61-9cbe-d5594f086b8b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83MDMxZTA1Zi1hNWUwLTRjNjEtOWNiZS1kNTU5NGYwODZiOGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12f1a6a8-0b4c-4f4d-8da4-81ff86195ab7" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1749,11 +1748,11 @@ "nosniff" ], "x-ms-request-id": [ - "02bb5263-d99b-435b-a099-ead0d681db27" + "06f4fde6-efbe-4275-99b0-d007289764f4" ], "x-ms-client-request-id": [ - "12f1a6a8-0b4c-4f4d-8da4-81ff86195ab7", - "12f1a6a8-0b4c-4f4d-8da4-81ff86195ab7" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1765,19 +1764,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "140" ], "x-ms-correlation-request-id": [ - "02bb5263-d99b-435b-a099-ead0d681db27" + "06f4fde6-efbe-4275-99b0-d007289764f4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040244Z:02bb5263-d99b-435b-a099-ead0d681db27" + "SOUTHINDIA:20210518T134300Z:06f4fde6-efbe-4275-99b0-d007289764f4" ], "Date": [ - "Tue, 16 Feb 2021 04:02:44 GMT" + "Tue, 18 May 2021 13:43:00 GMT" ], "Content-Length": [ - "1354" + "304" ], "Content-Type": [ "application/json" @@ -1786,26 +1785,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-02-16T04:02:34.0996261Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"name\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"endTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"9826fd96-1043-4ff7-8353-699aec3e8815\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBzdGF0dXMlMjBlcSUyMCdSZWdpc3RlcmVkJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7031e05f-a5e0-4c61-9cbe-d5594f086b8b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83MDMxZTA1Zi1hNWUwLTRjNjEtOWNiZS1kNTU5NGYwODZiOGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5eef184c-533f-48c5-9766-6fdaf263e0f3" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1819,11 +1818,11 @@ "nosniff" ], "x-ms-request-id": [ - "a7561883-2621-498f-8b4b-26a2df1f1c13" + "300e8eb3-3b33-4bac-991d-6cc433c5e9ce" ], "x-ms-client-request-id": [ - "5eef184c-533f-48c5-9766-6fdaf263e0f3", - "5eef184c-533f-48c5-9766-6fdaf263e0f3" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1835,19 +1834,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "139" ], "x-ms-correlation-request-id": [ - "a7561883-2621-498f-8b4b-26a2df1f1c13" + "300e8eb3-3b33-4bac-991d-6cc433c5e9ce" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040245Z:a7561883-2621-498f-8b4b-26a2df1f1c13" + "SOUTHINDIA:20210518T134300Z:300e8eb3-3b33-4bac-991d-6cc433c5e9ce" ], "Date": [ - "Tue, 16 Feb 2021 04:02:44 GMT" + "Tue, 18 May 2021 13:43:00 GMT" ], "Content-Length": [ - "789" + "304" ], "Content-Type": [ "application/json" @@ -1856,26 +1855,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 1,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"name\": \"7031e05f-a5e0-4c61-9cbe-d5594f086b8b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"endTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"9826fd96-1043-4ff7-8353-699aec3e8815\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBzdGF0dXMlMjBlcSUyMCdSZWdpc3RlcmVkJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/9826fd96-1043-4ff7-8353-699aec3e8815?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy85ODI2ZmQ5Ni0xMDQzLTRmZjctODM1My02OTlhZWMzZTg4MTU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "743a02a5-f7c6-44b5-92aa-ab23351aae7e" + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1885,39 +1884,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "3b8ca545-cbed-4412-a59b-d20a96a21f18" + "9b23b494-57fb-424b-9d3e-92c91ebedf03" ], "x-ms-client-request-id": [ - "743a02a5-f7c6-44b5-92aa-ab23351aae7e", - "743a02a5-f7c6-44b5-92aa-ab23351aae7e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "796d8a34-5550-4692-8eb9-14dbfdafe906", + "796d8a34-5550-4692-8eb9-14dbfdafe906" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "149" ], "x-ms-correlation-request-id": [ - "3b8ca545-cbed-4412-a59b-d20a96a21f18" + "9b23b494-57fb-424b-9d3e-92c91ebedf03" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040245Z:3b8ca545-cbed-4412-a59b-d20a96a21f18" + "SOUTHINDIA:20210518T134300Z:9b23b494-57fb-424b-9d3e-92c91ebedf03" ], "Date": [ - "Tue, 16 Feb 2021 04:02:45 GMT" + "Tue, 18 May 2021 13:43:00 GMT" ], "Content-Length": [ - "789" + "846" ], "Content-Type": [ "application/json" @@ -1926,26 +1926,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 1,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/9826fd96-1043-4ff7-8353-699aec3e8815\",\r\n \"name\": \"9826fd96-1043-4ff7-8353-699aec3e8815\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.252404S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T13:42:11.9416699Z\",\r\n \"endTime\": \"2021-05-18T13:42:55.1940739Z\",\r\n \"activityId\": \"796d8a34-5550-4692-8eb9-14dbfdafe906\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5" + "174a6fae-25a2-4d7a-b7f2-eb7af6236c39" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1955,70 +1955,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/fce84170-7ab4-4c83-8d3d-b9740ab76dde?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fce84170-7ab4-4c83-8d3d-b9740ab76dde?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "5dbb5968-a8ed-414b-a5b3-71b1cd85c40b" + "36edf9b9-a127-4e30-b187-268b33319718" ], "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5", - "0a31b576-e091-41ea-a257-472ffcd1e3b5" + "174a6fae-25a2-4d7a-b7f2-eb7af6236c39", + "174a6fae-25a2-4d7a-b7f2-eb7af6236c39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "149" ], "x-ms-correlation-request-id": [ - "5dbb5968-a8ed-414b-a5b3-71b1cd85c40b" + "36edf9b9-a127-4e30-b187-268b33319718" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040246Z:5dbb5968-a8ed-414b-a5b3-71b1cd85c40b" + "SOUTHINDIA:20210518T134301Z:36edf9b9-a127-4e30-b187-268b33319718" ], "Date": [ - "Tue, 16 Feb 2021 04:02:46 GMT" + "Tue, 18 May 2021 13:43:01 GMT" + ], + "Content-Length": [ + "1219" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fce84170-7ab4-4c83-8d3d-b9740ab76dde?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mY2U4NDE3MC03YWI0LTRjODMtOGQzZC1iOTc0MGFiNzZkZGU/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5" + "174a6fae-25a2-4d7a-b7f2-eb7af6236c39" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2032,11 +2029,11 @@ "nosniff" ], "x-ms-request-id": [ - "265a99a0-55cb-4391-9a19-be9e1ba6a925" + "e00a3c7e-18b9-4876-9326-eec97409e434" ], "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5", - "0a31b576-e091-41ea-a257-472ffcd1e3b5" + "174a6fae-25a2-4d7a-b7f2-eb7af6236c39", + "174a6fae-25a2-4d7a-b7f2-eb7af6236c39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2048,19 +2045,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "149" ], "x-ms-correlation-request-id": [ - "265a99a0-55cb-4391-9a19-be9e1ba6a925" + "e00a3c7e-18b9-4876-9326-eec97409e434" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040246Z:265a99a0-55cb-4391-9a19-be9e1ba6a925" + "SOUTHINDIA:20210518T134301Z:e00a3c7e-18b9-4876-9326-eec97409e434" ], "Date": [ - "Tue, 16 Feb 2021 04:02:46 GMT" + "Tue, 18 May 2021 13:43:01 GMT" ], "Content-Length": [ - "188" + "1354" ], "Content-Type": [ "application/json" @@ -2069,26 +2066,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"fce84170-7ab4-4c83-8d3d-b9740ab76dde\",\r\n \"name\": \"fce84170-7ab4-4c83-8d3d-b9740ab76dde\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:02:46.0164557Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-05-18T13:42:54.7128418Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fce84170-7ab4-4c83-8d3d-b9740ab76dde?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mY2U4NDE3MC03YWI0LTRjODMtOGQzZC1iOTc0MGFiNzZkZGU/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBzdGF0dXMlMjBlcSUyMCdSZWdpc3RlcmVkJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5" + "4b684366-3346-4d02-9191-0480673fdfbf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2102,11 +2099,11 @@ "nosniff" ], "x-ms-request-id": [ - "ccb77e76-7731-47b7-b302-b6a596d51117" + "8654a7ba-f67f-4230-9061-2892f373467e" ], "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5", - "0a31b576-e091-41ea-a257-472ffcd1e3b5" + "4b684366-3346-4d02-9191-0480673fdfbf", + "4b684366-3346-4d02-9191-0480673fdfbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2118,19 +2115,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "145" ], "x-ms-correlation-request-id": [ - "ccb77e76-7731-47b7-b302-b6a596d51117" + "8654a7ba-f67f-4230-9061-2892f373467e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040256Z:ccb77e76-7731-47b7-b302-b6a596d51117" + "SOUTHINDIA:20210518T134301Z:8654a7ba-f67f-4230-9061-2892f373467e" ], "Date": [ - "Tue, 16 Feb 2021 04:02:56 GMT" + "Tue, 18 May 2021 13:43:01 GMT" ], "Content-Length": [ - "188" + "789" ], "Content-Type": [ "application/json" @@ -2139,26 +2136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"fce84170-7ab4-4c83-8d3d-b9740ab76dde\",\r\n \"name\": \"fce84170-7ab4-4c83-8d3d-b9740ab76dde\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:02:46.0164557Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 1,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fce84170-7ab4-4c83-8d3d-b9740ab76dde?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mY2U4NDE3MC03YWI0LTRjODMtOGQzZC1iOTc0MGFiNzZkZGU/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBzdGF0dXMlMjBlcSUyMCdSZWdpc3RlcmVkJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5" + "e0a397c2-9048-4de9-83ce-296373f95088" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2172,11 +2169,11 @@ "nosniff" ], "x-ms-request-id": [ - "96913e3f-02c6-487f-9402-2904d5ba7026" + "6350de6d-60cd-4239-960f-8f36aea90076" ], "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5", - "0a31b576-e091-41ea-a257-472ffcd1e3b5" + "e0a397c2-9048-4de9-83ce-296373f95088", + "e0a397c2-9048-4de9-83ce-296373f95088" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2188,19 +2185,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "143" ], "x-ms-correlation-request-id": [ - "96913e3f-02c6-487f-9402-2904d5ba7026" + "6350de6d-60cd-4239-960f-8f36aea90076" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040306Z:96913e3f-02c6-487f-9402-2904d5ba7026" + "SOUTHINDIA:20210518T134302Z:6350de6d-60cd-4239-960f-8f36aea90076" ], "Date": [ - "Tue, 16 Feb 2021 04:03:06 GMT" + "Tue, 18 May 2021 13:43:02 GMT" ], "Content-Length": [ - "188" + "789" ], "Content-Type": [ "application/json" @@ -2209,26 +2206,99 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"fce84170-7ab4-4c83-8d3d-b9740ab76dde\",\r\n \"name\": \"fce84170-7ab4-4c83-8d3d-b9740ab76dde\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:02:46.0164557Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 1,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fce84170-7ab4-4c83-8d3d-b9740ab76dde?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mY2U4NDE3MC03YWI0LTRjODMtOGQzZC1iOTc0MGFiNzZkZGU/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "721c8736-231a-48c3-aa01-6a9f52ec3820" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/3837ae58-8f5f-4d16-9437-fe4c81c7bf01?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/3837ae58-8f5f-4d16-9437-fe4c81c7bf01?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "c5b642fa-0079-4ca6-b2d1-c35710db050d" + ], + "x-ms-client-request-id": [ + "721c8736-231a-48c3-aa01-6a9f52ec3820", + "721c8736-231a-48c3-aa01-6a9f52ec3820" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "c5b642fa-0079-4ca6-b2d1-c35710db050d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134302Z:c5b642fa-0079-4ca6-b2d1-c35710db050d" + ], + "Date": [ + "Tue, 18 May 2021 13:43:02 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/3837ae58-8f5f-4d16-9437-fe4c81c7bf01?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zODM3YWU1OC04ZjVmLTRkMTYtOTQzNy1mZTRjODFjN2JmMDE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5" + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2242,11 +2312,11 @@ "nosniff" ], "x-ms-request-id": [ - "9e289d32-d199-4688-869f-ea508e79f428" + "9d183830-2e14-42a1-b52a-a0122f52b0e9" ], "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5", - "0a31b576-e091-41ea-a257-472ffcd1e3b5" + "721c8736-231a-48c3-aa01-6a9f52ec3820", + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2258,19 +2328,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "138" ], "x-ms-correlation-request-id": [ - "9e289d32-d199-4688-869f-ea508e79f428" + "9d183830-2e14-42a1-b52a-a0122f52b0e9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040317Z:9e289d32-d199-4688-869f-ea508e79f428" + "SOUTHINDIA:20210518T134303Z:9d183830-2e14-42a1-b52a-a0122f52b0e9" ], "Date": [ - "Tue, 16 Feb 2021 04:03:16 GMT" + "Tue, 18 May 2021 13:43:03 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -2279,26 +2349,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"fce84170-7ab4-4c83-8d3d-b9740ab76dde\",\r\n \"name\": \"fce84170-7ab4-4c83-8d3d-b9740ab76dde\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T04:02:46.0164557Z\",\r\n \"endTime\": \"2021-02-16T04:02:46.0164557Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"4ce2b4a3-b6c8-4970-a980-e59e6dedccd8\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"3837ae58-8f5f-4d16-9437-fe4c81c7bf01\",\r\n \"name\": \"3837ae58-8f5f-4d16-9437-fe4c81c7bf01\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:43:02.7637969Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fce84170-7ab4-4c83-8d3d-b9740ab76dde?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mY2U4NDE3MC03YWI0LTRjODMtOGQzZC1iOTc0MGFiNzZkZGU/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/3837ae58-8f5f-4d16-9437-fe4c81c7bf01?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zODM3YWU1OC04ZjVmLTRkMTYtOTQzNy1mZTRjODFjN2JmMDE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5" + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2312,11 +2382,11 @@ "nosniff" ], "x-ms-request-id": [ - "5b433fbd-7c1a-4062-a382-9dc1c6039904" + "d4245063-e41f-4c14-9da4-3554ad01de1b" ], "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5", - "0a31b576-e091-41ea-a257-472ffcd1e3b5" + "721c8736-231a-48c3-aa01-6a9f52ec3820", + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2328,19 +2398,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "137" ], "x-ms-correlation-request-id": [ - "5b433fbd-7c1a-4062-a382-9dc1c6039904" + "d4245063-e41f-4c14-9da4-3554ad01de1b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040317Z:5b433fbd-7c1a-4062-a382-9dc1c6039904" + "SOUTHINDIA:20210518T134308Z:d4245063-e41f-4c14-9da4-3554ad01de1b" ], "Date": [ - "Tue, 16 Feb 2021 04:03:16 GMT" + "Tue, 18 May 2021 13:43:08 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -2349,26 +2419,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"fce84170-7ab4-4c83-8d3d-b9740ab76dde\",\r\n \"name\": \"fce84170-7ab4-4c83-8d3d-b9740ab76dde\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T04:02:46.0164557Z\",\r\n \"endTime\": \"2021-02-16T04:02:46.0164557Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"4ce2b4a3-b6c8-4970-a980-e59e6dedccd8\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"3837ae58-8f5f-4d16-9437-fe4c81c7bf01\",\r\n \"name\": \"3837ae58-8f5f-4d16-9437-fe4c81c7bf01\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:43:02.7637969Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/4ce2b4a3-b6c8-4970-a980-e59e6dedccd8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy80Y2UyYjRhMy1iNmM4LTQ5NzAtYTk4MC1lNTllNmRlZGNjZDg/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/3837ae58-8f5f-4d16-9437-fe4c81c7bf01?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zODM3YWU1OC04ZjVmLTRkMTYtOTQzNy1mZTRjODFjN2JmMDE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5" + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2378,40 +2448,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "4022b0a7-3212-4da0-8f7c-e953d2c9138f" + "05ac184a-3b12-412d-951b-757278d54744" ], "x-ms-client-request-id": [ - "0a31b576-e091-41ea-a257-472ffcd1e3b5", - "0a31b576-e091-41ea-a257-472ffcd1e3b5" - ], - "X-Powered-By": [ - "ASP.NET" + "721c8736-231a-48c3-aa01-6a9f52ec3820", + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "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" + "136" ], "x-ms-correlation-request-id": [ - "4022b0a7-3212-4da0-8f7c-e953d2c9138f" + "05ac184a-3b12-412d-951b-757278d54744" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040317Z:4022b0a7-3212-4da0-8f7c-e953d2c9138f" + "SOUTHINDIA:20210518T134313Z:05ac184a-3b12-412d-951b-757278d54744" ], "Date": [ - "Tue, 16 Feb 2021 04:03:16 GMT" + "Tue, 18 May 2021 13:43:13 GMT" ], "Content-Length": [ - "821" + "188" ], "Content-Type": [ "application/json" @@ -2420,26 +2489,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/4ce2b4a3-b6c8-4970-a980-e59e6dedccd8\",\r\n \"name\": \"4ce2b4a3-b6c8-4970-a980-e59e6dedccd8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT22.1665752S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T04:02:46.0164557Z\",\r\n \"endTime\": \"2021-02-16T04:03:08.1830309Z\",\r\n \"activityId\": \"0a31b576-e091-41ea-a257-472ffcd1e3b5\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"3837ae58-8f5f-4d16-9437-fe4c81c7bf01\",\r\n \"name\": \"3837ae58-8f5f-4d16-9437-fe4c81c7bf01\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:43:02.7637969Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/3837ae58-8f5f-4d16-9437-fe4c81c7bf01?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zODM3YWU1OC04ZjVmLTRkMTYtOTQzNy1mZTRjODFjN2JmMDE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2449,70 +2518,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/4818cc14-406c-450e-a4b1-99f9c88431be?fabricName=Azure?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2019-05-13-preview" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d5454bc9-ea0a-41b8-96da-b920d3979982" + "1965d6f3-b24e-47c4-997b-2435017a4c88" ], "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f", - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "721c8736-231a-48c3-aa01-6a9f52ec3820", + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "135" ], "x-ms-correlation-request-id": [ - "d5454bc9-ea0a-41b8-96da-b920d3979982" + "1965d6f3-b24e-47c4-997b-2435017a4c88" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040318Z:d5454bc9-ea0a-41b8-96da-b920d3979982" + "SOUTHINDIA:20210518T134319Z:1965d6f3-b24e-47c4-997b-2435017a4c88" ], "Date": [ - "Tue, 16 Feb 2021 04:03:17 GMT" + "Tue, 18 May 2021 13:43:19 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"3837ae58-8f5f-4d16-9437-fe4c81c7bf01\",\r\n \"name\": \"3837ae58-8f5f-4d16-9437-fe4c81c7bf01\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:43:02.7637969Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzQ4MThjYzE0LTQwNmMtNDUwZS1hNGIxLTk5ZjljODg0MzFiZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/3837ae58-8f5f-4d16-9437-fe4c81c7bf01?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zODM3YWU1OC04ZjVmLTRkMTYtOTQzNy1mZTRjODFjN2JmMDE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2522,67 +2588,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "363ea8fc-3145-4ad5-bd04-229f65a212f5" + "334b52e2-ab4b-45c3-8c83-6b23782aad68" ], "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f", - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "721c8736-231a-48c3-aa01-6a9f52ec3820", + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "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" + "134" ], "x-ms-correlation-request-id": [ - "363ea8fc-3145-4ad5-bd04-229f65a212f5" + "334b52e2-ab4b-45c3-8c83-6b23782aad68" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040318Z:363ea8fc-3145-4ad5-bd04-229f65a212f5" + "SOUTHINDIA:20210518T134324Z:334b52e2-ab4b-45c3-8c83-6b23782aad68" ], "Date": [ - "Tue, 16 Feb 2021 04:03:17 GMT" + "Tue, 18 May 2021 13:43:24 GMT" + ], + "Content-Length": [ + "304" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"3837ae58-8f5f-4d16-9437-fe4c81c7bf01\",\r\n \"name\": \"3837ae58-8f5f-4d16-9437-fe4c81c7bf01\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:43:02.7637969Z\",\r\n \"endTime\": \"2021-05-18T13:43:02.7637969Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0181c037-78c6-4024-b446-283ecc2153c7\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzQ4MThjYzE0LTQwNmMtNDUwZS1hNGIxLTk5ZjljODg0MzFiZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/3837ae58-8f5f-4d16-9437-fe4c81c7bf01?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zODM3YWU1OC04ZjVmLTRkMTYtOTQzNy1mZTRjODFjN2JmMDE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2592,67 +2658,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "eb5db45f-8b76-44ce-8605-a22a31f2f5ba" + "6d322fb6-4b56-4812-b396-2c96c6c0ce45" ], "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f", - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "721c8736-231a-48c3-aa01-6a9f52ec3820", + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "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" + "133" ], "x-ms-correlation-request-id": [ - "eb5db45f-8b76-44ce-8605-a22a31f2f5ba" + "6d322fb6-4b56-4812-b396-2c96c6c0ce45" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040328Z:eb5db45f-8b76-44ce-8605-a22a31f2f5ba" + "SOUTHINDIA:20210518T134324Z:6d322fb6-4b56-4812-b396-2c96c6c0ce45" ], "Date": [ - "Tue, 16 Feb 2021 04:03:28 GMT" + "Tue, 18 May 2021 13:43:24 GMT" + ], + "Content-Length": [ + "304" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"3837ae58-8f5f-4d16-9437-fe4c81c7bf01\",\r\n \"name\": \"3837ae58-8f5f-4d16-9437-fe4c81c7bf01\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:43:02.7637969Z\",\r\n \"endTime\": \"2021-05-18T13:43:02.7637969Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0181c037-78c6-4024-b446-283ecc2153c7\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzQ4MThjYzE0LTQwNmMtNDUwZS1hNGIxLTk5ZjljODg0MzFiZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/0181c037-78c6-4024-b446-283ecc2153c7?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8wMTgxYzAzNy03OGM2LTQwMjQtYjQ0Ni0yODNlY2MyMTUzYzc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2662,67 +2728,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01" - ], - "Retry-After": [ - "60" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f88d05ed-0dc9-4e1b-b925-f32735bca8f8" + "7a848ec2-78a6-483b-8920-7b61f7fe6cc0" ], "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f", - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "721c8736-231a-48c3-aa01-6a9f52ec3820", + "721c8736-231a-48c3-aa01-6a9f52ec3820" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "148" ], "x-ms-correlation-request-id": [ - "f88d05ed-0dc9-4e1b-b925-f32735bca8f8" + "7a848ec2-78a6-483b-8920-7b61f7fe6cc0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040338Z:f88d05ed-0dc9-4e1b-b925-f32735bca8f8" + "SOUTHINDIA:20210518T134324Z:7a848ec2-78a6-483b-8920-7b61f7fe6cc0" ], "Date": [ - "Tue, 16 Feb 2021 04:03:38 GMT" + "Tue, 18 May 2021 13:43:24 GMT" + ], + "Content-Length": [ + "820" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/0181c037-78c6-4024-b446-283ecc2153c7\",\r\n \"name\": \"0181c037-78c6-4024-b446-283ecc2153c7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.1421501S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T13:43:02.7637969Z\",\r\n \"endTime\": \"2021-05-18T13:43:23.905947Z\",\r\n \"activityId\": \"721c8736-231a-48c3-aa01-6a9f52ec3820\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzQ4MThjYzE0LTQwNmMtNDUwZS1hNGIxLTk5ZjljODg0MzFiZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2733,20 +2800,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/5ff11216-e364-4545-b220-eeb3f3a43813?fabricName=Azure?api-version=2021-03-01" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/5ff11216-e364-4545-b220-eeb3f3a43813?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "4855bcd7-9450-47ec-80e4-5dd8c624a1ed" + "889d5b88-2261-4596-b8f8-acc65763fca3" ], "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f", - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f", + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2754,17 +2824,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "4855bcd7-9450-47ec-80e4-5dd8c624a1ed" + "889d5b88-2261-4596-b8f8-acc65763fca3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040348Z:4855bcd7-9450-47ec-80e4-5dd8c624a1ed" + "SOUTHINDIA:20210518T134325Z:889d5b88-2261-4596-b8f8-acc65763fca3" ], "Date": [ - "Tue, 16 Feb 2021 04:03:48 GMT" + "Tue, 18 May 2021 13:43:24 GMT" ], "Expires": [ "-1" @@ -2777,22 +2847,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzQ4MThjYzE0LTQwNmMtNDUwZS1hNGIxLTk5ZjljODg0MzFiZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/5ff11216-e364-4545-b220-eeb3f3a43813?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzVmZjExMjE2LWUzNjQtNDU0NS1iMjIwLWVlYjNmM2E0MzgxMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2803,7 +2873,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/5ff11216-e364-4545-b220-eeb3f3a43813?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -2812,11 +2882,11 @@ "nosniff" ], "x-ms-request-id": [ - "1500f7dd-b2b7-469f-88a3-ee757c4a96e0" + "a5daab8d-fb79-47ea-8f25-9da7c1c46c1d" ], "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f", - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f", + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2825,16 +2895,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "149" ], "x-ms-correlation-request-id": [ - "1500f7dd-b2b7-469f-88a3-ee757c4a96e0" + "a5daab8d-fb79-47ea-8f25-9da7c1c46c1d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040359Z:1500f7dd-b2b7-469f-88a3-ee757c4a96e0" + "SOUTHINDIA:20210518T134325Z:a5daab8d-fb79-47ea-8f25-9da7c1c46c1d" ], "Date": [ - "Tue, 16 Feb 2021 04:03:58 GMT" + "Tue, 18 May 2021 13:43:25 GMT" ], "Expires": [ "-1" @@ -2847,22 +2917,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzQ4MThjYzE0LTQwNmMtNDUwZS1hNGIxLTk5ZjljODg0MzFiZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/5ff11216-e364-4545-b220-eeb3f3a43813?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzVmZjExMjE2LWUzNjQtNDU0NS1iMjIwLWVlYjNmM2E0MzgxMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2873,7 +2943,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/5ff11216-e364-4545-b220-eeb3f3a43813?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -2882,11 +2952,11 @@ "nosniff" ], "x-ms-request-id": [ - "ffe4bce4-24f6-45ef-9eda-a1ef8e67fe11" + "280fdf65-2738-456e-a2de-5fb728889f14" ], "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f", - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f", + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2895,16 +2965,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "148" ], "x-ms-correlation-request-id": [ - "ffe4bce4-24f6-45ef-9eda-a1ef8e67fe11" + "280fdf65-2738-456e-a2de-5fb728889f14" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040409Z:ffe4bce4-24f6-45ef-9eda-a1ef8e67fe11" + "SOUTHINDIA:20210518T134330Z:280fdf65-2738-456e-a2de-5fb728889f14" ], "Date": [ - "Tue, 16 Feb 2021 04:04:09 GMT" + "Tue, 18 May 2021 13:43:30 GMT" ], "Expires": [ "-1" @@ -2917,22 +2987,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzQ4MThjYzE0LTQwNmMtNDUwZS1hNGIxLTk5ZjljODg0MzFiZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/5ff11216-e364-4545-b220-eeb3f3a43813?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzVmZjExMjE2LWUzNjQtNDU0NS1iMjIwLWVlYjNmM2E0MzgxMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2943,7 +3013,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/5ff11216-e364-4545-b220-eeb3f3a43813?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -2952,11 +3022,11 @@ "nosniff" ], "x-ms-request-id": [ - "6b0dc936-ac09-41b7-99e0-e702f9a5b720" + "3cd8313a-0750-43fb-862d-4d9fbfa533de" ], "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f", - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f", + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2965,16 +3035,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "147" ], "x-ms-correlation-request-id": [ - "6b0dc936-ac09-41b7-99e0-e702f9a5b720" + "3cd8313a-0750-43fb-862d-4d9fbfa533de" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040419Z:6b0dc936-ac09-41b7-99e0-e702f9a5b720" + "SOUTHINDIA:20210518T134336Z:3cd8313a-0750-43fb-862d-4d9fbfa533de" ], "Date": [ - "Tue, 16 Feb 2021 04:04:19 GMT" + "Tue, 18 May 2021 13:43:35 GMT" ], "Expires": [ "-1" @@ -2987,22 +3057,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzQ4MThjYzE0LTQwNmMtNDUwZS1hNGIxLTk5ZjljODg0MzFiZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/5ff11216-e364-4545-b220-eeb3f3a43813?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzVmZjExMjE2LWUzNjQtNDU0NS1iMjIwLWVlYjNmM2E0MzgxMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3013,7 +3083,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/5ff11216-e364-4545-b220-eeb3f3a43813?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3022,11 +3092,11 @@ "nosniff" ], "x-ms-request-id": [ - "d0aacf25-eadc-4168-b9b4-0316f3d8959b" + "7b880be2-d0ee-4f47-b1dc-d5b171a9bcab" ], "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f", - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f", + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3035,16 +3105,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "146" ], "x-ms-correlation-request-id": [ - "d0aacf25-eadc-4168-b9b4-0316f3d8959b" + "7b880be2-d0ee-4f47-b1dc-d5b171a9bcab" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040429Z:d0aacf25-eadc-4168-b9b4-0316f3d8959b" + "SOUTHINDIA:20210518T134341Z:7b880be2-d0ee-4f47-b1dc-d5b171a9bcab" ], "Date": [ - "Tue, 16 Feb 2021 04:04:29 GMT" + "Tue, 18 May 2021 13:43:40 GMT" ], "Expires": [ "-1" @@ -3057,22 +3127,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzQ4MThjYzE0LTQwNmMtNDUwZS1hNGIxLTk5ZjljODg0MzFiZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/5ff11216-e364-4545-b220-eeb3f3a43813?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzVmZjExMjE2LWUzNjQtNDU0NS1iMjIwLWVlYjNmM2E0MzgxMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3083,7 +3153,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/5ff11216-e364-4545-b220-eeb3f3a43813?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3092,11 +3162,11 @@ "nosniff" ], "x-ms-request-id": [ - "813f9d0c-144b-4703-a84a-5284ba37dafc" + "d33ac91a-4686-4c69-aedf-99341c57cfc1" ], "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f", - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f", + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3105,16 +3175,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "145" ], "x-ms-correlation-request-id": [ - "813f9d0c-144b-4703-a84a-5284ba37dafc" + "d33ac91a-4686-4c69-aedf-99341c57cfc1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040440Z:813f9d0c-144b-4703-a84a-5284ba37dafc" + "SOUTHINDIA:20210518T134346Z:d33ac91a-4686-4c69-aedf-99341c57cfc1" ], "Date": [ - "Tue, 16 Feb 2021 04:04:39 GMT" + "Tue, 18 May 2021 13:43:46 GMT" ], "Expires": [ "-1" @@ -3127,22 +3197,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzQ4MThjYzE0LTQwNmMtNDUwZS1hNGIxLTk5ZjljODg0MzFiZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/5ff11216-e364-4545-b220-eeb3f3a43813?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzVmZjExMjE2LWUzNjQtNDU0NS1iMjIwLWVlYjNmM2E0MzgxMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3156,11 +3226,11 @@ "nosniff" ], "x-ms-request-id": [ - "f1a9a750-e130-42f4-a5a7-b08cf37e200c" + "89b1f880-1a46-4d27-9b87-36e4090a182a" ], "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f", - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f", + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3169,16 +3239,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "144" ], "x-ms-correlation-request-id": [ - "f1a9a750-e130-42f4-a5a7-b08cf37e200c" + "89b1f880-1a46-4d27-9b87-36e4090a182a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040450Z:f1a9a750-e130-42f4-a5a7-b08cf37e200c" + "SOUTHINDIA:20210518T134352Z:89b1f880-1a46-4d27-9b87-36e4090a182a" ], "Date": [ - "Tue, 16 Feb 2021 04:04:49 GMT" + "Tue, 18 May 2021 13:43:51 GMT" ], "Expires": [ "-1" @@ -3188,22 +3258,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/4818cc14-406c-450e-a4b1-99f9c88431be?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzQ4MThjYzE0LTQwNmMtNDUwZS1hNGIxLTk5ZjljODg0MzFiZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/5ff11216-e364-4545-b220-eeb3f3a43813?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzVmZjExMjE2LWUzNjQtNDU0NS1iMjIwLWVlYjNmM2E0MzgxMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3217,11 +3287,11 @@ "nosniff" ], "x-ms-request-id": [ - "b14d24f5-76e9-473e-ba99-ebc1d36e063a" + "e396f968-75ef-45f9-8886-857c79330a8c" ], "x-ms-client-request-id": [ - "83aa25b7-e48c-44d8-837e-3f71ab086f4f", - "83aa25b7-e48c-44d8-837e-3f71ab086f4f" + "7547e429-f8af-46f7-84b4-6f0171c68f4f", + "7547e429-f8af-46f7-84b4-6f0171c68f4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3230,16 +3300,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "143" ], "x-ms-correlation-request-id": [ - "b14d24f5-76e9-473e-ba99-ebc1d36e063a" + "e396f968-75ef-45f9-8886-857c79330a8c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040450Z:b14d24f5-76e9-473e-ba99-ebc1d36e063a" + "SOUTHINDIA:20210518T134352Z:e396f968-75ef-45f9-8886-857c79330a8c" ], "Date": [ - "Tue, 16 Feb 2021 04:04:50 GMT" + "Tue, 18 May 2021 13:43:51 GMT" ], "Expires": [ "-1" diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/TestAzureFSUnregisterContainer.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/TestAzureFSUnregisterContainer.json index d334d8da4a78..eb5bb18482e5 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/TestAzureFSUnregisterContainer.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/TestAzureFSUnregisterContainer.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34a1cccb-d667-4f36-a224-b80d9a13dc88" + "bd371b2c-7180-40a2-bd17-67d55fbfb460" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -30,10 +30,10 @@ "nosniff" ], "x-ms-request-id": [ - "68ed285a-9ace-457b-bf2a-72d0119b6cd5" + "b869e3bf-6f76-4181-a4d5-cc30d45a0f88" ], "x-ms-client-request-id": [ - "34a1cccb-d667-4f36-a224-b80d9a13dc88" + "bd371b2c-7180-40a2-bd17-67d55fbfb460" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,13 +45,13 @@ "11999" ], "x-ms-correlation-request-id": [ - "68ed285a-9ace-457b-bf2a-72d0119b6cd5" + "b869e3bf-6f76-4181-a4d5-cc30d45a0f88" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035821Z:68ed285a-9ace-457b-bf2a-72d0119b6cd5" + "SOUTHINDIA:20210518T135510Z:b869e3bf-6f76-4181-a4d5-cc30d45a0f88" ], "Date": [ - "Tue, 16 Feb 2021 03:58:21 GMT" + "Tue, 18 May 2021 13:55:09 GMT" ], "Content-Length": [ "466" @@ -67,22 +67,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6baf3089-527b-436c-82bf-7c0de294db1c" + "424fc088-6a3f-4eff-b72c-01a534bab3b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -96,11 +96,11 @@ "nosniff" ], "x-ms-request-id": [ - "43c181eb-e630-4ebb-a503-ccf8f07d3d0a" + "9647e0ab-1e92-41ea-9e20-2ad6824118fa" ], "x-ms-client-request-id": [ - "6baf3089-527b-436c-82bf-7c0de294db1c", - "6baf3089-527b-436c-82bf-7c0de294db1c" + "424fc088-6a3f-4eff-b72c-01a534bab3b5", + "424fc088-6a3f-4eff-b72c-01a534bab3b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -115,13 +115,13 @@ "149" ], "x-ms-correlation-request-id": [ - "43c181eb-e630-4ebb-a503-ccf8f07d3d0a" + "9647e0ab-1e92-41ea-9e20-2ad6824118fa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035821Z:43c181eb-e630-4ebb-a503-ccf8f07d3d0a" + "SOUTHINDIA:20210518T135510Z:9647e0ab-1e92-41ea-9e20-2ad6824118fa" ], "Date": [ - "Tue, 16 Feb 2021 03:58:21 GMT" + "Tue, 18 May 2021 13:55:09 GMT" ], "Content-Length": [ "12" @@ -137,22 +137,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9f7ce4d-bca0-44a7-96fd-9fb9f06db42d" + "85f6e743-ba2c-4e3e-8b2c-cc612227d4f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -166,11 +166,11 @@ "nosniff" ], "x-ms-request-id": [ - "b91d592f-1ffd-410d-b578-23a79f84a3cc" + "bf65ebe4-4db9-48dc-a691-e7721c3bc8a9" ], "x-ms-client-request-id": [ - "e9f7ce4d-bca0-44a7-96fd-9fb9f06db42d", - "e9f7ce4d-bca0-44a7-96fd-9fb9f06db42d" + "85f6e743-ba2c-4e3e-8b2c-cc612227d4f1", + "85f6e743-ba2c-4e3e-8b2c-cc612227d4f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -185,13 +185,13 @@ "147" ], "x-ms-correlation-request-id": [ - "b91d592f-1ffd-410d-b578-23a79f84a3cc" + "bf65ebe4-4db9-48dc-a691-e7721c3bc8a9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035925Z:b91d592f-1ffd-410d-b578-23a79f84a3cc" + "SOUTHINDIA:20210518T135715Z:bf65ebe4-4db9-48dc-a691-e7721c3bc8a9" ], "Date": [ - "Tue, 16 Feb 2021 03:59:24 GMT" + "Tue, 18 May 2021 13:57:15 GMT" ], "Content-Length": [ "789" @@ -207,22 +207,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b6593ee-b0a1-4547-b7bb-96db38b4fed5" + "6a1ea776-6d8c-4de5-b5f6-efc25fa38645" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -236,11 +236,11 @@ "nosniff" ], "x-ms-request-id": [ - "0c6536ad-1507-4606-bb27-c0728a7093b5" + "06e2270a-8dd3-4da6-aa92-16487a4302f9" ], "x-ms-client-request-id": [ - "9b6593ee-b0a1-4547-b7bb-96db38b4fed5", - "9b6593ee-b0a1-4547-b7bb-96db38b4fed5" + "6a1ea776-6d8c-4de5-b5f6-efc25fa38645", + "6a1ea776-6d8c-4de5-b5f6-efc25fa38645" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -255,13 +255,13 @@ "146" ], "x-ms-correlation-request-id": [ - "0c6536ad-1507-4606-bb27-c0728a7093b5" + "06e2270a-8dd3-4da6-aa92-16487a4302f9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035926Z:0c6536ad-1507-4606-bb27-c0728a7093b5" + "SOUTHINDIA:20210518T135716Z:06e2270a-8dd3-4da6-aa92-16487a4302f9" ], "Date": [ - "Tue, 16 Feb 2021 03:59:25 GMT" + "Tue, 18 May 2021 13:57:16 GMT" ], "Content-Length": [ "789" @@ -277,22 +277,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c2b5dda-93e2-4f97-bc10-5000ddea9066" + "16a75ba1-3d75-4252-bd47-7f10f96df252" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -306,11 +306,11 @@ "nosniff" ], "x-ms-request-id": [ - "452ddece-839e-49db-bbf4-60831648b6da" + "2c089590-ee19-465b-be0f-cd75a2fd2a15" ], "x-ms-client-request-id": [ - "6c2b5dda-93e2-4f97-bc10-5000ddea9066", - "6c2b5dda-93e2-4f97-bc10-5000ddea9066" + "16a75ba1-3d75-4252-bd47-7f10f96df252", + "16a75ba1-3d75-4252-bd47-7f10f96df252" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -325,13 +325,13 @@ "145" ], "x-ms-correlation-request-id": [ - "452ddece-839e-49db-bbf4-60831648b6da" + "2c089590-ee19-465b-be0f-cd75a2fd2a15" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040123Z:452ddece-839e-49db-bbf4-60831648b6da" + "SOUTHINDIA:20210518T135810Z:2c089590-ee19-465b-be0f-cd75a2fd2a15" ], "Date": [ - "Tue, 16 Feb 2021 04:01:22 GMT" + "Tue, 18 May 2021 13:58:09 GMT" ], "Content-Length": [ "12" @@ -347,22 +347,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "066f2d18-95b3-466a-9eb8-e0b820ea8f7e" + "0a4c6ec7-ea71-4d81-b7a3-2a5b3ea9dee0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -376,11 +376,11 @@ "nosniff" ], "x-ms-request-id": [ - "bb02109e-e824-44c7-aa7d-1ef0d232ccea" + "1f618639-9203-48be-9f8d-89cfb042f078" ], "x-ms-client-request-id": [ - "066f2d18-95b3-466a-9eb8-e0b820ea8f7e", - "066f2d18-95b3-466a-9eb8-e0b820ea8f7e" + "0a4c6ec7-ea71-4d81-b7a3-2a5b3ea9dee0", + "0a4c6ec7-ea71-4d81-b7a3-2a5b3ea9dee0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -395,13 +395,13 @@ "149" ], "x-ms-correlation-request-id": [ - "bb02109e-e824-44c7-aa7d-1ef0d232ccea" + "1f618639-9203-48be-9f8d-89cfb042f078" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035822Z:bb02109e-e824-44c7-aa7d-1ef0d232ccea" + "SOUTHINDIA:20210518T135511Z:1f618639-9203-48be-9f8d-89cfb042f078" ], "Date": [ - "Tue, 16 Feb 2021 03:58:21 GMT" + "Tue, 18 May 2021 13:55:10 GMT" ], "Content-Length": [ "693" @@ -417,22 +417,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -446,11 +446,11 @@ "nosniff" ], "x-ms-request-id": [ - "1e047197-ddaf-4b2f-af40-82af7d89e689" + "9d02d7d5-65aa-4497-a939-99a3d69328f6" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -465,13 +465,13 @@ "148" ], "x-ms-correlation-request-id": [ - "1e047197-ddaf-4b2f-af40-82af7d89e689" + "9d02d7d5-65aa-4497-a939-99a3d69328f6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035822Z:1e047197-ddaf-4b2f-af40-82af7d89e689" + "SOUTHINDIA:20210518T135511Z:9d02d7d5-65aa-4497-a939-99a3d69328f6" ], "Date": [ - "Tue, 16 Feb 2021 03:58:22 GMT" + "Tue, 18 May 2021 13:55:10 GMT" ], "Content-Length": [ "12" @@ -487,22 +487,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -516,11 +516,11 @@ "nosniff" ], "x-ms-request-id": [ - "17622cc5-4bfa-4492-99c7-401bd17d7b84" + "4bd43e3e-70f3-48e2-b90b-c122b2a6af88" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -535,16 +535,16 @@ "149" ], "x-ms-correlation-request-id": [ - "17622cc5-4bfa-4492-99c7-401bd17d7b84" + "4bd43e3e-70f3-48e2-b90b-c122b2a6af88" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035822Z:17622cc5-4bfa-4492-99c7-401bd17d7b84" + "SOUTHINDIA:20210518T135511Z:4bd43e3e-70f3-48e2-b90b-c122b2a6af88" ], "Date": [ - "Tue, 16 Feb 2021 03:58:22 GMT" + "Tue, 18 May 2021 13:55:10 GMT" ], "Content-Length": [ - "7848" + "10021" ], "Content-Type": [ "application/json" @@ -553,26 +553,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"name\": \"StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore2\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.ClassicStorage/storageAccounts/iaasextstore2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"name\": \"StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"storageysci5wbex6jyc\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"name\": \"StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"1vnseapod01otds1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa1e5a278b\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa59e1706f\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"containerType\": \"StorageContainer\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"resourceGroup\": \"pstestrg8895\",\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -589,23 +589,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/45fcf63d-87e2-41f3-a492-5bfc7974bfd7?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/45fcf63d-87e2-41f3-a492-5bfc7974bfd7?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "759ae02b-777e-4875-a9d1-1d9b13d784c5" + "db4fe778-d2b2-4e31-bf4d-650513ff19b7" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -620,13 +620,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "759ae02b-777e-4875-a9d1-1d9b13d784c5" + "db4fe778-d2b2-4e31-bf4d-650513ff19b7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035823Z:759ae02b-777e-4875-a9d1-1d9b13d784c5" + "SOUTHINDIA:20210518T135512Z:db4fe778-d2b2-4e31-bf4d-650513ff19b7" ], "Date": [ - "Tue, 16 Feb 2021 03:58:23 GMT" + "Tue, 18 May 2021 13:55:11 GMT" ], "Content-Length": [ "2" @@ -642,22 +642,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/45fcf63d-87e2-41f3-a492-5bfc7974bfd7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzQ1ZmNmNjNkLTg3ZTItNDFmMy1hNDkyLTViZmM3OTc0YmZkNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -668,23 +668,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/45fcf63d-87e2-41f3-a492-5bfc7974bfd7?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/45fcf63d-87e2-41f3-a492-5bfc7974bfd7?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "16023643-d860-477d-9b3d-fccd3e760b70" + "5a21116c-b557-49aa-a463-05540ae47444" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,13 +699,13 @@ "149" ], "x-ms-correlation-request-id": [ - "16023643-d860-477d-9b3d-fccd3e760b70" + "5a21116c-b557-49aa-a463-05540ae47444" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035824Z:16023643-d860-477d-9b3d-fccd3e760b70" + "SOUTHINDIA:20210518T135512Z:5a21116c-b557-49aa-a463-05540ae47444" ], "Date": [ - "Tue, 16 Feb 2021 03:58:23 GMT" + "Tue, 18 May 2021 13:55:11 GMT" ], "Content-Length": [ "2" @@ -721,22 +721,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/45fcf63d-87e2-41f3-a492-5bfc7974bfd7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzQ1ZmNmNjNkLTg3ZTItNDFmMy1hNDkyLTViZmM3OTc0YmZkNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -747,23 +747,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/45fcf63d-87e2-41f3-a492-5bfc7974bfd7?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/45fcf63d-87e2-41f3-a492-5bfc7974bfd7?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "67b4b409-cfbe-4251-aadd-4e638985f8c4" + "59ae25ca-6f74-4acd-b213-03197a71fa8d" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -778,13 +778,13 @@ "148" ], "x-ms-correlation-request-id": [ - "67b4b409-cfbe-4251-aadd-4e638985f8c4" + "59ae25ca-6f74-4acd-b213-03197a71fa8d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035829Z:67b4b409-cfbe-4251-aadd-4e638985f8c4" + "SOUTHINDIA:20210518T135517Z:59ae25ca-6f74-4acd-b213-03197a71fa8d" ], "Date": [ - "Tue, 16 Feb 2021 03:58:29 GMT" + "Tue, 18 May 2021 13:55:17 GMT" ], "Content-Length": [ "2" @@ -800,22 +800,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/45fcf63d-87e2-41f3-a492-5bfc7974bfd7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzQ1ZmNmNjNkLTg3ZTItNDFmMy1hNDkyLTViZmM3OTc0YmZkNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -826,23 +826,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/45fcf63d-87e2-41f3-a492-5bfc7974bfd7?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/45fcf63d-87e2-41f3-a492-5bfc7974bfd7?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "a74b9452-c610-4dfb-9169-57c119a8ac0b" + "68a51f10-0125-4272-a400-ff9b506ce64f" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -857,13 +857,13 @@ "147" ], "x-ms-correlation-request-id": [ - "a74b9452-c610-4dfb-9169-57c119a8ac0b" + "68a51f10-0125-4272-a400-ff9b506ce64f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035834Z:a74b9452-c610-4dfb-9169-57c119a8ac0b" + "SOUTHINDIA:20210518T135523Z:68a51f10-0125-4272-a400-ff9b506ce64f" ], "Date": [ - "Tue, 16 Feb 2021 03:58:34 GMT" + "Tue, 18 May 2021 13:55:23 GMT" ], "Content-Length": [ "2" @@ -879,22 +879,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/45fcf63d-87e2-41f3-a492-5bfc7974bfd7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzQ1ZmNmNjNkLTg3ZTItNDFmMy1hNDkyLTViZmM3OTc0YmZkNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -904,15 +904,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "fb30da25-5faa-496b-ac98-18b5e6a8d7d9" + "c0bf9703-6e2a-4982-a12e-6ce485e44265" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -927,16 +936,16 @@ "146" ], "x-ms-correlation-request-id": [ - "fb30da25-5faa-496b-ac98-18b5e6a8d7d9" + "c0bf9703-6e2a-4982-a12e-6ce485e44265" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035839Z:fb30da25-5faa-496b-ac98-18b5e6a8d7d9" + "SOUTHINDIA:20210518T135528Z:c0bf9703-6e2a-4982-a12e-6ce485e44265" ], "Date": [ - "Tue, 16 Feb 2021 03:58:38 GMT" + "Tue, 18 May 2021 13:55:28 GMT" ], "Content-Length": [ - "699" + "2" ], "Content-Type": [ "application/json" @@ -945,26 +954,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/45fcf63d-87e2-41f3-a492-5bfc7974bfd7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzQ1ZmNmNjNkLTg3ZTItNDFmMy1hNDkyLTViZmM3OTc0YmZkNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -974,15 +983,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "5f3d5d38-0d8a-4e6a-9855-9c211d678eac" + "0d324fae-74d3-4fa4-a4cd-5ead5dd01e90" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -997,16 +1015,16 @@ "145" ], "x-ms-correlation-request-id": [ - "5f3d5d38-0d8a-4e6a-9855-9c211d678eac" + "0d324fae-74d3-4fa4-a4cd-5ead5dd01e90" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035839Z:5f3d5d38-0d8a-4e6a-9855-9c211d678eac" + "SOUTHINDIA:20210518T135533Z:0d324fae-74d3-4fa4-a4cd-5ead5dd01e90" ], "Date": [ - "Tue, 16 Feb 2021 03:58:39 GMT" + "Tue, 18 May 2021 13:55:33 GMT" ], "Content-Length": [ - "699" + "2" ], "Content-Type": [ "application/json" @@ -1015,26 +1033,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1044,15 +1062,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "8750c6e1-e727-464e-acc0-04050c1e3455" + "290959e8-d3a4-41c0-8198-9cc0de1a2eea" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1064,19 +1091,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "144" ], "x-ms-correlation-request-id": [ - "8750c6e1-e727-464e-acc0-04050c1e3455" + "290959e8-d3a4-41c0-8198-9cc0de1a2eea" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035840Z:8750c6e1-e727-464e-acc0-04050c1e3455" + "SOUTHINDIA:20210518T135538Z:290959e8-d3a4-41c0-8198-9cc0de1a2eea" ], "Date": [ - "Tue, 16 Feb 2021 03:58:39 GMT" + "Tue, 18 May 2021 13:55:38 GMT" ], "Content-Length": [ - "947" + "2" ], "Content-Type": [ "application/json" @@ -1085,32 +1112,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "433" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1121,69 +1142,75 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/ee38e114-169a-4276-a12b-4751c3177ead?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/ee38e114-169a-4276-a12b-4751c3177ead?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "bfc1d5ef-f4ed-4db5-b2a9-04401db9f504" + "a729b87c-31f5-4e66-8a0f-d92322c7d193" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "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": [ + "143" ], "x-ms-correlation-request-id": [ - "bfc1d5ef-f4ed-4db5-b2a9-04401db9f504" + "a729b87c-31f5-4e66-8a0f-d92322c7d193" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035842Z:bfc1d5ef-f4ed-4db5-b2a9-04401db9f504" + "SOUTHINDIA:20210518T135544Z:a729b87c-31f5-4e66-8a0f-d92322c7d193" ], "Date": [ - "Tue, 16 Feb 2021 03:58:41 GMT" + "Tue, 18 May 2021 13:55:43 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/ee38e114-169a-4276-a12b-4751c3177ead?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lZTM4ZTExNC0xNjlhLTQyNzYtYTEyYi00NzUxYzMxNzdlYWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1193,15 +1220,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b6408905-3bdb-4751-b4eb-e25ccac95759" + "321b1b8b-0ccf-4ad6-8ade-e8879ad7f4e2" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1213,19 +1249,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "142" ], "x-ms-correlation-request-id": [ - "b6408905-3bdb-4751-b4eb-e25ccac95759" + "321b1b8b-0ccf-4ad6-8ade-e8879ad7f4e2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035843Z:b6408905-3bdb-4751-b4eb-e25ccac95759" + "SOUTHINDIA:20210518T135550Z:321b1b8b-0ccf-4ad6-8ade-e8879ad7f4e2" ], "Date": [ - "Tue, 16 Feb 2021 03:58:42 GMT" + "Tue, 18 May 2021 13:55:49 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -1234,26 +1270,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"name\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T03:58:40.5664018Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/ee38e114-169a-4276-a12b-4751c3177ead?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lZTM4ZTExNC0xNjlhLTQyNzYtYTEyYi00NzUxYzMxNzdlYWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1263,15 +1299,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b0fa1a84-667a-41c7-a84a-64f8c9845dab" + "bda0ae12-dc09-4a3b-803c-bf5efa164230" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1283,19 +1328,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "141" ], "x-ms-correlation-request-id": [ - "b0fa1a84-667a-41c7-a84a-64f8c9845dab" + "bda0ae12-dc09-4a3b-803c-bf5efa164230" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035848Z:b0fa1a84-667a-41c7-a84a-64f8c9845dab" + "SOUTHINDIA:20210518T135555Z:bda0ae12-dc09-4a3b-803c-bf5efa164230" ], "Date": [ - "Tue, 16 Feb 2021 03:58:47 GMT" + "Tue, 18 May 2021 13:55:54 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -1304,26 +1349,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"name\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T03:58:40.5664018Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/ee38e114-169a-4276-a12b-4751c3177ead?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lZTM4ZTExNC0xNjlhLTQyNzYtYTEyYi00NzUxYzMxNzdlYWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1333,15 +1378,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "bc0f9264-08e4-4f3e-9e72-e7c2b6f35b6e" + "eb311b7e-23d0-4715-b998-4392a5803671" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,19 +1407,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "140" ], "x-ms-correlation-request-id": [ - "bc0f9264-08e4-4f3e-9e72-e7c2b6f35b6e" + "eb311b7e-23d0-4715-b998-4392a5803671" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035853Z:bc0f9264-08e4-4f3e-9e72-e7c2b6f35b6e" + "SOUTHINDIA:20210518T135600Z:eb311b7e-23d0-4715-b998-4392a5803671" ], "Date": [ - "Tue, 16 Feb 2021 03:58:52 GMT" + "Tue, 18 May 2021 13:56:00 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -1374,26 +1428,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"name\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T03:58:40.5664018Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/ee38e114-169a-4276-a12b-4751c3177ead?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lZTM4ZTExNC0xNjlhLTQyNzYtYTEyYi00NzUxYzMxNzdlYWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1403,15 +1457,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "2ad7dc78-c368-47a4-abe2-eb20b61b81e4" + "bab0d539-0ba9-4388-b2fd-a21d779cf9d3" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1423,19 +1486,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "139" ], "x-ms-correlation-request-id": [ - "2ad7dc78-c368-47a4-abe2-eb20b61b81e4" + "bab0d539-0ba9-4388-b2fd-a21d779cf9d3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035858Z:2ad7dc78-c368-47a4-abe2-eb20b61b81e4" + "SOUTHINDIA:20210518T135605Z:bab0d539-0ba9-4388-b2fd-a21d779cf9d3" ], "Date": [ - "Tue, 16 Feb 2021 03:58:57 GMT" + "Tue, 18 May 2021 13:56:05 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -1444,26 +1507,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"name\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T03:58:40.5664018Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/ee38e114-169a-4276-a12b-4751c3177ead?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lZTM4ZTExNC0xNjlhLTQyNzYtYTEyYi00NzUxYzMxNzdlYWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1473,15 +1536,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f9b6504f-36f0-4523-9726-8e1a60200c3d" + "c7415d28-6864-458f-9932-1323b6849321" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1493,19 +1565,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "138" ], "x-ms-correlation-request-id": [ - "f9b6504f-36f0-4523-9726-8e1a60200c3d" + "c7415d28-6864-458f-9932-1323b6849321" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035903Z:f9b6504f-36f0-4523-9726-8e1a60200c3d" + "SOUTHINDIA:20210518T135610Z:c7415d28-6864-458f-9932-1323b6849321" ], "Date": [ - "Tue, 16 Feb 2021 03:59:03 GMT" + "Tue, 18 May 2021 13:56:10 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -1514,26 +1586,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"name\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T03:58:40.5664018Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/ee38e114-169a-4276-a12b-4751c3177ead?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lZTM4ZTExNC0xNjlhLTQyNzYtYTEyYi00NzUxYzMxNzdlYWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1543,15 +1615,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "be98ee01-b726-43c6-a159-2fab62cde288" + "3c1867d9-2ab9-4617-97a7-f3eb6f31e463" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1563,19 +1644,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "137" ], "x-ms-correlation-request-id": [ - "be98ee01-b726-43c6-a159-2fab62cde288" + "3c1867d9-2ab9-4617-97a7-f3eb6f31e463" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035909Z:be98ee01-b726-43c6-a159-2fab62cde288" + "SOUTHINDIA:20210518T135616Z:3c1867d9-2ab9-4617-97a7-f3eb6f31e463" ], "Date": [ - "Tue, 16 Feb 2021 03:59:09 GMT" + "Tue, 18 May 2021 13:56:15 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -1584,26 +1665,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"name\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T03:58:40.5664018Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/ee38e114-169a-4276-a12b-4751c3177ead?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lZTM4ZTExNC0xNjlhLTQyNzYtYTEyYi00NzUxYzMxNzdlYWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1613,15 +1694,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "005595b2-e076-4d32-9e30-2a62991da75c" + "d6decddb-0ac7-45d4-ab90-2585600ec27b" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1633,19 +1723,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "136" ], "x-ms-correlation-request-id": [ - "005595b2-e076-4d32-9e30-2a62991da75c" + "d6decddb-0ac7-45d4-ab90-2585600ec27b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035914Z:005595b2-e076-4d32-9e30-2a62991da75c" + "SOUTHINDIA:20210518T135621Z:d6decddb-0ac7-45d4-ab90-2585600ec27b" ], "Date": [ - "Tue, 16 Feb 2021 03:59:13 GMT" + "Tue, 18 May 2021 13:56:20 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -1654,26 +1744,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"name\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T03:58:40.5664018Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/ee38e114-169a-4276-a12b-4751c3177ead?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lZTM4ZTExNC0xNjlhLTQyNzYtYTEyYi00NzUxYzMxNzdlYWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1687,11 +1777,11 @@ "nosniff" ], "x-ms-request-id": [ - "67741fa8-deac-45f9-abaa-0d5c35a36c32" + "398e419c-fdcd-42e8-a80e-7b588a1bba45" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1703,19 +1793,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "135" ], "x-ms-correlation-request-id": [ - "67741fa8-deac-45f9-abaa-0d5c35a36c32" + "398e419c-fdcd-42e8-a80e-7b588a1bba45" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035919Z:67741fa8-deac-45f9-abaa-0d5c35a36c32" + "SOUTHINDIA:20210518T135626Z:398e419c-fdcd-42e8-a80e-7b588a1bba45" ], "Date": [ - "Tue, 16 Feb 2021 03:59:18 GMT" + "Tue, 18 May 2021 13:56:25 GMT" ], "Content-Length": [ - "188" + "699" ], "Content-Type": [ "application/json" @@ -1724,26 +1814,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"name\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T03:58:40.5664018Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/ee38e114-169a-4276-a12b-4751c3177ead?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lZTM4ZTExNC0xNjlhLTQyNzYtYTEyYi00NzUxYzMxNzdlYWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/00fee57b-cbd4-4760-87cd-774fa0129b37?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzAwZmVlNTdiLWNiZDQtNDc2MC04N2NkLTc3NGZhMDEyOWIzNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1757,11 +1847,11 @@ "nosniff" ], "x-ms-request-id": [ - "ddd8880f-ce98-4adf-a1c2-547dbdb71aa2" + "cb46ba73-fe2e-43d0-8ae8-befa0bcd9ab4" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1773,19 +1863,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "134" ], "x-ms-correlation-request-id": [ - "ddd8880f-ce98-4adf-a1c2-547dbdb71aa2" + "cb46ba73-fe2e-43d0-8ae8-befa0bcd9ab4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035924Z:ddd8880f-ce98-4adf-a1c2-547dbdb71aa2" + "SOUTHINDIA:20210518T135626Z:cb46ba73-fe2e-43d0-8ae8-befa0bcd9ab4" ], "Date": [ - "Tue, 16 Feb 2021 03:59:24 GMT" + "Tue, 18 May 2021 13:56:26 GMT" ], "Content-Length": [ - "304" + "699" ], "Content-Type": [ "application/json" @@ -1794,26 +1884,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"name\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T03:58:40.5664018Z\",\r\n \"endTime\": \"2021-02-16T03:58:40.5664018Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"6fe3a10b-6974-4c7d-8634-8955be91cb56\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/ee38e114-169a-4276-a12b-4751c3177ead?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lZTM4ZTExNC0xNjlhLTQyNzYtYTEyYi00NzUxYzMxNzdlYWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1827,11 +1917,11 @@ "nosniff" ], "x-ms-request-id": [ - "322d6e5f-f6b8-42a5-aa05-df8dfe787b57" + "1b90f11b-8ee0-459a-9358-573f1343f59a" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1843,19 +1933,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "149" ], "x-ms-correlation-request-id": [ - "322d6e5f-f6b8-42a5-aa05-df8dfe787b57" + "1b90f11b-8ee0-459a-9358-573f1343f59a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035924Z:322d6e5f-f6b8-42a5-aa05-df8dfe787b57" + "SOUTHINDIA:20210518T135627Z:1b90f11b-8ee0-459a-9358-573f1343f59a" ], "Date": [ - "Tue, 16 Feb 2021 03:59:24 GMT" + "Tue, 18 May 2021 13:56:26 GMT" ], "Content-Length": [ - "304" + "947" ], "Content-Type": [ "application/json" @@ -1864,26 +1954,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"name\": \"ee38e114-169a-4276-a12b-4751c3177ead\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T03:58:40.5664018Z\",\r\n \"endTime\": \"2021-02-16T03:58:40.5664018Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"6fe3a10b-6974-4c7d-8634-8955be91cb56\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/6fe3a10b-6974-4c7d-8634-8955be91cb56?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy82ZmUzYTEwYi02OTc0LTRjN2QtODYzNC04OTU1YmU5MWNiNTY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "433" ] }, "ResponseHeaders": { @@ -1893,68 +1989,70 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/1f675c5f-3d40-4678-8a57-4d46e9a12854?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/1f675c5f-3d40-4678-8a57-4d46e9a12854?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "12d6d163-a1ce-43e8-964c-39d43afccf61" + "2db072e2-d655-4c19-bd89-e4e1e2efc834" ], "x-ms-client-request-id": [ - "72822262-5896-48aa-a30d-f77de225fb91", - "72822262-5896-48aa-a30d-f77de225fb91" - ], - "X-Powered-By": [ - "ASP.NET" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "12d6d163-a1ce-43e8-964c-39d43afccf61" + "2db072e2-d655-4c19-bd89-e4e1e2efc834" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035925Z:12d6d163-a1ce-43e8-964c-39d43afccf61" + "SOUTHINDIA:20210518T135627Z:2db072e2-d655-4c19-bd89-e4e1e2efc834" ], "Date": [ - "Tue, 16 Feb 2021 03:59:24 GMT" - ], - "Content-Length": [ - "847" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 13:56:27 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/6fe3a10b-6974-4c7d-8634-8955be91cb56\",\r\n \"name\": \"6fe3a10b-6974-4c7d-8634-8955be91cb56\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT42.0654221S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T03:58:40.5664018Z\",\r\n \"endTime\": \"2021-02-16T03:59:22.6318239Z\",\r\n \"activityId\": \"72822262-5896-48aa-a30d-f77de225fb91\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/1f675c5f-3d40-4678-8a57-4d46e9a12854?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xZjY3NWM1Zi0zZDQwLTQ2NzgtOGE1Ny00ZDQ2ZTlhMTI4NTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c04820f8-3f95-4e4d-8f3b-6ad3c824322b" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1968,11 +2066,11 @@ "nosniff" ], "x-ms-request-id": [ - "f3e48329-6d92-4647-9cd5-0995be16605d" + "dc681b1c-3d1e-4977-80b5-35a097708e01" ], "x-ms-client-request-id": [ - "c04820f8-3f95-4e4d-8f3b-6ad3c824322b", - "c04820f8-3f95-4e4d-8f3b-6ad3c824322b" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1987,16 +2085,16 @@ "149" ], "x-ms-correlation-request-id": [ - "f3e48329-6d92-4647-9cd5-0995be16605d" + "dc681b1c-3d1e-4977-80b5-35a097708e01" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035925Z:f3e48329-6d92-4647-9cd5-0995be16605d" + "SOUTHINDIA:20210518T135628Z:dc681b1c-3d1e-4977-80b5-35a097708e01" ], "Date": [ - "Tue, 16 Feb 2021 03:59:25 GMT" + "Tue, 18 May 2021 13:56:27 GMT" ], "Content-Length": [ - "1219" + "188" ], "Content-Type": [ "application/json" @@ -2005,26 +2103,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"name\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/1f675c5f-3d40-4678-8a57-4d46e9a12854?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xZjY3NWM1Zi0zZDQwLTQ2NzgtOGE1Ny00ZDQ2ZTlhMTI4NTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c04820f8-3f95-4e4d-8f3b-6ad3c824322b" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2038,11 +2136,11 @@ "nosniff" ], "x-ms-request-id": [ - "e86e1a2f-089d-4e25-ba19-94224d49c429" + "9725c9d8-4f4f-447d-a233-ed03a54d2ce2" ], "x-ms-client-request-id": [ - "c04820f8-3f95-4e4d-8f3b-6ad3c824322b", - "c04820f8-3f95-4e4d-8f3b-6ad3c824322b" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2054,19 +2152,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "148" ], "x-ms-correlation-request-id": [ - "e86e1a2f-089d-4e25-ba19-94224d49c429" + "9725c9d8-4f4f-447d-a233-ed03a54d2ce2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035926Z:e86e1a2f-089d-4e25-ba19-94224d49c429" + "SOUTHINDIA:20210518T135633Z:9725c9d8-4f4f-447d-a233-ed03a54d2ce2" ], "Date": [ - "Tue, 16 Feb 2021 03:59:25 GMT" + "Tue, 18 May 2021 13:56:32 GMT" ], "Content-Length": [ - "1354" + "188" ], "Content-Type": [ "application/json" @@ -2075,26 +2173,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-02-16T03:59:22.3416941Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"name\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/1f675c5f-3d40-4678-8a57-4d46e9a12854?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xZjY3NWM1Zi0zZDQwLTQ2NzgtOGE1Ny00ZDQ2ZTlhMTI4NTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2104,70 +2202,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/985cef20-d8a4-4c62-8587-8223d3fe3440?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/985cef20-d8a4-4c62-8587-8223d3fe3440?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c4207c4e-b07e-4819-9b4c-dcb66c62443f" + "2e828c6a-6f6e-41b4-a926-c9f2c584c475" ], "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998", - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "147" ], "x-ms-correlation-request-id": [ - "c4207c4e-b07e-4819-9b4c-dcb66c62443f" + "2e828c6a-6f6e-41b4-a926-c9f2c584c475" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035926Z:c4207c4e-b07e-4819-9b4c-dcb66c62443f" + "SOUTHINDIA:20210518T135638Z:2e828c6a-6f6e-41b4-a926-c9f2c584c475" ], "Date": [ - "Tue, 16 Feb 2021 03:59:26 GMT" + "Tue, 18 May 2021 13:56:38 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"name\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/985cef20-d8a4-4c62-8587-8223d3fe3440?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85ODVjZWYyMC1kOGE0LTRjNjItODU4Ny04MjIzZDNmZTM0NDA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/1f675c5f-3d40-4678-8a57-4d46e9a12854?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xZjY3NWM1Zi0zZDQwLTQ2NzgtOGE1Ny00ZDQ2ZTlhMTI4NTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2181,11 +2276,11 @@ "nosniff" ], "x-ms-request-id": [ - "5f17e242-2b5a-4293-bcbf-13771f7e6b0d" + "37eb254b-605f-44a0-a8bd-afec21485b16" ], "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998", - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2197,16 +2292,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "146" ], "x-ms-correlation-request-id": [ - "5f17e242-2b5a-4293-bcbf-13771f7e6b0d" + "37eb254b-605f-44a0-a8bd-afec21485b16" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035927Z:5f17e242-2b5a-4293-bcbf-13771f7e6b0d" + "SOUTHINDIA:20210518T135643Z:37eb254b-605f-44a0-a8bd-afec21485b16" ], "Date": [ - "Tue, 16 Feb 2021 03:59:26 GMT" + "Tue, 18 May 2021 13:56:43 GMT" ], "Content-Length": [ "188" @@ -2218,26 +2313,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"name\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T03:59:26.6912018Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"name\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/985cef20-d8a4-4c62-8587-8223d3fe3440?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85ODVjZWYyMC1kOGE0LTRjNjItODU4Ny04MjIzZDNmZTM0NDA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/1f675c5f-3d40-4678-8a57-4d46e9a12854?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xZjY3NWM1Zi0zZDQwLTQ2NzgtOGE1Ny00ZDQ2ZTlhMTI4NTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2251,11 +2346,11 @@ "nosniff" ], "x-ms-request-id": [ - "726d876b-87b0-4ea9-a88e-0f0f5f963f35" + "74c707f5-a7b9-47be-9dfd-0eace8da3332" ], "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998", - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2267,16 +2362,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "145" ], "x-ms-correlation-request-id": [ - "726d876b-87b0-4ea9-a88e-0f0f5f963f35" + "74c707f5-a7b9-47be-9dfd-0eace8da3332" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035932Z:726d876b-87b0-4ea9-a88e-0f0f5f963f35" + "SOUTHINDIA:20210518T135649Z:74c707f5-a7b9-47be-9dfd-0eace8da3332" ], "Date": [ - "Tue, 16 Feb 2021 03:59:32 GMT" + "Tue, 18 May 2021 13:56:48 GMT" ], "Content-Length": [ "188" @@ -2288,26 +2383,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"name\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T03:59:26.6912018Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"name\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/985cef20-d8a4-4c62-8587-8223d3fe3440?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85ODVjZWYyMC1kOGE0LTRjNjItODU4Ny04MjIzZDNmZTM0NDA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/1f675c5f-3d40-4678-8a57-4d46e9a12854?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xZjY3NWM1Zi0zZDQwLTQ2NzgtOGE1Ny00ZDQ2ZTlhMTI4NTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2321,11 +2416,11 @@ "nosniff" ], "x-ms-request-id": [ - "b444c8b7-610c-4386-9bb7-24492fc91bcd" + "50a824d3-d4a9-4fcb-9ed1-55d37e9a2009" ], "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998", - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2337,16 +2432,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "144" ], "x-ms-correlation-request-id": [ - "b444c8b7-610c-4386-9bb7-24492fc91bcd" + "50a824d3-d4a9-4fcb-9ed1-55d37e9a2009" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035937Z:b444c8b7-610c-4386-9bb7-24492fc91bcd" + "SOUTHINDIA:20210518T135654Z:50a824d3-d4a9-4fcb-9ed1-55d37e9a2009" ], "Date": [ - "Tue, 16 Feb 2021 03:59:36 GMT" + "Tue, 18 May 2021 13:56:53 GMT" ], "Content-Length": [ "188" @@ -2358,26 +2453,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"name\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T03:59:26.6912018Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"name\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/985cef20-d8a4-4c62-8587-8223d3fe3440?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85ODVjZWYyMC1kOGE0LTRjNjItODU4Ny04MjIzZDNmZTM0NDA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/1f675c5f-3d40-4678-8a57-4d46e9a12854?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xZjY3NWM1Zi0zZDQwLTQ2NzgtOGE1Ny00ZDQ2ZTlhMTI4NTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2391,11 +2486,11 @@ "nosniff" ], "x-ms-request-id": [ - "2b911ca3-0f9b-48de-9563-0fb9ff23945d" + "0a519b6c-b3a8-4ea6-b34d-4328e3277ac2" ], "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998", - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2407,16 +2502,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "143" ], "x-ms-correlation-request-id": [ - "2b911ca3-0f9b-48de-9563-0fb9ff23945d" + "0a519b6c-b3a8-4ea6-b34d-4328e3277ac2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035942Z:2b911ca3-0f9b-48de-9563-0fb9ff23945d" + "SOUTHINDIA:20210518T135659Z:0a519b6c-b3a8-4ea6-b34d-4328e3277ac2" ], "Date": [ - "Tue, 16 Feb 2021 03:59:42 GMT" + "Tue, 18 May 2021 13:56:58 GMT" ], "Content-Length": [ "188" @@ -2428,26 +2523,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"name\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T03:59:26.6912018Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"name\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/985cef20-d8a4-4c62-8587-8223d3fe3440?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85ODVjZWYyMC1kOGE0LTRjNjItODU4Ny04MjIzZDNmZTM0NDA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/1f675c5f-3d40-4678-8a57-4d46e9a12854?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xZjY3NWM1Zi0zZDQwLTQ2NzgtOGE1Ny00ZDQ2ZTlhMTI4NTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2461,11 +2556,11 @@ "nosniff" ], "x-ms-request-id": [ - "230b8457-0528-4798-a972-0002b137ec6f" + "29f06917-6d86-4e2a-9ebf-24c9cfc937f2" ], "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998", - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2477,16 +2572,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "142" ], "x-ms-correlation-request-id": [ - "230b8457-0528-4798-a972-0002b137ec6f" + "29f06917-6d86-4e2a-9ebf-24c9cfc937f2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035947Z:230b8457-0528-4798-a972-0002b137ec6f" + "SOUTHINDIA:20210518T135704Z:29f06917-6d86-4e2a-9ebf-24c9cfc937f2" ], "Date": [ - "Tue, 16 Feb 2021 03:59:47 GMT" + "Tue, 18 May 2021 13:57:03 GMT" ], "Content-Length": [ "188" @@ -2498,26 +2593,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"name\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T03:59:26.6912018Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"name\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/985cef20-d8a4-4c62-8587-8223d3fe3440?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85ODVjZWYyMC1kOGE0LTRjNjItODU4Ny04MjIzZDNmZTM0NDA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/1f675c5f-3d40-4678-8a57-4d46e9a12854?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xZjY3NWM1Zi0zZDQwLTQ2NzgtOGE1Ny00ZDQ2ZTlhMTI4NTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2531,11 +2626,11 @@ "nosniff" ], "x-ms-request-id": [ - "e305a132-d87e-48ca-9f58-5ad242eb71af" + "db1324fe-4b6c-4003-b13e-5c22b5e7cf65" ], "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998", - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2547,19 +2642,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "141" ], "x-ms-correlation-request-id": [ - "e305a132-d87e-48ca-9f58-5ad242eb71af" + "db1324fe-4b6c-4003-b13e-5c22b5e7cf65" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035953Z:e305a132-d87e-48ca-9f58-5ad242eb71af" + "SOUTHINDIA:20210518T135709Z:db1324fe-4b6c-4003-b13e-5c22b5e7cf65" ], "Date": [ - "Tue, 16 Feb 2021 03:59:53 GMT" + "Tue, 18 May 2021 13:57:09 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -2568,26 +2663,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"name\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T03:59:26.6912018Z\",\r\n \"endTime\": \"2021-02-16T03:59:26.6912018Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"665e3939-7ad3-4100-a875-ac07c3ef7c44\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"name\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/985cef20-d8a4-4c62-8587-8223d3fe3440?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85ODVjZWYyMC1kOGE0LTRjNjItODU4Ny04MjIzZDNmZTM0NDA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/1f675c5f-3d40-4678-8a57-4d46e9a12854?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xZjY3NWM1Zi0zZDQwLTQ2NzgtOGE1Ny00ZDQ2ZTlhMTI4NTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2601,11 +2696,11 @@ "nosniff" ], "x-ms-request-id": [ - "c4cda661-5615-4347-bdea-46b147d8457e" + "92683edc-9dfb-4156-b7ab-cf055a7cf59e" ], "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998", - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2617,16 +2712,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "140" ], "x-ms-correlation-request-id": [ - "c4cda661-5615-4347-bdea-46b147d8457e" + "92683edc-9dfb-4156-b7ab-cf055a7cf59e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035953Z:c4cda661-5615-4347-bdea-46b147d8457e" + "SOUTHINDIA:20210518T135715Z:92683edc-9dfb-4156-b7ab-cf055a7cf59e" ], "Date": [ - "Tue, 16 Feb 2021 03:59:53 GMT" + "Tue, 18 May 2021 13:57:15 GMT" ], "Content-Length": [ "304" @@ -2638,26 +2733,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"name\": \"985cef20-d8a4-4c62-8587-8223d3fe3440\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T03:59:26.6912018Z\",\r\n \"endTime\": \"2021-02-16T03:59:26.6912018Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"665e3939-7ad3-4100-a875-ac07c3ef7c44\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"name\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"endTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"7a168b12-f5ee-485e-9558-41a0dc6f002d\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/665e3939-7ad3-4100-a875-ac07c3ef7c44?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy82NjVlMzkzOS03YWQzLTQxMDAtYTg3NS1hYzA3YzNlZjdjNDQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/1f675c5f-3d40-4678-8a57-4d46e9a12854?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xZjY3NWM1Zi0zZDQwLTQ2NzgtOGE1Ny00ZDQ2ZTlhMTI4NTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2667,40 +2762,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "3fe8d05d-f26f-4e65-865e-5e17dd98289d" + "7ae4c8e9-9f72-41a5-bcc6-cbe3427dc459" ], "x-ms-client-request-id": [ - "f00808b5-949b-432f-b5da-76541ffe2998", - "f00808b5-949b-432f-b5da-76541ffe2998" - ], - "X-Powered-By": [ - "ASP.NET" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "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" + "139" ], "x-ms-correlation-request-id": [ - "3fe8d05d-f26f-4e65-865e-5e17dd98289d" + "7ae4c8e9-9f72-41a5-bcc6-cbe3427dc459" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035953Z:3fe8d05d-f26f-4e65-865e-5e17dd98289d" + "SOUTHINDIA:20210518T135715Z:7ae4c8e9-9f72-41a5-bcc6-cbe3427dc459" ], "Date": [ - "Tue, 16 Feb 2021 03:59:53 GMT" + "Tue, 18 May 2021 13:57:15 GMT" ], "Content-Length": [ - "821" + "304" ], "Content-Type": [ "application/json" @@ -2709,26 +2803,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/665e3939-7ad3-4100-a875-ac07c3ef7c44\",\r\n \"name\": \"665e3939-7ad3-4100-a875-ac07c3ef7c44\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.9854969S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T03:59:26.6912018Z\",\r\n \"endTime\": \"2021-02-16T03:59:48.6766987Z\",\r\n \"activityId\": \"f00808b5-949b-432f-b5da-76541ffe2998\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"name\": \"1f675c5f-3d40-4678-8a57-4d46e9a12854\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"endTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"7a168b12-f5ee-485e-9558-41a0dc6f002d\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/7a168b12-f5ee-485e-9558-41a0dc6f002d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy83YTE2OGIxMi1mNWVlLTQ4NWUtOTU1OC00MWEwZGM2ZjAwMmQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2738,70 +2832,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?fabricName=Azure?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2019-05-13-preview" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f7195310-ff62-44ac-a5a3-a1166fc10533" + "7c753f30-0bff-40c8-bf62-f706f40c22be" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "4e8c65f1-8801-45b5-9eab-aab111b4e443", + "4e8c65f1-8801-45b5-9eab-aab111b4e443" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "149" ], "x-ms-correlation-request-id": [ - "f7195310-ff62-44ac-a5a3-a1166fc10533" + "7c753f30-0bff-40c8-bf62-f706f40c22be" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035954Z:f7195310-ff62-44ac-a5a3-a1166fc10533" + "SOUTHINDIA:20210518T135715Z:7c753f30-0bff-40c8-bf62-f706f40c22be" ], "Date": [ - "Tue, 16 Feb 2021 03:59:53 GMT" + "Tue, 18 May 2021 13:57:15 GMT" + ], + "Content-Length": [ + "847" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/7a168b12-f5ee-485e-9558-41a0dc6f002d\",\r\n \"name\": \"7a168b12-f5ee-485e-9558-41a0dc6f002d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT42.6277693S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T13:56:27.5301214Z\",\r\n \"endTime\": \"2021-05-18T13:57:10.1578907Z\",\r\n \"activityId\": \"4e8c65f1-8801-45b5-9eab-aab111b4e443\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "c7b322de-b06b-44c4-8015-6cf0f959e009" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2811,25 +2903,22 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "8b9f3fb6-f0f7-49f9-b706-abcb7ecd48c3" + "5ec4859b-6669-4a88-87a9-d835957cc316" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "c7b322de-b06b-44c4-8015-6cf0f959e009", + "c7b322de-b06b-44c4-8015-6cf0f959e009" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], @@ -2837,41 +2926,44 @@ "149" ], "x-ms-correlation-request-id": [ - "8b9f3fb6-f0f7-49f9-b706-abcb7ecd48c3" + "5ec4859b-6669-4a88-87a9-d835957cc316" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035954Z:8b9f3fb6-f0f7-49f9-b706-abcb7ecd48c3" + "SOUTHINDIA:20210518T135716Z:5ec4859b-6669-4a88-87a9-d835957cc316" ], "Date": [ - "Tue, 16 Feb 2021 03:59:54 GMT" + "Tue, 18 May 2021 13:57:16 GMT" + ], + "Content-Length": [ + "1219" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "c7b322de-b06b-44c4-8015-6cf0f959e009" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2881,67 +2973,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "9c416782-3eae-4699-a921-f1417a0cba38" + "a1596506-f756-4fba-9f2a-d1edf3157557" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "c7b322de-b06b-44c4-8015-6cf0f959e009", + "c7b322de-b06b-44c4-8015-6cf0f959e009" ], "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" + "149" ], "x-ms-correlation-request-id": [ - "9c416782-3eae-4699-a921-f1417a0cba38" + "a1596506-f756-4fba-9f2a-d1edf3157557" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T035959Z:9c416782-3eae-4699-a921-f1417a0cba38" + "SOUTHINDIA:20210518T135716Z:a1596506-f756-4fba-9f2a-d1edf3157557" ], "Date": [ - "Tue, 16 Feb 2021 03:59:58 GMT" + "Tue, 18 May 2021 13:57:16 GMT" + ], + "Content-Length": [ + "1353" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-05-18T13:57:09.893401Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2952,20 +3044,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/37742a6c-0fe3-4dab-9d76-1e2225637bc9?api-version=2021-03-01" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/37742a6c-0fe3-4dab-9d76-1e2225637bc9?api-version=2021-03-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "1e145cd4-9394-4288-8360-c421fd4043ad" + "202c0116-3051-43a2-ae0e-69eb4eaae001" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3", + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2973,17 +3068,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "1e145cd4-9394-4288-8360-c421fd4043ad" + "202c0116-3051-43a2-ae0e-69eb4eaae001" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040004Z:1e145cd4-9394-4288-8360-c421fd4043ad" + "SOUTHINDIA:20210518T135717Z:202c0116-3051-43a2-ae0e-69eb4eaae001" ], "Date": [ - "Tue, 16 Feb 2021 04:00:04 GMT" + "Tue, 18 May 2021 13:57:17 GMT" ], "Expires": [ "-1" @@ -2996,22 +3091,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/37742a6c-0fe3-4dab-9d76-1e2225637bc9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zNzc0MmE2Yy0wZmUzLTRkYWItOWQ3Ni0xZTIyMjU2MzdiYzk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3021,67 +3116,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "5baae1e1-2d8b-44e5-b839-06ee2c1d4ade" + "e695ac51-2289-4f36-830e-8eb2e9b25821" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3", + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "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" + "138" ], "x-ms-correlation-request-id": [ - "5baae1e1-2d8b-44e5-b839-06ee2c1d4ade" + "e695ac51-2289-4f36-830e-8eb2e9b25821" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040009Z:5baae1e1-2d8b-44e5-b839-06ee2c1d4ade" + "SOUTHINDIA:20210518T135717Z:e695ac51-2289-4f36-830e-8eb2e9b25821" ], "Date": [ - "Tue, 16 Feb 2021 04:00:09 GMT" + "Tue, 18 May 2021 13:57:17 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"name\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:57:16.9495209Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/37742a6c-0fe3-4dab-9d76-1e2225637bc9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zNzc0MmE2Yy0wZmUzLTRkYWItOWQ3Ni0xZTIyMjU2MzdiYzk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3091,67 +3186,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d00a2e3b-308d-42f0-802f-c91770e5d82b" + "411cb511-275b-4e9a-82c4-dc839403aec5" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3", + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "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" + "137" ], "x-ms-correlation-request-id": [ - "d00a2e3b-308d-42f0-802f-c91770e5d82b" + "411cb511-275b-4e9a-82c4-dc839403aec5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040015Z:d00a2e3b-308d-42f0-802f-c91770e5d82b" + "SOUTHINDIA:20210518T135722Z:411cb511-275b-4e9a-82c4-dc839403aec5" ], "Date": [ - "Tue, 16 Feb 2021 04:00:14 GMT" + "Tue, 18 May 2021 13:57:22 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"name\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:57:16.9495209Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/37742a6c-0fe3-4dab-9d76-1e2225637bc9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zNzc0MmE2Yy0wZmUzLTRkYWItOWQ3Ni0xZTIyMjU2MzdiYzk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3161,67 +3256,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "53185b07-0723-43cd-9a2a-813d72cc7af7" + "c5afeaba-2828-462b-b37d-a53b436b04ad" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3", + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "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" + "136" ], "x-ms-correlation-request-id": [ - "53185b07-0723-43cd-9a2a-813d72cc7af7" + "c5afeaba-2828-462b-b37d-a53b436b04ad" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040020Z:53185b07-0723-43cd-9a2a-813d72cc7af7" + "SOUTHINDIA:20210518T135727Z:c5afeaba-2828-462b-b37d-a53b436b04ad" ], "Date": [ - "Tue, 16 Feb 2021 04:00:20 GMT" + "Tue, 18 May 2021 13:57:27 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"name\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:57:16.9495209Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/37742a6c-0fe3-4dab-9d76-1e2225637bc9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zNzc0MmE2Yy0wZmUzLTRkYWItOWQ3Ni0xZTIyMjU2MzdiYzk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3231,67 +3326,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c3462e82-5f69-4456-be91-6e9a1c772979" + "bce210e5-94dc-4ca1-87a9-a6be6737c0e7" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3", + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "135" ], "x-ms-correlation-request-id": [ - "c3462e82-5f69-4456-be91-6e9a1c772979" + "bce210e5-94dc-4ca1-87a9-a6be6737c0e7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040025Z:c3462e82-5f69-4456-be91-6e9a1c772979" + "SOUTHINDIA:20210518T135732Z:bce210e5-94dc-4ca1-87a9-a6be6737c0e7" ], "Date": [ - "Tue, 16 Feb 2021 04:00:25 GMT" + "Tue, 18 May 2021 13:57:32 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"name\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:57:16.9495209Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/37742a6c-0fe3-4dab-9d76-1e2225637bc9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zNzc0MmE2Yy0wZmUzLTRkYWItOWQ3Ni0xZTIyMjU2MzdiYzk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3301,67 +3396,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c8846c80-8c05-4981-b686-865563cfdd8f" + "f4b709a3-e862-4024-8991-b4cd4ef1b2a9" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3", + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "134" ], "x-ms-correlation-request-id": [ - "c8846c80-8c05-4981-b686-865563cfdd8f" + "f4b709a3-e862-4024-8991-b4cd4ef1b2a9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040030Z:c8846c80-8c05-4981-b686-865563cfdd8f" + "SOUTHINDIA:20210518T135737Z:f4b709a3-e862-4024-8991-b4cd4ef1b2a9" ], "Date": [ - "Tue, 16 Feb 2021 04:00:30 GMT" + "Tue, 18 May 2021 13:57:37 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"name\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:57:16.9495209Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/37742a6c-0fe3-4dab-9d76-1e2225637bc9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zNzc0MmE2Yy0wZmUzLTRkYWItOWQ3Ni0xZTIyMjU2MzdiYzk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3371,67 +3466,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c5bbc102-205c-475a-bd70-3818ef387b89" + "d7b0730c-ca3e-4a00-be5d-254dcf78d9b0" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3", + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "133" ], "x-ms-correlation-request-id": [ - "c5bbc102-205c-475a-bd70-3818ef387b89" + "d7b0730c-ca3e-4a00-be5d-254dcf78d9b0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040035Z:c5bbc102-205c-475a-bd70-3818ef387b89" + "SOUTHINDIA:20210518T135743Z:d7b0730c-ca3e-4a00-be5d-254dcf78d9b0" ], "Date": [ - "Tue, 16 Feb 2021 04:00:35 GMT" + "Tue, 18 May 2021 13:57:42 GMT" + ], + "Content-Length": [ + "304" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"name\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:57:16.9495209Z\",\r\n \"endTime\": \"2021-05-18T13:57:16.9495209Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e53c40cb-9ba5-4839-ac4b-b7e9a4d4dbfe\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/37742a6c-0fe3-4dab-9d76-1e2225637bc9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zNzc0MmE2Yy0wZmUzLTRkYWItOWQ3Ni0xZTIyMjU2MzdiYzk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3441,67 +3536,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "85216ae2-a2e4-4272-b976-907bafa1c235" + "f0d18d7f-77e3-4c76-84cf-d59596acff47" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3", + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "132" ], "x-ms-correlation-request-id": [ - "85216ae2-a2e4-4272-b976-907bafa1c235" + "f0d18d7f-77e3-4c76-84cf-d59596acff47" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040041Z:85216ae2-a2e4-4272-b976-907bafa1c235" + "SOUTHINDIA:20210518T135743Z:f0d18d7f-77e3-4c76-84cf-d59596acff47" ], "Date": [ - "Tue, 16 Feb 2021 04:00:40 GMT" + "Tue, 18 May 2021 13:57:43 GMT" + ], + "Content-Length": [ + "304" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"name\": \"37742a6c-0fe3-4dab-9d76-1e2225637bc9\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:57:16.9495209Z\",\r\n \"endTime\": \"2021-05-18T13:57:16.9495209Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e53c40cb-9ba5-4839-ac4b-b7e9a4d4dbfe\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/e53c40cb-9ba5-4839-ac4b-b7e9a4d4dbfe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9lNTNjNDBjYi05YmE1LTQ4MzktYWM0Yi1iN2U5YTRkNGRiZmU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3511,67 +3606,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" - ], - "Retry-After": [ - "60" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "33ed8b2e-7374-4538-95f6-9b579a27571d" + "8f0f10d1-26d1-4ee0-9bb1-f1b48574c8af" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3", + "9ca2a458-7479-4f0e-9e32-35921bb7b4e3" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "148" ], "x-ms-correlation-request-id": [ - "33ed8b2e-7374-4538-95f6-9b579a27571d" + "8f0f10d1-26d1-4ee0-9bb1-f1b48574c8af" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040046Z:33ed8b2e-7374-4538-95f6-9b579a27571d" + "SOUTHINDIA:20210518T135743Z:8f0f10d1-26d1-4ee0-9bb1-f1b48574c8af" ], "Date": [ - "Tue, 16 Feb 2021 04:00:46 GMT" + "Tue, 18 May 2021 13:57:43 GMT" + ], + "Content-Length": [ + "821" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/e53c40cb-9ba5-4839-ac4b-b7e9a4d4dbfe\",\r\n \"name\": \"e53c40cb-9ba5-4839-ac4b-b7e9a4d4dbfe\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.6662647S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T13:57:16.9495209Z\",\r\n \"endTime\": \"2021-05-18T13:57:38.6157856Z\",\r\n \"activityId\": \"9ca2a458-7479-4f0e-9e32-35921bb7b4e3\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3582,20 +3678,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/3ee39443-cd04-48c1-b4a4-f3cb97396caf?fabricName=Azure?api-version=2021-03-01" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/3ee39443-cd04-48c1-b4a4-f3cb97396caf?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "31630e89-ae70-4448-a138-2ac2eeb2ddd9" + "33e41b28-ea80-4c49-b1a3-dd9a375081c6" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0", + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3603,17 +3702,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "31630e89-ae70-4448-a138-2ac2eeb2ddd9" + "33e41b28-ea80-4c49-b1a3-dd9a375081c6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040051Z:31630e89-ae70-4448-a138-2ac2eeb2ddd9" + "SOUTHINDIA:20210518T135743Z:33e41b28-ea80-4c49-b1a3-dd9a375081c6" ], "Date": [ - "Tue, 16 Feb 2021 04:00:51 GMT" + "Tue, 18 May 2021 13:57:43 GMT" ], "Expires": [ "-1" @@ -3626,22 +3725,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3ee39443-cd04-48c1-b4a4-f3cb97396caf?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlZTM5NDQzLWNkMDQtNDhjMS1iNGE0LWYzY2I5NzM5NmNhZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3652,7 +3751,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3ee39443-cd04-48c1-b4a4-f3cb97396caf?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3661,11 +3760,11 @@ "nosniff" ], "x-ms-request-id": [ - "bcf4a8b2-94c3-4292-875a-6e97e8429186" + "bae720c4-0eed-4199-9792-f37958f968e7" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0", + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3674,16 +3773,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "149" ], "x-ms-correlation-request-id": [ - "bcf4a8b2-94c3-4292-875a-6e97e8429186" + "bae720c4-0eed-4199-9792-f37958f968e7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040056Z:bcf4a8b2-94c3-4292-875a-6e97e8429186" + "SOUTHINDIA:20210518T135744Z:bae720c4-0eed-4199-9792-f37958f968e7" ], "Date": [ - "Tue, 16 Feb 2021 04:00:56 GMT" + "Tue, 18 May 2021 13:57:43 GMT" ], "Expires": [ "-1" @@ -3696,22 +3795,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3ee39443-cd04-48c1-b4a4-f3cb97396caf?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlZTM5NDQzLWNkMDQtNDhjMS1iNGE0LWYzY2I5NzM5NmNhZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3722,7 +3821,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3ee39443-cd04-48c1-b4a4-f3cb97396caf?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3731,11 +3830,11 @@ "nosniff" ], "x-ms-request-id": [ - "dc9f5109-2dd4-4448-89a3-80b555ab2186" + "3dd64a39-7e34-49ea-8190-34858d171d4f" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0", + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3744,16 +3843,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "148" ], "x-ms-correlation-request-id": [ - "dc9f5109-2dd4-4448-89a3-80b555ab2186" + "3dd64a39-7e34-49ea-8190-34858d171d4f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040102Z:dc9f5109-2dd4-4448-89a3-80b555ab2186" + "SOUTHINDIA:20210518T135749Z:3dd64a39-7e34-49ea-8190-34858d171d4f" ], "Date": [ - "Tue, 16 Feb 2021 04:01:02 GMT" + "Tue, 18 May 2021 13:57:48 GMT" ], "Expires": [ "-1" @@ -3766,22 +3865,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3ee39443-cd04-48c1-b4a4-f3cb97396caf?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlZTM5NDQzLWNkMDQtNDhjMS1iNGE0LWYzY2I5NzM5NmNhZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3792,7 +3891,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3ee39443-cd04-48c1-b4a4-f3cb97396caf?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3801,11 +3900,11 @@ "nosniff" ], "x-ms-request-id": [ - "f429e209-a5e4-4b1f-aa82-51efdec24a81" + "8dfb377e-c582-42c9-a309-479a762c24b1" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0", + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3814,16 +3913,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "147" ], "x-ms-correlation-request-id": [ - "f429e209-a5e4-4b1f-aa82-51efdec24a81" + "8dfb377e-c582-42c9-a309-479a762c24b1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040107Z:f429e209-a5e4-4b1f-aa82-51efdec24a81" + "SOUTHINDIA:20210518T135754Z:8dfb377e-c582-42c9-a309-479a762c24b1" ], "Date": [ - "Tue, 16 Feb 2021 04:01:06 GMT" + "Tue, 18 May 2021 13:57:54 GMT" ], "Expires": [ "-1" @@ -3836,22 +3935,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3ee39443-cd04-48c1-b4a4-f3cb97396caf?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlZTM5NDQzLWNkMDQtNDhjMS1iNGE0LWYzY2I5NzM5NmNhZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3862,7 +3961,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3ee39443-cd04-48c1-b4a4-f3cb97396caf?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3871,11 +3970,11 @@ "nosniff" ], "x-ms-request-id": [ - "f7732f7b-54e9-46ba-895d-09258da474e5" + "9e09585d-9b4e-4cf6-b565-dbd1dbf6e714" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0", + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3884,16 +3983,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "146" ], "x-ms-correlation-request-id": [ - "f7732f7b-54e9-46ba-895d-09258da474e5" + "9e09585d-9b4e-4cf6-b565-dbd1dbf6e714" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040112Z:f7732f7b-54e9-46ba-895d-09258da474e5" + "SOUTHINDIA:20210518T135759Z:9e09585d-9b4e-4cf6-b565-dbd1dbf6e714" ], "Date": [ - "Tue, 16 Feb 2021 04:01:11 GMT" + "Tue, 18 May 2021 13:57:59 GMT" ], "Expires": [ "-1" @@ -3906,22 +4005,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3ee39443-cd04-48c1-b4a4-f3cb97396caf?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlZTM5NDQzLWNkMDQtNDhjMS1iNGE0LWYzY2I5NzM5NmNhZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3932,7 +4031,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3ee39443-cd04-48c1-b4a4-f3cb97396caf?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3941,11 +4040,11 @@ "nosniff" ], "x-ms-request-id": [ - "fcacf61f-da5b-4369-8b1f-e513b9e3867a" + "ea6af8fe-2efc-4b26-99b8-941cef1dad56" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0", + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3954,16 +4053,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "145" ], "x-ms-correlation-request-id": [ - "fcacf61f-da5b-4369-8b1f-e513b9e3867a" + "ea6af8fe-2efc-4b26-99b8-941cef1dad56" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040117Z:fcacf61f-da5b-4369-8b1f-e513b9e3867a" + "SOUTHINDIA:20210518T135804Z:ea6af8fe-2efc-4b26-99b8-941cef1dad56" ], "Date": [ - "Tue, 16 Feb 2021 04:01:17 GMT" + "Tue, 18 May 2021 13:58:04 GMT" ], "Expires": [ "-1" @@ -3976,22 +4075,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3ee39443-cd04-48c1-b4a4-f3cb97396caf?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlZTM5NDQzLWNkMDQtNDhjMS1iNGE0LWYzY2I5NzM5NmNhZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4005,11 +4104,11 @@ "nosniff" ], "x-ms-request-id": [ - "723f5040-59a8-466c-b015-48bfa3370c36" + "c470af2c-4fa9-42bb-91b6-72c0130fc671" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0", + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4018,16 +4117,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "144" ], "x-ms-correlation-request-id": [ - "723f5040-59a8-466c-b015-48bfa3370c36" + "c470af2c-4fa9-42bb-91b6-72c0130fc671" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040122Z:723f5040-59a8-466c-b015-48bfa3370c36" + "SOUTHINDIA:20210518T135810Z:c470af2c-4fa9-42bb-91b6-72c0130fc671" ], "Date": [ - "Tue, 16 Feb 2021 04:01:22 GMT" + "Tue, 18 May 2021 13:58:09 GMT" ], "Expires": [ "-1" @@ -4037,22 +4136,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/cd59e53c-46ca-4166-9841-3f2678c31d02?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2NkNTllNTNjLTQ2Y2EtNDE2Ni05ODQxLTNmMjY3OGMzMWQwMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3ee39443-cd04-48c1-b4a4-f3cb97396caf?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlZTM5NDQzLWNkMDQtNDhjMS1iNGE0LWYzY2I5NzM5NmNhZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4066,11 +4165,11 @@ "nosniff" ], "x-ms-request-id": [ - "a8b0e864-3b52-423d-812a-57a29379c29d" + "c9fff69b-dffc-4937-a471-8bec58e458f5" ], "x-ms-client-request-id": [ - "6e3ee253-43b2-4cc1-843e-f361d1e83073", - "6e3ee253-43b2-4cc1-843e-f361d1e83073" + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0", + "db9cdb74-2cd6-41fa-86f3-ee32a406e1e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4079,16 +4178,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "143" ], "x-ms-correlation-request-id": [ - "a8b0e864-3b52-423d-812a-57a29379c29d" + "c9fff69b-dffc-4937-a471-8bec58e458f5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040123Z:a8b0e864-3b52-423d-812a-57a29379c29d" + "SOUTHINDIA:20210518T135810Z:c9fff69b-dffc-4937-a471-8bec58e458f5" ], "Date": [ - "Tue, 16 Feb 2021 04:01:22 GMT" + "Tue, 18 May 2021 13:58:09 GMT" ], "Expires": [ "-1" diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/TestAzureVMGetContainers.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/TestAzureVMGetContainers.json index a52e23acf312..457724601227 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/TestAzureVMGetContainers.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ContainerTests/TestAzureVMGetContainers.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGc14a195d?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGce312788?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2UzMTI3ODg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f040f4d-c31c-4916-a308-fd2c42e088d1" + "76948def-bd78-4300-97c4-18f6d6560cdd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -30,16 +30,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "565fce17-7a51-4849-aa1b-c21e2eeedad0" + "985d0ccc-a09a-4133-84f5-42208502a061" ], "x-ms-correlation-request-id": [ - "565fce17-7a51-4849-aa1b-c21e2eeedad0" + "985d0ccc-a09a-4133-84f5-42208502a061" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040530Z:565fce17-7a51-4849-aa1b-c21e2eeedad0" + "SOUTHINDIA:20210518T170749Z:985d0ccc-a09a-4133-84f5-42208502a061" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:30 GMT" + "Tue, 18 May 2021 17:07:49 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 'PSTestRGc14a195d' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGce312788' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGc14a195d?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGce312788?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2UzMTI3ODg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c033344-9bd6-4d29-8308-9741bfdcc0a8" + "b78d3e6b-1680-4835-8f91-706a12cb7757" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "d62bfaaa-a6d2-4721-92f3-b5b7cdb1ee04" + "c0ad5032-5bcd-442b-bc89-650c9a11f242" ], "x-ms-correlation-request-id": [ - "d62bfaaa-a6d2-4721-92f3-b5b7cdb1ee04" + "c0ad5032-5bcd-442b-bc89-650c9a11f242" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041050Z:d62bfaaa-a6d2-4721-92f3-b5b7cdb1ee04" + "SOUTHINDIA:20210518T171321Z:c0ad5032-5bcd-442b-bc89-650c9a11f242" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:10:49 GMT" + "Tue, 18 May 2021 17:13:21 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,26 +120,26 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d\",\r\n \"name\": \"PSTestRGc14a195d\",\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/PSTestRGce312788\",\r\n \"name\": \"PSTestRGce312788\",\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/PSTestRGc14a195d?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGce312788?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2UzMTI3ODg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8fdf64f2-cfbb-4cfc-9e44-8e72de2b3f91" + "2aeb9eb2-cb42-4d3e-a83e-248d8cbf8571" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "1199" ], "x-ms-request-id": [ - "3a5a6c35-08e1-4d5b-ba7e-a362b03a6942" + "ae7bb713-959f-450f-b18d-41a954376b2d" ], "x-ms-correlation-request-id": [ - "3a5a6c35-08e1-4d5b-ba7e-a362b03a6942" + "ae7bb713-959f-450f-b18d-41a954376b2d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040531Z:3a5a6c35-08e1-4d5b-ba7e-a362b03a6942" + "SOUTHINDIA:20210518T170750Z:ae7bb713-959f-450f-b18d-41a954376b2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:31 GMT" + "Tue, 18 May 2021 17:07:50 GMT" ], "Content-Length": [ "192" @@ -186,26 +186,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d\",\r\n \"name\": \"PSTestRGc14a195d\",\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/PSTestRGce312788\",\r\n \"name\": \"PSTestRGce312788\",\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/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWMxNGExMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNlMzEyMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8317e38-be6f-4a7d-a23d-e6c1e50cd2e8" + "ac2f08aa-3a6b-43b0-94ad-1b0278015f02" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "b9bb6af5-8ddd-4e25-8d6a-7a3f6485c68e" + "89dd37ff-a4b6-4791-bf98-975e30586c85" ], "x-ms-correlation-request-id": [ - "b9bb6af5-8ddd-4e25-8d6a-7a3f6485c68e" + "89dd37ff-a4b6-4791-bf98-975e30586c85" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040532Z:b9bb6af5-8ddd-4e25-8d6a-7a3f6485c68e" + "SOUTHINDIA:20210518T170751Z:89dd37ff-a4b6-4791-bf98-975e30586c85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:31 GMT" + "Tue, 18 May 2021 17:07:51 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,23 +246,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVMc14a10' under resource group 'PSTestRGc14a195d' 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/PSTestVMce3120' under resource group 'PSTestRGce312788' 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/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWMxNGExMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNlMzEyMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -273,13 +273,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" + "Microsoft.Compute/LowCostGet3Min;3985,Microsoft.Compute/LowCostGet30Min;31937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7fb17ce7-6fa5-45c0-9aa2-02b2465ce14c" + "49a7189c-e812-4bef-92c1-07ab2615d441" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -289,19 +289,19 @@ "11995" ], "x-ms-correlation-request-id": [ - "3e31568f-2ea0-435c-a1ee-497f107a2903" + "c4a6736e-e185-4976-9241-30880b45b12c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040747Z:3e31568f-2ea0-435c-a1ee-497f107a2903" + "SOUTHINDIA:20210518T171003Z:c4a6736e-e185-4976-9241-30880b45b12c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:07:47 GMT" + "Tue, 18 May 2021 17:10:03 GMT" ], "Content-Length": [ - "2184" + "2180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -310,26 +310,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"MabUsed\": \"Yes\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3772c173-12aa-45d7-92b3-12ae281c8dba\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVMc14a10_OsDisk_1_06f0b01e14744bd6a6ac41695a0e95b3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/disks/PSTestVMc14a10_OsDisk_1_06f0b01e14744bd6a6ac41695a0e95b3\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc14a10\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"Purpose\": \"PSTest\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"DeleteBy\": \"06-2022\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3b1471b6-6797-4c03-8fe8-e0196797d73b\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMce3120_OsDisk_1_3643fd75641647e6933b8f66d389cb80\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/disks/PSTestVMce3120_OsDisk_1_3643fd75641647e6933b8f66d389cb80\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMce3120\",\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/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWMxNGExMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNlMzEyMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15a1f26b-e12e-4885-a212-2f234a220c91" + "caba68e4-d392-4e74-ab32-e0ef5ae662a4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -340,35 +340,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31995" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31934" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "092c729e-c03f-4495-927a-5d48e85350e4" + "2577a6a1-04a5-4a70-991c-75f0a342a0bb" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11985" ], "x-ms-correlation-request-id": [ - "c712f39a-6000-4e70-83b6-e8968a77c409" + "2099c1bd-b3b2-445b-b615-9b1620398e7b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040953Z:c712f39a-6000-4e70-83b6-e8968a77c409" + "SOUTHINDIA:20210518T171237Z:2099c1bd-b3b2-445b-b615-9b1620398e7b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:09:53 GMT" + "Tue, 18 May 2021 17:12:37 GMT" ], "Content-Length": [ - "2747" + "2743" ], "Content-Type": [ "application/json; charset=utf-8" @@ -377,26 +377,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"MabUsed\": \"Yes\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3772c173-12aa-45d7-92b3-12ae281c8dba\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVMc14a10_OsDisk_1_06f0b01e14744bd6a6ac41695a0e95b3\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/disks/PSTestVMc14a10_OsDisk_1_06f0b01e14744bd6a6ac41695a0e95b3\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc14a10\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"Purpose\": \"PSTest\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"DeleteBy\": \"06-2022\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3b1471b6-6797-4c03-8fe8-e0196797d73b\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMce3120_OsDisk_1_3643fd75641647e6933b8f66d389cb80\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/disks/PSTestVMce3120_OsDisk_1_3643fd75641647e6933b8f66d389cb80\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMce3120\",\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/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzE0YTEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2UzMTIwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3b49e5a-8246-4eca-ad7e-6e7cce761127" + "974e744b-6977-4a2e-84d4-9468d331d835" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -410,13 +410,13 @@ "gateway" ], "x-ms-request-id": [ - "00390d37-7220-44fe-955c-500e14f7f15d" + "eaeb8cb9-712b-44b1-820c-7d19c85c3435" ], "x-ms-correlation-request-id": [ - "00390d37-7220-44fe-955c-500e14f7f15d" + "eaeb8cb9-712b-44b1-820c-7d19c85c3435" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040533Z:00390d37-7220-44fe-955c-500e14f7f15d" + "SOUTHINDIA:20210518T170752Z:eaeb8cb9-712b-44b1-820c-7d19c85c3435" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -425,7 +425,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:32 GMT" + "Tue, 18 May 2021 17:07:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -437,23 +437,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNETc14a10' under resource group 'PSTestRGc14a195d' 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/PSTestVNETce3120' under resource group 'PSTestRGce312788' 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/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzE0YTEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2UzMTIwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3b49e5a-8246-4eca-ad7e-6e7cce761127" + "974e744b-6977-4a2e-84d4-9468d331d835" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -464,16 +464,16 @@ "no-cache" ], "ETag": [ - "W/\"7280e4fc-839f-4308-9118-afea2c9432ed\"" + "W/\"ab640cc6-0fde-4828-8f23-fb02bfd617fd\"" ], "x-ms-request-id": [ - "32a0a0b2-f0f6-4096-87b1-2f5d912890a9" + "d674d316-2b96-4683-8a5f-6cf85ab99b0a" ], "x-ms-correlation-request-id": [ - "d07b65f0-d5f3-4c2c-9f36-b892e86512e0" + "7b36a306-6e3e-459e-aafe-674787be991f" ], "x-ms-arm-service-request-id": [ - "0186950e-590c-4754-bb8d-ad956778a7a6" + "5e353b1d-0572-4370-9a0d-f47cbdd8f22d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -483,19 +483,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040541Z:d07b65f0-d5f3-4c2c-9f36-b892e86512e0" + "SOUTHINDIA:20210518T170759Z:7b36a306-6e3e-459e-aafe-674787be991f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:40 GMT" + "Tue, 18 May 2021 17:07:58 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -504,26 +504,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10\",\r\n \"etag\": \"W/\\\"7280e4fc-839f-4308-9118-afea2c9432ed\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b1c13162-7dfb-487f-b797-f761c1734632\",\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\": \"PSTestSNCc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10/subnets/PSTestSNCc14a10\",\r\n \"etag\": \"W/\\\"7280e4fc-839f-4308-9118-afea2c9432ed\\\"\",\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\": \"PSTestVNETce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120\",\r\n \"etag\": \"W/\\\"ab640cc6-0fde-4828-8f23-fb02bfd617fd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6c462b7b-e90f-4a1b-888a-95b182d0a64b\",\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\": \"PSTestSNCce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120/subnets/PSTestSNCce3120\",\r\n \"etag\": \"W/\\\"ab640cc6-0fde-4828-8f23-fb02bfd617fd\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzE0YTEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2UzMTIwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3b49e5a-8246-4eca-ad7e-6e7cce761127" + "974e744b-6977-4a2e-84d4-9468d331d835" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -534,16 +534,16 @@ "no-cache" ], "ETag": [ - "W/\"7280e4fc-839f-4308-9118-afea2c9432ed\"" + "W/\"ab640cc6-0fde-4828-8f23-fb02bfd617fd\"" ], "x-ms-request-id": [ - "ba611af7-b62c-43f3-9ca0-b8f64de5edc2" + "4a47163a-03e8-4071-b8a2-391af5293fd0" ], "x-ms-correlation-request-id": [ - "379cbb59-d0f5-49b6-8b16-91354528a833" + "a2db8bba-4438-4a68-b265-5c31620d2678" ], "x-ms-arm-service-request-id": [ - "b5fd9fa7-c37e-42f8-95ae-69e1d6c99334" + "2b43294e-d352-4f94-82d4-8d63ba1a9225" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -553,19 +553,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040541Z:379cbb59-d0f5-49b6-8b16-91354528a833" + "SOUTHINDIA:20210518T170759Z:a2db8bba-4438-4a68-b265-5c31620d2678" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:40 GMT" + "Tue, 18 May 2021 17:07:58 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -574,26 +574,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10\",\r\n \"etag\": \"W/\\\"7280e4fc-839f-4308-9118-afea2c9432ed\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b1c13162-7dfb-487f-b797-f761c1734632\",\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\": \"PSTestSNCc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10/subnets/PSTestSNCc14a10\",\r\n \"etag\": \"W/\\\"7280e4fc-839f-4308-9118-afea2c9432ed\\\"\",\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\": \"PSTestVNETce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120\",\r\n \"etag\": \"W/\\\"ab640cc6-0fde-4828-8f23-fb02bfd617fd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6c462b7b-e90f-4a1b-888a-95b182d0a64b\",\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\": \"PSTestSNCce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120/subnets/PSTestSNCce3120\",\r\n \"etag\": \"W/\\\"ab640cc6-0fde-4828-8f23-fb02bfd617fd\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzE0YTEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2UzMTIwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNCc14a10\"\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\": \"PSTestSNCce3120\"\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": [ - "f3b49e5a-8246-4eca-ad7e-6e7cce761127" + "974e744b-6977-4a2e-84d4-9468d331d835" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -613,19 +613,19 @@ "3" ], "x-ms-request-id": [ - "15063c1f-5060-4394-a84c-b5cd44bc017e" + "882eaf3f-f3e6-4d0c-a5ef-72c21031d8c8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/15063c1f-5060-4394-a84c-b5cd44bc017e?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/882eaf3f-f3e6-4d0c-a5ef-72c21031d8c8?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "66741a28-5020-4921-ac00-67879a517714" + "fe02b6b7-69e3-47dc-b1a5-4b69883def5f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "9ec64e49-b8b4-475d-af16-830815a529f1" + "ab3008dc-cfa4-4631-a728-8876adccdeed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -635,19 +635,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040537Z:66741a28-5020-4921-ac00-67879a517714" + "SOUTHINDIA:20210518T170755Z:fe02b6b7-69e3-47dc-b1a5-4b69883def5f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:36 GMT" + "Tue, 18 May 2021 17:07:55 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -656,23 +656,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10\",\r\n \"etag\": \"W/\\\"d542b140-66cc-4025-815a-aa1cc986cac0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b1c13162-7dfb-487f-b797-f761c1734632\",\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\": \"PSTestSNCc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10/subnets/PSTestSNCc14a10\",\r\n \"etag\": \"W/\\\"d542b140-66cc-4025-815a-aa1cc986cac0\\\"\",\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\": \"PSTestVNETce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120\",\r\n \"etag\": \"W/\\\"7929cdb2-5fee-456a-a710-3ff343eb41d6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6c462b7b-e90f-4a1b-888a-95b182d0a64b\",\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\": \"PSTestSNCce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120/subnets/PSTestSNCce3120\",\r\n \"etag\": \"W/\\\"7929cdb2-5fee-456a-a710-3ff343eb41d6\\\"\",\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/15063c1f-5060-4394-a84c-b5cd44bc017e?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE1MDYzYzFmLTUwNjAtNDM5NC1hODRjLWI1Y2Q0NGJjMDE3ZT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/882eaf3f-f3e6-4d0c-a5ef-72c21031d8c8?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4MmVhZjNmLWYzZTYtNGQwYy1hNWVmLTcyYzIxMDMxZDhjOD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3b49e5a-8246-4eca-ad7e-6e7cce761127" + "974e744b-6977-4a2e-84d4-9468d331d835" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -683,13 +683,13 @@ "no-cache" ], "x-ms-request-id": [ - "70d777b2-156a-4201-9869-8753b4e56410" + "a8942f2f-0966-4b91-b130-d7dfb46d74d7" ], "x-ms-correlation-request-id": [ - "4ec4f184-c29a-4edf-ae9f-d885511b88ea" + "70aec34f-54dc-4773-a811-e2028641337b" ], "x-ms-arm-service-request-id": [ - "ffd1330e-22b9-4c27-8213-77ecdf5460c5" + "3ed57753-232e-436a-a546-bacac6510241" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,16 +699,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040540Z:4ec4f184-c29a-4edf-ae9f-d885511b88ea" + "SOUTHINDIA:20210518T170759Z:70aec34f-54dc-4773-a811-e2028641337b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:40 GMT" + "Tue, 18 May 2021 17:07:58 GMT" ], "Content-Length": [ "29" @@ -724,22 +724,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2MxNGExMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NlMzEyMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a891b2bf-ead3-420c-a2d9-8fa580a71696" + "3c8df59d-9e3f-4de7-8ddd-678a876aa52a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -753,13 +753,13 @@ "gateway" ], "x-ms-request-id": [ - "19f9b3f6-0917-4724-88d2-fda2fa56db85" + "306ae7e8-5096-4dcd-b092-40e968a2c44b" ], "x-ms-correlation-request-id": [ - "19f9b3f6-0917-4724-88d2-fda2fa56db85" + "306ae7e8-5096-4dcd-b092-40e968a2c44b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040541Z:19f9b3f6-0917-4724-88d2-fda2fa56db85" + "SOUTHINDIA:20210518T170759Z:306ae7e8-5096-4dcd-b092-40e968a2c44b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +768,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:40 GMT" + "Tue, 18 May 2021 17:07:59 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -780,23 +780,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdnsc14a10' under resource group 'PSTestRGc14a195d' 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/pstestpublicdnsce3120' under resource group 'PSTestRGce312788' 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/PSTestRGc14a195d/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2MxNGExMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NlMzEyMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a891b2bf-ead3-420c-a2d9-8fa580a71696" + "3c8df59d-9e3f-4de7-8ddd-678a876aa52a" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"e327092c-1810-4400-ad81-49458333b902\"" + "W/\"6f74af9d-e0a7-43d6-8c4e-17d837348c74\"" ], "x-ms-request-id": [ - "0d1f84c4-7292-451b-a807-f71ea02de7ea" + "ab65aa54-eb4f-4005-af89-5b1eba042c8d" ], "x-ms-correlation-request-id": [ - "1452e698-bc5c-4b18-852f-c07571e3a11e" + "d31e1313-e803-47d6-8b87-46f55af1c7c2" ], "x-ms-arm-service-request-id": [ - "5e680116-b12f-4a5f-a114-1ad66a59f58f" + "0bfc2dd3-45eb-45d1-9547-172038714052" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -826,19 +826,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040544Z:1452e698-bc5c-4b18-852f-c07571e3a11e" + "SOUTHINDIA:20210518T170801Z:d31e1313-e803-47d6-8b87-46f55af1c7c2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:43 GMT" + "Tue, 18 May 2021 17:08:01 GMT" ], "Content-Length": [ - "698" + "699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -847,26 +847,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc14a10\",\r\n \"etag\": \"W/\\\"e327092c-1810-4400-ad81-49458333b902\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"074700c7-126f-47ad-a477-7317a438b222\",\r\n \"ipAddress\": \"52.148.64.179\",\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\": \"pstestpublicdnsce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsce3120\",\r\n \"etag\": \"W/\\\"6f74af9d-e0a7-43d6-8c4e-17d837348c74\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"847aec66-3ea0-46c6-b22e-4652324e3e1c\",\r\n \"ipAddress\": \"52.163.243.191\",\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/PSTestRGc14a195d/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2MxNGExMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NlMzEyMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a891b2bf-ead3-420c-a2d9-8fa580a71696" + "3c8df59d-9e3f-4de7-8ddd-678a876aa52a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -877,16 +877,16 @@ "no-cache" ], "ETag": [ - "W/\"e327092c-1810-4400-ad81-49458333b902\"" + "W/\"6f74af9d-e0a7-43d6-8c4e-17d837348c74\"" ], "x-ms-request-id": [ - "615c83d7-41c3-453e-a1b5-6853579d5fc4" + "0bef09b8-f0f2-4168-9b5b-e0b7f5e85e7c" ], "x-ms-correlation-request-id": [ - "09230bee-40e3-4440-ae01-9deb401660b3" + "b83be09b-b47d-4d7e-bf34-2acf70ee8020" ], "x-ms-arm-service-request-id": [ - "94063f72-9930-4c57-b4a0-b0fa46d91b59" + "3607e9ad-0349-47d2-a781-821d2266009e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -896,19 +896,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040544Z:09230bee-40e3-4440-ae01-9deb401660b3" + "SOUTHINDIA:20210518T170802Z:b83be09b-b47d-4d7e-bf34-2acf70ee8020" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:43 GMT" + "Tue, 18 May 2021 17:08:01 GMT" ], "Content-Length": [ - "698" + "699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -917,26 +917,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc14a10\",\r\n \"etag\": \"W/\\\"e327092c-1810-4400-ad81-49458333b902\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"074700c7-126f-47ad-a477-7317a438b222\",\r\n \"ipAddress\": \"52.148.64.179\",\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\": \"pstestpublicdnsce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsce3120\",\r\n \"etag\": \"W/\\\"6f74af9d-e0a7-43d6-8c4e-17d837348c74\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"847aec66-3ea0-46c6-b22e-4652324e3e1c\",\r\n \"ipAddress\": \"52.163.243.191\",\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/PSTestRGc14a195d/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2MxNGExMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NlMzEyMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "a891b2bf-ead3-420c-a2d9-8fa580a71696" + "3c8df59d-9e3f-4de7-8ddd-678a876aa52a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -956,19 +956,19 @@ "1" ], "x-ms-request-id": [ - "2dfa823e-b541-489f-ab32-cb3d7963eee7" + "d10adee3-bbe0-4233-b14c-c19348ec6085" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/2dfa823e-b541-489f-ab32-cb3d7963eee7?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/d10adee3-bbe0-4233-b14c-c19348ec6085?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "c59c2d9e-4c4b-447e-9633-6317487517d0" + "7e27d00d-dc0d-4b7e-8a86-06d0f4154c2e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6bf60d19-f16f-4ed7-ad53-b08df253451b" + "2fe9bbf2-1fc8-4b44-b902-e5eb1952f916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -978,16 +978,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040542Z:c59c2d9e-4c4b-447e-9633-6317487517d0" + "SOUTHINDIA:20210518T170800Z:7e27d00d-dc0d-4b7e-8a86-06d0f4154c2e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:42 GMT" + "Tue, 18 May 2021 17:08:00 GMT" ], "Content-Length": [ "662" @@ -999,23 +999,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc14a10\",\r\n \"etag\": \"W/\\\"edb899a6-5d06-4d63-bc15-6e94669d6092\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"074700c7-126f-47ad-a477-7317a438b222\",\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\": \"pstestpublicdnsce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsce3120\",\r\n \"etag\": \"W/\\\"06a3dab7-e44c-48a1-854b-76b91eabf2d8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"847aec66-3ea0-46c6-b22e-4652324e3e1c\",\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/2dfa823e-b541-489f-ab32-cb3d7963eee7?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkZmE4MjNlLWI1NDEtNDg5Zi1hYjMyLWNiM2Q3OTYzZWVlNz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/d10adee3-bbe0-4233-b14c-c19348ec6085?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxMGFkZWUzLWJiZTAtNDIzMy1iMTRjLWMxOTM0OGVjNjA4NT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a891b2bf-ead3-420c-a2d9-8fa580a71696" + "3c8df59d-9e3f-4de7-8ddd-678a876aa52a" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1026,13 +1026,13 @@ "no-cache" ], "x-ms-request-id": [ - "fc964c54-5df8-4c41-9cd8-c681d4a51a0f" + "ea348bce-2067-471a-8286-d555cd6d574f" ], "x-ms-correlation-request-id": [ - "51b171c4-7c78-4414-bfe7-d04178899570" + "0ba17e0a-4afb-49f2-934b-f602bc2be6ec" ], "x-ms-arm-service-request-id": [ - "318eec87-492c-45a0-b39c-3c0a6887e8b3" + "35540027-3b47-4c78-ae7b-fe5a9ab58b79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1042,16 +1042,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040544Z:51b171c4-7c78-4414-bfe7-d04178899570" + "SOUTHINDIA:20210518T170801Z:0ba17e0a-4afb-49f2-934b-f602bc2be6ec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:43 GMT" + "Tue, 18 May 2021 17:08:01 GMT" ], "Content-Length": [ "29" @@ -1067,22 +1067,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djMTRhMTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djZTMxMjA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e43f22c-7909-4ad9-be9c-76903640cec4" + "39867c58-e1bc-49ce-add0-5c1bceaa3fd6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1096,13 +1096,13 @@ "gateway" ], "x-ms-request-id": [ - "bf45741f-98bf-4164-8d27-c16a14b0182d" + "9c0f384d-cc8e-41fd-847c-f222ff389212" ], "x-ms-correlation-request-id": [ - "bf45741f-98bf-4164-8d27-c16a14b0182d" + "9c0f384d-cc8e-41fd-847c-f222ff389212" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040544Z:bf45741f-98bf-4164-8d27-c16a14b0182d" + "SOUTHINDIA:20210518T170802Z:9c0f384d-cc8e-41fd-847c-f222ff389212" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1111,7 +1111,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:44 GMT" + "Tue, 18 May 2021 17:08:01 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1123,23 +1123,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10' under resource group 'PSTestRGc14a195d' 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/PSTestNSGce3120' under resource group 'PSTestRGce312788' 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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djMTRhMTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djZTMxMjA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e43f22c-7909-4ad9-be9c-76903640cec4" + "39867c58-e1bc-49ce-add0-5c1bceaa3fd6" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1150,16 +1150,16 @@ "no-cache" ], "ETag": [ - "W/\"4019a20b-1f38-4730-9ecb-c699a9e58a70\"" + "W/\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\"" ], "x-ms-request-id": [ - "9df17a96-b693-4cec-a885-10036109e9d8" + "55508623-6a11-43e1-8fae-16602ddccef6" ], "x-ms-correlation-request-id": [ - "19a3d1b3-ef28-46d6-a0c7-e2f30152e051" + "52275367-b803-4b04-8725-434232895120" ], "x-ms-arm-service-request-id": [ - "f1377b73-e450-420e-9fc1-61650f64a52a" + "57641397-ab44-4537-86c1-7fa3709fc2aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1169,16 +1169,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11989" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040549Z:19a3d1b3-ef28-46d6-a0c7-e2f30152e051" + "SOUTHINDIA:20210518T170806Z:52275367-b803-4b04-8725-434232895120" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:49 GMT" + "Tue, 18 May 2021 17:08:06 GMT" ], "Content-Length": [ "8475" @@ -1190,26 +1190,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d3005e18-9fe3-4abf-8535-563d13f6160c\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/securityRules/PSTestNSGRuleRDPc14a10\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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\": \"PSTestNSGRuleWebc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/securityRules/PSTestNSGRuleWebc14a10\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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\": \"PSTestNSGce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"03a81759-7378-4e58-8ced-9f07e2d0ae90\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/securityRules/PSTestNSGRuleRDPce3120\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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\": \"PSTestNSGRuleWebce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/securityRules/PSTestNSGRuleWebce3120\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djMTRhMTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djZTMxMjA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e43f22c-7909-4ad9-be9c-76903640cec4" + "39867c58-e1bc-49ce-add0-5c1bceaa3fd6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1220,16 +1220,16 @@ "no-cache" ], "ETag": [ - "W/\"4019a20b-1f38-4730-9ecb-c699a9e58a70\"" + "W/\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\"" ], "x-ms-request-id": [ - "aed25e6a-a7f3-4814-a2e6-202d2fe4193c" + "8aa190b2-2ddc-46ca-98d2-beb13a08cd29" ], "x-ms-correlation-request-id": [ - "81430a74-5eb3-4489-a7ca-6ac8269fe764" + "bbaf8b4f-968c-46d1-b70a-ebb3a3f76b48" ], "x-ms-arm-service-request-id": [ - "76b0c4cf-d226-4026-863f-b90aba0838d0" + "4a9e2d97-c78d-4c58-bd9f-f825f848e095" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,16 +1239,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11988" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040549Z:81430a74-5eb3-4489-a7ca-6ac8269fe764" + "SOUTHINDIA:20210518T170806Z:bbaf8b4f-968c-46d1-b70a-ebb3a3f76b48" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:49 GMT" + "Tue, 18 May 2021 17:08:06 GMT" ], "Content-Length": [ "8475" @@ -1260,26 +1260,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d3005e18-9fe3-4abf-8535-563d13f6160c\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/securityRules/PSTestNSGRuleRDPc14a10\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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\": \"PSTestNSGRuleWebc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/securityRules/PSTestNSGRuleWebc14a10\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"4019a20b-1f38-4730-9ecb-c699a9e58a70\\\"\",\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\": \"PSTestNSGce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"03a81759-7378-4e58-8ced-9f07e2d0ae90\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/securityRules/PSTestNSGRuleRDPce3120\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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\": \"PSTestNSGRuleWebce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/securityRules/PSTestNSGRuleWebce3120\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"061b90f3-3d8c-42e4-a36f-558ffb3c5286\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djMTRhMTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djZTMxMjA/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\": \"PSTestNSGRuleRDPc14a10\"\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\": \"PSTestNSGRuleWebc14a10\"\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\": \"PSTestNSGRuleRDPce3120\"\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\": \"PSTestNSGRuleWebce3120\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8e43f22c-7909-4ad9-be9c-76903640cec4" + "39867c58-e1bc-49ce-add0-5c1bceaa3fd6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1299,19 +1299,19 @@ "3" ], "x-ms-request-id": [ - "25cd346d-b360-4fd8-b459-b0dbf6354e9e" + "4c6d5eab-11f4-4f73-9c19-fca3160dbc5f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/25cd346d-b360-4fd8-b459-b0dbf6354e9e?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/4c6d5eab-11f4-4f73-9c19-fca3160dbc5f?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "28ec63de-09df-4e30-a98e-2762cbc650f7" + "25cbe560-c0fb-4221-b968-2b1541303a73" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f1f65ddf-3057-4b3c-86d8-4231c24c92a0" + "fbf2e291-8b48-4f05-852f-6c2753a40862" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1321,16 +1321,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1195" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040545Z:28ec63de-09df-4e30-a98e-2762cbc650f7" + "SOUTHINDIA:20210518T170803Z:25cbe560-c0fb-4221-b968-2b1541303a73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:45 GMT" + "Tue, 18 May 2021 17:08:02 GMT" ], "Content-Length": [ "8466" @@ -1342,23 +1342,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10\",\r\n \"etag\": \"W/\\\"840e7452-8722-4a9a-abcb-7676ee87ad60\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d3005e18-9fe3-4abf-8535-563d13f6160c\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/securityRules/PSTestNSGRuleRDPc14a10\",\r\n \"etag\": \"W/\\\"840e7452-8722-4a9a-abcb-7676ee87ad60\\\"\",\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\": \"PSTestNSGRuleWebc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/securityRules/PSTestNSGRuleWebc14a10\",\r\n \"etag\": \"W/\\\"840e7452-8722-4a9a-abcb-7676ee87ad60\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"840e7452-8722-4a9a-abcb-7676ee87ad60\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"840e7452-8722-4a9a-abcb-7676ee87ad60\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"840e7452-8722-4a9a-abcb-7676ee87ad60\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"840e7452-8722-4a9a-abcb-7676ee87ad60\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"840e7452-8722-4a9a-abcb-7676ee87ad60\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"840e7452-8722-4a9a-abcb-7676ee87ad60\\\"\",\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\": \"PSTestNSGce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120\",\r\n \"etag\": \"W/\\\"df0ec263-7002-4826-938a-c1dc0c90b5b7\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"03a81759-7378-4e58-8ced-9f07e2d0ae90\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/securityRules/PSTestNSGRuleRDPce3120\",\r\n \"etag\": \"W/\\\"df0ec263-7002-4826-938a-c1dc0c90b5b7\\\"\",\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\": \"PSTestNSGRuleWebce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/securityRules/PSTestNSGRuleWebce3120\",\r\n \"etag\": \"W/\\\"df0ec263-7002-4826-938a-c1dc0c90b5b7\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"df0ec263-7002-4826-938a-c1dc0c90b5b7\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"df0ec263-7002-4826-938a-c1dc0c90b5b7\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"df0ec263-7002-4826-938a-c1dc0c90b5b7\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"df0ec263-7002-4826-938a-c1dc0c90b5b7\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"df0ec263-7002-4826-938a-c1dc0c90b5b7\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"df0ec263-7002-4826-938a-c1dc0c90b5b7\\\"\",\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/25cd346d-b360-4fd8-b459-b0dbf6354e9e?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI1Y2QzNDZkLWIzNjAtNGZkOC1iNDU5LWIwZGJmNjM1NGU5ZT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/4c6d5eab-11f4-4f73-9c19-fca3160dbc5f?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRjNmQ1ZWFiLTExZjQtNGY3My05YzE5LWZjYTMxNjBkYmM1Zj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e43f22c-7909-4ad9-be9c-76903640cec4" + "39867c58-e1bc-49ce-add0-5c1bceaa3fd6" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1369,13 +1369,13 @@ "no-cache" ], "x-ms-request-id": [ - "fc5da4ec-8f74-4431-97b2-5249c636139c" + "e73003d6-9ade-4001-98ec-40f04302ee1c" ], "x-ms-correlation-request-id": [ - "5146ec5e-0630-4004-8c5d-38d3607955cc" + "6faa1477-8c73-4609-b4b2-488477a6e8cf" ], "x-ms-arm-service-request-id": [ - "ff367605-8967-4477-9979-7451d478e230" + "12096494-7046-4f85-852a-0ee307cf5e8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1385,16 +1385,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040549Z:5146ec5e-0630-4004-8c5d-38d3607955cc" + "SOUTHINDIA:20210518T170806Z:6faa1477-8c73-4609-b4b2-488477a6e8cf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:49 GMT" + "Tue, 18 May 2021 17:08:05 GMT" ], "Content-Length": [ "29" @@ -1410,22 +1410,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2MxNGExMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NlMzEyMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5afe829f-c7ac-49e5-8c83-2269081d6ca3" + "ddc7a667-748e-4657-9b0a-1f5965e5e935" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1439,13 +1439,13 @@ "gateway" ], "x-ms-request-id": [ - "9a004f4d-d911-4552-a697-f6ff9e05c33a" + "d45966cb-6a5b-4f25-92c9-724f10e4d591" ], "x-ms-correlation-request-id": [ - "9a004f4d-d911-4552-a697-f6ff9e05c33a" + "d45966cb-6a5b-4f25-92c9-724f10e4d591" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040549Z:9a004f4d-d911-4552-a697-f6ff9e05c33a" + "SOUTHINDIA:20210518T170806Z:d45966cb-6a5b-4f25-92c9-724f10e4d591" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1454,7 +1454,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:49 GMT" + "Tue, 18 May 2021 17:08:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1466,23 +1466,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNICc14a10' under resource group 'PSTestRGc14a195d' 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/PSTestNICce3120' under resource group 'PSTestRGce312788' 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/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2MxNGExMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NlMzEyMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5afe829f-c7ac-49e5-8c83-2269081d6ca3" + "ddc7a667-748e-4657-9b0a-1f5965e5e935" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1493,16 +1493,16 @@ "no-cache" ], "ETag": [ - "W/\"db740c50-6853-45f7-b850-1b9c1786e98e\"" + "W/\"df7457da-9e4a-4c41-92ca-e518b6ee1b13\"" ], "x-ms-request-id": [ - "5897bff6-25bb-4c52-a493-e0853f0a8cbb" + "59ecd08d-421e-48fb-a0bf-f66c30f036dc" ], "x-ms-correlation-request-id": [ - "c2c37634-1872-46a3-b528-1c15f7176d2f" + "6c5610c7-c92f-4785-bae1-9e0e0259f9ae" ], "x-ms-arm-service-request-id": [ - "dc06a2f0-b88f-49e7-bda3-83d62f10c7f6" + "6b15bc69-4e33-4988-b873-72ed0716ce74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1512,16 +1512,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11986" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040551Z:c2c37634-1872-46a3-b528-1c15f7176d2f" + "SOUTHINDIA:20210518T170808Z:6c5610c7-c92f-4785-bae1-9e0e0259f9ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:51 GMT" + "Tue, 18 May 2021 17:08:07 GMT" ], "Content-Length": [ "2104" @@ -1533,26 +1533,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10\",\r\n \"etag\": \"W/\\\"db740c50-6853-45f7-b850-1b9c1786e98e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d6533f92-4cea-4721-80e1-cb6093335e2c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"db740c50-6853-45f7-b850-1b9c1786e98e\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc14a10\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10/subnets/PSTestSNCc14a10\"\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\": \"miy2dmp1pv5urn2x43q2c20ggc.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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10\"\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\": \"PSTestNICce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120\",\r\n \"etag\": \"W/\\\"df7457da-9e4a-4c41-92ca-e518b6ee1b13\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"245237d2-c786-4814-a6b8-7d93846f397c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"df7457da-9e4a-4c41-92ca-e518b6ee1b13\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsce3120\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120/subnets/PSTestSNCce3120\"\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\": \"pmvum1ap3enuvcekswyyfufgjd.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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120\"\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/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2MxNGExMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NlMzEyMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5afe829f-c7ac-49e5-8c83-2269081d6ca3" + "ddc7a667-748e-4657-9b0a-1f5965e5e935" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1563,16 +1563,16 @@ "no-cache" ], "ETag": [ - "W/\"db740c50-6853-45f7-b850-1b9c1786e98e\"" + "W/\"df7457da-9e4a-4c41-92ca-e518b6ee1b13\"" ], "x-ms-request-id": [ - "cf00eab8-5b15-4a2c-a325-be26cbeabd85" + "cf796068-a2ef-4387-bfae-c3c4c48c2c79" ], "x-ms-correlation-request-id": [ - "278ffff7-629c-4100-9bb6-c52f8627a881" + "f74d539c-aaf8-4ffd-924f-8e7be8f72b2c" ], "x-ms-arm-service-request-id": [ - "afd06bdb-7160-4876-b784-f7300a4f19b9" + "3ed586fe-8018-4847-b137-1745a9577cba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1582,16 +1582,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11985" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040551Z:278ffff7-629c-4100-9bb6-c52f8627a881" + "SOUTHINDIA:20210518T170808Z:f74d539c-aaf8-4ffd-924f-8e7be8f72b2c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:51 GMT" + "Tue, 18 May 2021 17:08:07 GMT" ], "Content-Length": [ "2104" @@ -1603,26 +1603,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10\",\r\n \"etag\": \"W/\\\"db740c50-6853-45f7-b850-1b9c1786e98e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d6533f92-4cea-4721-80e1-cb6093335e2c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"db740c50-6853-45f7-b850-1b9c1786e98e\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc14a10\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10/subnets/PSTestSNCc14a10\"\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\": \"miy2dmp1pv5urn2x43q2c20ggc.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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10\"\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\": \"PSTestNICce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120\",\r\n \"etag\": \"W/\\\"df7457da-9e4a-4c41-92ca-e518b6ee1b13\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"245237d2-c786-4814-a6b8-7d93846f397c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"df7457da-9e4a-4c41-92ca-e518b6ee1b13\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsce3120\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120/subnets/PSTestSNCce3120\"\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\": \"pmvum1ap3enuvcekswyyfufgjd.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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120\"\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/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2MxNGExMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NlMzEyMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10\",\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/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10/subnets/PSTestSNCc14a10\"\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/PSTestRGc14a195d/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc14a10\",\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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120\",\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/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120/subnets/PSTestSNCce3120\"\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/PSTestRGce312788/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsce3120\",\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": [ - "5afe829f-c7ac-49e5-8c83-2269081d6ca3" + "ddc7a667-748e-4657-9b0a-1f5965e5e935" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1639,19 +1639,19 @@ "no-cache" ], "x-ms-request-id": [ - "1d6a468f-9e33-4afa-8e3c-bf08cbb366ab" + "1bf55d77-f14d-474f-b1d0-54f9e0bee14b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/1d6a468f-9e33-4afa-8e3c-bf08cbb366ab?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/1bf55d77-f14d-474f-b1d0-54f9e0bee14b?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "fdd5e91d-4a19-4bde-a099-15f12d21e4f3" + "43265b76-e5ec-4ebc-b31d-4df8887c887f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6a35eb2c-e52f-48d9-bd1d-0d2982d68997" + "f824a9d0-93b6-482e-964e-87c5e895c79f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1661,16 +1661,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040551Z:fdd5e91d-4a19-4bde-a099-15f12d21e4f3" + "SOUTHINDIA:20210518T170807Z:43265b76-e5ec-4ebc-b31d-4df8887c887f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:50 GMT" + "Tue, 18 May 2021 17:08:07 GMT" ], "Content-Length": [ "2104" @@ -1682,26 +1682,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10\",\r\n \"etag\": \"W/\\\"db740c50-6853-45f7-b850-1b9c1786e98e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d6533f92-4cea-4721-80e1-cb6093335e2c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"db740c50-6853-45f7-b850-1b9c1786e98e\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc14a10\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Network/virtualNetworks/PSTestVNETc14a10/subnets/PSTestSNCc14a10\"\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\": \"miy2dmp1pv5urn2x43q2c20ggc.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/PSTestRGc14a195d/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc14a10\"\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\": \"PSTestNICce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120\",\r\n \"etag\": \"W/\\\"df7457da-9e4a-4c41-92ca-e518b6ee1b13\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"245237d2-c786-4814-a6b8-7d93846f397c\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"df7457da-9e4a-4c41-92ca-e518b6ee1b13\\\"\",\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/PSTestRGce312788/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsce3120\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Network/virtualNetworks/PSTestVNETce3120/subnets/PSTestSNCce3120\"\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\": \"pmvum1ap3enuvcekswyyfufgjd.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/PSTestRGce312788/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGce3120\"\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/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1712,16 +1712,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "a6f3057d-256b-4d68-9dd1-ccbf14f530a8" + "423e52ef-0830-44b6-a3f2-fe08c1b8368f" ], "x-ms-correlation-request-id": [ - "a6f3057d-256b-4d68-9dd1-ccbf14f530a8" + "423e52ef-0830-44b6-a3f2-fe08c1b8368f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040551Z:a6f3057d-256b-4d68-9dd1-ccbf14f530a8" + "SOUTHINDIA:20210518T170808Z:423e52ef-0830-44b6-a3f2-fe08c1b8368f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1730,7 +1730,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:51 GMT" + "Tue, 18 May 2021 17:08:08 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1746,22 +1746,22 @@ "StatusCode": 200 }, { - "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": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1772,21 +1772,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "e5585825-ed3f-4f1a-825a-e4d3133b29f7", - "988925a6-db4e-414b-88f6-86f9aa75589f", - "c944a8a1-c5ef-46b4-889e-92307c11e2be" + "44cab768-e651-4350-b2bf-506104db98f3", + "6a1ed067-de1e-4279-8b74-790346c1621c", + "e60849c6-7670-4779-bd80-97476a61c782", + "fe7d6552-903b-4ec0-8ffa-4c8290e2ab4b", + "a2df971a-963b-4065-88c3-412d9f5e3117", + "e6d3b6ad-06ed-4cc2-bb94-fe73b01ea3da", + "23322490-184d-44d2-9206-1cd13e282e2c", + "41fd488e-8728-4744-9765-9b38b59af8fc", + "c61f01ae-433d-4c30-bcc0-472faae93947" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "88a7eca9-e8d2-467e-98b3-15a4fc8a39a6" + "feb530b7-e78d-4269-95c8-d0c41f78e056" ], "x-ms-correlation-request-id": [ - "88a7eca9-e8d2-467e-98b3-15a4fc8a39a6" + "feb530b7-e78d-4269-95c8-d0c41f78e056" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040552Z:88a7eca9-e8d2-467e-98b3-15a4fc8a39a6" + "SOUTHINDIA:20210518T170809Z:feb530b7-e78d-4269-95c8-d0c41f78e056" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1795,7 +1801,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:52 GMT" + "Tue, 18 May 2021 17:08:09 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1804,35 +1810,35 @@ "-1" ], "Content-Length": [ - "28983" + "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_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/PSTestRG98efe36e/providers/Microsoft.Storage/storageAccounts/pstestsa98efe36e\",\r\n \"name\": \"pstestsa98efe36e\",\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-05-18T16:53:48.2272036Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-18T16:53:48.2272036Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-18T16:53:48.1334536Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa98efe36e.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa98efe36e.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa98efe36e.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa98efe36e.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/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWMxNGExMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNlMzEyMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc14a10\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"c14a195d-673\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"MabUsed\": \"Yes\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMce3120\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"ce312788-406\",\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/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"Purpose\": \"PSTest\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"DeleteBy\": \"06-2022\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1152" + "1148" ] }, "ResponseHeaders": { @@ -1846,19 +1852,19 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/e37f097e-d340-4482-b9d6-4f4ef75f37fc?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/9437077b-9a8e-439f-a3bb-4a15b3dc21d0?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e37f097e-d340-4482-b9d6-4f4ef75f37fc" + "9437077b-9a8e-439f-a3bb-4a15b3dc21d0" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1868,19 +1874,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "b8e0b1f4-ac3b-4f3d-9ece-842d66bf005b" + "63f527e8-2b8d-41e7-bb09-025416f28279" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040556Z:b8e0b1f4-ac3b-4f3d-9ece-842d66bf005b" + "SOUTHINDIA:20210518T170813Z:63f527e8-2b8d-41e7-bb09-025416f28279" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:05:56 GMT" + "Tue, 18 May 2021 17:08:12 GMT" ], "Content-Length": [ - "1911" + "1907" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1889,23 +1895,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc14a10\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"MabUsed\": \"Yes\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3772c173-12aa-45d7-92b3-12ae281c8dba\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc14a10\",\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/PSTestRGc14a195d/providers/Microsoft.Network/networkInterfaces/PSTestNICc14a10\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMce3120\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"Purpose\": \"PSTest\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"DeleteBy\": \"06-2022\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"3b1471b6-6797-4c03-8fe8-e0196797d73b\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMce3120\",\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/PSTestRGce312788/providers/Microsoft.Network/networkInterfaces/PSTestNICce3120\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/e37f097e-d340-4482-b9d6-4f4ef75f37fc?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzN2YwOTdlLWQzNDAtNDQ4Mi1iOWQ2LTRmNGVmNzVmMzdmYz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/9437077b-9a8e-439f-a3bb-4a15b3dc21d0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0MzcwNzdiLTlhOGUtNDM5Zi1hM2JiLTRhMTViM2RjMjFkMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -1919,13 +1925,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "96a781e8-7dd6-4700-9821-34d421b0404b" + "10371c66-4018-48d3-9ee4-14ac155d3448" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1935,16 +1941,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "756d3383-bb3c-4efc-8c80-e0d97873b905" + "1f65cb3f-307b-4b93-bce3-e5f9da798709" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040607Z:756d3383-bb3c-4efc-8c80-e0d97873b905" + "SOUTHINDIA:20210518T170823Z:1f65cb3f-307b-4b93-bce3-e5f9da798709" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:06:07 GMT" + "Tue, 18 May 2021 17:08:22 GMT" ], "Content-Length": [ "134" @@ -1956,23 +1962,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T09:35:55.6971364+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e37f097e-d340-4482-b9d6-4f4ef75f37fc\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:38:12.0660812+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9437077b-9a8e-439f-a3bb-4a15b3dc21d0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/e37f097e-d340-4482-b9d6-4f4ef75f37fc?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzN2YwOTdlLWQzNDAtNDQ4Mi1iOWQ2LTRmNGVmNzVmMzdmYz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/9437077b-9a8e-439f-a3bb-4a15b3dc21d0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0MzcwNzdiLTlhOGUtNDM5Zi1hM2JiLTRhMTViM2RjMjFkMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -1983,13 +1989,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8e22671d-5594-4bc2-89eb-4b54255a0bfa" + "68d68bf3-3736-473e-96a8-285e9775752e" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1999,16 +2005,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "c923be11-5c69-499e-acdd-193b7268f2ab" + "41f2c921-fd9c-4eec-b2ef-d4b504bf4c92" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040657Z:c923be11-5c69-499e-acdd-193b7268f2ab" + "SOUTHINDIA:20210518T170913Z:41f2c921-fd9c-4eec-b2ef-d4b504bf4c92" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:06:57 GMT" + "Tue, 18 May 2021 17:09:12 GMT" ], "Content-Length": [ "134" @@ -2020,23 +2026,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T09:35:55.6971364+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e37f097e-d340-4482-b9d6-4f4ef75f37fc\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:38:12.0660812+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9437077b-9a8e-439f-a3bb-4a15b3dc21d0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/e37f097e-d340-4482-b9d6-4f4ef75f37fc?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzN2YwOTdlLWQzNDAtNDQ4Mi1iOWQ2LTRmNGVmNzVmMzdmYz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/9437077b-9a8e-439f-a3bb-4a15b3dc21d0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0MzcwNzdiLTlhOGUtNDM5Zi1hM2JiLTRhMTViM2RjMjFkMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2047,13 +2053,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0adc7946-f353-4f7e-b864-a428a4c9faf1" + "18e106f2-ec56-4440-8062-73b57b6ce51c" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2063,19 +2069,19 @@ "11996" ], "x-ms-correlation-request-id": [ - "9b83a7d6-8b28-4a81-a480-1d5807b1a9d8" + "486c971c-36f9-4008-b088-d416aa29e7a8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040747Z:9b83a7d6-8b28-4a81-a480-1d5807b1a9d8" + "SOUTHINDIA:20210518T171003Z:486c971c-36f9-4008-b088-d416aa29e7a8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:07:47 GMT" + "Tue, 18 May 2021 17:10:03 GMT" ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2084,26 +2090,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T09:35:55.6971364+05:30\",\r\n \"endTime\": \"2021-02-16T09:37:35.728189+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e37f097e-d340-4482-b9d6-4f4ef75f37fc\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:38:12.0660812+05:30\",\r\n \"endTime\": \"2021-05-18T22:39:53.0182908+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9437077b-9a8e-439f-a3bb-4a15b3dc21d0\"\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": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2117,10 +2123,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "267e8667-deee-47f3-9f62-8b49d2a8b8a9" + "e332a279-a8d4-487f-ba27-24bc2cd72329" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2130,19 +2136,19 @@ "11994" ], "x-ms-correlation-request-id": [ - "30ca2b85-160f-4936-843f-b5bac565e48b" + "83d1e8f9-6c84-4f53-b971-0fac88ec7448" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040748Z:30ca2b85-160f-4936-843f-b5bac565e48b" + "SOUTHINDIA:20210518T171004Z:83d1e8f9-6c84-4f53-b971-0fac88ec7448" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:07:48 GMT" + "Tue, 18 May 2021 17:10:04 GMT" ], "Content-Length": [ - "361030" + "378075" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2151,26 +2157,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\": \"sinequa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinequa\"\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\": \"turbonet\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/turbonet\"\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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"storwarespzoo1611743234900\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storwarespzoo1611743234900\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2181,16 +2187,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22499" + "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22498" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "087eabc3-bb7a-40d5-acfc-c44fb32975f5" + "20953621-a07e-4df6-82ff-7e510cf6d3d4" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2200,16 +2206,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "9554cb67-92c0-4323-943e-e21e9b2f1cb7" + "ecb6e31b-ba22-45af-9745-18da77631268" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040749Z:9554cb67-92c0-4323-943e-e21e9b2f1cb7" + "SOUTHINDIA:20210518T171004Z:ecb6e31b-ba22-45af-9745-18da77631268" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:07:48 GMT" + "Tue, 18 May 2021 17:10:04 GMT" ], "Content-Length": [ "1089" @@ -2221,26 +2227,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": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2251,16 +2257,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21999" + "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "85299f68-b0c9-4e92-9278-cbef9d41d998" + "5c1176c5-b1d1-48dd-9614-cf6a5baa29bb" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2270,16 +2276,16 @@ "11992" ], "x-ms-correlation-request-id": [ - "330297b5-dafd-40e5-82ec-676977fbe9da" + "38c42fff-ecd2-4c09-bdbe-54bc0ea5db27" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040749Z:330297b5-dafd-40e5-82ec-676977fbe9da" + "SOUTHINDIA:20210518T171004Z:38c42fff-ecd2-4c09-bdbe-54bc0ea5db27" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:07:48 GMT" + "Tue, 18 May 2021 17:10:04 GMT" ], "Content-Length": [ "1326" @@ -2291,26 +2297,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/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWMxNGExMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNlMzEyMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2327,19 +2333,19 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/9a452f11-6af1-4db5-a385-9b9374527d0b?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/0b6ea28b-a91b-455e-abc7-1b36f282492a?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9a452f11-6af1-4db5-a385-9b9374527d0b" + "0b6ea28b-a91b-455e-abc7-1b36f282492a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2349,16 +2355,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "a4acf839-a138-4db1-a96f-35e1fb928058" + "75c475c0-9377-47c9-be97-e47956789c19" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040752Z:a4acf839-a138-4db1-a96f-35e1fb928058" + "SOUTHINDIA:20210518T171006Z:75c475c0-9377-47c9-be97-e47956789c19" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:07:51 GMT" + "Tue, 18 May 2021 17:10:06 GMT" ], "Content-Length": [ "484" @@ -2370,23 +2376,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10/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/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120/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/9a452f11-6af1-4db5-a385-9b9374527d0b?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlhNDUyZjExLTZhZjEtNGRiNS1hMzg1LTliOTM3NDUyN2QwYj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/0b6ea28b-a91b-455e-abc7-1b36f282492a?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiNmVhMjhiLWE5MWItNDU1ZS1hYmM3LTFiMzZmMjgyNDkyYT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2397,13 +2403,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4931a055-c4b1-4aa0-8419-064c68731dff" + "08198b45-bf88-4be3-97c4-f3151f663e00" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2413,16 +2419,16 @@ "11991" ], "x-ms-correlation-request-id": [ - "2dc758cf-c357-46dc-af9d-fd8960d2e3a2" + "793a3c97-f7a5-46f6-9eba-c8c8dc253abc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040822Z:2dc758cf-c357-46dc-af9d-fd8960d2e3a2" + "SOUTHINDIA:20210518T171036Z:793a3c97-f7a5-46f6-9eba-c8c8dc253abc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:08:22 GMT" + "Tue, 18 May 2021 17:10:36 GMT" ], "Content-Length": [ "134" @@ -2434,23 +2440,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T09:37:51.3687422+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9a452f11-6af1-4db5-a385-9b9374527d0b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:40:06.1275816+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0b6ea28b-a91b-455e-abc7-1b36f282492a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/9a452f11-6af1-4db5-a385-9b9374527d0b?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlhNDUyZjExLTZhZjEtNGRiNS1hMzg1LTliOTM3NDUyN2QwYj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/0b6ea28b-a91b-455e-abc7-1b36f282492a?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiNmVhMjhiLWE5MWItNDU1ZS1hYmM3LTFiMzZmMjgyNDkyYT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2461,13 +2467,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8d4c01b9-83f3-4d56-a291-dded313fb807" + "971a19a5-4c4a-48bf-938e-a1cb3b95b7fa" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2477,16 +2483,16 @@ "11990" ], "x-ms-correlation-request-id": [ - "30ad5f9d-35a1-473a-aab6-e7ab1b55b416" + "c43afcb5-6023-47f6-9b40-d020ec09fb21" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040852Z:30ad5f9d-35a1-473a-aab6-e7ab1b55b416" + "SOUTHINDIA:20210518T171106Z:c43afcb5-6023-47f6-9b40-d020ec09fb21" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:08:52 GMT" + "Tue, 18 May 2021 17:11:06 GMT" ], "Content-Length": [ "134" @@ -2498,23 +2504,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T09:37:51.3687422+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9a452f11-6af1-4db5-a385-9b9374527d0b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:40:06.1275816+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0b6ea28b-a91b-455e-abc7-1b36f282492a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/9a452f11-6af1-4db5-a385-9b9374527d0b?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlhNDUyZjExLTZhZjEtNGRiNS1hMzg1LTliOTM3NDUyN2QwYj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/0b6ea28b-a91b-455e-abc7-1b36f282492a?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiNmVhMjhiLWE5MWItNDU1ZS1hYmM3LTFiMzZmMjgyNDkyYT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2525,13 +2531,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c6a4afcf-bcdf-4fbe-8ddf-cf1c67497d92" + "133e3e76-9dda-438f-a52e-cb5da61ea385" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2541,16 +2547,16 @@ "11989" ], "x-ms-correlation-request-id": [ - "c3f548ec-ac52-4520-a59a-2602168a9ff4" + "a02fcb2f-4817-42a8-906f-c89b14365fd8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040923Z:c3f548ec-ac52-4520-a59a-2602168a9ff4" + "SOUTHINDIA:20210518T171136Z:a02fcb2f-4817-42a8-906f-c89b14365fd8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:09:22 GMT" + "Tue, 18 May 2021 17:11:36 GMT" ], "Content-Length": [ "134" @@ -2562,23 +2568,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T09:37:51.3687422+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9a452f11-6af1-4db5-a385-9b9374527d0b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:40:06.1275816+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0b6ea28b-a91b-455e-abc7-1b36f282492a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/9a452f11-6af1-4db5-a385-9b9374527d0b?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzlhNDUyZjExLTZhZjEtNGRiNS1hMzg1LTliOTM3NDUyN2QwYj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/0b6ea28b-a91b-455e-abc7-1b36f282492a?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiNmVhMjhiLWE5MWItNDU1ZS1hYmM3LTFiMzZmMjgyNDkyYT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2589,13 +2595,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29975" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "06e84abf-47b4-4682-9640-c1bb957c082a" + "71f7e8de-73c8-4daf-b074-31b28f133ae1" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2605,19 +2611,19 @@ "11988" ], "x-ms-correlation-request-id": [ - "4629fceb-9511-4573-bb01-fb505a043c64" + "f8bdcd30-956d-46ef-a1f0-955ded763ee5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040953Z:4629fceb-9511-4573-bb01-fb505a043c64" + "SOUTHINDIA:20210518T171207Z:f8bdcd30-956d-46ef-a1f0-955ded763ee5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:09:53 GMT" + "Tue, 18 May 2021 17:12:06 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2626,23 +2632,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T09:37:51.3687422+05:30\",\r\n \"endTime\": \"2021-02-16T09:39:46.1807745+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9a452f11-6af1-4db5-a385-9b9374527d0b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:40:06.1275816+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0b6ea28b-a91b-455e-abc7-1b36f282492a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWMxNGExMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/0b6ea28b-a91b-455e-abc7-1b36f282492a?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBiNmVhMjhiLWE5MWItNDU1ZS1hYmM3LTFiMzZmMjgyNDkyYT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34be9adf-43b7-4f4a-8a56-49a60029036a" + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2653,13 +2659,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "83cebad8-2146-4d59-8cff-eca599175130" + "ff5a8788-3c4c-4724-9abe-0107eff55e28" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2669,16 +2675,80 @@ "11987" ], "x-ms-correlation-request-id": [ - "e428d717-1911-4329-b064-fff88799c490" + "efb8e768-744d-4913-b800-9395d906c74e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171237Z:efb8e768-744d-4913-b800-9395d906c74e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 17:12:36 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:40:06.1275816+05:30\",\r\n \"endTime\": \"2021-05-18T22:42:31.5327545+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0b6ea28b-a91b-455e-abc7-1b36f282492a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNlMzEyMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "41084f5c-3fc1-4d32-8c0a-8d6aaa43e128" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31935" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5d44e9b4-8d96-488d-ba65-13e50fa4ed63" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "fd561810-9d76-4f22-a77e-e78c769e43d9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040953Z:e428d717-1911-4329-b064-fff88799c490" + "SOUTHINDIA:20210518T171237Z:fd561810-9d76-4f22-a77e-e78c769e43d9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:09:53 GMT" + "Tue, 18 May 2021 17:12:36 GMT" ], "Content-Length": [ "485" @@ -2690,25 +2760,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10/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/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea8b737f-edf1-4459-b400-9a3d9bd00eae" + "67ef473c-e42d-416c-af87-43d952ffc456" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -2723,13 +2793,13 @@ "gateway" ], "x-ms-request-id": [ - "132ee0b5-e4d3-4783-974e-4dc5331e68cc" + "fb00b043-98e4-4c4f-8dd8-2003d62084bf" ], "x-ms-correlation-request-id": [ - "132ee0b5-e4d3-4783-974e-4dc5331e68cc" + "fb00b043-98e4-4c4f-8dd8-2003d62084bf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040954Z:132ee0b5-e4d3-4783-974e-4dc5331e68cc" + "SOUTHINDIA:20210518T171237Z:fb00b043-98e4-4c4f-8dd8-2003d62084bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2738,7 +2808,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:09:53 GMT" + "Tue, 18 May 2021 17:12:36 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2750,25 +2820,25 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d' under resource group 'PSTestRGc14a195d' 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/PSTestRSVce312788' under resource group 'PSTestRGce312788' 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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "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": [ - "f3d69a3b-99a9-41ac-be8f-214f9255eca3" + "2b075c1f-5446-46d2-a1d5-4eeecc3da28d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ], "Content-Type": [ @@ -2789,10 +2859,10 @@ "nosniff" ], "x-ms-request-id": [ - "1237705f-a5fa-4f00-991e-b29cab5fccab" + "1728cf15-a137-44a5-9c1b-6c0e51178965" ], "x-ms-client-request-id": [ - "f3d69a3b-99a9-41ac-be8f-214f9255eca3" + "2b075c1f-5446-46d2-a1d5-4eeecc3da28d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2804,13 +2874,13 @@ "209" ], "x-ms-correlation-request-id": [ - "1237705f-a5fa-4f00-991e-b29cab5fccab" + "1728cf15-a137-44a5-9c1b-6c0e51178965" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T040959Z:1237705f-a5fa-4f00-991e-b29cab5fccab" + "SOUTHINDIA:20210518T171240Z:1728cf15-a137-44a5-9c1b-6c0e51178965" ], "Date": [ - "Tue, 16 Feb 2021 04:09:59 GMT" + "Tue, 18 May 2021 17:12:39 GMT" ], "Content-Length": [ "466" @@ -2822,26 +2892,172 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVc14a195d\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T04%3A09%3A58.4403258Z'\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d\",\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\": \"PSTestRSVce312788\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T17%3A12%3A40.2028654Z'\\\"\",\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/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788\",\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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc14a10'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzE0YTEwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3464ffef-7b4f-49bd-bfdf-df60605e7a32" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "2fcd356a-a607-4232-a6ca-91ef7e308e5a" + ], + "x-ms-client-request-id": [ + "3464ffef-7b4f-49bd-bfdf-df60605e7a32", + "3464ffef-7b4f-49bd-bfdf-df60605e7a32" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "2fcd356a-a607-4232-a6ca-91ef7e308e5a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171241Z:2fcd356a-a607-4232-a6ca-91ef7e308e5a" + ], + "Date": [ + "Tue, 18 May 2021 17:12:40 GMT" + ], + "Content-Length": [ + "380" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3464ffef-7b4f-49bd-bfdf-df60605e7a32" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "111" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "48859d9d-b0a9-4487-81e2-e47900e873f3" + ], + "x-ms-client-request-id": [ + "3464ffef-7b4f-49bd-bfdf-df60605e7a32", + "3464ffef-7b4f-49bd-bfdf-df60605e7a32" + ], + "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-correlation-request-id": [ + "48859d9d-b0a9-4487-81e2-e47900e873f3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171241Z:48859d9d-b0a9-4487-81e2-e47900e873f3" + ], + "Date": [ + "Tue, 18 May 2021 17:12:40 GMT" + ], + "Content-Length": [ + "381" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMce3120'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNY2UzMTIwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76167003-c974-4c09-9a7b-9afb23cbe425" + "ad86f224-ef40-4495-b5b1-4508af7535f8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2855,11 +3071,11 @@ "nosniff" ], "x-ms-request-id": [ - "83ee6130-c944-4d9c-9167-8b2dfbc581e1" + "f338bf8b-5a09-4f8e-a91a-c6099f0ba8c3" ], "x-ms-client-request-id": [ - "76167003-c974-4c09-9a7b-9afb23cbe425", - "76167003-c974-4c09-9a7b-9afb23cbe425" + "ad86f224-ef40-4495-b5b1-4508af7535f8", + "ad86f224-ef40-4495-b5b1-4508af7535f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2874,13 +3090,13 @@ "149" ], "x-ms-correlation-request-id": [ - "83ee6130-c944-4d9c-9167-8b2dfbc581e1" + "f338bf8b-5a09-4f8e-a91a-c6099f0ba8c3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041004Z:83ee6130-c944-4d9c-9167-8b2dfbc581e1" + "SOUTHINDIA:20210518T171246Z:f338bf8b-5a09-4f8e-a91a-c6099f0ba8c3" ], "Date": [ - "Tue, 16 Feb 2021 04:10:04 GMT" + "Tue, 18 May 2021 17:12:46 GMT" ], "Content-Length": [ "12" @@ -2896,22 +3112,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc14a10'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzE0YTEwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMce3120'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNY2UzMTIwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d59a926f-209a-4ef1-b7b5-c8bc3450b4b7" + "72b3a060-244e-472e-bc8f-bb454e83d63d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2925,11 +3141,11 @@ "nosniff" ], "x-ms-request-id": [ - "20b688ca-c971-44f1-acb5-9a7f36f04f14" + "a0081b08-22d6-424a-8ba2-4efa8005733f" ], "x-ms-client-request-id": [ - "d59a926f-209a-4ef1-b7b5-c8bc3450b4b7", - "d59a926f-209a-4ef1-b7b5-c8bc3450b4b7" + "72b3a060-244e-472e-bc8f-bb454e83d63d", + "72b3a060-244e-472e-bc8f-bb454e83d63d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2944,13 +3160,13 @@ "148" ], "x-ms-correlation-request-id": [ - "20b688ca-c971-44f1-acb5-9a7f36f04f14" + "a0081b08-22d6-424a-8ba2-4efa8005733f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041048Z:20b688ca-c971-44f1-acb5-9a7f36f04f14" + "SOUTHINDIA:20210518T171320Z:a0081b08-22d6-424a-8ba2-4efa8005733f" ], "Date": [ - "Tue, 16 Feb 2021 04:10:47 GMT" + "Tue, 18 May 2021 17:13:20 GMT" ], "Content-Length": [ "914" @@ -2962,26 +3178,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc14a195d\",\r\n \"friendlyName\": \"PSTestVMc14a10\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGce312788\",\r\n \"friendlyName\": \"PSTestVMce3120\",\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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc14a10'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzE0YTEwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMce3120'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNY2UzMTIwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "075b4e81-7457-4c0b-ac10-d0ca3fb6790f" + "ae33b1b8-84f5-44a5-b7c7-3245d6f5fe1d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2995,11 +3211,11 @@ "nosniff" ], "x-ms-request-id": [ - "4444c71d-0022-465c-a213-6173ddf520e9" + "0cecd761-e53d-41a3-a20a-f5a0a5393dd7" ], "x-ms-client-request-id": [ - "075b4e81-7457-4c0b-ac10-d0ca3fb6790f", - "075b4e81-7457-4c0b-ac10-d0ca3fb6790f" + "ae33b1b8-84f5-44a5-b7c7-3245d6f5fe1d", + "ae33b1b8-84f5-44a5-b7c7-3245d6f5fe1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3014,13 +3230,13 @@ "146" ], "x-ms-correlation-request-id": [ - "4444c71d-0022-465c-a213-6173ddf520e9" + "0cecd761-e53d-41a3-a20a-f5a0a5393dd7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041049Z:4444c71d-0022-465c-a213-6173ddf520e9" + "SOUTHINDIA:20210518T171321Z:0cecd761-e53d-41a3-a20a-f5a0a5393dd7" ], "Date": [ - "Tue, 16 Feb 2021 04:10:48 GMT" + "Tue, 18 May 2021 17:13:21 GMT" ], "Content-Length": [ "914" @@ -3032,26 +3248,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc14a195d\",\r\n \"friendlyName\": \"PSTestVMc14a10\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGce312788\",\r\n \"friendlyName\": \"PSTestVMce3120\",\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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc14a10'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzE0YTEwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMce3120'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNY2UzMTIwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ecae71f8-457d-4067-8a23-01e8d83f14f3" + "32458429-6ef5-497f-8f3a-deab5f1c7305" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3065,11 +3281,11 @@ "nosniff" ], "x-ms-request-id": [ - "ceaed9f8-e9b0-48b7-9648-b1a6acbf6fa1" + "c451cd88-34cd-4419-acc9-8566a16a4ef9" ], "x-ms-client-request-id": [ - "ecae71f8-457d-4067-8a23-01e8d83f14f3", - "ecae71f8-457d-4067-8a23-01e8d83f14f3" + "32458429-6ef5-497f-8f3a-deab5f1c7305", + "32458429-6ef5-497f-8f3a-deab5f1c7305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3084,13 +3300,13 @@ "145" ], "x-ms-correlation-request-id": [ - "ceaed9f8-e9b0-48b7-9648-b1a6acbf6fa1" + "c451cd88-34cd-4419-acc9-8566a16a4ef9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041049Z:ceaed9f8-e9b0-48b7-9648-b1a6acbf6fa1" + "SOUTHINDIA:20210518T171321Z:c451cd88-34cd-4419-acc9-8566a16a4ef9" ], "Date": [ - "Tue, 16 Feb 2021 04:10:48 GMT" + "Tue, 18 May 2021 17:13:21 GMT" ], "Content-Length": [ "914" @@ -3102,26 +3318,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc14a195d\",\r\n \"friendlyName\": \"PSTestVMc14a10\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGce312788\",\r\n \"friendlyName\": \"PSTestVMce3120\",\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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02c7379f-1666-461f-82ea-fe966615e261" + "ff11ec8a-fa0c-46ab-b123-053269b47a6a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3135,11 +3351,11 @@ "nosniff" ], "x-ms-request-id": [ - "7883723a-afab-4eaf-b616-330d7ea72d4b" + "63726c31-e638-485a-8bf5-3a0bdc04866e" ], "x-ms-client-request-id": [ - "02c7379f-1666-461f-82ea-fe966615e261", - "02c7379f-1666-461f-82ea-fe966615e261" + "ff11ec8a-fa0c-46ab-b123-053269b47a6a", + "ff11ec8a-fa0c-46ab-b123-053269b47a6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3154,13 +3370,13 @@ "149" ], "x-ms-correlation-request-id": [ - "7883723a-afab-4eaf-b616-330d7ea72d4b" + "63726c31-e638-485a-8bf5-3a0bdc04866e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041004Z:7883723a-afab-4eaf-b616-330d7ea72d4b" + "SOUTHINDIA:20210518T171247Z:63726c31-e638-485a-8bf5-3a0bdc04866e" ], "Date": [ - "Tue, 16 Feb 2021 04:10:04 GMT" + "Tue, 18 May 2021 17:12:46 GMT" ], "Content-Length": [ "762" @@ -3172,26 +3388,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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-16T14: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-16T14: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/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/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-05-19T03: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-05-19T03: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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3205,11 +3421,11 @@ "nosniff" ], "x-ms-request-id": [ - "1d0b4a07-6e50-4a00-8dd9-71b6bfa28706" + "47b4e1ee-7d61-4abb-a96f-f0ce2524f328" ], "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0", - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9", + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3224,16 +3440,16 @@ "149" ], "x-ms-correlation-request-id": [ - "1d0b4a07-6e50-4a00-8dd9-71b6bfa28706" + "47b4e1ee-7d61-4abb-a96f-f0ce2524f328" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041005Z:1d0b4a07-6e50-4a00-8dd9-71b6bfa28706" + "SOUTHINDIA:20210518T171247Z:47b4e1ee-7d61-4abb-a96f-f0ce2524f328" ], "Date": [ - "Tue, 16 Feb 2021 04:10:04 GMT" + "Tue, 18 May 2021 17:12:46 GMT" ], "Content-Length": [ - "19794" + "6249" ], "Content-Type": [ "application/json" @@ -3242,26 +3458,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz/protectableItems/vm;iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz\",\r\n \"name\": \"iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz\",\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/vmerestoreaniz\",\r\n \"virtualMachineVersion\": \"ClassicCompute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.ClassicCompute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreaniz\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk/protectableItems/vm;iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk\",\r\n \"name\": \"iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk\",\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/vmerestoreemsk\",\r\n \"virtualMachineVersion\": \"ClassicCompute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.ClassicCompute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreemsk\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk/protectableItems/vm;iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk\",\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/vmerestoreajmk\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreajmk\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf/protectableItems/vm;iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf\",\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-czrfglf\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new.czr\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaasext-czrfglf\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn/protectableItems/vm;iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn\",\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/vmnrestoreevpn\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"vmnrestoreevpn\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/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 \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10/protectableItems/vm;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc14a195d\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMc14a10\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/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/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/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/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/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/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/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/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120/protectableItems/vm;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGce312788\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMce3120\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/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/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc14a195d%3Bpstestvmc14a10/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgc14a195d%3Bpstestvmc14a10?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjMTRhMTk1ZCUzQnBzdGVzdHZtYzE0YTEwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2MxNGExOTVkJTNCcHN0ZXN0dm1jMTRhMTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgce312788%3Bpstestvmce3120/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgce312788%3Bpstestvmce3120?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjZTMxMjc4OCUzQnBzdGVzdHZtY2UzMTIwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NlMzEyNzg4JTNCcHN0ZXN0dm1jZTMxMjA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3278,23 +3494,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10/protectedItems/vm;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10/operationResults/2c60b923-54d2-41db-bef3-a767104c55e6?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120/protectedItems/vm;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120/operationResults/8e257026-c51f-4556-8cbf-3fe4fcf4fd69?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10/protectedItems/vm;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10/operationsStatus/2c60b923-54d2-41db-bef3-a767104c55e6?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120/protectedItems/vm;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120/operationsStatus/8e257026-c51f-4556-8cbf-3fe4fcf4fd69?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "dc92bf9e-af83-4e1d-9cc7-0241cef46077" + "2d4508f4-ff3e-46d6-9570-d8072fa2f25c" ], "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0", - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9", + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3303,16 +3519,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "dc92bf9e-af83-4e1d-9cc7-0241cef46077" + "2d4508f4-ff3e-46d6-9570-d8072fa2f25c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041006Z:dc92bf9e-af83-4e1d-9cc7-0241cef46077" + "SOUTHINDIA:20210518T171248Z:2d4508f4-ff3e-46d6-9570-d8072fa2f25c" ], "Date": [ - "Tue, 16 Feb 2021 04:10:05 GMT" + "Tue, 18 May 2021 17:12:47 GMT" ], "Expires": [ "-1" @@ -3325,22 +3541,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/2c60b923-54d2-41db-bef3-a767104c55e6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzJjNjBiOTIzLTU0ZDItNDFkYi1iZWYzLWE3NjcxMDRjNTVlNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/8e257026-c51f-4556-8cbf-3fe4fcf4fd69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzhlMjU3MDI2LWM1MWYtNDU1Ni04Y2JmLTNmZTRmY2Y0ZmQ2OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3354,11 +3570,11 @@ "nosniff" ], "x-ms-request-id": [ - "2d15e651-4b17-4285-b7c6-70c334eaa18a" + "ad019cd3-7891-4ad3-9f35-c9523417c34c" ], "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0", - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9", + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3373,13 +3589,13 @@ "149" ], "x-ms-correlation-request-id": [ - "2d15e651-4b17-4285-b7c6-70c334eaa18a" + "ad019cd3-7891-4ad3-9f35-c9523417c34c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041006Z:2d15e651-4b17-4285-b7c6-70c334eaa18a" + "SOUTHINDIA:20210518T171248Z:ad019cd3-7891-4ad3-9f35-c9523417c34c" ], "Date": [ - "Tue, 16 Feb 2021 04:10:06 GMT" + "Tue, 18 May 2021 17:12:47 GMT" ], "Content-Length": [ "188" @@ -3391,26 +3607,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"2c60b923-54d2-41db-bef3-a767104c55e6\",\r\n \"name\": \"2c60b923-54d2-41db-bef3-a767104c55e6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:06.0752661Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"name\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:12:48.2290608Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/2c60b923-54d2-41db-bef3-a767104c55e6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzJjNjBiOTIzLTU0ZDItNDFkYi1iZWYzLWE3NjcxMDRjNTVlNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/8e257026-c51f-4556-8cbf-3fe4fcf4fd69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzhlMjU3MDI2LWM1MWYtNDU1Ni04Y2JmLTNmZTRmY2Y0ZmQ2OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3424,11 +3640,11 @@ "nosniff" ], "x-ms-request-id": [ - "d78fc17c-eb09-4882-99e2-5dfd9ad71fff" + "5522ec3e-01e1-4beb-bf22-f8388444acad" ], "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0", - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9", + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3443,13 +3659,13 @@ "148" ], "x-ms-correlation-request-id": [ - "d78fc17c-eb09-4882-99e2-5dfd9ad71fff" + "5522ec3e-01e1-4beb-bf22-f8388444acad" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041016Z:d78fc17c-eb09-4882-99e2-5dfd9ad71fff" + "SOUTHINDIA:20210518T171253Z:5522ec3e-01e1-4beb-bf22-f8388444acad" ], "Date": [ - "Tue, 16 Feb 2021 04:10:16 GMT" + "Tue, 18 May 2021 17:12:53 GMT" ], "Content-Length": [ "188" @@ -3461,26 +3677,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"2c60b923-54d2-41db-bef3-a767104c55e6\",\r\n \"name\": \"2c60b923-54d2-41db-bef3-a767104c55e6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:06.0752661Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"name\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:12:48.2290608Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/2c60b923-54d2-41db-bef3-a767104c55e6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzJjNjBiOTIzLTU0ZDItNDFkYi1iZWYzLWE3NjcxMDRjNTVlNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/8e257026-c51f-4556-8cbf-3fe4fcf4fd69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzhlMjU3MDI2LWM1MWYtNDU1Ni04Y2JmLTNmZTRmY2Y0ZmQ2OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3494,11 +3710,11 @@ "nosniff" ], "x-ms-request-id": [ - "b5dbd594-561f-4fd5-8e53-ba4e79136919" + "24f1b8f1-61a4-4910-9aec-6d1e3516c894" ], "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0", - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9", + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3513,13 +3729,13 @@ "147" ], "x-ms-correlation-request-id": [ - "b5dbd594-561f-4fd5-8e53-ba4e79136919" + "24f1b8f1-61a4-4910-9aec-6d1e3516c894" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041027Z:b5dbd594-561f-4fd5-8e53-ba4e79136919" + "SOUTHINDIA:20210518T171258Z:24f1b8f1-61a4-4910-9aec-6d1e3516c894" ], "Date": [ - "Tue, 16 Feb 2021 04:10:26 GMT" + "Tue, 18 May 2021 17:12:58 GMT" ], "Content-Length": [ "188" @@ -3531,26 +3747,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"2c60b923-54d2-41db-bef3-a767104c55e6\",\r\n \"name\": \"2c60b923-54d2-41db-bef3-a767104c55e6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:06.0752661Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"name\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:12:48.2290608Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/2c60b923-54d2-41db-bef3-a767104c55e6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzJjNjBiOTIzLTU0ZDItNDFkYi1iZWYzLWE3NjcxMDRjNTVlNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/8e257026-c51f-4556-8cbf-3fe4fcf4fd69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzhlMjU3MDI2LWM1MWYtNDU1Ni04Y2JmLTNmZTRmY2Y0ZmQ2OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3564,11 +3780,11 @@ "nosniff" ], "x-ms-request-id": [ - "9520d9c9-fac3-43e7-8508-950f1de183b1" + "60b1451a-3657-4ad0-9956-1e64f382bd05" ], "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0", - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9", + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3583,13 +3799,13 @@ "146" ], "x-ms-correlation-request-id": [ - "9520d9c9-fac3-43e7-8508-950f1de183b1" + "60b1451a-3657-4ad0-9956-1e64f382bd05" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041037Z:9520d9c9-fac3-43e7-8508-950f1de183b1" + "SOUTHINDIA:20210518T171304Z:60b1451a-3657-4ad0-9956-1e64f382bd05" ], "Date": [ - "Tue, 16 Feb 2021 04:10:37 GMT" + "Tue, 18 May 2021 17:13:03 GMT" ], "Content-Length": [ "188" @@ -3601,26 +3817,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"2c60b923-54d2-41db-bef3-a767104c55e6\",\r\n \"name\": \"2c60b923-54d2-41db-bef3-a767104c55e6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:06.0752661Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"name\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:12:48.2290608Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/2c60b923-54d2-41db-bef3-a767104c55e6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzJjNjBiOTIzLTU0ZDItNDFkYi1iZWYzLWE3NjcxMDRjNTVlNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/8e257026-c51f-4556-8cbf-3fe4fcf4fd69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzhlMjU3MDI2LWM1MWYtNDU1Ni04Y2JmLTNmZTRmY2Y0ZmQ2OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3634,11 +3850,11 @@ "nosniff" ], "x-ms-request-id": [ - "e9e26517-ec38-43e8-894f-6f4b6fab2fc0" + "9c8e6537-88d2-4f9f-97c2-8ccec58ed1a1" ], "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0", - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9", + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3653,16 +3869,16 @@ "145" ], "x-ms-correlation-request-id": [ - "e9e26517-ec38-43e8-894f-6f4b6fab2fc0" + "9c8e6537-88d2-4f9f-97c2-8ccec58ed1a1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041047Z:e9e26517-ec38-43e8-894f-6f4b6fab2fc0" + "SOUTHINDIA:20210518T171309Z:9c8e6537-88d2-4f9f-97c2-8ccec58ed1a1" ], "Date": [ - "Tue, 16 Feb 2021 04:10:46 GMT" + "Tue, 18 May 2021 17:13:09 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -3671,26 +3887,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"2c60b923-54d2-41db-bef3-a767104c55e6\",\r\n \"name\": \"2c60b923-54d2-41db-bef3-a767104c55e6\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T04:10:06.0752661Z\",\r\n \"endTime\": \"2021-02-16T04:10:06.0752661Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"06c78c65-e980-45d8-bbb3-b5e32105fe9a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"name\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:12:48.2290608Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/2c60b923-54d2-41db-bef3-a767104c55e6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzJjNjBiOTIzLTU0ZDItNDFkYi1iZWYzLWE3NjcxMDRjNTVlNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/8e257026-c51f-4556-8cbf-3fe4fcf4fd69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzhlMjU3MDI2LWM1MWYtNDU1Ni04Y2JmLTNmZTRmY2Y0ZmQ2OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3704,11 +3920,11 @@ "nosniff" ], "x-ms-request-id": [ - "6bac247d-3b1c-4197-8e02-d2cabba2b907" + "0ecd7c7a-390c-44ef-9e17-83e79a08a553" ], "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0", - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9", + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3723,16 +3939,16 @@ "144" ], "x-ms-correlation-request-id": [ - "6bac247d-3b1c-4197-8e02-d2cabba2b907" + "0ecd7c7a-390c-44ef-9e17-83e79a08a553" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041047Z:6bac247d-3b1c-4197-8e02-d2cabba2b907" + "SOUTHINDIA:20210518T171314Z:0ecd7c7a-390c-44ef-9e17-83e79a08a553" ], "Date": [ - "Tue, 16 Feb 2021 04:10:46 GMT" + "Tue, 18 May 2021 17:13:14 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -3741,26 +3957,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"2c60b923-54d2-41db-bef3-a767104c55e6\",\r\n \"name\": \"2c60b923-54d2-41db-bef3-a767104c55e6\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T04:10:06.0752661Z\",\r\n \"endTime\": \"2021-02-16T04:10:06.0752661Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"06c78c65-e980-45d8-bbb3-b5e32105fe9a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"name\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:12:48.2290608Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupJobs/06c78c65-e980-45d8-bbb3-b5e32105fe9a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBKb2JzLzA2Yzc4YzY1LWU5ODAtNDVkOC1iYmIzLWI1ZTMyMTA1ZmU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/8e257026-c51f-4556-8cbf-3fe4fcf4fd69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzhlMjU3MDI2LWM1MWYtNDU1Ni04Y2JmLTNmZTRmY2Y0ZmQ2OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3770,40 +3986,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "1c17c2bd-4f94-4b83-a6db-9b2b6d9ad5cf" + "7dfa85ba-1a33-4d08-9837-fb7d0dc19c58" ], "x-ms-client-request-id": [ - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0", - "e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0" - ], - "X-Powered-By": [ - "ASP.NET" + "08001cd8-41d9-4d27-8537-8789d88e37a9", + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "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" + "143" ], "x-ms-correlation-request-id": [ - "1c17c2bd-4f94-4b83-a6db-9b2b6d9ad5cf" + "7dfa85ba-1a33-4d08-9837-fb7d0dc19c58" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041048Z:1c17c2bd-4f94-4b83-a6db-9b2b6d9ad5cf" + "SOUTHINDIA:20210518T171319Z:7dfa85ba-1a33-4d08-9837-fb7d0dc19c58" ], "Date": [ - "Tue, 16 Feb 2021 04:10:47 GMT" + "Tue, 18 May 2021 17:13:19 GMT" ], "Content-Length": [ - "840" + "304" ], "Content-Type": [ "application/json" @@ -3812,26 +4027,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupJobs/06c78c65-e980-45d8-bbb3-b5e32105fe9a\",\r\n \"name\": \"06c78c65-e980-45d8-bbb3-b5e32105fe9a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"duration\": \"PT31.4009393S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmc14a10\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc14a10\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T04:10:06.0752661Z\",\r\n \"endTime\": \"2021-02-16T04:10:37.4762054Z\",\r\n \"activityId\": \"e5a5822f-bd3d-4fc4-83b7-ceb357fa0fb0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"name\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:12:48.2290608Z\",\r\n \"endTime\": \"2021-05-18T17:12:48.2290608Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e8b22f7d-b285-4f61-8fb8-e70d09357a01\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/8e257026-c51f-4556-8cbf-3fe4fcf4fd69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzhlMjU3MDI2LWM1MWYtNDU1Ni04Y2JmLTNmZTRmY2Y0ZmQ2OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec3fafb4-7635-44bf-84f5-1b877ea7d35b" + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3845,11 +4060,11 @@ "nosniff" ], "x-ms-request-id": [ - "5c3e0346-9fe9-4c4a-820f-27d9a25d60c5" + "e2db04e2-599a-4be3-a075-b9636d586827" ], "x-ms-client-request-id": [ - "ec3fafb4-7635-44bf-84f5-1b877ea7d35b", - "ec3fafb4-7635-44bf-84f5-1b877ea7d35b" + "08001cd8-41d9-4d27-8537-8789d88e37a9", + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3861,19 +4076,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "142" ], "x-ms-correlation-request-id": [ - "5c3e0346-9fe9-4c4a-820f-27d9a25d60c5" + "e2db04e2-599a-4be3-a075-b9636d586827" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041048Z:5c3e0346-9fe9-4c4a-820f-27d9a25d60c5" + "SOUTHINDIA:20210518T171319Z:e2db04e2-599a-4be3-a075-b9636d586827" ], "Date": [ - "Tue, 16 Feb 2021 04:10:47 GMT" + "Tue, 18 May 2021 17:13:19 GMT" ], "Content-Length": [ - "1495" + "304" ], "Content-Type": [ "application/json" @@ -3882,26 +4097,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10/protectedItems/VM;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc14a10\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\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\": \"17592734430722\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"name\": \"8e257026-c51f-4556-8cbf-3fe4fcf4fd69\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:12:48.2290608Z\",\r\n \"endTime\": \"2021-05-18T17:12:48.2290608Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e8b22f7d-b285-4f61-8fb8-e70d09357a01\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupJobs/e8b22f7d-b285-4f61-8fb8-e70d09357a01?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBKb2JzL2U4YjIyZjdkLWIyODUtNGY2MS04ZmI4LWU3MGQwOTM1N2EwMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "423f102c-38f6-45d0-a6f7-57a6501d33e9" + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3911,39 +4126,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c9d60b5b-03eb-4ec3-8956-847bd8a4dfd9" + "be7c2611-0a3d-4884-95ec-e79102d4e32e" ], "x-ms-client-request-id": [ - "423f102c-38f6-45d0-a6f7-57a6501d33e9", - "423f102c-38f6-45d0-a6f7-57a6501d33e9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "08001cd8-41d9-4d27-8537-8789d88e37a9", + "08001cd8-41d9-4d27-8537-8789d88e37a9" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "c9d60b5b-03eb-4ec3-8956-847bd8a4dfd9" + "be7c2611-0a3d-4884-95ec-e79102d4e32e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041050Z:c9d60b5b-03eb-4ec3-8956-847bd8a4dfd9" + "SOUTHINDIA:20210518T171320Z:be7c2611-0a3d-4884-95ec-e79102d4e32e" ], "Date": [ - "Tue, 16 Feb 2021 04:10:50 GMT" + "Tue, 18 May 2021 17:13:19 GMT" ], "Content-Length": [ - "1495" + "839" ], "Content-Type": [ "application/json" @@ -3952,26 +4168,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10/protectedItems/VM;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc14a10\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\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\": \"17592734430722\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupJobs/e8b22f7d-b285-4f61-8fb8-e70d09357a01\",\r\n \"name\": \"e8b22f7d-b285-4f61-8fb8-e70d09357a01\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"duration\": \"PT30.975713S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmce3120\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmce3120\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T17:12:48.2290608Z\",\r\n \"endTime\": \"2021-05-18T17:13:19.2047738Z\",\r\n \"activityId\": \"08001cd8-41d9-4d27-8537-8789d88e37a9\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc14a195d%3Bpstestvmc14a10/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc14a195d%3Bpstestvmc14a10?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjMTRhMTk1ZCUzQnBzdGVzdHZtYzE0YTEwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2MxNGExOTVkJTNCcHN0ZXN0dm1jMTRhMTA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec3fafb4-7635-44bf-84f5-1b877ea7d35b" + "f0cdb58a-cd36-4e04-a8b3-2961b7d20d8a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3985,11 +4201,11 @@ "nosniff" ], "x-ms-request-id": [ - "7a22633f-973f-4d1c-9722-45f77df48173" + "9c114512-80c0-49c8-96ce-ca0c249ff8f9" ], "x-ms-client-request-id": [ - "ec3fafb4-7635-44bf-84f5-1b877ea7d35b", - "ec3fafb4-7635-44bf-84f5-1b877ea7d35b" + "f0cdb58a-cd36-4e04-a8b3-2961b7d20d8a", + "f0cdb58a-cd36-4e04-a8b3-2961b7d20d8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4004,16 +4220,16 @@ "149" ], "x-ms-correlation-request-id": [ - "7a22633f-973f-4d1c-9722-45f77df48173" + "9c114512-80c0-49c8-96ce-ca0c249ff8f9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041048Z:7a22633f-973f-4d1c-9722-45f77df48173" + "SOUTHINDIA:20210518T171320Z:9c114512-80c0-49c8-96ce-ca0c249ff8f9" ], "Date": [ - "Tue, 16 Feb 2021 04:10:47 GMT" + "Tue, 18 May 2021 17:13:20 GMT" ], "Content-Length": [ - "1550" + "1491" ], "Content-Type": [ "application/json" @@ -4022,26 +4238,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10/protectedItems/VM;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc14a10\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\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\": \"17592734430722\",\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;pstestrgc14a195d;pstestvmc14a10\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120/protectedItems/VM;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMce3120\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\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\": \"1323199333\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf9419ca-ece4-4cba-ae5d-d56df14d54b9" + "fbe8290e-4b5f-4173-8e0b-2371d6ba9c9e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4055,11 +4271,11 @@ "nosniff" ], "x-ms-request-id": [ - "f7377522-468c-4a4f-aed2-077a8782a0c3" + "4114b9c7-b689-4bbf-8580-1733ba4457c9" ], "x-ms-client-request-id": [ - "cf9419ca-ece4-4cba-ae5d-d56df14d54b9", - "cf9419ca-ece4-4cba-ae5d-d56df14d54b9" + "fbe8290e-4b5f-4173-8e0b-2371d6ba9c9e", + "fbe8290e-4b5f-4173-8e0b-2371d6ba9c9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4071,19 +4287,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "148" ], "x-ms-correlation-request-id": [ - "f7377522-468c-4a4f-aed2-077a8782a0c3" + "4114b9c7-b689-4bbf-8580-1733ba4457c9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041049Z:f7377522-468c-4a4f-aed2-077a8782a0c3" + "SOUTHINDIA:20210518T171322Z:4114b9c7-b689-4bbf-8580-1733ba4457c9" ], "Date": [ - "Tue, 16 Feb 2021 04:10:48 GMT" + "Tue, 18 May 2021 17:13:22 GMT" ], "Content-Length": [ - "914" + "1491" ], "Content-Type": [ "application/json" @@ -4092,26 +4308,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc14a195d\",\r\n \"friendlyName\": \"PSTestVMc14a10\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120/protectedItems/VM;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMce3120\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\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\": \"1323199333\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgce312788%3Bpstestvmce3120/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgce312788%3Bpstestvmce3120?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjZTMxMjc4OCUzQnBzdGVzdHZtY2UzMTIwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NlMzEyNzg4JTNCcHN0ZXN0dm1jZTMxMjA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a8863a4-4908-48d2-9a83-1c57c7da8910" + "f0cdb58a-cd36-4e04-a8b3-2961b7d20d8a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4125,11 +4341,11 @@ "nosniff" ], "x-ms-request-id": [ - "76978c9a-6d7b-457c-a2b1-53cc3eb82e0d" + "82422822-27a1-473f-a5f0-c7550bf056a1" ], "x-ms-client-request-id": [ - "3a8863a4-4908-48d2-9a83-1c57c7da8910", - "3a8863a4-4908-48d2-9a83-1c57c7da8910" + "f0cdb58a-cd36-4e04-a8b3-2961b7d20d8a", + "f0cdb58a-cd36-4e04-a8b3-2961b7d20d8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4141,19 +4357,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "149" ], "x-ms-correlation-request-id": [ - "76978c9a-6d7b-457c-a2b1-53cc3eb82e0d" + "82422822-27a1-473f-a5f0-c7550bf056a1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041049Z:76978c9a-6d7b-457c-a2b1-53cc3eb82e0d" + "SOUTHINDIA:20210518T171320Z:82422822-27a1-473f-a5f0-c7550bf056a1" ], "Date": [ - "Tue, 16 Feb 2021 04:10:48 GMT" + "Tue, 18 May 2021 17:13:20 GMT" ], "Content-Length": [ - "914" + "1546" ], "Content-Type": [ "application/json" @@ -4162,26 +4378,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc14a195d\",\r\n \"friendlyName\": \"PSTestVMc14a10\",\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/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120/protectedItems/VM;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMce3120\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\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\": \"1323199333\",\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;pstestrgce312788;pstestvmce3120\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "046c37fc-20c1-4a05-8579-0cd8cef21696" + "7e46a669-839f-4b7f-9925-48edc2b0f1ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4195,11 +4411,11 @@ "nosniff" ], "x-ms-request-id": [ - "8ae1cff0-dbbe-42f8-aae7-55984a9328ec" + "d19ee9ce-c474-45ea-93e4-d0914b4c7665" ], "x-ms-client-request-id": [ - "046c37fc-20c1-4a05-8579-0cd8cef21696", - "046c37fc-20c1-4a05-8579-0cd8cef21696" + "7e46a669-839f-4b7f-9925-48edc2b0f1ca", + "7e46a669-839f-4b7f-9925-48edc2b0f1ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4211,16 +4427,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "147" ], "x-ms-correlation-request-id": [ - "8ae1cff0-dbbe-42f8-aae7-55984a9328ec" + "d19ee9ce-c474-45ea-93e4-d0914b4c7665" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041050Z:8ae1cff0-dbbe-42f8-aae7-55984a9328ec" + "SOUTHINDIA:20210518T171321Z:d19ee9ce-c474-45ea-93e4-d0914b4c7665" ], "Date": [ - "Tue, 16 Feb 2021 04:10:50 GMT" + "Tue, 18 May 2021 17:13:20 GMT" ], "Content-Length": [ "914" @@ -4232,26 +4448,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.Compute/virtualMachines/PSTestVMc14a10\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc14a195d\",\r\n \"friendlyName\": \"PSTestVMc14a10\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGce312788\",\r\n \"friendlyName\": \"PSTestVMce3120\",\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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "710c3141-aef1-4f11-9781-79feb0328cee" + "53f36edd-1c91-45eb-9ec5-23e0eb571e38" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4265,10 +4481,150 @@ "nosniff" ], "x-ms-request-id": [ - "709e3d4e-d7b1-4aae-af69-633c37326ee0" + "7b7d4c06-df80-4806-89e7-c71d26b026ab" ], "x-ms-client-request-id": [ - "710c3141-aef1-4f11-9781-79feb0328cee" + "53f36edd-1c91-45eb-9ec5-23e0eb571e38", + "53f36edd-1c91-45eb-9ec5-23e0eb571e38" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "7b7d4c06-df80-4806-89e7-c71d26b026ab" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171321Z:7b7d4c06-df80-4806-89e7-c71d26b026ab" + ], + "Date": [ + "Tue, 18 May 2021 17:13:21 GMT" + ], + "Content-Length": [ + "914" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGce312788\",\r\n \"friendlyName\": \"PSTestVMce3120\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "85927e75-9c23-4311-9070-e36537eeed54" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e09d318d-caaa-4fe7-b653-198f52595edf" + ], + "x-ms-client-request-id": [ + "85927e75-9c23-4311-9070-e36537eeed54", + "85927e75-9c23-4311-9070-e36537eeed54" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "143" + ], + "x-ms-correlation-request-id": [ + "e09d318d-caaa-4fe7-b653-198f52595edf" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171322Z:e09d318d-caaa-4fe7-b653-198f52595edf" + ], + "Date": [ + "Tue, 18 May 2021 17:13:21 GMT" + ], + "Content-Length": [ + "914" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.Compute/virtualMachines/PSTestVMce3120\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGce312788\",\r\n \"friendlyName\": \"PSTestVMce3120\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ecdffa17-f472-49ec-9bb7-b7c9837da1ff" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d510f769-4590-4a37-aaab-ba5bc1abb217" + ], + "x-ms-client-request-id": [ + "ecdffa17-f472-49ec-9bb7-b7c9837da1ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4277,19 +4633,582 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" + ], + "x-ms-correlation-request-id": [ + "d510f769-4590-4a37-aaab-ba5bc1abb217" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171322Z:d510f769-4590-4a37-aaab-ba5bc1abb217" + ], + "Date": [ + "Tue, 18 May 2021 17:13:21 GMT" + ], + "Content-Length": [ + "478" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVce312788\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T17%3A12%3A40.2028654Z'\\\"\",\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/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgce312788%3Bpstestvmce3120/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgce312788%3Bpstestvmce3120?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjZTMxMjc4OCUzQnBzdGVzdHZtY2UzMTIwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NlMzEyNzg4JTNCcHN0ZXN0dm1jZTMxMjA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperationResults/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "6baae68e-2d3b-4dba-b5b9-0b47b9a2726a" + ], + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "6baae68e-2d3b-4dba-b5b9-0b47b9a2726a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171322Z:6baae68e-2d3b-4dba-b5b9-0b47b9a2726a" + ], + "Date": [ + "Tue, 18 May 2021 17:13:22 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "2bcbbc19-4d13-4302-840e-ded3b60c4c38" + ], + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "141" + ], + "x-ms-correlation-request-id": [ + "2bcbbc19-4d13-4302-840e-ded3b60c4c38" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171323Z:2bcbbc19-4d13-4302-840e-ded3b60c4c38" + ], + "Date": [ + "Tue, 18 May 2021 17:13:22 GMT" + ], + "Content-Length": [ + "187" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e6260f48-f364-4854-a992-339d0c41b314" + ], + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "140" + ], + "x-ms-correlation-request-id": [ + "e6260f48-f364-4854-a992-339d0c41b314" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171328Z:e6260f48-f364-4854-a992-339d0c41b314" + ], + "Date": [ + "Tue, 18 May 2021 17:13:28 GMT" + ], + "Content-Length": [ + "187" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e7210354-63f7-4ab6-affc-3a574ec9f45c" + ], + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "139" + ], + "x-ms-correlation-request-id": [ + "e7210354-63f7-4ab6-affc-3a574ec9f45c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171333Z:e7210354-63f7-4ab6-affc-3a574ec9f45c" + ], + "Date": [ + "Tue, 18 May 2021 17:13:33 GMT" + ], + "Content-Length": [ + "187" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "25256ff3-e9e8-4de9-a584-2b6f69e560bf" + ], + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "138" + ], + "x-ms-correlation-request-id": [ + "25256ff3-e9e8-4de9-a584-2b6f69e560bf" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171338Z:25256ff3-e9e8-4de9-a584-2b6f69e560bf" + ], + "Date": [ + "Tue, 18 May 2021 17:13:38 GMT" + ], + "Content-Length": [ + "187" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "699c8ed6-595a-4f91-8d76-2b7599b7a8fa" + ], + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "137" + ], + "x-ms-correlation-request-id": [ + "699c8ed6-595a-4f91-8d76-2b7599b7a8fa" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171343Z:699c8ed6-595a-4f91-8d76-2b7599b7a8fa" + ], + "Date": [ + "Tue, 18 May 2021 17:13:43 GMT" + ], + "Content-Length": [ + "187" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a79af70c-63cc-4d23-bb38-53f8138d2ceb" + ], + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "136" + ], + "x-ms-correlation-request-id": [ + "a79af70c-63cc-4d23-bb38-53f8138d2ceb" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171349Z:a79af70c-63cc-4d23-bb38-53f8138d2ceb" + ], + "Date": [ + "Tue, 18 May 2021 17:13:48 GMT" + ], + "Content-Length": [ + "187" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "15db9758-b7db-40b3-9504-9dbd9765f11d" + ], + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "135" ], "x-ms-correlation-request-id": [ - "709e3d4e-d7b1-4aae-af69-633c37326ee0" + "15db9758-b7db-40b3-9504-9dbd9765f11d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041050Z:709e3d4e-d7b1-4aae-af69-633c37326ee0" + "SOUTHINDIA:20210518T171354Z:15db9758-b7db-40b3-9504-9dbd9765f11d" ], "Date": [ - "Tue, 16 Feb 2021 04:10:50 GMT" + "Tue, 18 May 2021 17:13:53 GMT" ], "Content-Length": [ - "478" + "187" ], "Content-Type": [ "application/json" @@ -4298,26 +5217,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVc14a195d\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T04%3A09%3A58.4403258Z'\\\"\",\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/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d\",\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\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc14a195d%3Bpstestvmc14a10/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc14a195d%3Bpstestvmc14a10?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjMTRhMTk1ZCUzQnBzdGVzdHZtYzE0YTEwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2MxNGExOTVkJTNCcHN0ZXN0dm1jMTRhMTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4327,70 +5246,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperationResults/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "34fbd372-5595-458b-b40a-0b73b3d3191d" + "e419ef9d-6930-4094-9bf1-7d37873ac8b2" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "134" ], "x-ms-correlation-request-id": [ - "34fbd372-5595-458b-b40a-0b73b3d3191d" + "e419ef9d-6930-4094-9bf1-7d37873ac8b2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041051Z:34fbd372-5595-458b-b40a-0b73b3d3191d" + "SOUTHINDIA:20210518T171359Z:e419ef9d-6930-4094-9bf1-7d37873ac8b2" ], "Date": [ - "Tue, 16 Feb 2021 04:10:50 GMT" + "Tue, 18 May 2021 17:13:58 GMT" + ], + "Content-Length": [ + "187" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzQ3NGM1ZjIwLTE5MzctNGE5Mi1hYWI4LWQ4YzU2MTY4ZmRlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4404,11 +5320,11 @@ "nosniff" ], "x-ms-request-id": [ - "b1b984cb-f16e-4289-a01e-f85919741a34" + "e96fb527-3889-42fc-9454-713562c91ed5" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4420,19 +5336,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "133" ], "x-ms-correlation-request-id": [ - "b1b984cb-f16e-4289-a01e-f85919741a34" + "e96fb527-3889-42fc-9454-713562c91ed5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041051Z:b1b984cb-f16e-4289-a01e-f85919741a34" + "SOUTHINDIA:20210518T171404Z:e96fb527-3889-42fc-9454-713562c91ed5" ], "Date": [ - "Tue, 16 Feb 2021 04:10:51 GMT" + "Tue, 18 May 2021 17:14:04 GMT" ], "Content-Length": [ - "185" + "187" ], "Content-Type": [ "application/json" @@ -4441,26 +5357,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"name\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzQ3NGM1ZjIwLTE5MzctNGE5Mi1hYWI4LWQ4YzU2MTY4ZmRlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4474,11 +5390,11 @@ "nosniff" ], "x-ms-request-id": [ - "e3224643-db99-45cd-b99d-5173a41a113e" + "880ed178-8539-459d-838b-d98f34bfcabb" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4490,19 +5406,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "132" ], "x-ms-correlation-request-id": [ - "e3224643-db99-45cd-b99d-5173a41a113e" + "880ed178-8539-459d-838b-d98f34bfcabb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041101Z:e3224643-db99-45cd-b99d-5173a41a113e" + "SOUTHINDIA:20210518T171409Z:880ed178-8539-459d-838b-d98f34bfcabb" ], "Date": [ - "Tue, 16 Feb 2021 04:11:00 GMT" + "Tue, 18 May 2021 17:14:09 GMT" ], "Content-Length": [ - "185" + "187" ], "Content-Type": [ "application/json" @@ -4511,26 +5427,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"name\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzQ3NGM1ZjIwLTE5MzctNGE5Mi1hYWI4LWQ4YzU2MTY4ZmRlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4544,11 +5460,11 @@ "nosniff" ], "x-ms-request-id": [ - "70eaa444-8374-43eb-9ac5-6b5cd8f09d93" + "407f4383-e391-43a9-b2b1-3c49b973eb74" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4560,19 +5476,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "131" ], "x-ms-correlation-request-id": [ - "70eaa444-8374-43eb-9ac5-6b5cd8f09d93" + "407f4383-e391-43a9-b2b1-3c49b973eb74" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041111Z:70eaa444-8374-43eb-9ac5-6b5cd8f09d93" + "SOUTHINDIA:20210518T171415Z:407f4383-e391-43a9-b2b1-3c49b973eb74" ], "Date": [ - "Tue, 16 Feb 2021 04:11:10 GMT" + "Tue, 18 May 2021 17:14:14 GMT" ], "Content-Length": [ - "185" + "187" ], "Content-Type": [ "application/json" @@ -4581,26 +5497,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"name\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzQ3NGM1ZjIwLTE5MzctNGE5Mi1hYWI4LWQ4YzU2MTY4ZmRlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4614,11 +5530,11 @@ "nosniff" ], "x-ms-request-id": [ - "dc2624a7-7c88-42fc-9b35-b118dc2d31df" + "759f965f-1eed-4f74-ab53-f75e70b42375" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4630,19 +5546,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "130" ], "x-ms-correlation-request-id": [ - "dc2624a7-7c88-42fc-9b35-b118dc2d31df" + "759f965f-1eed-4f74-ab53-f75e70b42375" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041121Z:dc2624a7-7c88-42fc-9b35-b118dc2d31df" + "SOUTHINDIA:20210518T171420Z:759f965f-1eed-4f74-ab53-f75e70b42375" ], "Date": [ - "Tue, 16 Feb 2021 04:11:21 GMT" + "Tue, 18 May 2021 17:14:19 GMT" ], "Content-Length": [ - "185" + "187" ], "Content-Type": [ "application/json" @@ -4651,26 +5567,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"name\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzQ3NGM1ZjIwLTE5MzctNGE5Mi1hYWI4LWQ4YzU2MTY4ZmRlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4684,11 +5600,11 @@ "nosniff" ], "x-ms-request-id": [ - "3bdff3c2-a352-4e3f-9780-9d8870225331" + "ee1eb0f9-a9ac-4e91-9910-dcbc7921bd7f" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4700,19 +5616,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "129" ], "x-ms-correlation-request-id": [ - "3bdff3c2-a352-4e3f-9780-9d8870225331" + "ee1eb0f9-a9ac-4e91-9910-dcbc7921bd7f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041132Z:3bdff3c2-a352-4e3f-9780-9d8870225331" + "SOUTHINDIA:20210518T171425Z:ee1eb0f9-a9ac-4e91-9910-dcbc7921bd7f" ], "Date": [ - "Tue, 16 Feb 2021 04:11:31 GMT" + "Tue, 18 May 2021 17:14:24 GMT" ], "Content-Length": [ - "185" + "187" ], "Content-Type": [ "application/json" @@ -4721,26 +5637,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"name\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzQ3NGM1ZjIwLTE5MzctNGE5Mi1hYWI4LWQ4YzU2MTY4ZmRlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4754,11 +5670,11 @@ "nosniff" ], "x-ms-request-id": [ - "eda9218b-395e-4b28-a934-073dbd250bf6" + "dbf27b34-aef6-4222-813d-8f4e8d954b4a" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4770,19 +5686,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "128" ], "x-ms-correlation-request-id": [ - "eda9218b-395e-4b28-a934-073dbd250bf6" + "dbf27b34-aef6-4222-813d-8f4e8d954b4a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041142Z:eda9218b-395e-4b28-a934-073dbd250bf6" + "SOUTHINDIA:20210518T171430Z:dbf27b34-aef6-4222-813d-8f4e8d954b4a" ], "Date": [ - "Tue, 16 Feb 2021 04:11:42 GMT" + "Tue, 18 May 2021 17:14:29 GMT" ], "Content-Length": [ - "185" + "187" ], "Content-Type": [ "application/json" @@ -4791,26 +5707,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"name\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzQ3NGM1ZjIwLTE5MzctNGE5Mi1hYWI4LWQ4YzU2MTY4ZmRlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4824,11 +5740,11 @@ "nosniff" ], "x-ms-request-id": [ - "c5f93898-6da1-49e6-9499-b981e50ce9fe" + "3ace0dea-7c6d-4f7a-9539-52ac316d78a7" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4840,19 +5756,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "127" ], "x-ms-correlation-request-id": [ - "c5f93898-6da1-49e6-9499-b981e50ce9fe" + "3ace0dea-7c6d-4f7a-9539-52ac316d78a7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041152Z:c5f93898-6da1-49e6-9499-b981e50ce9fe" + "SOUTHINDIA:20210518T171435Z:3ace0dea-7c6d-4f7a-9539-52ac316d78a7" ], "Date": [ - "Tue, 16 Feb 2021 04:11:52 GMT" + "Tue, 18 May 2021 17:14:34 GMT" ], "Content-Length": [ - "185" + "187" ], "Content-Type": [ "application/json" @@ -4861,26 +5777,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"name\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzQ3NGM1ZjIwLTE5MzctNGE5Mi1hYWI4LWQ4YzU2MTY4ZmRlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4894,11 +5810,11 @@ "nosniff" ], "x-ms-request-id": [ - "daf0d4cd-1ce8-4279-a2db-79a9cfd3ef94" + "9e3b3dc5-ec6e-4ffc-87e0-6a8bcf60d851" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4910,19 +5826,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "126" ], "x-ms-correlation-request-id": [ - "daf0d4cd-1ce8-4279-a2db-79a9cfd3ef94" + "9e3b3dc5-ec6e-4ffc-87e0-6a8bcf60d851" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041202Z:daf0d4cd-1ce8-4279-a2db-79a9cfd3ef94" + "SOUTHINDIA:20210518T171441Z:9e3b3dc5-ec6e-4ffc-87e0-6a8bcf60d851" ], "Date": [ - "Tue, 16 Feb 2021 04:12:02 GMT" + "Tue, 18 May 2021 17:14:41 GMT" ], "Content-Length": [ - "185" + "187" ], "Content-Type": [ "application/json" @@ -4931,26 +5847,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"name\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzQ3NGM1ZjIwLTE5MzctNGE5Mi1hYWI4LWQ4YzU2MTY4ZmRlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4964,11 +5880,11 @@ "nosniff" ], "x-ms-request-id": [ - "28f6074f-c03b-48b0-beb7-e5e3355b8b10" + "94b19c22-9390-42ac-84ce-8f9272b11c83" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4980,19 +5896,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "125" ], "x-ms-correlation-request-id": [ - "28f6074f-c03b-48b0-beb7-e5e3355b8b10" + "94b19c22-9390-42ac-84ce-8f9272b11c83" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041213Z:28f6074f-c03b-48b0-beb7-e5e3355b8b10" + "SOUTHINDIA:20210518T171446Z:94b19c22-9390-42ac-84ce-8f9272b11c83" ], "Date": [ - "Tue, 16 Feb 2021 04:12:12 GMT" + "Tue, 18 May 2021 17:14:46 GMT" ], "Content-Length": [ - "185" + "187" ], "Content-Type": [ "application/json" @@ -5001,26 +5917,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"name\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzQ3NGM1ZjIwLTE5MzctNGE5Mi1hYWI4LWQ4YzU2MTY4ZmRlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5034,11 +5950,11 @@ "nosniff" ], "x-ms-request-id": [ - "6cd10da5-b97a-46dc-ac5d-57a7d4d7bd03" + "caec5516-27ac-486f-a798-f019f60f06d9" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5050,19 +5966,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "124" ], "x-ms-correlation-request-id": [ - "6cd10da5-b97a-46dc-ac5d-57a7d4d7bd03" + "caec5516-27ac-486f-a798-f019f60f06d9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041223Z:6cd10da5-b97a-46dc-ac5d-57a7d4d7bd03" + "SOUTHINDIA:20210518T171451Z:caec5516-27ac-486f-a798-f019f60f06d9" ], "Date": [ - "Tue, 16 Feb 2021 04:12:23 GMT" + "Tue, 18 May 2021 17:14:51 GMT" ], "Content-Length": [ - "185" + "187" ], "Content-Type": [ "application/json" @@ -5071,26 +5987,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"name\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzQ3NGM1ZjIwLTE5MzctNGE5Mi1hYWI4LWQ4YzU2MTY4ZmRlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5104,11 +6020,11 @@ "nosniff" ], "x-ms-request-id": [ - "21fc3ed8-0d25-41b2-b0c5-ce3c76c56c2b" + "5aa777b0-9bcc-4444-b9db-c29423062e61" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5120,19 +6036,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "123" ], "x-ms-correlation-request-id": [ - "21fc3ed8-0d25-41b2-b0c5-ce3c76c56c2b" + "5aa777b0-9bcc-4444-b9db-c29423062e61" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041233Z:21fc3ed8-0d25-41b2-b0c5-ce3c76c56c2b" + "SOUTHINDIA:20210518T171456Z:5aa777b0-9bcc-4444-b9db-c29423062e61" ], "Date": [ - "Tue, 16 Feb 2021 04:12:33 GMT" + "Tue, 18 May 2021 17:14:56 GMT" ], "Content-Length": [ - "185" + "187" ], "Content-Type": [ "application/json" @@ -5141,26 +6057,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"name\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzQ3NGM1ZjIwLTE5MzctNGE5Mi1hYWI4LWQ4YzU2MTY4ZmRlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5174,11 +6090,11 @@ "nosniff" ], "x-ms-request-id": [ - "3a68807b-9ef9-4df7-a47e-ac2ae3246861" + "b8d86ce8-99ae-4c00-8e3f-e46733c32dd0" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5190,19 +6106,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "122" ], "x-ms-correlation-request-id": [ - "3a68807b-9ef9-4df7-a47e-ac2ae3246861" + "b8d86ce8-99ae-4c00-8e3f-e46733c32dd0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041243Z:3a68807b-9ef9-4df7-a47e-ac2ae3246861" + "SOUTHINDIA:20210518T171501Z:b8d86ce8-99ae-4c00-8e3f-e46733c32dd0" ], "Date": [ - "Tue, 16 Feb 2021 04:12:43 GMT" + "Tue, 18 May 2021 17:15:01 GMT" ], "Content-Length": [ - "298" + "187" ], "Content-Type": [ "application/json" @@ -5211,26 +6127,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"name\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"4b4e5028-5a84-4512-9086-94ad219088cd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupOperations/474c5f20-1937-4a92-aab8-d8c56168fdec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBPcGVyYXRpb25zLzQ3NGM1ZjIwLTE5MzctNGE5Mi1hYWI4LWQ4YzU2MTY4ZmRlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5244,11 +6160,11 @@ "nosniff" ], "x-ms-request-id": [ - "7783351f-f5d9-4b50-820f-bd9975041b7f" + "6df5b335-5c55-41cc-a194-de802c297494" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5260,19 +6176,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "121" ], "x-ms-correlation-request-id": [ - "7783351f-f5d9-4b50-820f-bd9975041b7f" + "6df5b335-5c55-41cc-a194-de802c297494" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041243Z:7783351f-f5d9-4b50-820f-bd9975041b7f" + "SOUTHINDIA:20210518T171507Z:6df5b335-5c55-41cc-a194-de802c297494" ], "Date": [ - "Tue, 16 Feb 2021 04:12:43 GMT" + "Tue, 18 May 2021 17:15:06 GMT" ], "Content-Length": [ - "298" + "187" ], "Content-Type": [ "application/json" @@ -5281,26 +6197,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"name\": \"474c5f20-1937-4a92-aab8-d8c56168fdec\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"4b4e5028-5a84-4512-9086-94ad219088cd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupJobs/4b4e5028-5a84-4512-9086-94ad219088cd?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZC9iYWNrdXBKb2JzLzRiNGU1MDI4LTVhODQtNDUxMi05MDg2LTk0YWQyMTkwODhjZD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5310,40 +6226,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "64e293b4-87fc-4f75-8469-6f42c84c096b" + "b3a37365-2373-455b-abef-995efcfd694a" ], "x-ms-client-request-id": [ - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379", - "dea92f9a-bf51-4e6b-ba4c-a38f4ed59379" - ], - "X-Powered-By": [ - "ASP.NET" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "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" + "120" ], "x-ms-correlation-request-id": [ - "64e293b4-87fc-4f75-8469-6f42c84c096b" + "b3a37365-2373-455b-abef-995efcfd694a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041244Z:64e293b4-87fc-4f75-8469-6f42c84c096b" + "SOUTHINDIA:20210518T171512Z:b3a37365-2373-455b-abef-995efcfd694a" ], "Date": [ - "Tue, 16 Feb 2021 04:12:43 GMT" + "Tue, 18 May 2021 17:15:11 GMT" ], "Content-Length": [ - "842" + "187" ], "Content-Type": [ "application/json" @@ -5352,26 +6267,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d/backupJobs/4b4e5028-5a84-4512-9086-94ad219088cd\",\r\n \"name\": \"4b4e5028-5a84-4512-9086-94ad219088cd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc14a195d;pstestvmc14a10\",\r\n \"duration\": \"PT1M52.4391471S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMc14a10\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMc14a10\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T04:10:50.9211Z\",\r\n \"endTime\": \"2021-02-16T04:12:43.3602471Z\",\r\n \"activityId\": \"dea92f9a-bf51-4e6b-ba4c-a38f4ed59379\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc14a195d/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc14a195d?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTRhMTk1ZD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2e31402-14ed-43de-b33d-4974e1ef156a" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5385,53 +6300,63 @@ "nosniff" ], "x-ms-request-id": [ - "45a5b846-907f-4b3a-8a6b-4ea4b13f4c88" + "1f291726-f874-4024-b419-c48a59544699" ], "x-ms-client-request-id": [ - "c2e31402-14ed-43de-b33d-4974e1ef156a" + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "9" + "119" ], "x-ms-correlation-request-id": [ - "45a5b846-907f-4b3a-8a6b-4ea4b13f4c88" + "1f291726-f874-4024-b419-c48a59544699" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041248Z:45a5b846-907f-4b3a-8a6b-4ea4b13f4c88" + "SOUTHINDIA:20210518T171517Z:1f291726-f874-4024-b419-c48a59544699" ], "Date": [ - "Tue, 16 Feb 2021 04:12:47 GMT" + "Tue, 18 May 2021 17:15:17 GMT" + ], + "Content-Length": [ + "302" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"f194bce6-9aa0-498b-b35f-fa26e58fb3fc\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGc14a195d?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzE0YTE5NWQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupOperations/6c62daed-1665-4bab-92fd-cdc5e532c0e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBPcGVyYXRpb25zLzZjNjJkYWVkLTE2NjUtNGJhYi05MmZkLWNkYzVlNTMyYzBlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e115087c-e44c-4671-aa2c-dcf10688b662" + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5441,54 +6366,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "X-Content-Type-Options": [ + "nosniff" ], - "Retry-After": [ - "15" + "x-ms-request-id": [ + "c56ab83c-68cb-4972-9ea0-b634e11108bc" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], - "x-ms-request-id": [ - "e653a6a3-6172-4f96-8a6d-29ad92417e7b" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "118" ], "x-ms-correlation-request-id": [ - "e653a6a3-6172-4f96-8a6d-29ad92417e7b" + "c56ab83c-68cb-4972-9ea0-b634e11108bc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041249Z:e653a6a3-6172-4f96-8a6d-29ad92417e7b" + "SOUTHINDIA:20210518T171517Z:c56ab83c-68cb-4972-9ea0-b634e11108bc" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Date": [ + "Tue, 18 May 2021 17:15:17 GMT" ], - "X-Content-Type-Options": [ - "nosniff" + "Content-Length": [ + "302" ], - "Date": [ - "Tue, 16 Feb 2021 04:12:49 GMT" + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"name\": \"6c62daed-1665-4bab-92fd-cdc5e532c0e1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"f194bce6-9aa0-498b-b35f-fa26e58fb3fc\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupJobs/f194bce6-9aa0-498b-b35f-fa26e58fb3fc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OC9iYWNrdXBKb2JzL2YxOTRiY2U2LTlhYTAtNDk4Yi1iMzVmLWZhMjZlNThmYjNmYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5498,54 +6436,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-request-id": [ - "3cdf7c50-6bab-4256-8120-57f0942a7123" + "78178cfb-e031-414a-bc01-5d204421f725" ], - "x-ms-correlation-request-id": [ - "3cdf7c50-6bab-4256-8120-57f0942a7123" + "x-ms-client-request-id": [ + "dde451ed-eabe-4502-9ad3-0f068910dc66", + "dde451ed-eabe-4502-9ad3-0f068910dc66" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041305Z:3cdf7c50-6bab-4256-8120-57f0942a7123" + "X-Powered-By": [ + "ASP.NET" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "148" + ], + "x-ms-correlation-request-id": [ + "78178cfb-e031-414a-bc01-5d204421f725" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171517Z:78178cfb-e031-414a-bc01-5d204421f725" ], "Date": [ - "Tue, 16 Feb 2021 04:13:04 GMT" + "Tue, 18 May 2021 17:15:17 GMT" + ], + "Content-Length": [ + "842" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788/backupJobs/f194bce6-9aa0-498b-b35f-fa26e58fb3fc\",\r\n \"name\": \"f194bce6-9aa0-498b-b35f-fa26e58fb3fc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgce312788;pstestvmce3120\",\r\n \"duration\": \"PT1M51.426851S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMce3120\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMce3120\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T17:13:22.797384Z\",\r\n \"endTime\": \"2021-05-18T17:15:14.224235Z\",\r\n \"activityId\": \"dde451ed-eabe-4502-9ad3-0f068910dc66\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGce312788/providers/Microsoft.RecoveryServices/vaults/PSTestRSVce312788?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2UzMTI3ODgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZTMxMjc4OD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "216d156c-bce1-4f81-8f39-f2a05cadcf0a" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, "ResponseHeaders": { @@ -5555,32 +6507,29 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-request-id": [ - "3b22f45c-6d00-4aa9-a1f6-27c620160d6e" + "f329d519-feb7-4cb9-9108-f088c19444f7" ], - "x-ms-correlation-request-id": [ - "3b22f45c-6d00-4aa9-a1f6-27c620160d6e" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041320Z:3b22f45c-6d00-4aa9-a1f6-27c620160d6e" + "x-ms-client-request-id": [ + "216d156c-bce1-4f81-8f39-f2a05cadcf0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "9" + ], + "x-ms-correlation-request-id": [ + "f329d519-feb7-4cb9-9108-f088c19444f7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171520Z:f329d519-feb7-4cb9-9108-f088c19444f7" ], "Date": [ - "Tue, 16 Feb 2021 04:13:19 GMT" + "Tue, 18 May 2021 17:15:19 GMT" ], "Expires": [ "-1" @@ -5590,19 +6539,25 @@ ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGce312788?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2UzMTI3ODg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "2e524baa-cab8-4722-afa1-32094a3755f1" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -5613,22 +6568,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-request-id": [ - "88423719-08b1-407f-b9e6-70a511533a15" + "2e07061a-4445-450f-ab1c-06a97354d8c5" ], "x-ms-correlation-request-id": [ - "88423719-08b1-407f-b9e6-70a511533a15" + "2e07061a-4445-450f-ab1c-06a97354d8c5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041335Z:88423719-08b1-407f-b9e6-70a511533a15" + "SOUTHINDIA:20210518T171521Z:2e07061a-4445-450f-ab1c-06a97354d8c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5637,7 +6592,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:13:35 GMT" + "Tue, 18 May 2021 17:15:20 GMT" ], "Expires": [ "-1" @@ -5650,16 +6605,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -5670,7 +6625,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -5679,13 +6634,13 @@ "11995" ], "x-ms-request-id": [ - "13173887-9bd5-49d8-b96f-f8e5a3de3668" + "751abb6f-081c-496d-a485-cffcfe421323" ], "x-ms-correlation-request-id": [ - "13173887-9bd5-49d8-b96f-f8e5a3de3668" + "751abb6f-081c-496d-a485-cffcfe421323" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041350Z:13173887-9bd5-49d8-b96f-f8e5a3de3668" + "SOUTHINDIA:20210518T171536Z:751abb6f-081c-496d-a485-cffcfe421323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5694,7 +6649,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:13:49 GMT" + "Tue, 18 May 2021 17:15:35 GMT" ], "Expires": [ "-1" @@ -5707,16 +6662,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -5727,7 +6682,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -5736,13 +6691,13 @@ "11994" ], "x-ms-request-id": [ - "590b2b6b-79d3-4ef3-a072-f2743efcc8f9" + "826b6c48-06e4-46b0-82a4-0eed0cf20656" ], "x-ms-correlation-request-id": [ - "590b2b6b-79d3-4ef3-a072-f2743efcc8f9" + "826b6c48-06e4-46b0-82a4-0eed0cf20656" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041405Z:590b2b6b-79d3-4ef3-a072-f2743efcc8f9" + "SOUTHINDIA:20210518T171551Z:826b6c48-06e4-46b0-82a4-0eed0cf20656" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5751,7 +6706,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:14:04 GMT" + "Tue, 18 May 2021 17:15:50 GMT" ], "Expires": [ "-1" @@ -5764,16 +6719,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -5784,7 +6739,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -5793,13 +6748,13 @@ "11993" ], "x-ms-request-id": [ - "57291a56-64ad-4134-afd9-ce98b8ff0082" + "c1a07a01-5289-458b-881c-aaad61880771" ], "x-ms-correlation-request-id": [ - "57291a56-64ad-4134-afd9-ce98b8ff0082" + "c1a07a01-5289-458b-881c-aaad61880771" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041420Z:57291a56-64ad-4134-afd9-ce98b8ff0082" + "SOUTHINDIA:20210518T171606Z:c1a07a01-5289-458b-881c-aaad61880771" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5808,7 +6763,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:14:20 GMT" + "Tue, 18 May 2021 17:16:06 GMT" ], "Expires": [ "-1" @@ -5821,16 +6776,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -5841,7 +6796,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -5850,13 +6805,13 @@ "11992" ], "x-ms-request-id": [ - "cdeaff99-27fc-47fd-bd57-b8336a50d005" + "2114f26d-be11-4b3d-bbaf-72a3cb74ad23" ], "x-ms-correlation-request-id": [ - "cdeaff99-27fc-47fd-bd57-b8336a50d005" + "2114f26d-be11-4b3d-bbaf-72a3cb74ad23" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041436Z:cdeaff99-27fc-47fd-bd57-b8336a50d005" + "SOUTHINDIA:20210518T171622Z:2114f26d-be11-4b3d-bbaf-72a3cb74ad23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5865,7 +6820,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:14:35 GMT" + "Tue, 18 May 2021 17:16:21 GMT" ], "Expires": [ "-1" @@ -5878,16 +6833,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -5898,7 +6853,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -5907,13 +6862,13 @@ "11991" ], "x-ms-request-id": [ - "8e3b098f-15bb-4d9c-944f-1554dfb01239" + "e34fe37d-d32b-4bdb-bf4c-17118c947539" ], "x-ms-correlation-request-id": [ - "8e3b098f-15bb-4d9c-944f-1554dfb01239" + "e34fe37d-d32b-4bdb-bf4c-17118c947539" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041451Z:8e3b098f-15bb-4d9c-944f-1554dfb01239" + "SOUTHINDIA:20210518T171637Z:e34fe37d-d32b-4bdb-bf4c-17118c947539" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5922,7 +6877,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:14:50 GMT" + "Tue, 18 May 2021 17:16:36 GMT" ], "Expires": [ "-1" @@ -5935,16 +6890,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -5955,7 +6910,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -5964,13 +6919,13 @@ "11990" ], "x-ms-request-id": [ - "64913f83-5d02-4d1b-b5a9-1fbb4109bc23" + "20ae5ba3-3405-457f-9d8e-bd380635f43e" ], "x-ms-correlation-request-id": [ - "64913f83-5d02-4d1b-b5a9-1fbb4109bc23" + "20ae5ba3-3405-457f-9d8e-bd380635f43e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041506Z:64913f83-5d02-4d1b-b5a9-1fbb4109bc23" + "SOUTHINDIA:20210518T171652Z:20ae5ba3-3405-457f-9d8e-bd380635f43e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5979,7 +6934,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:15:06 GMT" + "Tue, 18 May 2021 17:16:51 GMT" ], "Expires": [ "-1" @@ -5992,16 +6947,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -6012,7 +6967,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6021,13 +6976,13 @@ "11989" ], "x-ms-request-id": [ - "115b98c0-46fd-4f93-b262-8e2c04dff6fc" + "3a9d869f-8add-4214-b1a1-65fff02da7c7" ], "x-ms-correlation-request-id": [ - "115b98c0-46fd-4f93-b262-8e2c04dff6fc" + "3a9d869f-8add-4214-b1a1-65fff02da7c7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041521Z:115b98c0-46fd-4f93-b262-8e2c04dff6fc" + "SOUTHINDIA:20210518T171707Z:3a9d869f-8add-4214-b1a1-65fff02da7c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6036,7 +6991,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:15:21 GMT" + "Tue, 18 May 2021 17:17:06 GMT" ], "Expires": [ "-1" @@ -6049,16 +7004,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -6069,7 +7024,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6078,13 +7033,13 @@ "11988" ], "x-ms-request-id": [ - "37e491f0-ea84-40a5-8381-0d0c662b37bd" + "5500cfe0-ac63-4b01-ae3c-28cc0cbc3658" ], "x-ms-correlation-request-id": [ - "37e491f0-ea84-40a5-8381-0d0c662b37bd" + "5500cfe0-ac63-4b01-ae3c-28cc0cbc3658" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041536Z:37e491f0-ea84-40a5-8381-0d0c662b37bd" + "SOUTHINDIA:20210518T171722Z:5500cfe0-ac63-4b01-ae3c-28cc0cbc3658" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6093,7 +7048,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:15:36 GMT" + "Tue, 18 May 2021 17:17:21 GMT" ], "Expires": [ "-1" @@ -6106,16 +7061,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -6126,7 +7081,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6135,13 +7090,13 @@ "11987" ], "x-ms-request-id": [ - "0745e0be-06f8-4520-91aa-35406b2ee689" + "be1e9593-7976-4487-91dd-493fe054b311" ], "x-ms-correlation-request-id": [ - "0745e0be-06f8-4520-91aa-35406b2ee689" + "be1e9593-7976-4487-91dd-493fe054b311" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041551Z:0745e0be-06f8-4520-91aa-35406b2ee689" + "SOUTHINDIA:20210518T171737Z:be1e9593-7976-4487-91dd-493fe054b311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6150,7 +7105,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:15:51 GMT" + "Tue, 18 May 2021 17:17:37 GMT" ], "Expires": [ "-1" @@ -6163,16 +7118,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -6183,7 +7138,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6192,13 +7147,13 @@ "11986" ], "x-ms-request-id": [ - "156427bf-ba9e-42eb-afc4-993a6f9ea345" + "dd7a77db-2b51-41e7-995c-d6b47b23f0bb" ], "x-ms-correlation-request-id": [ - "156427bf-ba9e-42eb-afc4-993a6f9ea345" + "dd7a77db-2b51-41e7-995c-d6b47b23f0bb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041606Z:156427bf-ba9e-42eb-afc4-993a6f9ea345" + "SOUTHINDIA:20210518T171752Z:dd7a77db-2b51-41e7-995c-d6b47b23f0bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6207,7 +7162,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:16:06 GMT" + "Tue, 18 May 2021 17:17:52 GMT" ], "Expires": [ "-1" @@ -6220,16 +7175,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -6240,7 +7195,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6249,13 +7204,13 @@ "11985" ], "x-ms-request-id": [ - "dcf49e91-b3fb-4d7e-a690-c47fe71cccd1" + "57a9cbea-0d9f-42c0-b115-56fe7875c396" ], "x-ms-correlation-request-id": [ - "dcf49e91-b3fb-4d7e-a690-c47fe71cccd1" + "57a9cbea-0d9f-42c0-b115-56fe7875c396" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041622Z:dcf49e91-b3fb-4d7e-a690-c47fe71cccd1" + "SOUTHINDIA:20210518T171807Z:57a9cbea-0d9f-42c0-b115-56fe7875c396" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6264,7 +7219,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:16:21 GMT" + "Tue, 18 May 2021 17:18:07 GMT" ], "Expires": [ "-1" @@ -6277,16 +7232,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -6297,7 +7252,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6306,13 +7261,13 @@ "11984" ], "x-ms-request-id": [ - "06a59714-1dfd-4555-ae82-8e19a8f1e5a3" + "60606f2e-6a42-411e-a038-040041911400" ], "x-ms-correlation-request-id": [ - "06a59714-1dfd-4555-ae82-8e19a8f1e5a3" + "60606f2e-6a42-411e-a038-040041911400" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041637Z:06a59714-1dfd-4555-ae82-8e19a8f1e5a3" + "SOUTHINDIA:20210518T171822Z:60606f2e-6a42-411e-a038-040041911400" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6321,7 +7276,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:16:37 GMT" + "Tue, 18 May 2021 17:18:22 GMT" ], "Expires": [ "-1" @@ -6334,16 +7289,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -6354,7 +7309,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6363,13 +7318,13 @@ "11983" ], "x-ms-request-id": [ - "ea44e77b-de60-4e16-b00c-b2e54bfbf4b9" + "7ebf738d-dcd2-4492-a7cb-10e574c0fff1" ], "x-ms-correlation-request-id": [ - "ea44e77b-de60-4e16-b00c-b2e54bfbf4b9" + "7ebf738d-dcd2-4492-a7cb-10e574c0fff1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041652Z:ea44e77b-de60-4e16-b00c-b2e54bfbf4b9" + "SOUTHINDIA:20210518T171838Z:7ebf738d-dcd2-4492-a7cb-10e574c0fff1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6378,7 +7333,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:16:52 GMT" + "Tue, 18 May 2021 17:18:37 GMT" ], "Expires": [ "-1" @@ -6391,16 +7346,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -6410,74 +7365,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], "x-ms-request-id": [ - "aa7590ce-c06d-4839-a015-34071dfd0785" - ], - "x-ms-correlation-request-id": [ - "aa7590ce-c06d-4839-a015-34071dfd0785" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041707Z:aa7590ce-c06d-4839-a015-34071dfd0785" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 16 Feb 2021 04:17:06 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-request-id": [ - "9730b6ef-e702-466b-8102-e29872a2a68e" + "1769bc7e-e7c9-48f8-8e81-85b3829a2139" ], "x-ms-correlation-request-id": [ - "9730b6ef-e702-466b-8102-e29872a2a68e" + "1769bc7e-e7c9-48f8-8e81-85b3829a2139" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041722Z:9730b6ef-e702-466b-8102-e29872a2a68e" + "SOUTHINDIA:20210518T171853Z:1769bc7e-e7c9-48f8-8e81-85b3829a2139" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6486,7 +7384,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:17:22 GMT" + "Tue, 18 May 2021 17:18:53 GMT" ], "Expires": [ "-1" @@ -6499,16 +7397,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNEExOTVELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TkVFeE9UVkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NFMzEyNzg4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5GTXpFeU56ZzRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -6519,16 +7417,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11981" ], "x-ms-request-id": [ - "0a63a7fd-f4d0-4ded-a155-bc9a790f745a" + "21559167-afd0-4cfd-b5c1-9651358f47a0" ], "x-ms-correlation-request-id": [ - "0a63a7fd-f4d0-4ded-a155-bc9a790f745a" + "21559167-afd0-4cfd-b5c1-9651358f47a0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T041722Z:0a63a7fd-f4d0-4ded-a155-bc9a790f745a" + "SOUTHINDIA:20210518T171853Z:21559167-afd0-4cfd-b5c1-9651358f47a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6537,7 +7435,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 04:17:22 GMT" + "Tue, 18 May 2021 17:18:53 GMT" ], "Expires": [ "-1" @@ -6552,7 +7450,7 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "c14a195d-6732-41a8-9ca2-a1de403e469c" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", + "NamingSuffix": "ce312788-406e-494b-85ba-629a81d6775b" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSBackup.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSBackup.json index 22494d7f5100..5f0f6b49e24a 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSBackup.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSBackup.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "332228ab-68cc-495f-8135-d53ab7ceebe4" + "3944a352-5a08-4d1a-817a-5546f12421b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -30,10 +30,10 @@ "nosniff" ], "x-ms-request-id": [ - "2db4f7f0-910c-49ec-a22d-4f4b99a7b526" + "64823ac9-333e-4056-9713-f16983740ef0" ], "x-ms-client-request-id": [ - "332228ab-68cc-495f-8135-d53ab7ceebe4" + "3944a352-5a08-4d1a-817a-5546f12421b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,13 +45,13 @@ "11999" ], "x-ms-correlation-request-id": [ - "2db4f7f0-910c-49ec-a22d-4f4b99a7b526" + "64823ac9-333e-4056-9713-f16983740ef0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021247Z:2db4f7f0-910c-49ec-a22d-4f4b99a7b526" + "SOUTHINDIA:20210518T140858Z:64823ac9-333e-4056-9713-f16983740ef0" ], "Date": [ - "Tue, 16 Feb 2021 02:12:47 GMT" + "Tue, 18 May 2021 14:08:58 GMT" ], "Content-Length": [ "466" @@ -67,22 +67,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "392f0ae3-2074-41fc-839d-c5eeace147f8" + "ed2c6ca6-d126-423d-92ca-d22676fdd80b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -96,11 +96,11 @@ "nosniff" ], "x-ms-request-id": [ - "b5c3017e-fc08-42e8-bfcc-553120b6b67b" + "7a0b64d6-151d-4966-9cd8-e5df18774504" ], "x-ms-client-request-id": [ - "392f0ae3-2074-41fc-839d-c5eeace147f8", - "392f0ae3-2074-41fc-839d-c5eeace147f8" + "ed2c6ca6-d126-423d-92ca-d22676fdd80b", + "ed2c6ca6-d126-423d-92ca-d22676fdd80b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -115,13 +115,13 @@ "149" ], "x-ms-correlation-request-id": [ - "b5c3017e-fc08-42e8-bfcc-553120b6b67b" + "7a0b64d6-151d-4966-9cd8-e5df18774504" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021248Z:b5c3017e-fc08-42e8-bfcc-553120b6b67b" + "SOUTHINDIA:20210518T140859Z:7a0b64d6-151d-4966-9cd8-e5df18774504" ], "Date": [ - "Tue, 16 Feb 2021 02:12:48 GMT" + "Tue, 18 May 2021 14:08:58 GMT" ], "Content-Length": [ "12" @@ -137,22 +137,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d923ae29-8c48-4ef7-ae68-aa1873955302" + "ddcc068b-542a-4862-8884-ad884510ab40" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -166,11 +166,11 @@ "nosniff" ], "x-ms-request-id": [ - "9be89675-0fac-45ad-9a8e-60980cbe4717" + "c7cc7ed9-bda6-4795-9d75-93159f95024b" ], "x-ms-client-request-id": [ - "d923ae29-8c48-4ef7-ae68-aa1873955302", - "d923ae29-8c48-4ef7-ae68-aa1873955302" + "ddcc068b-542a-4862-8884-ad884510ab40", + "ddcc068b-542a-4862-8884-ad884510ab40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -185,13 +185,13 @@ "147" ], "x-ms-correlation-request-id": [ - "9be89675-0fac-45ad-9a8e-60980cbe4717" + "c7cc7ed9-bda6-4795-9d75-93159f95024b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021404Z:9be89675-0fac-45ad-9a8e-60980cbe4717" + "SOUTHINDIA:20210518T141011Z:c7cc7ed9-bda6-4795-9d75-93159f95024b" ], "Date": [ - "Tue, 16 Feb 2021 02:14:04 GMT" + "Tue, 18 May 2021 14:10:10 GMT" ], "Content-Length": [ "789" @@ -207,22 +207,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "142e8fb9-62ff-49f0-a75e-ae22b2bcdb6b" + "d7cf8367-e5a0-4ad7-9380-223cbc0512d2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -236,11 +236,11 @@ "nosniff" ], "x-ms-request-id": [ - "51b8ba30-4e79-48c8-a041-8384ce149662" + "22bfd7a1-ce3a-45f2-9b47-99d3c2b5e280" ], "x-ms-client-request-id": [ - "142e8fb9-62ff-49f0-a75e-ae22b2bcdb6b", - "142e8fb9-62ff-49f0-a75e-ae22b2bcdb6b" + "d7cf8367-e5a0-4ad7-9380-223cbc0512d2", + "d7cf8367-e5a0-4ad7-9380-223cbc0512d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -255,13 +255,13 @@ "146" ], "x-ms-correlation-request-id": [ - "51b8ba30-4e79-48c8-a041-8384ce149662" + "22bfd7a1-ce3a-45f2-9b47-99d3c2b5e280" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021405Z:51b8ba30-4e79-48c8-a041-8384ce149662" + "SOUTHINDIA:20210518T141012Z:22bfd7a1-ce3a-45f2-9b47-99d3c2b5e280" ], "Date": [ - "Tue, 16 Feb 2021 02:14:05 GMT" + "Tue, 18 May 2021 14:10:11 GMT" ], "Content-Length": [ "789" @@ -277,22 +277,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "65553316-3b12-4f84-a7ad-32dcb3c453c7" + "fee7c021-44ac-4b59-940c-63ed8e2d23a3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -306,11 +306,11 @@ "nosniff" ], "x-ms-request-id": [ - "df1669a8-8f34-4d2e-be35-5a29350da314" + "166edfa4-9fbd-444f-bbc5-063921510d44" ], "x-ms-client-request-id": [ - "65553316-3b12-4f84-a7ad-32dcb3c453c7", - "65553316-3b12-4f84-a7ad-32dcb3c453c7" + "fee7c021-44ac-4b59-940c-63ed8e2d23a3", + "fee7c021-44ac-4b59-940c-63ed8e2d23a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -325,13 +325,13 @@ "149" ], "x-ms-correlation-request-id": [ - "df1669a8-8f34-4d2e-be35-5a29350da314" + "166edfa4-9fbd-444f-bbc5-063921510d44" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021249Z:df1669a8-8f34-4d2e-be35-5a29350da314" + "SOUTHINDIA:20210518T140859Z:166edfa4-9fbd-444f-bbc5-063921510d44" ], "Date": [ - "Tue, 16 Feb 2021 02:12:48 GMT" + "Tue, 18 May 2021 14:08:58 GMT" ], "Content-Length": [ "693" @@ -347,22 +347,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -376,11 +376,11 @@ "nosniff" ], "x-ms-request-id": [ - "9d06d1c7-eb79-4a45-8546-3b12281c2107" + "2cbc012a-485f-46ac-9e5f-eeff135afada" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -395,13 +395,13 @@ "148" ], "x-ms-correlation-request-id": [ - "9d06d1c7-eb79-4a45-8546-3b12281c2107" + "2cbc012a-485f-46ac-9e5f-eeff135afada" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021249Z:9d06d1c7-eb79-4a45-8546-3b12281c2107" + "SOUTHINDIA:20210518T140900Z:2cbc012a-485f-46ac-9e5f-eeff135afada" ], "Date": [ - "Tue, 16 Feb 2021 02:12:48 GMT" + "Tue, 18 May 2021 14:08:59 GMT" ], "Content-Length": [ "12" @@ -417,22 +417,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -446,11 +446,11 @@ "nosniff" ], "x-ms-request-id": [ - "6dbfb222-e1f8-4394-ab87-128030f100a5" + "539645af-a30a-456c-9843-2ca8ed7d57ca" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -465,16 +465,16 @@ "149" ], "x-ms-correlation-request-id": [ - "6dbfb222-e1f8-4394-ab87-128030f100a5" + "539645af-a30a-456c-9843-2ca8ed7d57ca" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021249Z:6dbfb222-e1f8-4394-ab87-128030f100a5" + "SOUTHINDIA:20210518T140900Z:539645af-a30a-456c-9843-2ca8ed7d57ca" ], "Date": [ - "Tue, 16 Feb 2021 02:12:49 GMT" + "Tue, 18 May 2021 14:08:59 GMT" ], "Content-Length": [ - "7848" + "10021" ], "Content-Type": [ "application/json" @@ -483,26 +483,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"name\": \"StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore2\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.ClassicStorage/storageAccounts/iaasextstore2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"name\": \"StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"storageysci5wbex6jyc\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"name\": \"StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"1vnseapod01otds1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa1e5a278b\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa59e1706f\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"containerType\": \"StorageContainer\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"resourceGroup\": \"pstestrg8895\",\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -519,23 +519,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/c32ab72e-a251-45b6-8701-590491e5b930?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/91201ba5-ca92-410e-a5b8-867d91f9c026?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/c32ab72e-a251-45b6-8701-590491e5b930?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/91201ba5-ca92-410e-a5b8-867d91f9c026?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "aed13291-0f3f-43c2-851b-cafbe116f20c" + "eb8721ad-d8a4-4e07-8018-1cbe145a7f6c" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -550,13 +550,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "aed13291-0f3f-43c2-851b-cafbe116f20c" + "eb8721ad-d8a4-4e07-8018-1cbe145a7f6c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021250Z:aed13291-0f3f-43c2-851b-cafbe116f20c" + "SOUTHINDIA:20210518T140900Z:eb8721ad-d8a4-4e07-8018-1cbe145a7f6c" ], "Date": [ - "Tue, 16 Feb 2021 02:12:50 GMT" + "Tue, 18 May 2021 14:08:59 GMT" ], "Content-Length": [ "2" @@ -572,22 +572,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/c32ab72e-a251-45b6-8701-590491e5b930?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2MzMmFiNzJlLWEyNTEtNDViNi04NzAxLTU5MDQ5MWU1YjkzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/91201ba5-ca92-410e-a5b8-867d91f9c026?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzkxMjAxYmE1LWNhOTItNDEwZS1hNWI4LTg2N2Q5MWY5YzAyNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -598,23 +598,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/c32ab72e-a251-45b6-8701-590491e5b930?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/91201ba5-ca92-410e-a5b8-867d91f9c026?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/c32ab72e-a251-45b6-8701-590491e5b930?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/91201ba5-ca92-410e-a5b8-867d91f9c026?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6eba8e3e-1612-4ad1-9704-6e42b1252455" + "abcbe714-c32a-4176-8c0b-bb6cb71a2418" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -629,13 +629,13 @@ "149" ], "x-ms-correlation-request-id": [ - "6eba8e3e-1612-4ad1-9704-6e42b1252455" + "abcbe714-c32a-4176-8c0b-bb6cb71a2418" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021251Z:6eba8e3e-1612-4ad1-9704-6e42b1252455" + "SOUTHINDIA:20210518T140901Z:abcbe714-c32a-4176-8c0b-bb6cb71a2418" ], "Date": [ - "Tue, 16 Feb 2021 02:12:50 GMT" + "Tue, 18 May 2021 14:09:01 GMT" ], "Content-Length": [ "2" @@ -651,22 +651,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/c32ab72e-a251-45b6-8701-590491e5b930?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2MzMmFiNzJlLWEyNTEtNDViNi04NzAxLTU5MDQ5MWU1YjkzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/91201ba5-ca92-410e-a5b8-867d91f9c026?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzkxMjAxYmE1LWNhOTItNDEwZS1hNWI4LTg2N2Q5MWY5YzAyNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -677,23 +677,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/c32ab72e-a251-45b6-8701-590491e5b930?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/91201ba5-ca92-410e-a5b8-867d91f9c026?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/c32ab72e-a251-45b6-8701-590491e5b930?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/91201ba5-ca92-410e-a5b8-867d91f9c026?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "80bb5716-9dd2-4f1d-8518-14e8e92e0b04" + "10799103-2671-419d-8358-9259867d6ec4" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -708,13 +708,13 @@ "148" ], "x-ms-correlation-request-id": [ - "80bb5716-9dd2-4f1d-8518-14e8e92e0b04" + "10799103-2671-419d-8358-9259867d6ec4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021301Z:80bb5716-9dd2-4f1d-8518-14e8e92e0b04" + "SOUTHINDIA:20210518T140906Z:10799103-2671-419d-8358-9259867d6ec4" ], "Date": [ - "Tue, 16 Feb 2021 02:13:01 GMT" + "Tue, 18 May 2021 14:09:06 GMT" ], "Content-Length": [ "2" @@ -730,22 +730,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/c32ab72e-a251-45b6-8701-590491e5b930?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2MzMmFiNzJlLWEyNTEtNDViNi04NzAxLTU5MDQ5MWU1YjkzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/91201ba5-ca92-410e-a5b8-867d91f9c026?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzkxMjAxYmE1LWNhOTItNDEwZS1hNWI4LTg2N2Q5MWY5YzAyNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -759,11 +759,11 @@ "nosniff" ], "x-ms-request-id": [ - "02512365-e61b-4fd1-9a16-d097229f6235" + "905319dc-817d-4885-8610-e1dac4c8c8fd" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -778,13 +778,13 @@ "147" ], "x-ms-correlation-request-id": [ - "02512365-e61b-4fd1-9a16-d097229f6235" + "905319dc-817d-4885-8610-e1dac4c8c8fd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021311Z:02512365-e61b-4fd1-9a16-d097229f6235" + "SOUTHINDIA:20210518T140911Z:905319dc-817d-4885-8610-e1dac4c8c8fd" ], "Date": [ - "Tue, 16 Feb 2021 02:13:11 GMT" + "Tue, 18 May 2021 14:09:11 GMT" ], "Content-Length": [ "699" @@ -800,22 +800,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/c32ab72e-a251-45b6-8701-590491e5b930?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2MzMmFiNzJlLWEyNTEtNDViNi04NzAxLTU5MDQ5MWU1YjkzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/91201ba5-ca92-410e-a5b8-867d91f9c026?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzkxMjAxYmE1LWNhOTItNDEwZS1hNWI4LTg2N2Q5MWY5YzAyNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -829,11 +829,11 @@ "nosniff" ], "x-ms-request-id": [ - "ba9e66d6-d0cd-422b-bdee-72414db946be" + "4db46c9f-3996-4dd0-949b-4406c94c2fec" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -848,13 +848,13 @@ "146" ], "x-ms-correlation-request-id": [ - "ba9e66d6-d0cd-422b-bdee-72414db946be" + "4db46c9f-3996-4dd0-949b-4406c94c2fec" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021311Z:ba9e66d6-d0cd-422b-bdee-72414db946be" + "SOUTHINDIA:20210518T140911Z:4db46c9f-3996-4dd0-949b-4406c94c2fec" ], "Date": [ - "Tue, 16 Feb 2021 02:13:11 GMT" + "Tue, 18 May 2021 14:09:11 GMT" ], "Content-Length": [ "699" @@ -870,22 +870,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -899,11 +899,11 @@ "nosniff" ], "x-ms-request-id": [ - "8d3534e5-0450-46bd-8613-bd92b55697b7" + "ec8b8db1-5a85-44b3-b0bb-fd3e7a49b3fe" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -918,13 +918,83 @@ "149" ], "x-ms-correlation-request-id": [ - "8d3534e5-0450-46bd-8613-bd92b55697b7" + "ec8b8db1-5a85-44b3-b0bb-fd3e7a49b3fe" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021312Z:8d3534e5-0450-46bd-8613-bd92b55697b7" + "SOUTHINDIA:20210518T140911Z:ec8b8db1-5a85-44b3-b0bb-fd3e7a49b3fe" ], "Date": [ - "Tue, 16 Feb 2021 02:13:11 GMT" + "Tue, 18 May 2021 14:09:11 GMT" + ], + "Content-Length": [ + "12" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": []\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "07b8147b-0aa0-458e-bcf4-e53a306d3ab7" + ], + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "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": [ + "07b8147b-0aa0-458e-bcf4-e53a306d3ab7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T140923Z:07b8147b-0aa0-458e-bcf4-e53a306d3ab7" + ], + "Date": [ + "Tue, 18 May 2021 14:09:23 GMT" ], "Content-Length": [ "947" @@ -936,32 +1006,650 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/inquire?$filter=workloadType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9pbnF1aXJlPyRmaWx0ZXI9d29ya2xvYWRUeXBlJTIwZXElMjAnQXp1cmVGaWxlU2hhcmUnJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/9108e421-a31f-45a0-acb4-1058bb5ba09d?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/9108e421-a31f-45a0-acb4-1058bb5ba09d?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "7b2b5f3b-27ab-454f-9a43-c39b45b4329a" + ], + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "7b2b5f3b-27ab-454f-9a43-c39b45b4329a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T140912Z:7b2b5f3b-27ab-454f-9a43-c39b45b4329a" + ], + "Date": [ + "Tue, 18 May 2021 14:09:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/9108e421-a31f-45a0-acb4-1058bb5ba09d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzkxMDhlNDIxLWEzMWYtNDVhMC1hY2I0LTEwNThiYjViYTA5ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/9108e421-a31f-45a0-acb4-1058bb5ba09d?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "48f6fe6a-e243-4cfc-aaef-5ca5ca1e034a" + ], + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "149" + ], + "x-ms-correlation-request-id": [ + "48f6fe6a-e243-4cfc-aaef-5ca5ca1e034a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T140912Z:48f6fe6a-e243-4cfc-aaef-5ca5ca1e034a" + ], + "Date": [ + "Tue, 18 May 2021 14:09:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/9108e421-a31f-45a0-acb4-1058bb5ba09d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzkxMDhlNDIxLWEzMWYtNDVhMC1hY2I0LTEwNThiYjViYTA5ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/9108e421-a31f-45a0-acb4-1058bb5ba09d?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "cbc08ede-0cfa-4706-82ac-e7c6194dc9ee" + ], + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "148" + ], + "x-ms-correlation-request-id": [ + "cbc08ede-0cfa-4706-82ac-e7c6194dc9ee" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T140917Z:cbc08ede-0cfa-4706-82ac-e7c6194dc9ee" + ], + "Date": [ + "Tue, 18 May 2021 14:09:17 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/9108e421-a31f-45a0-acb4-1058bb5ba09d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzkxMDhlNDIxLWEzMWYtNDVhMC1hY2I0LTEwNThiYjViYTA5ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "0b9043ed-40e8-4be4-843a-2e55bfece961" + ], + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "147" + ], + "x-ms-correlation-request-id": [ + "0b9043ed-40e8-4be4-843a-2e55bfece961" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T140922Z:0b9043ed-40e8-4be4-843a-2e55bfece961" + ], + "Date": [ + "Tue, 18 May 2021 14:09:22 GMT" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/9108e421-a31f-45a0-acb4-1058bb5ba09d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzkxMDhlNDIxLWEzMWYtNDVhMC1hY2I0LTEwNThiYjViYTA5ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e3618a60-07ee-4245-82f3-5a54304ffc22" + ], + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "146" + ], + "x-ms-correlation-request-id": [ + "e3618a60-07ee-4245-82f3-5a54304ffc22" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T140923Z:e3618a60-07ee-4245-82f3-5a54304ffc22" + ], + "Date": [ + "Tue, 18 May 2021 14:09:22 GMT" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "433" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/f36bd7c3-9249-4d73-b81e-5b13ea551964?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/f36bd7c3-9249-4d73-b81e-5b13ea551964?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "88854e72-e9b3-4b03-aa99-f5691c14c475" + ], + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "88854e72-e9b3-4b03-aa99-f5691c14c475" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T140923Z:88854e72-e9b3-4b03-aa99-f5691c14c475" + ], + "Date": [ + "Tue, 18 May 2021 14:09:23 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f36bd7c3-9249-4d73-b81e-5b13ea551964?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mMzZiZDdjMy05MjQ5LTRkNzMtYjgxZS01YjEzZWE1NTE5NjQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "22c7346f-4b7a-4715-9e14-db361b43efe0" + ], + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "22c7346f-4b7a-4715-9e14-db361b43efe0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T140924Z:22c7346f-4b7a-4715-9e14-db361b43efe0" + ], + "Date": [ + "Tue, 18 May 2021 14:09:23 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"name\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f36bd7c3-9249-4d73-b81e-5b13ea551964?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mMzZiZDdjMy05MjQ5LTRkNzMtYjgxZS01YjEzZWE1NTE5NjQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "35ed808a-9a84-4958-90d7-1e0d5bf2b4dd" + ], + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "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": [ + "35ed808a-9a84-4958-90d7-1e0d5bf2b4dd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T140929Z:35ed808a-9a84-4958-90d7-1e0d5bf2b4dd" + ], + "Date": [ + "Tue, 18 May 2021 14:09:29 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"name\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f36bd7c3-9249-4d73-b81e-5b13ea551964?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mMzZiZDdjMy05MjQ5LTRkNzMtYjgxZS01YjEzZWE1NTE5NjQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "2d953d6d-b75e-4112-9f57-3f9fbbb6aaff" + ], + "x-ms-client-request-id": [ + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "2d953d6d-b75e-4112-9f57-3f9fbbb6aaff" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T140934Z:2d953d6d-b75e-4112-9f57-3f9fbbb6aaff" + ], + "Date": [ + "Tue, 18 May 2021 14:09:34 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"name\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f36bd7c3-9249-4d73-b81e-5b13ea551964?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mMzZiZDdjMy05MjQ5LTRkNzMtYjgxZS01YjEzZWE1NTE5NjQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "433" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -971,70 +1659,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/a6e37032-189b-4492-9771-25cfd964e0b2?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/a6e37032-189b-4492-9771-25cfd964e0b2?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b9aea466-e82d-499f-a17e-435774f7f397" + "9c0a274a-a64d-4d57-aa7f-4e6d1369a2e2" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "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": [ + "146" ], "x-ms-correlation-request-id": [ - "b9aea466-e82d-499f-a17e-435774f7f397" + "9c0a274a-a64d-4d57-aa7f-4e6d1369a2e2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021312Z:b9aea466-e82d-499f-a17e-435774f7f397" + "SOUTHINDIA:20210518T140939Z:9c0a274a-a64d-4d57-aa7f-4e6d1369a2e2" ], "Date": [ - "Tue, 16 Feb 2021 02:13:12 GMT" + "Tue, 18 May 2021 14:09:39 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"name\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a6e37032-189b-4492-9771-25cfd964e0b2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNmUzNzAzMi0xODliLTQ0OTItOTc3MS0yNWNmZDk2NGUwYjI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f36bd7c3-9249-4d73-b81e-5b13ea551964?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mMzZiZDdjMy05MjQ5LTRkNzMtYjgxZS01YjEzZWE1NTE5NjQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1048,11 +1733,11 @@ "nosniff" ], "x-ms-request-id": [ - "a56d124b-0130-4b8c-b75a-4162df7a3216" + "132ea15e-6616-4aa7-87d4-51ded0b62c5f" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1064,16 +1749,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "145" ], "x-ms-correlation-request-id": [ - "a56d124b-0130-4b8c-b75a-4162df7a3216" + "132ea15e-6616-4aa7-87d4-51ded0b62c5f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021313Z:a56d124b-0130-4b8c-b75a-4162df7a3216" + "SOUTHINDIA:20210518T140944Z:132ea15e-6616-4aa7-87d4-51ded0b62c5f" ], "Date": [ - "Tue, 16 Feb 2021 02:13:12 GMT" + "Tue, 18 May 2021 14:09:44 GMT" ], "Content-Length": [ "188" @@ -1085,26 +1770,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"name\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:13:12.5564666Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"name\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a6e37032-189b-4492-9771-25cfd964e0b2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNmUzNzAzMi0xODliLTQ0OTItOTc3MS0yNWNmZDk2NGUwYjI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f36bd7c3-9249-4d73-b81e-5b13ea551964?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mMzZiZDdjMy05MjQ5LTRkNzMtYjgxZS01YjEzZWE1NTE5NjQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1118,11 +1803,11 @@ "nosniff" ], "x-ms-request-id": [ - "31fcd88d-9af5-42c2-b003-08615ceeb873" + "16c59b5b-8069-49ff-b908-ad028fbc17bb" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1134,16 +1819,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "144" ], "x-ms-correlation-request-id": [ - "31fcd88d-9af5-42c2-b003-08615ceeb873" + "16c59b5b-8069-49ff-b908-ad028fbc17bb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021323Z:31fcd88d-9af5-42c2-b003-08615ceeb873" + "SOUTHINDIA:20210518T140950Z:16c59b5b-8069-49ff-b908-ad028fbc17bb" ], "Date": [ - "Tue, 16 Feb 2021 02:13:22 GMT" + "Tue, 18 May 2021 14:09:49 GMT" ], "Content-Length": [ "188" @@ -1155,26 +1840,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"name\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:13:12.5564666Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"name\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a6e37032-189b-4492-9771-25cfd964e0b2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNmUzNzAzMi0xODliLTQ0OTItOTc3MS0yNWNmZDk2NGUwYjI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f36bd7c3-9249-4d73-b81e-5b13ea551964?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mMzZiZDdjMy05MjQ5LTRkNzMtYjgxZS01YjEzZWE1NTE5NjQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1188,11 +1873,11 @@ "nosniff" ], "x-ms-request-id": [ - "cd21aeab-291d-4175-a779-757c8bfe1810" + "293aa5c4-a29f-4eca-a4c4-8fe49ce60536" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1204,16 +1889,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "143" ], "x-ms-correlation-request-id": [ - "cd21aeab-291d-4175-a779-757c8bfe1810" + "293aa5c4-a29f-4eca-a4c4-8fe49ce60536" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021333Z:cd21aeab-291d-4175-a779-757c8bfe1810" + "SOUTHINDIA:20210518T140955Z:293aa5c4-a29f-4eca-a4c4-8fe49ce60536" ], "Date": [ - "Tue, 16 Feb 2021 02:13:32 GMT" + "Tue, 18 May 2021 14:09:54 GMT" ], "Content-Length": [ "188" @@ -1225,26 +1910,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"name\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:13:12.5564666Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"name\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a6e37032-189b-4492-9771-25cfd964e0b2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNmUzNzAzMi0xODliLTQ0OTItOTc3MS0yNWNmZDk2NGUwYjI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f36bd7c3-9249-4d73-b81e-5b13ea551964?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mMzZiZDdjMy05MjQ5LTRkNzMtYjgxZS01YjEzZWE1NTE5NjQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1258,11 +1943,11 @@ "nosniff" ], "x-ms-request-id": [ - "68c1f62c-3c25-46ba-8bc6-23647ece0737" + "2dc15f6d-df95-43af-b4c7-ae9513ad1c77" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1274,16 +1959,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "142" ], "x-ms-correlation-request-id": [ - "68c1f62c-3c25-46ba-8bc6-23647ece0737" + "2dc15f6d-df95-43af-b4c7-ae9513ad1c77" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021343Z:68c1f62c-3c25-46ba-8bc6-23647ece0737" + "SOUTHINDIA:20210518T141000Z:2dc15f6d-df95-43af-b4c7-ae9513ad1c77" ], "Date": [ - "Tue, 16 Feb 2021 02:13:43 GMT" + "Tue, 18 May 2021 14:09:59 GMT" ], "Content-Length": [ "188" @@ -1295,26 +1980,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"name\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:13:12.5564666Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"name\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a6e37032-189b-4492-9771-25cfd964e0b2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNmUzNzAzMi0xODliLTQ0OTItOTc3MS0yNWNmZDk2NGUwYjI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f36bd7c3-9249-4d73-b81e-5b13ea551964?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mMzZiZDdjMy05MjQ5LTRkNzMtYjgxZS01YjEzZWE1NTE5NjQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1328,11 +2013,11 @@ "nosniff" ], "x-ms-request-id": [ - "fd4c52a6-aba8-4c2e-9d1a-6f40415b1dc1" + "da1b62a5-59e9-4f80-adc4-660519bbba86" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1344,16 +2029,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "141" ], "x-ms-correlation-request-id": [ - "fd4c52a6-aba8-4c2e-9d1a-6f40415b1dc1" + "da1b62a5-59e9-4f80-adc4-660519bbba86" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021353Z:fd4c52a6-aba8-4c2e-9d1a-6f40415b1dc1" + "SOUTHINDIA:20210518T141005Z:da1b62a5-59e9-4f80-adc4-660519bbba86" ], "Date": [ - "Tue, 16 Feb 2021 02:13:53 GMT" + "Tue, 18 May 2021 14:10:05 GMT" ], "Content-Length": [ "188" @@ -1365,26 +2050,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"name\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:13:12.5564666Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"name\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a6e37032-189b-4492-9771-25cfd964e0b2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNmUzNzAzMi0xODliLTQ0OTItOTc3MS0yNWNmZDk2NGUwYjI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f36bd7c3-9249-4d73-b81e-5b13ea551964?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mMzZiZDdjMy05MjQ5LTRkNzMtYjgxZS01YjEzZWE1NTE5NjQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1398,11 +2083,11 @@ "nosniff" ], "x-ms-request-id": [ - "9017f81f-8cf1-4bac-ae63-8458d1519226" + "3113a812-d214-482c-a9d6-67f8c47b011a" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1414,16 +2099,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "140" ], "x-ms-correlation-request-id": [ - "9017f81f-8cf1-4bac-ae63-8458d1519226" + "3113a812-d214-482c-a9d6-67f8c47b011a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021404Z:9017f81f-8cf1-4bac-ae63-8458d1519226" + "SOUTHINDIA:20210518T141010Z:3113a812-d214-482c-a9d6-67f8c47b011a" ], "Date": [ - "Tue, 16 Feb 2021 02:14:03 GMT" + "Tue, 18 May 2021 14:10:10 GMT" ], "Content-Length": [ "304" @@ -1435,26 +2120,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"name\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:13:12.5564666Z\",\r\n \"endTime\": \"2021-02-16T02:13:12.5564666Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"71eeb296-520f-4161-8b45-86bde88faabd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"name\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"endTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"29fa28b6-b85c-4849-92e2-de2df33ff428\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a6e37032-189b-4492-9771-25cfd964e0b2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNmUzNzAzMi0xODliLTQ0OTItOTc3MS0yNWNmZDk2NGUwYjI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f36bd7c3-9249-4d73-b81e-5b13ea551964?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mMzZiZDdjMy05MjQ5LTRkNzMtYjgxZS01YjEzZWE1NTE5NjQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1468,11 +2153,11 @@ "nosniff" ], "x-ms-request-id": [ - "70aa746c-854f-46e0-9321-0677d5c58df9" + "ce0ccf2f-d088-4d3f-8c52-017a82b08588" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1484,16 +2169,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "139" ], "x-ms-correlation-request-id": [ - "70aa746c-854f-46e0-9321-0677d5c58df9" + "ce0ccf2f-d088-4d3f-8c52-017a82b08588" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021404Z:70aa746c-854f-46e0-9321-0677d5c58df9" + "SOUTHINDIA:20210518T141010Z:ce0ccf2f-d088-4d3f-8c52-017a82b08588" ], "Date": [ - "Tue, 16 Feb 2021 02:14:03 GMT" + "Tue, 18 May 2021 14:10:10 GMT" ], "Content-Length": [ "304" @@ -1505,26 +2190,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"name\": \"a6e37032-189b-4492-9771-25cfd964e0b2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:13:12.5564666Z\",\r\n \"endTime\": \"2021-02-16T02:13:12.5564666Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"71eeb296-520f-4161-8b45-86bde88faabd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"name\": \"f36bd7c3-9249-4d73-b81e-5b13ea551964\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"endTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"29fa28b6-b85c-4849-92e2-de2df33ff428\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/71eeb296-520f-4161-8b45-86bde88faabd?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy83MWVlYjI5Ni01MjBmLTQxNjEtOGI0NS04NmJkZTg4ZmFhYmQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/29fa28b6-b85c-4849-92e2-de2df33ff428?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8yOWZhMjhiNi1iODVjLTQ4NDktOTJlMi1kZTJkZjMzZmY0Mjg/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1542,11 +2227,11 @@ "nosniff" ], "x-ms-request-id": [ - "1cca5403-33aa-438f-851a-834d3b33e6b2" + "1bc10caf-36bc-4c14-98d6-3fbf55c4a845" ], "x-ms-client-request-id": [ - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f", - "a7bb1adb-aaa4-4b57-a83a-924285d52a5f" + "7c04e45e-68f2-4e24-aec9-8c6519650ee1", + "7c04e45e-68f2-4e24-aec9-8c6519650ee1" ], "X-Powered-By": [ "ASP.NET" @@ -1558,13 +2243,13 @@ "149" ], "x-ms-correlation-request-id": [ - "1cca5403-33aa-438f-851a-834d3b33e6b2" + "1bc10caf-36bc-4c14-98d6-3fbf55c4a845" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021404Z:1cca5403-33aa-438f-851a-834d3b33e6b2" + "SOUTHINDIA:20210518T141011Z:1bc10caf-36bc-4c14-98d6-3fbf55c4a845" ], "Date": [ - "Tue, 16 Feb 2021 02:14:03 GMT" + "Tue, 18 May 2021 14:10:10 GMT" ], "Content-Length": [ "847" @@ -1576,26 +2261,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/71eeb296-520f-4161-8b45-86bde88faabd\",\r\n \"name\": \"71eeb296-520f-4161-8b45-86bde88faabd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT42.2696223S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:13:12.5564666Z\",\r\n \"endTime\": \"2021-02-16T02:13:54.8260889Z\",\r\n \"activityId\": \"a7bb1adb-aaa4-4b57-a83a-924285d52a5f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/29fa28b6-b85c-4849-92e2-de2df33ff428\",\r\n \"name\": \"29fa28b6-b85c-4849-92e2-de2df33ff428\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT41.9876644S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:09:23.5167217Z\",\r\n \"endTime\": \"2021-05-18T14:10:05.5043861Z\",\r\n \"activityId\": \"7c04e45e-68f2-4e24-aec9-8c6519650ee1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1137059-e62e-478b-b3e3-965606902f9a" + "5c176071-1369-415b-a1f3-82a545df67b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1609,11 +2294,11 @@ "nosniff" ], "x-ms-request-id": [ - "b8e285c4-6260-4fa1-a0a0-4617299d3832" + "719340ee-dfb7-4ab4-a087-4650ebb4b65a" ], "x-ms-client-request-id": [ - "b1137059-e62e-478b-b3e3-965606902f9a", - "b1137059-e62e-478b-b3e3-965606902f9a" + "5c176071-1369-415b-a1f3-82a545df67b7", + "5c176071-1369-415b-a1f3-82a545df67b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1628,13 +2313,13 @@ "149" ], "x-ms-correlation-request-id": [ - "b8e285c4-6260-4fa1-a0a0-4617299d3832" + "719340ee-dfb7-4ab4-a087-4650ebb4b65a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021405Z:b8e285c4-6260-4fa1-a0a0-4617299d3832" + "SOUTHINDIA:20210518T141011Z:719340ee-dfb7-4ab4-a087-4650ebb4b65a" ], "Date": [ - "Tue, 16 Feb 2021 02:14:04 GMT" + "Tue, 18 May 2021 14:10:11 GMT" ], "Content-Length": [ "1219" @@ -1650,22 +2335,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1137059-e62e-478b-b3e3-965606902f9a" + "5c176071-1369-415b-a1f3-82a545df67b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1679,11 +2364,11 @@ "nosniff" ], "x-ms-request-id": [ - "d1d8356b-6146-4fb3-8af1-84ba0352549a" + "0564e2a5-7dd0-4632-b411-655ea38ef237" ], "x-ms-client-request-id": [ - "b1137059-e62e-478b-b3e3-965606902f9a", - "b1137059-e62e-478b-b3e3-965606902f9a" + "5c176071-1369-415b-a1f3-82a545df67b7", + "5c176071-1369-415b-a1f3-82a545df67b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1698,16 +2383,16 @@ "149" ], "x-ms-correlation-request-id": [ - "d1d8356b-6146-4fb3-8af1-84ba0352549a" + "0564e2a5-7dd0-4632-b411-655ea38ef237" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021405Z:d1d8356b-6146-4fb3-8af1-84ba0352549a" + "SOUTHINDIA:20210518T141011Z:0564e2a5-7dd0-4632-b411-655ea38ef237" ], "Date": [ - "Tue, 16 Feb 2021 02:14:04 GMT" + "Tue, 18 May 2021 14:10:11 GMT" ], "Content-Length": [ - "1352" + "1354" ], "Content-Type": [ "application/json" @@ -1716,26 +2401,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-02-16T02:13:54.53899Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-05-18T14:10:05.2343773Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/backup?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/backup?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareBackupRequest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f" + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1752,23 +2437,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/6e80999b-05d8-48da-b54d-81d8337c1231?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/4d1ba19b-2714-40e0-9ab1-26915ab48eb1?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/6e80999b-05d8-48da-b54d-81d8337c1231?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/4d1ba19b-2714-40e0-9ab1-26915ab48eb1?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d3efa910-0889-495a-8b02-8a557448d26b" + "f24b02ac-09d1-4667-9276-e76b4ad6af80" ], "x-ms-client-request-id": [ - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f", - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f" + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a", + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1777,16 +2462,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "d3efa910-0889-495a-8b02-8a557448d26b" + "f24b02ac-09d1-4667-9276-e76b4ad6af80" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021406Z:d3efa910-0889-495a-8b02-8a557448d26b" + "SOUTHINDIA:20210518T141012Z:f24b02ac-09d1-4667-9276-e76b4ad6af80" ], "Date": [ - "Tue, 16 Feb 2021 02:14:05 GMT" + "Tue, 18 May 2021 14:10:12 GMT" ], "Expires": [ "-1" @@ -1799,22 +2484,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6e80999b-05d8-48da-b54d-81d8337c1231?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZTgwOTk5Yi0wNWQ4LTQ4ZGEtYjU0ZC04MWQ4MzM3YzEyMzE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/4d1ba19b-2714-40e0-9ab1-26915ab48eb1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy80ZDFiYTE5Yi0yNzE0LTQwZTAtOWFiMS0yNjkxNWFiNDhlYjE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f" + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1828,11 +2513,11 @@ "nosniff" ], "x-ms-request-id": [ - "460deb36-1347-4032-aab4-12f9d1dd3849" + "b4f3b351-74a1-4198-8f73-4a2c4276682b" ], "x-ms-client-request-id": [ - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f", - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f" + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a", + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1844,16 +2529,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "138" ], "x-ms-correlation-request-id": [ - "460deb36-1347-4032-aab4-12f9d1dd3849" + "b4f3b351-74a1-4198-8f73-4a2c4276682b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021406Z:460deb36-1347-4032-aab4-12f9d1dd3849" + "SOUTHINDIA:20210518T141012Z:b4f3b351-74a1-4198-8f73-4a2c4276682b" ], "Date": [ - "Tue, 16 Feb 2021 02:14:05 GMT" + "Tue, 18 May 2021 14:10:12 GMT" ], "Content-Length": [ "188" @@ -1865,26 +2550,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6e80999b-05d8-48da-b54d-81d8337c1231\",\r\n \"name\": \"6e80999b-05d8-48da-b54d-81d8337c1231\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:14:06.1683873Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"4d1ba19b-2714-40e0-9ab1-26915ab48eb1\",\r\n \"name\": \"4d1ba19b-2714-40e0-9ab1-26915ab48eb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:10:12.4548181Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6e80999b-05d8-48da-b54d-81d8337c1231?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZTgwOTk5Yi0wNWQ4LTQ4ZGEtYjU0ZC04MWQ4MzM3YzEyMzE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/4d1ba19b-2714-40e0-9ab1-26915ab48eb1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy80ZDFiYTE5Yi0yNzE0LTQwZTAtOWFiMS0yNjkxNWFiNDhlYjE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f" + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1898,11 +2583,11 @@ "nosniff" ], "x-ms-request-id": [ - "5a0b0b54-3633-4fdc-b4aa-419a884cd9df" + "d19b618d-eaf2-4215-8730-4911d2bf926c" ], "x-ms-client-request-id": [ - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f", - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f" + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a", + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1914,16 +2599,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "137" ], "x-ms-correlation-request-id": [ - "5a0b0b54-3633-4fdc-b4aa-419a884cd9df" + "d19b618d-eaf2-4215-8730-4911d2bf926c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021416Z:5a0b0b54-3633-4fdc-b4aa-419a884cd9df" + "SOUTHINDIA:20210518T141017Z:d19b618d-eaf2-4215-8730-4911d2bf926c" ], "Date": [ - "Tue, 16 Feb 2021 02:14:16 GMT" + "Tue, 18 May 2021 14:10:17 GMT" ], "Content-Length": [ "304" @@ -1935,26 +2620,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6e80999b-05d8-48da-b54d-81d8337c1231\",\r\n \"name\": \"6e80999b-05d8-48da-b54d-81d8337c1231\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:14:06.1683873Z\",\r\n \"endTime\": \"2021-02-16T02:14:06.1683873Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0a3ae58e-51f4-4b28-b885-c78da61934fe\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"4d1ba19b-2714-40e0-9ab1-26915ab48eb1\",\r\n \"name\": \"4d1ba19b-2714-40e0-9ab1-26915ab48eb1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:10:12.4548181Z\",\r\n \"endTime\": \"2021-05-18T14:10:12.4548181Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e7773f22-e073-41e6-bb3e-c35d106c4e6b\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6e80999b-05d8-48da-b54d-81d8337c1231?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZTgwOTk5Yi0wNWQ4LTQ4ZGEtYjU0ZC04MWQ4MzM3YzEyMzE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/4d1ba19b-2714-40e0-9ab1-26915ab48eb1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy80ZDFiYTE5Yi0yNzE0LTQwZTAtOWFiMS0yNjkxNWFiNDhlYjE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f" + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1968,11 +2653,11 @@ "nosniff" ], "x-ms-request-id": [ - "f589f2ea-b482-4202-9418-6be021ae9d5b" + "83dd7dc4-7f08-4728-a7d3-86e76278b7dd" ], "x-ms-client-request-id": [ - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f", - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f" + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a", + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1984,16 +2669,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "136" ], "x-ms-correlation-request-id": [ - "f589f2ea-b482-4202-9418-6be021ae9d5b" + "83dd7dc4-7f08-4728-a7d3-86e76278b7dd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021417Z:f589f2ea-b482-4202-9418-6be021ae9d5b" + "SOUTHINDIA:20210518T141018Z:83dd7dc4-7f08-4728-a7d3-86e76278b7dd" ], "Date": [ - "Tue, 16 Feb 2021 02:14:16 GMT" + "Tue, 18 May 2021 14:10:17 GMT" ], "Content-Length": [ "304" @@ -2005,26 +2690,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6e80999b-05d8-48da-b54d-81d8337c1231\",\r\n \"name\": \"6e80999b-05d8-48da-b54d-81d8337c1231\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:14:06.1683873Z\",\r\n \"endTime\": \"2021-02-16T02:14:06.1683873Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0a3ae58e-51f4-4b28-b885-c78da61934fe\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"4d1ba19b-2714-40e0-9ab1-26915ab48eb1\",\r\n \"name\": \"4d1ba19b-2714-40e0-9ab1-26915ab48eb1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:10:12.4548181Z\",\r\n \"endTime\": \"2021-05-18T14:10:12.4548181Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e7773f22-e073-41e6-bb3e-c35d106c4e6b\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/0a3ae58e-51f4-4b28-b885-c78da61934fe?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8wYTNhZTU4ZS01MWY0LTRiMjgtYjg4NS1jNzhkYTYxOTM0ZmU/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/e7773f22-e073-41e6-bb3e-c35d106c4e6b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9lNzc3M2YyMi1lMDczLTQxZTYtYmIzZS1jMzVkMTA2YzRlNmI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f" + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2042,11 +2727,11 @@ "nosniff" ], "x-ms-request-id": [ - "1e842a43-1b05-456b-9fc7-4e6d60be53d1" + "d9b2de50-6c12-4f6a-83cf-676091c911a1" ], "x-ms-client-request-id": [ - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f", - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f" + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a", + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a" ], "X-Powered-By": [ "ASP.NET" @@ -2058,16 +2743,16 @@ "148" ], "x-ms-correlation-request-id": [ - "1e842a43-1b05-456b-9fc7-4e6d60be53d1" + "d9b2de50-6c12-4f6a-83cf-676091c911a1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021417Z:1e842a43-1b05-456b-9fc7-4e6d60be53d1" + "SOUTHINDIA:20210518T141018Z:d9b2de50-6c12-4f6a-83cf-676091c911a1" ], "Date": [ - "Tue, 16 Feb 2021 02:14:16 GMT" + "Tue, 18 May 2021 14:10:17 GMT" ], "Content-Length": [ - "902" + "903" ], "Content-Type": [ "application/json" @@ -2076,26 +2761,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/0a3ae58e-51f4-4b28-b885-c78da61934fe\",\r\n \"name\": \"0a3ae58e-51f4-4b28-b885-c78da61934fe\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT1.9585317S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"MicrosoftStorage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"File Share Name\": \"fs1\",\r\n \"Whether job is adhoc or scheduled.\": \"True\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:14:06.1683873Z\",\r\n \"endTime\": \"2021-02-16T02:14:08.126919Z\",\r\n \"activityId\": \"85ace0a3-9eee-4a46-9bd2-2ccae0890a7f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/e7773f22-e073-41e6-bb3e-c35d106c4e6b\",\r\n \"name\": \"e7773f22-e073-41e6-bb3e-c35d106c4e6b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT4.8615784S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"MicrosoftStorage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"File Share Name\": \"fs1\",\r\n \"Whether job is adhoc or scheduled.\": \"True\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:10:12.4548181Z\",\r\n \"endTime\": \"2021-05-18T14:10:17.3163965Z\",\r\n \"activityId\": \"452e3975-a95c-4e1c-ab8f-8bed235a1a2a\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/0a3ae58e-51f4-4b28-b885-c78da61934fe?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8wYTNhZTU4ZS01MWY0LTRiMjgtYjg4NS1jNzhkYTYxOTM0ZmU/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/e7773f22-e073-41e6-bb3e-c35d106c4e6b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9lNzc3M2YyMi1lMDczLTQxZTYtYmIzZS1jMzVkMTA2YzRlNmI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f" + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2113,11 +2798,11 @@ "nosniff" ], "x-ms-request-id": [ - "ddc08fb6-f845-46e4-afaf-e57fe3acf747" + "78b0ef2f-2036-42de-81e4-60ae1a2530f3" ], "x-ms-client-request-id": [ - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f", - "85ace0a3-9eee-4a46-9bd2-2ccae0890a7f" + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a", + "452e3975-a95c-4e1c-ab8f-8bed235a1a2a" ], "X-Powered-By": [ "ASP.NET" @@ -2129,16 +2814,16 @@ "147" ], "x-ms-correlation-request-id": [ - "ddc08fb6-f845-46e4-afaf-e57fe3acf747" + "78b0ef2f-2036-42de-81e4-60ae1a2530f3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021417Z:ddc08fb6-f845-46e4-afaf-e57fe3acf747" + "SOUTHINDIA:20210518T141018Z:78b0ef2f-2036-42de-81e4-60ae1a2530f3" ], "Date": [ - "Tue, 16 Feb 2021 02:14:17 GMT" + "Tue, 18 May 2021 14:10:17 GMT" ], "Content-Length": [ - "902" + "903" ], "Content-Type": [ "application/json" @@ -2147,26 +2832,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/0a3ae58e-51f4-4b28-b885-c78da61934fe\",\r\n \"name\": \"0a3ae58e-51f4-4b28-b885-c78da61934fe\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT1.9585317S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"MicrosoftStorage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"File Share Name\": \"fs1\",\r\n \"Whether job is adhoc or scheduled.\": \"True\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:14:06.1683873Z\",\r\n \"endTime\": \"2021-02-16T02:14:08.126919Z\",\r\n \"activityId\": \"85ace0a3-9eee-4a46-9bd2-2ccae0890a7f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/e7773f22-e073-41e6-bb3e-c35d106c4e6b\",\r\n \"name\": \"e7773f22-e073-41e6-bb3e-c35d106c4e6b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT4.8615784S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"MicrosoftStorage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"File Share Name\": \"fs1\",\r\n \"Whether job is adhoc or scheduled.\": \"True\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:10:12.4548181Z\",\r\n \"endTime\": \"2021-05-18T14:10:17.3163965Z\",\r\n \"activityId\": \"452e3975-a95c-4e1c-ab8f-8bed235a1a2a\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee" + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2177,23 +2862,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/16479956-d1cb-4316-abd5-7adf1a44d980?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/fb4763a9-3561-49a5-bfa1-6233db956cf9?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/16479956-d1cb-4316-abd5-7adf1a44d980?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fb4763a9-3561-49a5-bfa1-6233db956cf9?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ed501858-71f5-4b0f-8200-d9de216feab8" + "1d301721-f82c-4b8f-b9e7-342ac2ec2eea" ], "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee", - "008f0937-1c8e-464a-9386-0be6097224ee" + "f9054fe0-8aed-4734-8479-3c07f8d906c5", + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2205,13 +2890,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "ed501858-71f5-4b0f-8200-d9de216feab8" + "1d301721-f82c-4b8f-b9e7-342ac2ec2eea" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021418Z:ed501858-71f5-4b0f-8200-d9de216feab8" + "SOUTHINDIA:20210518T141018Z:1d301721-f82c-4b8f-b9e7-342ac2ec2eea" ], "Date": [ - "Tue, 16 Feb 2021 02:14:17 GMT" + "Tue, 18 May 2021 14:10:18 GMT" ], "Expires": [ "-1" @@ -2224,22 +2909,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/16479956-d1cb-4316-abd5-7adf1a44d980?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xNjQ3OTk1Ni1kMWNiLTQzMTYtYWJkNS03YWRmMWE0NGQ5ODA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fb4763a9-3561-49a5-bfa1-6233db956cf9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mYjQ3NjNhOS0zNTYxLTQ5YTUtYmZhMS02MjMzZGI5NTZjZjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee" + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2253,11 +2938,11 @@ "nosniff" ], "x-ms-request-id": [ - "b2556240-cd17-422b-bef7-fcfc18d4a2b9" + "c13e093a-8694-41f5-8cfa-691c60cddfe4" ], "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee", - "008f0937-1c8e-464a-9386-0be6097224ee" + "f9054fe0-8aed-4734-8479-3c07f8d906c5", + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2269,16 +2954,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "135" ], "x-ms-correlation-request-id": [ - "b2556240-cd17-422b-bef7-fcfc18d4a2b9" + "c13e093a-8694-41f5-8cfa-691c60cddfe4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021418Z:b2556240-cd17-422b-bef7-fcfc18d4a2b9" + "SOUTHINDIA:20210518T141019Z:c13e093a-8694-41f5-8cfa-691c60cddfe4" ], "Date": [ - "Tue, 16 Feb 2021 02:14:17 GMT" + "Tue, 18 May 2021 14:10:18 GMT" ], "Content-Length": [ "188" @@ -2290,26 +2975,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16479956-d1cb-4316-abd5-7adf1a44d980\",\r\n \"name\": \"16479956-d1cb-4316-abd5-7adf1a44d980\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:14:17.8411371Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"name\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:10:18.7738536Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/16479956-d1cb-4316-abd5-7adf1a44d980?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xNjQ3OTk1Ni1kMWNiLTQzMTYtYWJkNS03YWRmMWE0NGQ5ODA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fb4763a9-3561-49a5-bfa1-6233db956cf9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mYjQ3NjNhOS0zNTYxLTQ5YTUtYmZhMS02MjMzZGI5NTZjZjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee" + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2323,11 +3008,11 @@ "nosniff" ], "x-ms-request-id": [ - "1b2b4e6b-e9fa-4585-b875-28a6f7cf9fa1" + "cf68b1cd-46a0-4d19-b565-5b11424c24c9" ], "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee", - "008f0937-1c8e-464a-9386-0be6097224ee" + "f9054fe0-8aed-4734-8479-3c07f8d906c5", + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2339,16 +3024,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "134" ], "x-ms-correlation-request-id": [ - "1b2b4e6b-e9fa-4585-b875-28a6f7cf9fa1" + "cf68b1cd-46a0-4d19-b565-5b11424c24c9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021428Z:1b2b4e6b-e9fa-4585-b875-28a6f7cf9fa1" + "SOUTHINDIA:20210518T141024Z:cf68b1cd-46a0-4d19-b565-5b11424c24c9" ], "Date": [ - "Tue, 16 Feb 2021 02:14:27 GMT" + "Tue, 18 May 2021 14:10:23 GMT" ], "Content-Length": [ "188" @@ -2360,26 +3045,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16479956-d1cb-4316-abd5-7adf1a44d980\",\r\n \"name\": \"16479956-d1cb-4316-abd5-7adf1a44d980\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:14:17.8411371Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"name\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:10:18.7738536Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/16479956-d1cb-4316-abd5-7adf1a44d980?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xNjQ3OTk1Ni1kMWNiLTQzMTYtYWJkNS03YWRmMWE0NGQ5ODA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fb4763a9-3561-49a5-bfa1-6233db956cf9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mYjQ3NjNhOS0zNTYxLTQ5YTUtYmZhMS02MjMzZGI5NTZjZjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee" + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2393,11 +3078,11 @@ "nosniff" ], "x-ms-request-id": [ - "40e85d04-11a4-4b9f-b9c9-9c63ca15c735" + "d4e335fb-9dd4-4eda-9c2b-7aa28b4e5c88" ], "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee", - "008f0937-1c8e-464a-9386-0be6097224ee" + "f9054fe0-8aed-4734-8479-3c07f8d906c5", + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2409,16 +3094,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "133" ], "x-ms-correlation-request-id": [ - "40e85d04-11a4-4b9f-b9c9-9c63ca15c735" + "d4e335fb-9dd4-4eda-9c2b-7aa28b4e5c88" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021438Z:40e85d04-11a4-4b9f-b9c9-9c63ca15c735" + "SOUTHINDIA:20210518T141029Z:d4e335fb-9dd4-4eda-9c2b-7aa28b4e5c88" ], "Date": [ - "Tue, 16 Feb 2021 02:14:38 GMT" + "Tue, 18 May 2021 14:10:28 GMT" ], "Content-Length": [ "188" @@ -2430,26 +3115,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16479956-d1cb-4316-abd5-7adf1a44d980\",\r\n \"name\": \"16479956-d1cb-4316-abd5-7adf1a44d980\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:14:17.8411371Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"name\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:10:18.7738536Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/16479956-d1cb-4316-abd5-7adf1a44d980?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xNjQ3OTk1Ni1kMWNiLTQzMTYtYWJkNS03YWRmMWE0NGQ5ODA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fb4763a9-3561-49a5-bfa1-6233db956cf9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mYjQ3NjNhOS0zNTYxLTQ5YTUtYmZhMS02MjMzZGI5NTZjZjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee" + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2463,11 +3148,11 @@ "nosniff" ], "x-ms-request-id": [ - "5cf5c2ba-4143-4948-8442-4bf9f5d12fca" + "d4c1d26e-7a2d-437c-89f4-47dac167f133" ], "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee", - "008f0937-1c8e-464a-9386-0be6097224ee" + "f9054fe0-8aed-4734-8479-3c07f8d906c5", + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2479,19 +3164,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "132" ], "x-ms-correlation-request-id": [ - "5cf5c2ba-4143-4948-8442-4bf9f5d12fca" + "d4c1d26e-7a2d-437c-89f4-47dac167f133" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021448Z:5cf5c2ba-4143-4948-8442-4bf9f5d12fca" + "SOUTHINDIA:20210518T141034Z:d4c1d26e-7a2d-437c-89f4-47dac167f133" ], "Date": [ - "Tue, 16 Feb 2021 02:14:48 GMT" + "Tue, 18 May 2021 14:10:33 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -2500,26 +3185,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16479956-d1cb-4316-abd5-7adf1a44d980\",\r\n \"name\": \"16479956-d1cb-4316-abd5-7adf1a44d980\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:14:17.8411371Z\",\r\n \"endTime\": \"2021-02-16T02:14:17.8411371Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"2d24d7e7-b63d-45e2-94bd-8d60cde36810\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"name\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:10:18.7738536Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/16479956-d1cb-4316-abd5-7adf1a44d980?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xNjQ3OTk1Ni1kMWNiLTQzMTYtYWJkNS03YWRmMWE0NGQ5ODA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fb4763a9-3561-49a5-bfa1-6233db956cf9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mYjQ3NjNhOS0zNTYxLTQ5YTUtYmZhMS02MjMzZGI5NTZjZjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee" + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2533,11 +3218,11 @@ "nosniff" ], "x-ms-request-id": [ - "82f5f2e0-448e-4301-8a53-cfc28aa430b2" + "10c31871-c6a6-422c-9ebb-badbf6a2d45e" ], "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee", - "008f0937-1c8e-464a-9386-0be6097224ee" + "f9054fe0-8aed-4734-8479-3c07f8d906c5", + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2549,19 +3234,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "131" ], "x-ms-correlation-request-id": [ - "82f5f2e0-448e-4301-8a53-cfc28aa430b2" + "10c31871-c6a6-422c-9ebb-badbf6a2d45e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021449Z:82f5f2e0-448e-4301-8a53-cfc28aa430b2" + "SOUTHINDIA:20210518T141039Z:10c31871-c6a6-422c-9ebb-badbf6a2d45e" ], "Date": [ - "Tue, 16 Feb 2021 02:14:48 GMT" + "Tue, 18 May 2021 14:10:39 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -2570,26 +3255,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16479956-d1cb-4316-abd5-7adf1a44d980\",\r\n \"name\": \"16479956-d1cb-4316-abd5-7adf1a44d980\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:14:17.8411371Z\",\r\n \"endTime\": \"2021-02-16T02:14:17.8411371Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"2d24d7e7-b63d-45e2-94bd-8d60cde36810\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"name\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:10:18.7738536Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/2d24d7e7-b63d-45e2-94bd-8d60cde36810?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8yZDI0ZDdlNy1iNjNkLTQ1ZTItOTRiZC04ZDYwY2RlMzY4MTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fb4763a9-3561-49a5-bfa1-6233db956cf9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mYjQ3NjNhOS0zNTYxLTQ5YTUtYmZhMS02MjMzZGI5NTZjZjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee" + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2599,40 +3284,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "bb127204-0adf-4b9e-b6d5-303a1ff3c102" + "0eb48694-f386-4da7-b0a7-89d8680848c4" ], "x-ms-client-request-id": [ - "008f0937-1c8e-464a-9386-0be6097224ee", - "008f0937-1c8e-464a-9386-0be6097224ee" - ], - "X-Powered-By": [ - "ASP.NET" + "f9054fe0-8aed-4734-8479-3c07f8d906c5", + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "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" + "130" ], "x-ms-correlation-request-id": [ - "bb127204-0adf-4b9e-b6d5-303a1ff3c102" + "0eb48694-f386-4da7-b0a7-89d8680848c4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021449Z:bb127204-0adf-4b9e-b6d5-303a1ff3c102" + "SOUTHINDIA:20210518T141044Z:0eb48694-f386-4da7-b0a7-89d8680848c4" ], "Date": [ - "Tue, 16 Feb 2021 02:14:48 GMT" + "Tue, 18 May 2021 14:10:44 GMT" ], "Content-Length": [ - "821" + "304" ], "Content-Type": [ "application/json" @@ -2641,26 +3325,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/2d24d7e7-b63d-45e2-94bd-8d60cde36810\",\r\n \"name\": \"2d24d7e7-b63d-45e2-94bd-8d60cde36810\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.6769664S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:14:17.8411371Z\",\r\n \"endTime\": \"2021-02-16T02:14:39.5181035Z\",\r\n \"activityId\": \"008f0937-1c8e-464a-9386-0be6097224ee\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"name\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:10:18.7738536Z\",\r\n \"endTime\": \"2021-05-18T14:10:18.7738536Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"ebf376f8-e6e7-47a7-b0ef-c9ecfb995661\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/fb4763a9-3561-49a5-bfa1-6233db956cf9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mYjQ3NjNhOS0zNTYxLTQ5YTUtYmZhMS02MjMzZGI5NTZjZjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2670,140 +3354,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?fabricName=Azure?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2019-05-13-preview" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "05711c3a-4e25-4d4e-b4dd-f6b003d8f20f" + "dce2816c-bf82-4b5e-800f-ce8ba662780a" ], "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422", - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "f9054fe0-8aed-4734-8479-3c07f8d906c5", + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "129" ], "x-ms-correlation-request-id": [ - "05711c3a-4e25-4d4e-b4dd-f6b003d8f20f" + "dce2816c-bf82-4b5e-800f-ce8ba662780a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021449Z:05711c3a-4e25-4d4e-b4dd-f6b003d8f20f" + "SOUTHINDIA:20210518T141045Z:dce2816c-bf82-4b5e-800f-ce8ba662780a" ], "Date": [ - "Tue, 16 Feb 2021 02:14:49 GMT" - ], - "Expires": [ - "-1" + "Tue, 18 May 2021 14:10:44 GMT" ], "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IzNjZkOTY0LTJiYTItNDkzMy05YmQzLWE4ZDNmMGYwZDBiND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d19912ca-8464-4e12-8642-687ec704cc6f" - ], - "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422", - "13168bc0-9fa3-4ebb-bad6-479b49c12422" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" - ], - "x-ms-correlation-request-id": [ - "d19912ca-8464-4e12-8642-687ec704cc6f" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021449Z:d19912ca-8464-4e12-8642-687ec704cc6f" + "304" ], - "Date": [ - "Tue, 16 Feb 2021 02:14:49 GMT" + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"name\": \"fb4763a9-3561-49a5-bfa1-6233db956cf9\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:10:18.7738536Z\",\r\n \"endTime\": \"2021-05-18T14:10:18.7738536Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"ebf376f8-e6e7-47a7-b0ef-c9ecfb995661\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IzNjZkOTY0LTJiYTItNDkzMy05YmQzLWE4ZDNmMGYwZDBiND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/ebf376f8-e6e7-47a7-b0ef-c9ecfb995661?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9lYmYzNzZmOC1lNmU3LTQ3YTctYjBlZi1jOWVjZmI5OTU2NjE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2813,67 +3424,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01" - ], - "Retry-After": [ - "60" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "cb4a03c4-a0df-4dc1-8baa-24f2171d4e94" + "ba316d27-9ded-414a-b8ea-7278a66bdd40" ], "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422", - "13168bc0-9fa3-4ebb-bad6-479b49c12422" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "f9054fe0-8aed-4734-8479-3c07f8d906c5", + "f9054fe0-8aed-4734-8479-3c07f8d906c5" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "146" ], "x-ms-correlation-request-id": [ - "cb4a03c4-a0df-4dc1-8baa-24f2171d4e94" + "ba316d27-9ded-414a-b8ea-7278a66bdd40" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021500Z:cb4a03c4-a0df-4dc1-8baa-24f2171d4e94" + "SOUTHINDIA:20210518T141045Z:ba316d27-9ded-414a-b8ea-7278a66bdd40" ], "Date": [ - "Tue, 16 Feb 2021 02:14:59 GMT" + "Tue, 18 May 2021 14:10:44 GMT" + ], + "Content-Length": [ + "820" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/ebf376f8-e6e7-47a7-b0ef-c9ecfb995661\",\r\n \"name\": \"ebf376f8-e6e7-47a7-b0ef-c9ecfb995661\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT22.152332S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:10:18.7738536Z\",\r\n \"endTime\": \"2021-05-18T14:10:40.9261856Z\",\r\n \"activityId\": \"f9054fe0-8aed-4734-8479-3c07f8d906c5\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IzNjZkOTY0LTJiYTItNDkzMy05YmQzLWE4ZDNmMGYwZDBiND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2884,20 +3496,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?fabricName=Azure?api-version=2021-03-01" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "2a69e3a0-0e82-4535-a4dd-01c8c411cbaf" + "7853ef63-cff4-472c-ad7b-b843f1078f4f" ], "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422", - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355", + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2905,17 +3520,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "2a69e3a0-0e82-4535-a4dd-01c8c411cbaf" + "7853ef63-cff4-472c-ad7b-b843f1078f4f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021510Z:2a69e3a0-0e82-4535-a4dd-01c8c411cbaf" + "SOUTHINDIA:20210518T141045Z:7853ef63-cff4-472c-ad7b-b843f1078f4f" ], "Date": [ - "Tue, 16 Feb 2021 02:15:10 GMT" + "Tue, 18 May 2021 14:10:44 GMT" ], "Expires": [ "-1" @@ -2928,22 +3543,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IzNjZkOTY0LTJiYTItNDkzMy05YmQzLWE4ZDNmMGYwZDBiND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2MzMjUxOGQwLTViYjYtNDBkMy05YjIwLWEwZDJkYTlhMWY3MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2954,7 +3569,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -2963,11 +3578,11 @@ "nosniff" ], "x-ms-request-id": [ - "357aa229-6e88-4414-be6a-216d47a821be" + "414d5fb5-fbbf-4336-8388-63bf010b0207" ], "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422", - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355", + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2976,16 +3591,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "145" ], "x-ms-correlation-request-id": [ - "357aa229-6e88-4414-be6a-216d47a821be" + "414d5fb5-fbbf-4336-8388-63bf010b0207" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021520Z:357aa229-6e88-4414-be6a-216d47a821be" + "SOUTHINDIA:20210518T141045Z:414d5fb5-fbbf-4336-8388-63bf010b0207" ], "Date": [ - "Tue, 16 Feb 2021 02:15:20 GMT" + "Tue, 18 May 2021 14:10:45 GMT" ], "Expires": [ "-1" @@ -2998,22 +3613,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IzNjZkOTY0LTJiYTItNDkzMy05YmQzLWE4ZDNmMGYwZDBiND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2MzMjUxOGQwLTViYjYtNDBkMy05YjIwLWEwZDJkYTlhMWY3MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3024,7 +3639,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3033,11 +3648,11 @@ "nosniff" ], "x-ms-request-id": [ - "3dda512c-1353-4909-98a8-913186d14155" + "edc30027-562d-4a31-941b-b418cc3675b2" ], "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422", - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355", + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3046,16 +3661,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "144" ], "x-ms-correlation-request-id": [ - "3dda512c-1353-4909-98a8-913186d14155" + "edc30027-562d-4a31-941b-b418cc3675b2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021530Z:3dda512c-1353-4909-98a8-913186d14155" + "SOUTHINDIA:20210518T141051Z:edc30027-562d-4a31-941b-b418cc3675b2" ], "Date": [ - "Tue, 16 Feb 2021 02:15:30 GMT" + "Tue, 18 May 2021 14:10:50 GMT" ], "Expires": [ "-1" @@ -3068,22 +3683,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IzNjZkOTY0LTJiYTItNDkzMy05YmQzLWE4ZDNmMGYwZDBiND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2MzMjUxOGQwLTViYjYtNDBkMy05YjIwLWEwZDJkYTlhMWY3MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3094,7 +3709,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3103,11 +3718,11 @@ "nosniff" ], "x-ms-request-id": [ - "97c9fddd-1f7e-4a9a-9abf-a0e79419a81d" + "0114989a-e148-4e0a-812f-708bb3f34774" ], "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422", - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355", + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3116,16 +3731,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "143" ], "x-ms-correlation-request-id": [ - "97c9fddd-1f7e-4a9a-9abf-a0e79419a81d" + "0114989a-e148-4e0a-812f-708bb3f34774" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021541Z:97c9fddd-1f7e-4a9a-9abf-a0e79419a81d" + "SOUTHINDIA:20210518T141056Z:0114989a-e148-4e0a-812f-708bb3f34774" ], "Date": [ - "Tue, 16 Feb 2021 02:15:41 GMT" + "Tue, 18 May 2021 14:10:55 GMT" ], "Expires": [ "-1" @@ -3138,22 +3753,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IzNjZkOTY0LTJiYTItNDkzMy05YmQzLWE4ZDNmMGYwZDBiND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2MzMjUxOGQwLTViYjYtNDBkMy05YjIwLWEwZDJkYTlhMWY3MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3164,7 +3779,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3173,11 +3788,11 @@ "nosniff" ], "x-ms-request-id": [ - "32e028af-02de-4a2e-be40-5c6912f62307" + "13a071f9-2f01-47ae-9f15-c898d0d57f4c" ], "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422", - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355", + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3186,16 +3801,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "142" ], "x-ms-correlation-request-id": [ - "32e028af-02de-4a2e-be40-5c6912f62307" + "13a071f9-2f01-47ae-9f15-c898d0d57f4c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021551Z:32e028af-02de-4a2e-be40-5c6912f62307" + "SOUTHINDIA:20210518T141101Z:13a071f9-2f01-47ae-9f15-c898d0d57f4c" ], "Date": [ - "Tue, 16 Feb 2021 02:15:50 GMT" + "Tue, 18 May 2021 14:11:00 GMT" ], "Expires": [ "-1" @@ -3208,22 +3823,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IzNjZkOTY0LTJiYTItNDkzMy05YmQzLWE4ZDNmMGYwZDBiND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2MzMjUxOGQwLTViYjYtNDBkMy05YjIwLWEwZDJkYTlhMWY3MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3234,7 +3849,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3243,11 +3858,11 @@ "nosniff" ], "x-ms-request-id": [ - "f0b96e2b-e309-468a-8738-c526b9e400c7" + "6b26dc58-0840-4c43-941f-1b5f978287dc" ], "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422", - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355", + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3256,16 +3871,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "141" ], "x-ms-correlation-request-id": [ - "f0b96e2b-e309-468a-8738-c526b9e400c7" + "6b26dc58-0840-4c43-941f-1b5f978287dc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021601Z:f0b96e2b-e309-468a-8738-c526b9e400c7" + "SOUTHINDIA:20210518T141106Z:6b26dc58-0840-4c43-941f-1b5f978287dc" ], "Date": [ - "Tue, 16 Feb 2021 02:16:00 GMT" + "Tue, 18 May 2021 14:11:06 GMT" ], "Expires": [ "-1" @@ -3278,22 +3893,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IzNjZkOTY0LTJiYTItNDkzMy05YmQzLWE4ZDNmMGYwZDBiND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2MzMjUxOGQwLTViYjYtNDBkMy05YjIwLWEwZDJkYTlhMWY3MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3307,11 +3922,11 @@ "nosniff" ], "x-ms-request-id": [ - "63eaa217-5486-4e30-a0e6-eb7295049611" + "c02d75e7-ce89-49d8-a47a-90c1e5a98730" ], "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422", - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355", + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3320,16 +3935,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "140" ], "x-ms-correlation-request-id": [ - "63eaa217-5486-4e30-a0e6-eb7295049611" + "c02d75e7-ce89-49d8-a47a-90c1e5a98730" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021611Z:63eaa217-5486-4e30-a0e6-eb7295049611" + "SOUTHINDIA:20210518T141111Z:c02d75e7-ce89-49d8-a47a-90c1e5a98730" ], "Date": [ - "Tue, 16 Feb 2021 02:16:10 GMT" + "Tue, 18 May 2021 14:11:11 GMT" ], "Expires": [ "-1" @@ -3339,22 +3954,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/b366d964-2ba2-4933-9bd3-a8d3f0f0d0b4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2IzNjZkOTY0LTJiYTItNDkzMy05YmQzLWE4ZDNmMGYwZDBiND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/c32518d0-5bb6-40d3-9b20-a0d2da9a1f70?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2MzMjUxOGQwLTViYjYtNDBkMy05YjIwLWEwZDJkYTlhMWY3MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3368,11 +3983,11 @@ "nosniff" ], "x-ms-request-id": [ - "1d16cec7-524a-4e7d-87e6-38a5fa3356d7" + "a865a083-087c-48de-93d0-acd380b251b5" ], "x-ms-client-request-id": [ - "13168bc0-9fa3-4ebb-bad6-479b49c12422", - "13168bc0-9fa3-4ebb-bad6-479b49c12422" + "707725bb-b321-41d5-9e24-45a6366f4355", + "707725bb-b321-41d5-9e24-45a6366f4355" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3381,16 +3996,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "139" ], "x-ms-correlation-request-id": [ - "1d16cec7-524a-4e7d-87e6-38a5fa3356d7" + "a865a083-087c-48de-93d0-acd380b251b5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021611Z:1d16cec7-524a-4e7d-87e6-38a5fa3356d7" + "SOUTHINDIA:20210518T141111Z:a865a083-087c-48de-93d0-acd380b251b5" ], "Date": [ - "Tue, 16 Feb 2021 02:16:11 GMT" + "Tue, 18 May 2021 14:11:11 GMT" ], "Expires": [ "-1" diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSFullRestore.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSFullRestore.json index 70878347ab52..d22a160e9c5a 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSFullRestore.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSFullRestore.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85ce46c7-85cd-48fa-8f7b-13b809b6d081" + "422a1892-04b3-4c62-b2f6-0dbd329cc6cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -30,10 +30,10 @@ "nosniff" ], "x-ms-request-id": [ - "34c22b02-7c12-47d5-9a0e-11d3c0bec392" + "ee18740c-fc77-4aed-8ee4-6b98115cb5df" ], "x-ms-client-request-id": [ - "85ce46c7-85cd-48fa-8f7b-13b809b6d081" + "422a1892-04b3-4c62-b2f6-0dbd329cc6cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,13 +45,13 @@ "11999" ], "x-ms-correlation-request-id": [ - "34c22b02-7c12-47d5-9a0e-11d3c0bec392" + "ee18740c-fc77-4aed-8ee4-6b98115cb5df" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022026Z:34c22b02-7c12-47d5-9a0e-11d3c0bec392" + "SOUTHINDIA:20210518T141252Z:ee18740c-fc77-4aed-8ee4-6b98115cb5df" ], "Date": [ - "Tue, 16 Feb 2021 02:20:25 GMT" + "Tue, 18 May 2021 14:12:52 GMT" ], "Content-Length": [ "466" @@ -67,22 +67,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2d74316-842c-42fd-8e7c-3b155e989e45" + "3782f642-c063-435c-ba54-32421b7c074b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -96,11 +96,11 @@ "nosniff" ], "x-ms-request-id": [ - "7779e49f-778a-4f73-9ff1-68d611704814" + "214d13e8-17f2-4f2f-8672-650a6ac11088" ], "x-ms-client-request-id": [ - "d2d74316-842c-42fd-8e7c-3b155e989e45", - "d2d74316-842c-42fd-8e7c-3b155e989e45" + "3782f642-c063-435c-ba54-32421b7c074b", + "3782f642-c063-435c-ba54-32421b7c074b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -115,13 +115,13 @@ "149" ], "x-ms-correlation-request-id": [ - "7779e49f-778a-4f73-9ff1-68d611704814" + "214d13e8-17f2-4f2f-8672-650a6ac11088" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022026Z:7779e49f-778a-4f73-9ff1-68d611704814" + "SOUTHINDIA:20210518T141253Z:214d13e8-17f2-4f2f-8672-650a6ac11088" ], "Date": [ - "Tue, 16 Feb 2021 02:20:26 GMT" + "Tue, 18 May 2021 14:12:53 GMT" ], "Content-Length": [ "12" @@ -137,22 +137,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4af805af-a390-42db-b866-50eeb4baf61b" + "dfb57304-c59d-4f86-aa4d-3398c81a9ee3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -166,11 +166,11 @@ "nosniff" ], "x-ms-request-id": [ - "d7653da0-c7c6-4962-a778-cf209102ba62" + "d3d0bdbc-4fe0-4b6f-ac74-6882fa049ec1" ], "x-ms-client-request-id": [ - "4af805af-a390-42db-b866-50eeb4baf61b", - "4af805af-a390-42db-b866-50eeb4baf61b" + "dfb57304-c59d-4f86-aa4d-3398c81a9ee3", + "dfb57304-c59d-4f86-aa4d-3398c81a9ee3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -185,13 +185,13 @@ "147" ], "x-ms-correlation-request-id": [ - "d7653da0-c7c6-4962-a778-cf209102ba62" + "d3d0bdbc-4fe0-4b6f-ac74-6882fa049ec1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022153Z:d7653da0-c7c6-4962-a778-cf209102ba62" + "SOUTHINDIA:20210518T141457Z:d3d0bdbc-4fe0-4b6f-ac74-6882fa049ec1" ], "Date": [ - "Tue, 16 Feb 2021 02:21:53 GMT" + "Tue, 18 May 2021 14:14:57 GMT" ], "Content-Length": [ "789" @@ -207,22 +207,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10ff6b71-b928-4fb1-b90f-6362f169bb6f" + "de8b31f3-dbf7-4974-a56c-d1b8d4865ddd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -236,11 +236,11 @@ "nosniff" ], "x-ms-request-id": [ - "6f32ef30-b4fb-43b0-85ad-b98b59aada76" + "5cbbde95-ac12-48c7-a2d1-2109fbabcfab" ], "x-ms-client-request-id": [ - "10ff6b71-b928-4fb1-b90f-6362f169bb6f", - "10ff6b71-b928-4fb1-b90f-6362f169bb6f" + "de8b31f3-dbf7-4974-a56c-d1b8d4865ddd", + "de8b31f3-dbf7-4974-a56c-d1b8d4865ddd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -255,13 +255,13 @@ "146" ], "x-ms-correlation-request-id": [ - "6f32ef30-b4fb-43b0-85ad-b98b59aada76" + "5cbbde95-ac12-48c7-a2d1-2109fbabcfab" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022154Z:6f32ef30-b4fb-43b0-85ad-b98b59aada76" + "SOUTHINDIA:20210518T141457Z:5cbbde95-ac12-48c7-a2d1-2109fbabcfab" ], "Date": [ - "Tue, 16 Feb 2021 02:21:54 GMT" + "Tue, 18 May 2021 14:14:57 GMT" ], "Content-Length": [ "789" @@ -277,22 +277,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4fba7fab-92f5-4a26-b564-3093c0c269be" + "89389ab8-fa18-4e66-bf27-d2a0e5cb1f16" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -306,11 +306,11 @@ "nosniff" ], "x-ms-request-id": [ - "53993d90-f3e8-4881-a1e3-403624a41953" + "b2156b02-3c50-4e74-be24-7d02f2523ec6" ], "x-ms-client-request-id": [ - "4fba7fab-92f5-4a26-b564-3093c0c269be", - "4fba7fab-92f5-4a26-b564-3093c0c269be" + "89389ab8-fa18-4e66-bf27-d2a0e5cb1f16", + "89389ab8-fa18-4e66-bf27-d2a0e5cb1f16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -325,13 +325,13 @@ "149" ], "x-ms-correlation-request-id": [ - "53993d90-f3e8-4881-a1e3-403624a41953" + "b2156b02-3c50-4e74-be24-7d02f2523ec6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022027Z:53993d90-f3e8-4881-a1e3-403624a41953" + "SOUTHINDIA:20210518T141253Z:b2156b02-3c50-4e74-be24-7d02f2523ec6" ], "Date": [ - "Tue, 16 Feb 2021 02:20:26 GMT" + "Tue, 18 May 2021 14:12:53 GMT" ], "Content-Length": [ "693" @@ -347,22 +347,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -376,11 +376,11 @@ "nosniff" ], "x-ms-request-id": [ - "52986ceb-0809-4c2c-b676-be482969af67" + "766b1b87-d6e4-41f0-a41a-8b90a1d83e06" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -395,13 +395,13 @@ "148" ], "x-ms-correlation-request-id": [ - "52986ceb-0809-4c2c-b676-be482969af67" + "766b1b87-d6e4-41f0-a41a-8b90a1d83e06" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022027Z:52986ceb-0809-4c2c-b676-be482969af67" + "SOUTHINDIA:20210518T141253Z:766b1b87-d6e4-41f0-a41a-8b90a1d83e06" ], "Date": [ - "Tue, 16 Feb 2021 02:20:26 GMT" + "Tue, 18 May 2021 14:12:53 GMT" ], "Content-Length": [ "12" @@ -417,22 +417,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -446,11 +446,11 @@ "nosniff" ], "x-ms-request-id": [ - "54434ed1-e282-4283-b0df-68b8b7cbe03e" + "d030ddbb-c112-4ad5-895f-4060cd3138b5" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -465,16 +465,16 @@ "149" ], "x-ms-correlation-request-id": [ - "54434ed1-e282-4283-b0df-68b8b7cbe03e" + "d030ddbb-c112-4ad5-895f-4060cd3138b5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022027Z:54434ed1-e282-4283-b0df-68b8b7cbe03e" + "SOUTHINDIA:20210518T141254Z:d030ddbb-c112-4ad5-895f-4060cd3138b5" ], "Date": [ - "Tue, 16 Feb 2021 02:20:26 GMT" + "Tue, 18 May 2021 14:12:54 GMT" ], "Content-Length": [ - "7848" + "10021" ], "Content-Type": [ "application/json" @@ -483,26 +483,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"name\": \"StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore2\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.ClassicStorage/storageAccounts/iaasextstore2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"name\": \"StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"storageysci5wbex6jyc\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"name\": \"StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"1vnseapod01otds1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa1e5a278b\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa59e1706f\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"containerType\": \"StorageContainer\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"resourceGroup\": \"pstestrg8895\",\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -519,23 +519,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/c1cbe42e-13bb-459e-91c1-afc5fcd08987?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/c1cbe42e-13bb-459e-91c1-afc5fcd08987?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "61c20dee-6a3c-48bd-ad83-9da34e940f69" + "ec350a29-a36b-408c-98ee-0633b65a6383" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -550,13 +550,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "61c20dee-6a3c-48bd-ad83-9da34e940f69" + "ec350a29-a36b-408c-98ee-0633b65a6383" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022028Z:61c20dee-6a3c-48bd-ad83-9da34e940f69" + "SOUTHINDIA:20210518T141254Z:ec350a29-a36b-408c-98ee-0633b65a6383" ], "Date": [ - "Tue, 16 Feb 2021 02:20:27 GMT" + "Tue, 18 May 2021 14:12:54 GMT" ], "Content-Length": [ "2" @@ -572,22 +572,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/c1cbe42e-13bb-459e-91c1-afc5fcd08987?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2MxY2JlNDJlLTEzYmItNDU5ZS05MWMxLWFmYzVmY2QwODk4Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -598,23 +598,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/c1cbe42e-13bb-459e-91c1-afc5fcd08987?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/c1cbe42e-13bb-459e-91c1-afc5fcd08987?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "178a7955-b102-4509-9bd8-b563e3f9ea86" + "a264c3cd-cabd-4665-909f-9f9e833f6172" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -629,13 +629,13 @@ "149" ], "x-ms-correlation-request-id": [ - "178a7955-b102-4509-9bd8-b563e3f9ea86" + "a264c3cd-cabd-4665-909f-9f9e833f6172" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022028Z:178a7955-b102-4509-9bd8-b563e3f9ea86" + "SOUTHINDIA:20210518T141255Z:a264c3cd-cabd-4665-909f-9f9e833f6172" ], "Date": [ - "Tue, 16 Feb 2021 02:20:27 GMT" + "Tue, 18 May 2021 14:12:54 GMT" ], "Content-Length": [ "2" @@ -651,22 +651,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/c1cbe42e-13bb-459e-91c1-afc5fcd08987?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2MxY2JlNDJlLTEzYmItNDU5ZS05MWMxLWFmYzVmY2QwODk4Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -676,15 +676,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "542ec2ce-42e3-4cc4-bea7-db5a8fd82f7b" + "49fb4b3f-55b3-4934-a9f0-81338011d4df" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,16 +708,16 @@ "148" ], "x-ms-correlation-request-id": [ - "542ec2ce-42e3-4cc4-bea7-db5a8fd82f7b" + "49fb4b3f-55b3-4934-a9f0-81338011d4df" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022038Z:542ec2ce-42e3-4cc4-bea7-db5a8fd82f7b" + "SOUTHINDIA:20210518T141300Z:49fb4b3f-55b3-4934-a9f0-81338011d4df" ], "Date": [ - "Tue, 16 Feb 2021 02:20:38 GMT" + "Tue, 18 May 2021 14:13:00 GMT" ], "Content-Length": [ - "699" + "2" ], "Content-Type": [ "application/json" @@ -717,26 +726,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/c1cbe42e-13bb-459e-91c1-afc5fcd08987?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2MxY2JlNDJlLTEzYmItNDU5ZS05MWMxLWFmYzVmY2QwODk4Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -746,15 +755,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6d89d583-120a-4901-93d4-18c798a3b5c4" + "e2e67f3e-8179-4137-bbda-cc38bb1530b1" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -769,16 +787,16 @@ "147" ], "x-ms-correlation-request-id": [ - "6d89d583-120a-4901-93d4-18c798a3b5c4" + "e2e67f3e-8179-4137-bbda-cc38bb1530b1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022039Z:6d89d583-120a-4901-93d4-18c798a3b5c4" + "SOUTHINDIA:20210518T141305Z:e2e67f3e-8179-4137-bbda-cc38bb1530b1" ], "Date": [ - "Tue, 16 Feb 2021 02:20:38 GMT" + "Tue, 18 May 2021 14:13:05 GMT" ], "Content-Length": [ - "699" + "2" ], "Content-Type": [ "application/json" @@ -787,26 +805,895 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "162ce030-f8e2-4efe-b415-07562973d546" + ], + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "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-correlation-request-id": [ + "162ce030-f8e2-4efe-b415-07562973d546" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T141310Z:162ce030-f8e2-4efe-b415-07562973d546" + ], + "Date": [ + "Tue, 18 May 2021 14:13:10 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f34642aa-bb8b-4b53-ada0-f978a4162f6a" + ], + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "f34642aa-bb8b-4b53-ada0-f978a4162f6a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T141315Z:f34642aa-bb8b-4b53-ada0-f978a4162f6a" + ], + "Date": [ + "Tue, 18 May 2021 14:13:15 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "195f922d-d11e-478c-a0c0-dee635f32f22" + ], + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "195f922d-d11e-478c-a0c0-dee635f32f22" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T141321Z:195f922d-d11e-478c-a0c0-dee635f32f22" + ], + "Date": [ + "Tue, 18 May 2021 14:13:20 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "09f8a330-cc99-4deb-ada7-05ee630605b1" + ], + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "143" + ], + "x-ms-correlation-request-id": [ + "09f8a330-cc99-4deb-ada7-05ee630605b1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T141326Z:09f8a330-cc99-4deb-ada7-05ee630605b1" + ], + "Date": [ + "Tue, 18 May 2021 14:13:25 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4f25f5a2-72e6-49bf-b0bd-1eb4955ff389" + ], + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "142" + ], + "x-ms-correlation-request-id": [ + "4f25f5a2-72e6-49bf-b0bd-1eb4955ff389" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T141331Z:4f25f5a2-72e6-49bf-b0bd-1eb4955ff389" + ], + "Date": [ + "Tue, 18 May 2021 14:13:31 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "6be6cca0-fbd7-43c1-aa83-498ed5f6044b" + ], + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "141" + ], + "x-ms-correlation-request-id": [ + "6be6cca0-fbd7-43c1-aa83-498ed5f6044b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T141336Z:6be6cca0-fbd7-43c1-aa83-498ed5f6044b" + ], + "Date": [ + "Tue, 18 May 2021 14:13:36 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "eee119f8-9b89-4a95-94e0-4c96769ca60e" + ], + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "140" + ], + "x-ms-correlation-request-id": [ + "eee119f8-9b89-4a95-94e0-4c96769ca60e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T141341Z:eee119f8-9b89-4a95-94e0-4c96769ca60e" + ], + "Date": [ + "Tue, 18 May 2021 14:13:41 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1a0f8350-003c-419c-bf74-6c0e5bd9c952" + ], + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "139" + ], + "x-ms-correlation-request-id": [ + "1a0f8350-003c-419c-bf74-6c0e5bd9c952" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T141346Z:1a0f8350-003c-419c-bf74-6c0e5bd9c952" + ], + "Date": [ + "Tue, 18 May 2021 14:13:46 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5255fa69-c621-4b91-9516-0724f40a0abf" + ], + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "138" + ], + "x-ms-correlation-request-id": [ + "5255fa69-c621-4b91-9516-0724f40a0abf" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T141353Z:5255fa69-c621-4b91-9516-0724f40a0abf" + ], + "Date": [ + "Tue, 18 May 2021 14:13:52 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "def398c3-46d3-4539-8033-37001e56fbd5" + ], + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "137" + ], + "x-ms-correlation-request-id": [ + "def398c3-46d3-4539-8033-37001e56fbd5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T141358Z:def398c3-46d3-4539-8033-37001e56fbd5" + ], + "Date": [ + "Tue, 18 May 2021 14:13:57 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/1a429d18-1f4c-4b90-a544-380859083390?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "db5c631a-f947-4d34-b19d-49c875dd39df" + ], + "x-ms-client-request-id": [ + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "136" + ], + "x-ms-correlation-request-id": [ + "db5c631a-f947-4d34-b19d-49c875dd39df" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T141403Z:db5c631a-f947-4d34-b19d-49c875dd39df" + ], + "Date": [ + "Tue, 18 May 2021 14:14:02 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -820,11 +1707,11 @@ "nosniff" ], "x-ms-request-id": [ - "aee8ece4-aaf5-49df-869c-435dbd8b55d1" + "d211b519-ecaf-42fc-b1be-bb4e02a76cdf" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -836,19 +1723,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "135" ], "x-ms-correlation-request-id": [ - "aee8ece4-aaf5-49df-869c-435dbd8b55d1" + "d211b519-ecaf-42fc-b1be-bb4e02a76cdf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022039Z:aee8ece4-aaf5-49df-869c-435dbd8b55d1" + "SOUTHINDIA:20210518T141408Z:d211b519-ecaf-42fc-b1be-bb4e02a76cdf" ], "Date": [ - "Tue, 16 Feb 2021 02:20:38 GMT" + "Tue, 18 May 2021 14:14:07 GMT" ], "Content-Length": [ - "12" + "699" ], "Content-Type": [ "application/json" @@ -857,26 +1744,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/1a429d18-1f4c-4b90-a544-380859083390?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzFhNDI5ZDE4LTFmNGMtNGI5MC1hNTQ0LTM4MDg1OTA4MzM5MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -890,11 +1777,11 @@ "nosniff" ], "x-ms-request-id": [ - "c81326ff-85bb-40fc-b0e4-ba2b6e78dd4a" + "35df1aa5-13bc-4281-a9f5-dbaca5c0f17d" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -906,19 +1793,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "134" ], "x-ms-correlation-request-id": [ - "c81326ff-85bb-40fc-b0e4-ba2b6e78dd4a" + "35df1aa5-13bc-4281-a9f5-dbaca5c0f17d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022100Z:c81326ff-85bb-40fc-b0e4-ba2b6e78dd4a" + "SOUTHINDIA:20210518T141408Z:35df1aa5-13bc-4281-a9f5-dbaca5c0f17d" ], "Date": [ - "Tue, 16 Feb 2021 02:21:00 GMT" + "Tue, 18 May 2021 14:14:08 GMT" ], "Content-Length": [ - "947" + "699" ], "Content-Type": [ "application/json" @@ -927,26 +1814,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/inquire?$filter=workloadType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9pbnF1aXJlPyRmaWx0ZXI9d29ya2xvYWRUeXBlJTIwZXElMjAnQXp1cmVGaWxlU2hhcmUnJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -956,70 +1843,73 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/da3482e1-d8a2-4430-ada0-1dc6b6681aef?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/da3482e1-d8a2-4430-ada0-1dc6b6681aef?api-version=2019-05-13-preview" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "9fcf1a91-6ae8-4178-b78d-353fdb3dd5e9" + "9821f060-801c-4f75-b86b-3b0d714b66c3" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "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": [ + "149" ], "x-ms-correlation-request-id": [ - "9fcf1a91-6ae8-4178-b78d-353fdb3dd5e9" + "9821f060-801c-4f75-b86b-3b0d714b66c3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022039Z:9fcf1a91-6ae8-4178-b78d-353fdb3dd5e9" + "SOUTHINDIA:20210518T141408Z:9821f060-801c-4f75-b86b-3b0d714b66c3" ], "Date": [ - "Tue, 16 Feb 2021 02:20:39 GMT" + "Tue, 18 May 2021 14:14:08 GMT" + ], + "Content-Length": [ + "947" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/da3482e1-d8a2-4430-ada0-1dc6b6681aef?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2RhMzQ4MmUxLWQ4YTItNDQzMC1hZGEwLTFkYzZiNjY4MWFlZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "433" ] }, "ResponseHeaders": { @@ -1030,20 +1920,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/da3482e1-d8a2-4430-ada0-1dc6b6681aef?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/6da8710e-7a82-4b59-9b32-73c553b9b0ca?api-version=2021-03-01" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/6da8710e-7a82-4b59-9b32-73c553b9b0ca?api-version=2021-03-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "7748e51e-cd0a-4756-b37b-ab1cfaa20d7e" + "5475a0b8-dec0-4c5f-b839-08b59f8f00ff" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1051,17 +1944,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "7748e51e-cd0a-4756-b37b-ab1cfaa20d7e" + "5475a0b8-dec0-4c5f-b839-08b59f8f00ff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022040Z:7748e51e-cd0a-4756-b37b-ab1cfaa20d7e" + "SOUTHINDIA:20210518T141409Z:5475a0b8-dec0-4c5f-b839-08b59f8f00ff" ], "Date": [ - "Tue, 16 Feb 2021 02:20:39 GMT" + "Tue, 18 May 2021 14:14:08 GMT" ], "Expires": [ "-1" @@ -1074,22 +1967,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/da3482e1-d8a2-4430-ada0-1dc6b6681aef?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2RhMzQ4MmUxLWQ4YTItNDQzMC1hZGEwLTFkYzZiNjY4MWFlZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6da8710e-7a82-4b59-9b32-73c553b9b0ca?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZGE4NzEwZS03YTgyLTRiNTktOWIzMi03M2M1NTNiOWIwY2E/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1099,67 +1992,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/da3482e1-d8a2-4430-ada0-1dc6b6681aef?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "74784d47-613b-4622-b9e3-b75c41fab431" + "d30e362b-e286-4273-bdc2-848d12f5b60e" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "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" + "149" ], "x-ms-correlation-request-id": [ - "74784d47-613b-4622-b9e3-b75c41fab431" + "d30e362b-e286-4273-bdc2-848d12f5b60e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022050Z:74784d47-613b-4622-b9e3-b75c41fab431" + "SOUTHINDIA:20210518T141409Z:d30e362b-e286-4273-bdc2-848d12f5b60e" ], "Date": [ - "Tue, 16 Feb 2021 02:20:49 GMT" + "Tue, 18 May 2021 14:14:09 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"name\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/da3482e1-d8a2-4430-ada0-1dc6b6681aef?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2RhMzQ4MmUxLWQ4YTItNDQzMC1hZGEwLTFkYzZiNjY4MWFlZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6da8710e-7a82-4b59-9b32-73c553b9b0ca?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZGE4NzEwZS03YTgyLTRiNTktOWIzMi03M2M1NTNiOWIwY2E/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1173,54 +2066,63 @@ "nosniff" ], "x-ms-request-id": [ - "8b4b383c-0cc4-45cf-b7e9-0c840a048d2b" + "8f543894-07b4-4345-a30d-68aac1883826" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "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" + "148" ], "x-ms-correlation-request-id": [ - "8b4b383c-0cc4-45cf-b7e9-0c840a048d2b" + "8f543894-07b4-4345-a30d-68aac1883826" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022100Z:8b4b383c-0cc4-45cf-b7e9-0c840a048d2b" + "SOUTHINDIA:20210518T141415Z:8f543894-07b4-4345-a30d-68aac1883826" ], "Date": [ - "Tue, 16 Feb 2021 02:21:00 GMT" + "Tue, 18 May 2021 14:14:14 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"name\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/da3482e1-d8a2-4430-ada0-1dc6b6681aef?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2RhMzQ4MmUxLWQ4YTItNDQzMC1hZGEwLTFkYzZiNjY4MWFlZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6da8710e-7a82-4b59-9b32-73c553b9b0ca?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZGE4NzEwZS03YTgyLTRiNTktOWIzMi03M2M1NTNiOWIwY2E/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1234,60 +2136,63 @@ "nosniff" ], "x-ms-request-id": [ - "cc2faed8-cba0-44b8-9cdd-f569cc4bd228" + "37b6e6f0-82e8-428a-9543-9fe388385315" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "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" + "147" ], "x-ms-correlation-request-id": [ - "cc2faed8-cba0-44b8-9cdd-f569cc4bd228" + "37b6e6f0-82e8-428a-9543-9fe388385315" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022100Z:cc2faed8-cba0-44b8-9cdd-f569cc4bd228" + "SOUTHINDIA:20210518T141420Z:37b6e6f0-82e8-428a-9543-9fe388385315" ], "Date": [ - "Tue, 16 Feb 2021 02:21:00 GMT" + "Tue, 18 May 2021 14:14:19 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"name\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6da8710e-7a82-4b59-9b32-73c553b9b0ca?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZGE4NzEwZS03YTgyLTRiNTktOWIzMi03M2M1NTNiOWIwY2E/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "433" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1297,70 +2202,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/dea91030-905e-4b28-a92d-19402bddbab1?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/dea91030-905e-4b28-a92d-19402bddbab1?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "a53e6cf5-07f1-47ed-adeb-42241da91589" + "c01877f2-d9db-47c0-aa67-3fffb84ff5c1" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "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": [ + "146" ], "x-ms-correlation-request-id": [ - "a53e6cf5-07f1-47ed-adeb-42241da91589" + "c01877f2-d9db-47c0-aa67-3fffb84ff5c1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022101Z:a53e6cf5-07f1-47ed-adeb-42241da91589" + "SOUTHINDIA:20210518T141425Z:c01877f2-d9db-47c0-aa67-3fffb84ff5c1" ], "Date": [ - "Tue, 16 Feb 2021 02:21:01 GMT" + "Tue, 18 May 2021 14:14:24 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"name\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/dea91030-905e-4b28-a92d-19402bddbab1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kZWE5MTAzMC05MDVlLTRiMjgtYTkyZC0xOTQwMmJkZGJhYjE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6da8710e-7a82-4b59-9b32-73c553b9b0ca?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZGE4NzEwZS03YTgyLTRiNTktOWIzMi03M2M1NTNiOWIwY2E/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1374,11 +2276,11 @@ "nosniff" ], "x-ms-request-id": [ - "da152f66-7b5a-455e-b675-752ff31a372a" + "be74a449-7d39-4239-80dc-b8f3234c237b" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1390,16 +2292,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "145" ], "x-ms-correlation-request-id": [ - "da152f66-7b5a-455e-b675-752ff31a372a" + "be74a449-7d39-4239-80dc-b8f3234c237b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022101Z:da152f66-7b5a-455e-b675-752ff31a372a" + "SOUTHINDIA:20210518T141430Z:be74a449-7d39-4239-80dc-b8f3234c237b" ], "Date": [ - "Tue, 16 Feb 2021 02:21:01 GMT" + "Tue, 18 May 2021 14:14:29 GMT" ], "Content-Length": [ "188" @@ -1411,26 +2313,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"name\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:21:01.3584272Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"name\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/dea91030-905e-4b28-a92d-19402bddbab1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kZWE5MTAzMC05MDVlLTRiMjgtYTkyZC0xOTQwMmJkZGJhYjE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6da8710e-7a82-4b59-9b32-73c553b9b0ca?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZGE4NzEwZS03YTgyLTRiNTktOWIzMi03M2M1NTNiOWIwY2E/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1444,11 +2346,11 @@ "nosniff" ], "x-ms-request-id": [ - "83d2338c-c478-4e35-b318-8983a12a5907" + "614bee06-5a2e-4f8e-aae8-14ab859939a8" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1460,16 +2362,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "144" ], "x-ms-correlation-request-id": [ - "83d2338c-c478-4e35-b318-8983a12a5907" + "614bee06-5a2e-4f8e-aae8-14ab859939a8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022112Z:83d2338c-c478-4e35-b318-8983a12a5907" + "SOUTHINDIA:20210518T141435Z:614bee06-5a2e-4f8e-aae8-14ab859939a8" ], "Date": [ - "Tue, 16 Feb 2021 02:21:11 GMT" + "Tue, 18 May 2021 14:14:35 GMT" ], "Content-Length": [ "188" @@ -1481,26 +2383,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"name\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:21:01.3584272Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"name\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/dea91030-905e-4b28-a92d-19402bddbab1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kZWE5MTAzMC05MDVlLTRiMjgtYTkyZC0xOTQwMmJkZGJhYjE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6da8710e-7a82-4b59-9b32-73c553b9b0ca?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZGE4NzEwZS03YTgyLTRiNTktOWIzMi03M2M1NTNiOWIwY2E/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1514,11 +2416,11 @@ "nosniff" ], "x-ms-request-id": [ - "f5733b7b-7b7c-4d4b-ad08-fd7794c4c170" + "e29b8420-2782-410d-b946-90aa56516af5" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1530,16 +2432,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "143" ], "x-ms-correlation-request-id": [ - "f5733b7b-7b7c-4d4b-ad08-fd7794c4c170" + "e29b8420-2782-410d-b946-90aa56516af5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022122Z:f5733b7b-7b7c-4d4b-ad08-fd7794c4c170" + "SOUTHINDIA:20210518T141441Z:e29b8420-2782-410d-b946-90aa56516af5" ], "Date": [ - "Tue, 16 Feb 2021 02:21:21 GMT" + "Tue, 18 May 2021 14:14:40 GMT" ], "Content-Length": [ "188" @@ -1551,26 +2453,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"name\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:21:01.3584272Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"name\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/dea91030-905e-4b28-a92d-19402bddbab1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kZWE5MTAzMC05MDVlLTRiMjgtYTkyZC0xOTQwMmJkZGJhYjE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6da8710e-7a82-4b59-9b32-73c553b9b0ca?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZGE4NzEwZS03YTgyLTRiNTktOWIzMi03M2M1NTNiOWIwY2E/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1584,11 +2486,11 @@ "nosniff" ], "x-ms-request-id": [ - "e8785702-d261-4dc3-bd89-a1150cb474df" + "84711bbf-fbc3-4da3-80c0-d670e64bf2d8" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1600,16 +2502,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "142" ], "x-ms-correlation-request-id": [ - "e8785702-d261-4dc3-bd89-a1150cb474df" + "84711bbf-fbc3-4da3-80c0-d670e64bf2d8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022132Z:e8785702-d261-4dc3-bd89-a1150cb474df" + "SOUTHINDIA:20210518T141446Z:84711bbf-fbc3-4da3-80c0-d670e64bf2d8" ], "Date": [ - "Tue, 16 Feb 2021 02:21:31 GMT" + "Tue, 18 May 2021 14:14:45 GMT" ], "Content-Length": [ "188" @@ -1621,26 +2523,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"name\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:21:01.3584272Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"name\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/dea91030-905e-4b28-a92d-19402bddbab1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kZWE5MTAzMC05MDVlLTRiMjgtYTkyZC0xOTQwMmJkZGJhYjE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6da8710e-7a82-4b59-9b32-73c553b9b0ca?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZGE4NzEwZS03YTgyLTRiNTktOWIzMi03M2M1NTNiOWIwY2E/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1654,11 +2556,11 @@ "nosniff" ], "x-ms-request-id": [ - "c1e164f5-28d3-486d-978b-3f3e8216f080" + "8900f484-516b-4ebf-bf9f-68a30ec11072" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1670,16 +2572,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "141" ], "x-ms-correlation-request-id": [ - "c1e164f5-28d3-486d-978b-3f3e8216f080" + "8900f484-516b-4ebf-bf9f-68a30ec11072" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022142Z:c1e164f5-28d3-486d-978b-3f3e8216f080" + "SOUTHINDIA:20210518T141451Z:8900f484-516b-4ebf-bf9f-68a30ec11072" ], "Date": [ - "Tue, 16 Feb 2021 02:21:42 GMT" + "Tue, 18 May 2021 14:14:50 GMT" ], "Content-Length": [ "188" @@ -1691,26 +2593,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"name\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:21:01.3584272Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"name\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/dea91030-905e-4b28-a92d-19402bddbab1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kZWE5MTAzMC05MDVlLTRiMjgtYTkyZC0xOTQwMmJkZGJhYjE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6da8710e-7a82-4b59-9b32-73c553b9b0ca?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZGE4NzEwZS03YTgyLTRiNTktOWIzMi03M2M1NTNiOWIwY2E/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1724,11 +2626,11 @@ "nosniff" ], "x-ms-request-id": [ - "98d24fe6-19cd-4e9f-b979-3030de32e32f" + "9db82790-e65a-4dcb-b19b-e0b4f62f1cb3" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1740,16 +2642,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "140" ], "x-ms-correlation-request-id": [ - "98d24fe6-19cd-4e9f-b979-3030de32e32f" + "9db82790-e65a-4dcb-b19b-e0b4f62f1cb3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022153Z:98d24fe6-19cd-4e9f-b979-3030de32e32f" + "SOUTHINDIA:20210518T141456Z:9db82790-e65a-4dcb-b19b-e0b4f62f1cb3" ], "Date": [ - "Tue, 16 Feb 2021 02:21:52 GMT" + "Tue, 18 May 2021 14:14:56 GMT" ], "Content-Length": [ "304" @@ -1761,26 +2663,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"name\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:21:01.3584272Z\",\r\n \"endTime\": \"2021-02-16T02:21:01.3584272Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"74f64158-f24e-4a1f-af84-9127b870bfda\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"name\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"endTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"4a1face0-76c5-492f-85eb-d6b694cfd536\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/dea91030-905e-4b28-a92d-19402bddbab1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kZWE5MTAzMC05MDVlLTRiMjgtYTkyZC0xOTQwMmJkZGJhYjE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6da8710e-7a82-4b59-9b32-73c553b9b0ca?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82ZGE4NzEwZS03YTgyLTRiNTktOWIzMi03M2M1NTNiOWIwY2E/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1794,11 +2696,11 @@ "nosniff" ], "x-ms-request-id": [ - "8c16b48e-fae8-495a-b676-7f2e09fa7e78" + "3fa86074-89ab-4d09-b039-662bc1516359" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1810,16 +2712,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "139" ], "x-ms-correlation-request-id": [ - "8c16b48e-fae8-495a-b676-7f2e09fa7e78" + "3fa86074-89ab-4d09-b039-662bc1516359" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022153Z:8c16b48e-fae8-495a-b676-7f2e09fa7e78" + "SOUTHINDIA:20210518T141456Z:3fa86074-89ab-4d09-b039-662bc1516359" ], "Date": [ - "Tue, 16 Feb 2021 02:21:52 GMT" + "Tue, 18 May 2021 14:14:56 GMT" ], "Content-Length": [ "304" @@ -1831,26 +2733,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"name\": \"dea91030-905e-4b28-a92d-19402bddbab1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:21:01.3584272Z\",\r\n \"endTime\": \"2021-02-16T02:21:01.3584272Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"74f64158-f24e-4a1f-af84-9127b870bfda\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"name\": \"6da8710e-7a82-4b59-9b32-73c553b9b0ca\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"endTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"4a1face0-76c5-492f-85eb-d6b694cfd536\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/74f64158-f24e-4a1f-af84-9127b870bfda?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy83NGY2NDE1OC1mMjRlLTRhMWYtYWY4NC05MTI3Yjg3MGJmZGE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/4a1face0-76c5-492f-85eb-d6b694cfd536?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy80YTFmYWNlMC03NmM1LTQ5MmYtODVlYi1kNmI2OTRjZmQ1MzY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1868,11 +2770,11 @@ "nosniff" ], "x-ms-request-id": [ - "78b28a4a-c585-4c45-a803-af8647d394cd" + "71d4c9b7-58ff-439d-9b89-6827add9ac5b" ], "x-ms-client-request-id": [ - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37", - "41c6fdda-214b-49fa-8205-4dc4ff5a4c37" + "c8021d7d-241b-43fe-8d2a-69e59561b2ba", + "c8021d7d-241b-43fe-8d2a-69e59561b2ba" ], "X-Powered-By": [ "ASP.NET" @@ -1884,16 +2786,16 @@ "149" ], "x-ms-correlation-request-id": [ - "78b28a4a-c585-4c45-a803-af8647d394cd" + "71d4c9b7-58ff-439d-9b89-6827add9ac5b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022153Z:78b28a4a-c585-4c45-a803-af8647d394cd" + "SOUTHINDIA:20210518T141456Z:71d4c9b7-58ff-439d-9b89-6827add9ac5b" ], "Date": [ - "Tue, 16 Feb 2021 02:21:53 GMT" + "Tue, 18 May 2021 14:14:56 GMT" ], "Content-Length": [ - "847" + "846" ], "Content-Type": [ "application/json" @@ -1902,26 +2804,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/74f64158-f24e-4a1f-af84-9127b870bfda\",\r\n \"name\": \"74f64158-f24e-4a1f-af84-9127b870bfda\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT42.2943173S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:21:01.3584272Z\",\r\n \"endTime\": \"2021-02-16T02:21:43.6527445Z\",\r\n \"activityId\": \"41c6fdda-214b-49fa-8205-4dc4ff5a4c37\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/4a1face0-76c5-492f-85eb-d6b694cfd536\",\r\n \"name\": \"4a1face0-76c5-492f-85eb-d6b694cfd536\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT42.3913548S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:14:09.3200312Z\",\r\n \"endTime\": \"2021-05-18T14:14:51.711386Z\",\r\n \"activityId\": \"c8021d7d-241b-43fe-8d2a-69e59561b2ba\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "450541e8-09d5-46cf-9300-a9c7db0b4dfa" + "fa6cc70e-4430-43ea-9c9c-5802461d394d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1935,11 +2837,11 @@ "nosniff" ], "x-ms-request-id": [ - "97f207bc-c1c1-42cb-a3b8-6117ea8eba47" + "00e45624-6687-4058-83d8-991098fb2107" ], "x-ms-client-request-id": [ - "450541e8-09d5-46cf-9300-a9c7db0b4dfa", - "450541e8-09d5-46cf-9300-a9c7db0b4dfa" + "fa6cc70e-4430-43ea-9c9c-5802461d394d", + "fa6cc70e-4430-43ea-9c9c-5802461d394d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1954,13 +2856,13 @@ "149" ], "x-ms-correlation-request-id": [ - "97f207bc-c1c1-42cb-a3b8-6117ea8eba47" + "00e45624-6687-4058-83d8-991098fb2107" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022153Z:97f207bc-c1c1-42cb-a3b8-6117ea8eba47" + "SOUTHINDIA:20210518T141457Z:00e45624-6687-4058-83d8-991098fb2107" ], "Date": [ - "Tue, 16 Feb 2021 02:21:53 GMT" + "Tue, 18 May 2021 14:14:57 GMT" ], "Content-Length": [ "1219" @@ -1976,22 +2878,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "450541e8-09d5-46cf-9300-a9c7db0b4dfa" + "fa6cc70e-4430-43ea-9c9c-5802461d394d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2005,11 +2907,11 @@ "nosniff" ], "x-ms-request-id": [ - "d45062a8-bfc9-4e56-8374-ec05e36858ac" + "44d13d6d-25f1-4a7a-a220-2b3761a0bd85" ], "x-ms-client-request-id": [ - "450541e8-09d5-46cf-9300-a9c7db0b4dfa", - "450541e8-09d5-46cf-9300-a9c7db0b4dfa" + "fa6cc70e-4430-43ea-9c9c-5802461d394d", + "fa6cc70e-4430-43ea-9c9c-5802461d394d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2024,13 +2926,13 @@ "149" ], "x-ms-correlation-request-id": [ - "d45062a8-bfc9-4e56-8374-ec05e36858ac" + "44d13d6d-25f1-4a7a-a220-2b3761a0bd85" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022154Z:d45062a8-bfc9-4e56-8374-ec05e36858ac" + "SOUTHINDIA:20210518T141457Z:44d13d6d-25f1-4a7a-a220-2b3761a0bd85" ], "Date": [ - "Tue, 16 Feb 2021 02:21:54 GMT" + "Tue, 18 May 2021 14:14:57 GMT" ], "Content-Length": [ "1354" @@ -2042,26 +2944,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-02-16T02:21:43.3677269Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-05-18T14:14:51.2603717Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/backup?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/backup?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareBackupRequest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "17cde0d8-dbde-4145-a10a-b3129dadaeaa" + "98491de9-aecb-432f-967b-c5c643ad41f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2078,23 +2980,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/114321a1-ca5a-4588-87ee-5b0a1988e5b8?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/15b67c9e-0cb5-4e22-a950-6ca409b07b9f?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/114321a1-ca5a-4588-87ee-5b0a1988e5b8?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/15b67c9e-0cb5-4e22-a950-6ca409b07b9f?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "2a9dceee-8197-4d3c-8cd4-50e53cbe1a93" + "8580109a-1fdb-4d69-9451-427c6336c7e7" ], "x-ms-client-request-id": [ - "17cde0d8-dbde-4145-a10a-b3129dadaeaa", - "17cde0d8-dbde-4145-a10a-b3129dadaeaa" + "98491de9-aecb-432f-967b-c5c643ad41f9", + "98491de9-aecb-432f-967b-c5c643ad41f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2103,16 +3005,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "2a9dceee-8197-4d3c-8cd4-50e53cbe1a93" + "8580109a-1fdb-4d69-9451-427c6336c7e7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022154Z:2a9dceee-8197-4d3c-8cd4-50e53cbe1a93" + "SOUTHINDIA:20210518T141458Z:8580109a-1fdb-4d69-9451-427c6336c7e7" ], "Date": [ - "Tue, 16 Feb 2021 02:21:54 GMT" + "Tue, 18 May 2021 14:14:58 GMT" ], "Expires": [ "-1" @@ -2125,22 +3027,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/114321a1-ca5a-4588-87ee-5b0a1988e5b8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xMTQzMjFhMS1jYTVhLTQ1ODgtODdlZS01YjBhMTk4OGU1Yjg/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/15b67c9e-0cb5-4e22-a950-6ca409b07b9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xNWI2N2M5ZS0wY2I1LTRlMjItYTk1MC02Y2E0MDliMDdiOWY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17cde0d8-dbde-4145-a10a-b3129dadaeaa" + "98491de9-aecb-432f-967b-c5c643ad41f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2154,11 +3056,11 @@ "nosniff" ], "x-ms-request-id": [ - "9a65e177-558d-45e9-ad72-05e10954a9f7" + "3fc352f5-a1e6-4061-b7ae-01ad06436358" ], "x-ms-client-request-id": [ - "17cde0d8-dbde-4145-a10a-b3129dadaeaa", - "17cde0d8-dbde-4145-a10a-b3129dadaeaa" + "98491de9-aecb-432f-967b-c5c643ad41f9", + "98491de9-aecb-432f-967b-c5c643ad41f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2170,16 +3072,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "138" ], "x-ms-correlation-request-id": [ - "9a65e177-558d-45e9-ad72-05e10954a9f7" + "3fc352f5-a1e6-4061-b7ae-01ad06436358" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022155Z:9a65e177-558d-45e9-ad72-05e10954a9f7" + "SOUTHINDIA:20210518T141458Z:3fc352f5-a1e6-4061-b7ae-01ad06436358" ], "Date": [ - "Tue, 16 Feb 2021 02:21:54 GMT" + "Tue, 18 May 2021 14:14:58 GMT" ], "Content-Length": [ "188" @@ -2191,26 +3093,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"114321a1-ca5a-4588-87ee-5b0a1988e5b8\",\r\n \"name\": \"114321a1-ca5a-4588-87ee-5b0a1988e5b8\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:21:54.8794806Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"15b67c9e-0cb5-4e22-a950-6ca409b07b9f\",\r\n \"name\": \"15b67c9e-0cb5-4e22-a950-6ca409b07b9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:14:58.2571441Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/114321a1-ca5a-4588-87ee-5b0a1988e5b8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xMTQzMjFhMS1jYTVhLTQ1ODgtODdlZS01YjBhMTk4OGU1Yjg/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/15b67c9e-0cb5-4e22-a950-6ca409b07b9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xNWI2N2M5ZS0wY2I1LTRlMjItYTk1MC02Y2E0MDliMDdiOWY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17cde0d8-dbde-4145-a10a-b3129dadaeaa" + "98491de9-aecb-432f-967b-c5c643ad41f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2224,11 +3126,11 @@ "nosniff" ], "x-ms-request-id": [ - "c4c4af6c-1b77-4c78-a9f5-f73152d1851d" + "8de24cd8-5bd6-4be8-8f05-c3e4f060cb2f" ], "x-ms-client-request-id": [ - "17cde0d8-dbde-4145-a10a-b3129dadaeaa", - "17cde0d8-dbde-4145-a10a-b3129dadaeaa" + "98491de9-aecb-432f-967b-c5c643ad41f9", + "98491de9-aecb-432f-967b-c5c643ad41f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2240,16 +3142,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "137" ], "x-ms-correlation-request-id": [ - "c4c4af6c-1b77-4c78-a9f5-f73152d1851d" + "8de24cd8-5bd6-4be8-8f05-c3e4f060cb2f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022205Z:c4c4af6c-1b77-4c78-a9f5-f73152d1851d" + "SOUTHINDIA:20210518T141503Z:8de24cd8-5bd6-4be8-8f05-c3e4f060cb2f" ], "Date": [ - "Tue, 16 Feb 2021 02:22:04 GMT" + "Tue, 18 May 2021 14:15:03 GMT" ], "Content-Length": [ "304" @@ -2261,26 +3163,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"114321a1-ca5a-4588-87ee-5b0a1988e5b8\",\r\n \"name\": \"114321a1-ca5a-4588-87ee-5b0a1988e5b8\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:21:54.8794806Z\",\r\n \"endTime\": \"2021-02-16T02:21:54.8794806Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"53c66a47-e530-4598-b1ec-5d2c27fdfce1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"15b67c9e-0cb5-4e22-a950-6ca409b07b9f\",\r\n \"name\": \"15b67c9e-0cb5-4e22-a950-6ca409b07b9f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:14:58.2571441Z\",\r\n \"endTime\": \"2021-05-18T14:14:58.2571441Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"9e8b8fb4-f83a-4810-bbce-d73e6dd88f68\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/114321a1-ca5a-4588-87ee-5b0a1988e5b8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xMTQzMjFhMS1jYTVhLTQ1ODgtODdlZS01YjBhMTk4OGU1Yjg/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/15b67c9e-0cb5-4e22-a950-6ca409b07b9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xNWI2N2M5ZS0wY2I1LTRlMjItYTk1MC02Y2E0MDliMDdiOWY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17cde0d8-dbde-4145-a10a-b3129dadaeaa" + "98491de9-aecb-432f-967b-c5c643ad41f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2294,11 +3196,11 @@ "nosniff" ], "x-ms-request-id": [ - "1f7b627d-917f-4bd2-894d-baacdf96c387" + "472d1490-b81d-486b-b2e6-fd39d537922a" ], "x-ms-client-request-id": [ - "17cde0d8-dbde-4145-a10a-b3129dadaeaa", - "17cde0d8-dbde-4145-a10a-b3129dadaeaa" + "98491de9-aecb-432f-967b-c5c643ad41f9", + "98491de9-aecb-432f-967b-c5c643ad41f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2310,16 +3212,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "136" ], "x-ms-correlation-request-id": [ - "1f7b627d-917f-4bd2-894d-baacdf96c387" + "472d1490-b81d-486b-b2e6-fd39d537922a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022205Z:1f7b627d-917f-4bd2-894d-baacdf96c387" + "SOUTHINDIA:20210518T141503Z:472d1490-b81d-486b-b2e6-fd39d537922a" ], "Date": [ - "Tue, 16 Feb 2021 02:22:04 GMT" + "Tue, 18 May 2021 14:15:03 GMT" ], "Content-Length": [ "304" @@ -2331,26 +3233,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"114321a1-ca5a-4588-87ee-5b0a1988e5b8\",\r\n \"name\": \"114321a1-ca5a-4588-87ee-5b0a1988e5b8\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:21:54.8794806Z\",\r\n \"endTime\": \"2021-02-16T02:21:54.8794806Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"53c66a47-e530-4598-b1ec-5d2c27fdfce1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"15b67c9e-0cb5-4e22-a950-6ca409b07b9f\",\r\n \"name\": \"15b67c9e-0cb5-4e22-a950-6ca409b07b9f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:14:58.2571441Z\",\r\n \"endTime\": \"2021-05-18T14:14:58.2571441Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"9e8b8fb4-f83a-4810-bbce-d73e6dd88f68\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/53c66a47-e530-4598-b1ec-5d2c27fdfce1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy81M2M2NmE0Ny1lNTMwLTQ1OTgtYjFlYy01ZDJjMjdmZGZjZTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/9e8b8fb4-f83a-4810-bbce-d73e6dd88f68?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy85ZThiOGZiNC1mODNhLTQ4MTAtYmJjZS1kNzNlNmRkODhmNjg/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17cde0d8-dbde-4145-a10a-b3129dadaeaa" + "98491de9-aecb-432f-967b-c5c643ad41f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2368,11 +3270,11 @@ "nosniff" ], "x-ms-request-id": [ - "3ae52a41-dfcd-4ba3-a97a-056d59b88581" + "53d50202-0efc-475b-b67f-f477b794fb54" ], "x-ms-client-request-id": [ - "17cde0d8-dbde-4145-a10a-b3129dadaeaa", - "17cde0d8-dbde-4145-a10a-b3129dadaeaa" + "98491de9-aecb-432f-967b-c5c643ad41f9", + "98491de9-aecb-432f-967b-c5c643ad41f9" ], "X-Powered-By": [ "ASP.NET" @@ -2384,16 +3286,16 @@ "148" ], "x-ms-correlation-request-id": [ - "3ae52a41-dfcd-4ba3-a97a-056d59b88581" + "53d50202-0efc-475b-b67f-f477b794fb54" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022205Z:3ae52a41-dfcd-4ba3-a97a-056d59b88581" + "SOUTHINDIA:20210518T141504Z:53d50202-0efc-475b-b67f-f477b794fb54" ], "Date": [ - "Tue, 16 Feb 2021 02:22:04 GMT" + "Tue, 18 May 2021 14:15:04 GMT" ], "Content-Length": [ - "902" + "903" ], "Content-Type": [ "application/json" @@ -2402,26 +3304,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/53c66a47-e530-4598-b1ec-5d2c27fdfce1\",\r\n \"name\": \"53c66a47-e530-4598-b1ec-5d2c27fdfce1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT2.1358893S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"MicrosoftStorage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"File Share Name\": \"fs1\",\r\n \"Whether job is adhoc or scheduled.\": \"True\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:21:54.8794806Z\",\r\n \"endTime\": \"2021-02-16T02:21:57.0153699Z\",\r\n \"activityId\": \"17cde0d8-dbde-4145-a10a-b3129dadaeaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/9e8b8fb4-f83a-4810-bbce-d73e6dd88f68\",\r\n \"name\": \"9e8b8fb4-f83a-4810-bbce-d73e6dd88f68\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT2.9522701S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"MicrosoftStorage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"File Share Name\": \"fs1\",\r\n \"Whether job is adhoc or scheduled.\": \"True\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:14:58.2571441Z\",\r\n \"endTime\": \"2021-05-18T14:15:01.2094142Z\",\r\n \"activityId\": \"98491de9-aecb-432f-967b-c5c643ad41f9\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/53c66a47-e530-4598-b1ec-5d2c27fdfce1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy81M2M2NmE0Ny1lNTMwLTQ1OTgtYjFlYy01ZDJjMjdmZGZjZTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/9e8b8fb4-f83a-4810-bbce-d73e6dd88f68?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy85ZThiOGZiNC1mODNhLTQ4MTAtYmJjZS1kNzNlNmRkODhmNjg/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17cde0d8-dbde-4145-a10a-b3129dadaeaa" + "98491de9-aecb-432f-967b-c5c643ad41f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2439,11 +3341,11 @@ "nosniff" ], "x-ms-request-id": [ - "202d7dfe-18c3-4837-8026-f8e32ae164b4" + "fc4822c7-ac7a-48d7-916c-698f53fb619c" ], "x-ms-client-request-id": [ - "17cde0d8-dbde-4145-a10a-b3129dadaeaa", - "17cde0d8-dbde-4145-a10a-b3129dadaeaa" + "98491de9-aecb-432f-967b-c5c643ad41f9", + "98491de9-aecb-432f-967b-c5c643ad41f9" ], "X-Powered-By": [ "ASP.NET" @@ -2455,16 +3357,16 @@ "147" ], "x-ms-correlation-request-id": [ - "202d7dfe-18c3-4837-8026-f8e32ae164b4" + "fc4822c7-ac7a-48d7-916c-698f53fb619c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022206Z:202d7dfe-18c3-4837-8026-f8e32ae164b4" + "SOUTHINDIA:20210518T141504Z:fc4822c7-ac7a-48d7-916c-698f53fb619c" ], "Date": [ - "Tue, 16 Feb 2021 02:22:06 GMT" + "Tue, 18 May 2021 14:15:04 GMT" ], "Content-Length": [ - "902" + "903" ], "Content-Type": [ "application/json" @@ -2473,26 +3375,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/53c66a47-e530-4598-b1ec-5d2c27fdfce1\",\r\n \"name\": \"53c66a47-e530-4598-b1ec-5d2c27fdfce1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT2.1358893S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"MicrosoftStorage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"File Share Name\": \"fs1\",\r\n \"Whether job is adhoc or scheduled.\": \"True\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:21:54.8794806Z\",\r\n \"endTime\": \"2021-02-16T02:21:57.0153699Z\",\r\n \"activityId\": \"17cde0d8-dbde-4145-a10a-b3129dadaeaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/9e8b8fb4-f83a-4810-bbce-d73e6dd88f68\",\r\n \"name\": \"9e8b8fb4-f83a-4810-bbce-d73e6dd88f68\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT2.9522701S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"MicrosoftStorage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"File Share Name\": \"fs1\",\r\n \"Whether job is adhoc or scheduled.\": \"True\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:14:58.2571441Z\",\r\n \"endTime\": \"2021-05-18T14:15:01.2094142Z\",\r\n \"activityId\": \"98491de9-aecb-432f-967b-c5c643ad41f9\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints?$filter=startDate%20eq%20'2021-02-16%2002:20:54%20AM'%20and%20endDate%20eq%20'2021-02-16%2002:22:57%20AM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTAyLTE2JTIwMDI6MjA6NTQlMjBBTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wMi0xNiUyMDAyOjIyOjU3JTIwQU0nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints?$filter=startDate%20eq%20'2021-05-18%2002:13:58%20PM'%20and%20endDate%20eq%20'2021-05-18%2002:16:01%20PM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTA1LTE4JTIwMDI6MTM6NTglMjBQTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wNS0xOCUyMDAyOjE2OjAxJTIwUE0nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b1c8e07-cf63-4d32-b654-9499d38f5d31" + "713b51ba-0a9d-4a35-93f1-2178dfb8fef3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2506,11 +3408,11 @@ "nosniff" ], "x-ms-request-id": [ - "f5a8a080-4a67-4626-8a4e-6df2b3126adb" + "56b2492d-d45c-421f-bd47-dc24c5d7f61e" ], "x-ms-client-request-id": [ - "6b1c8e07-cf63-4d32-b654-9499d38f5d31", - "6b1c8e07-cf63-4d32-b654-9499d38f5d31" + "713b51ba-0a9d-4a35-93f1-2178dfb8fef3", + "713b51ba-0a9d-4a35-93f1-2178dfb8fef3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2525,13 +3427,13 @@ "149" ], "x-ms-correlation-request-id": [ - "f5a8a080-4a67-4626-8a4e-6df2b3126adb" + "56b2492d-d45c-421f-bd47-dc24c5d7f61e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022206Z:f5a8a080-4a67-4626-8a4e-6df2b3126adb" + "SOUTHINDIA:20210518T141504Z:56b2492d-d45c-421f-bd47-dc24c5d7f61e" ], "Date": [ - "Tue, 16 Feb 2021 02:22:06 GMT" + "Tue, 18 May 2021 14:15:04 GMT" ], "Content-Length": [ "792" @@ -2543,7 +3445,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/31484782141791\",\r\n \"name\": \"31484782141791\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareRecoveryPoint\",\r\n \"recoveryPointType\": \"FileSystemConsistent\",\r\n \"recoveryPointTime\": \"2021-02-16T02:21:55Z\",\r\n \"fileShareSnapshotUri\": \"https://pstestsa8895.file.core.windows.net/fs1?sharesnapshot=2021-02-16T02:21:55.0000000Z\",\r\n \"recoveryPointSizeInGB\": 1\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/26365982542150\",\r\n \"name\": \"26365982542150\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareRecoveryPoint\",\r\n \"recoveryPointType\": \"FileSystemConsistent\",\r\n \"recoveryPointTime\": \"2021-05-18T14:14:59Z\",\r\n \"fileShareSnapshotUri\": \"https://pstestsa8895.file.core.windows.net/fs1?sharesnapshot=2021-05-18T14:14:59.0000000Z\",\r\n \"recoveryPointSizeInGB\": 1\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { @@ -2553,16 +3455,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -2573,16 +3475,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-request-id": [ - "4774e8d5-2068-4bbb-b065-770ca5b7de90" + "958c606d-ab19-4487-a6e0-424a102a3d2e" ], "x-ms-correlation-request-id": [ - "4774e8d5-2068-4bbb-b065-770ca5b7de90" + "958c606d-ab19-4487-a6e0-424a102a3d2e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022206Z:4774e8d5-2068-4bbb-b065-770ca5b7de90" + "SOUTHINDIA:20210518T141504Z:958c606d-ab19-4487-a6e0-424a102a3d2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2591,7 +3493,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:22:05 GMT" + "Tue, 18 May 2021 14:15:04 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2613,16 +3515,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -2633,16 +3535,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-request-id": [ - "e937238a-3d09-4b47-936d-2b1e858726df" + "1d9ed613-efc6-42ba-85f2-59c1446349f0" ], "x-ms-correlation-request-id": [ - "e937238a-3d09-4b47-936d-2b1e858726df" + "1d9ed613-efc6-42ba-85f2-59c1446349f0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022409Z:e937238a-3d09-4b47-936d-2b1e858726df" + "SOUTHINDIA:20210518T141607Z:1d9ed613-efc6-42ba-85f2-59c1446349f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2651,7 +3553,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:24:09 GMT" + "Tue, 18 May 2021 14:16:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2673,16 +3575,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -2693,16 +3595,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-request-id": [ - "bcaa3607-c283-4074-9750-7e561f661e3b" + "e97b14da-3c4a-46d2-8644-5f030debdfdb" ], "x-ms-correlation-request-id": [ - "bcaa3607-c283-4074-9750-7e561f661e3b" + "e97b14da-3c4a-46d2-8644-5f030debdfdb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022409Z:bcaa3607-c283-4074-9750-7e561f661e3b" + "SOUTHINDIA:20210518T141607Z:e97b14da-3c4a-46d2-8644-5f030debdfdb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2711,7 +3613,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:24:09 GMT" + "Tue, 18 May 2021 14:16:07 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2733,16 +3635,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -2753,16 +3655,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-request-id": [ - "ab38072a-11a1-4967-8a0f-841d991becab" + "d3f9519e-4470-49ac-b3c7-623bd89ae02d" ], "x-ms-correlation-request-id": [ - "ab38072a-11a1-4967-8a0f-841d991becab" + "d3f9519e-4470-49ac-b3c7-623bd89ae02d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022512Z:ab38072a-11a1-4967-8a0f-841d991becab" + "SOUTHINDIA:20210518T141709Z:d3f9519e-4470-49ac-b3c7-623bd89ae02d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2771,7 +3673,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:25:11 GMT" + "Tue, 18 May 2021 14:17:08 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2793,16 +3695,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -2813,16 +3715,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-request-id": [ - "e175cea1-bae9-4014-9787-52b7e94746b9" + "5396b67b-277b-45c6-8ac3-190eec93b6b6" ], "x-ms-correlation-request-id": [ - "e175cea1-bae9-4014-9787-52b7e94746b9" + "5396b67b-277b-45c6-8ac3-190eec93b6b6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022512Z:e175cea1-bae9-4014-9787-52b7e94746b9" + "SOUTHINDIA:20210518T141709Z:5396b67b-277b-45c6-8ac3-190eec93b6b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2831,7 +3733,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:25:11 GMT" + "Tue, 18 May 2021 14:17:08 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2853,16 +3755,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -2873,16 +3775,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11989" ], "x-ms-request-id": [ - "6e6ba981-dd8e-4d11-9e41-c0ecfdff1666" + "b203e16b-a0c8-440f-9920-cb407ec0e4d2" ], "x-ms-correlation-request-id": [ - "6e6ba981-dd8e-4d11-9e41-c0ecfdff1666" + "b203e16b-a0c8-440f-9920-cb407ec0e4d2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022615Z:6e6ba981-dd8e-4d11-9e41-c0ecfdff1666" + "SOUTHINDIA:20210518T141811Z:b203e16b-a0c8-440f-9920-cb407ec0e4d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2891,7 +3793,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:26:15 GMT" + "Tue, 18 May 2021 14:18:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2913,16 +3815,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -2933,16 +3835,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11987" ], "x-ms-request-id": [ - "0a0c83ba-3504-4711-b83a-cb8c57377095" + "30c27a36-0bd5-4b28-a0cf-965163ff3f02" ], "x-ms-correlation-request-id": [ - "0a0c83ba-3504-4711-b83a-cb8c57377095" + "30c27a36-0bd5-4b28-a0cf-965163ff3f02" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022717Z:0a0c83ba-3504-4711-b83a-cb8c57377095" + "SOUTHINDIA:20210518T141914Z:30c27a36-0bd5-4b28-a0cf-965163ff3f02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2951,7 +3853,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:27:16 GMT" + "Tue, 18 May 2021 14:19:13 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2973,16 +3875,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -2993,16 +3895,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-request-id": [ - "b721b426-3a65-47f2-967b-bc9cb13abadd" + "5ac97502-4587-45c4-8704-4fd00e7fc50e" ], "x-ms-correlation-request-id": [ - "b721b426-3a65-47f2-967b-bc9cb13abadd" + "5ac97502-4587-45c4-8704-4fd00e7fc50e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022206Z:b721b426-3a65-47f2-967b-bc9cb13abadd" + "SOUTHINDIA:20210518T141505Z:5ac97502-4587-45c4-8704-4fd00e7fc50e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3011,7 +3913,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:22:05 GMT" + "Tue, 18 May 2021 14:15:04 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3020,10 +3922,10 @@ "-1" ], "Content-Length": [ - "8653" + "13107" ] }, - "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/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/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.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/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 \"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/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/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/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/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.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/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/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/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/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/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/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/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/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\",\r\n \"name\": \"pstestsa1e5a278b\",\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/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\",\r\n \"name\": \"pstestsa59e1706f\",\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/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\",\r\n \"name\": \"storageysci5wbex6jyc\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/prnookal-rg/providers/Microsoft.Storage/storageAccounts/prnookaltestnob\",\r\n \"name\": \"prnookaltestnob\",\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 \"isMABUsed\": \"Yes\",\r\n \" Owner\": \"prnookal@microsoft.com\",\r\n \"DeletBy\": \"12-2021\",\r\n \"Purpose\": \" Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa1\",\r\n \"name\": \"afsbackupsa1\",\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 \"Owner\": \"akkanase\",\r\n \"Purpose\": \"Testing\",\r\n \"DeleteBy\": \"01-2022\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa2\",\r\n \"name\": \"afsbackupsa2\",\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/akkanaseTest/providers/Microsoft.Storage/storageAccounts/afsfilesharetest\",\r\n \"name\": \"afsfilesharetest\",\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/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa3\",\r\n \"name\": \"afsbackupsa3\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa0\",\r\n \"name\": \"afsbackupsa0\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\",\r\n \"name\": \"1vnseapod01otds1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGZRS\",\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/prnookal-prod/providers/Microsoft.Storage/storageAccounts/prnookalprod\",\r\n \"name\": \"prnookalprod\",\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\": \"japaneast\",\r\n \"tags\": {\r\n \"IsMabUsed\": \"Yes\",\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\"\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/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/akkanaseCcyGrs/providers/Microsoft.Storage/storageAccounts/storeimqyzvpnwrv5a\",\r\n \"name\": \"storeimqyzvpnwrv5a\",\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/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/prnookal-wcus/providers/Microsoft.Storage/storageAccounts/prnookalwcus\",\r\n \"name\": \"prnookalwcus\",\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\": \"westcentralus\",\r\n \"tags\": {\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\",\r\n \"IsMabUsed\": \"Yes\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { @@ -3033,16 +3935,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -3053,16 +3955,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-request-id": [ - "9cb0ceb2-7e1b-4be1-9eac-d0761bc84732" + "3c388cff-6d5e-4a45-9057-c4aab05e3fd1" ], "x-ms-correlation-request-id": [ - "9cb0ceb2-7e1b-4be1-9eac-d0761bc84732" + "3c388cff-6d5e-4a45-9057-c4aab05e3fd1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022409Z:9cb0ceb2-7e1b-4be1-9eac-d0761bc84732" + "SOUTHINDIA:20210518T141607Z:3c388cff-6d5e-4a45-9057-c4aab05e3fd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3071,7 +3973,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:24:09 GMT" + "Tue, 18 May 2021 14:16:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3080,10 +3982,10 @@ "-1" ], "Content-Length": [ - "8653" + "13107" ] }, - "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/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/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.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/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 \"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/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/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/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/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.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/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/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/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/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/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/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/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/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\",\r\n \"name\": \"pstestsa1e5a278b\",\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/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\",\r\n \"name\": \"pstestsa59e1706f\",\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/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\",\r\n \"name\": \"storageysci5wbex6jyc\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/prnookal-rg/providers/Microsoft.Storage/storageAccounts/prnookaltestnob\",\r\n \"name\": \"prnookaltestnob\",\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 \"isMABUsed\": \"Yes\",\r\n \" Owner\": \"prnookal@microsoft.com\",\r\n \"DeletBy\": \"12-2021\",\r\n \"Purpose\": \" Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa1\",\r\n \"name\": \"afsbackupsa1\",\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 \"Owner\": \"akkanase\",\r\n \"Purpose\": \"Testing\",\r\n \"DeleteBy\": \"01-2022\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa2\",\r\n \"name\": \"afsbackupsa2\",\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/akkanaseTest/providers/Microsoft.Storage/storageAccounts/afsfilesharetest\",\r\n \"name\": \"afsfilesharetest\",\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/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa3\",\r\n \"name\": \"afsbackupsa3\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa0\",\r\n \"name\": \"afsbackupsa0\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\",\r\n \"name\": \"1vnseapod01otds1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGZRS\",\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/prnookal-prod/providers/Microsoft.Storage/storageAccounts/prnookalprod\",\r\n \"name\": \"prnookalprod\",\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\": \"japaneast\",\r\n \"tags\": {\r\n \"IsMabUsed\": \"Yes\",\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\"\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/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/akkanaseCcyGrs/providers/Microsoft.Storage/storageAccounts/storeimqyzvpnwrv5a\",\r\n \"name\": \"storeimqyzvpnwrv5a\",\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/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/prnookal-wcus/providers/Microsoft.Storage/storageAccounts/prnookalwcus\",\r\n \"name\": \"prnookalwcus\",\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\": \"westcentralus\",\r\n \"tags\": {\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\",\r\n \"IsMabUsed\": \"Yes\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { @@ -3093,16 +3995,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -3113,16 +4015,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-request-id": [ - "3297ead0-a2dd-40ae-a3b4-19a9b3a5be36" + "b86e8a5f-216f-41e3-8bd4-4fb8cedebdaa" ], "x-ms-correlation-request-id": [ - "3297ead0-a2dd-40ae-a3b4-19a9b3a5be36" + "b86e8a5f-216f-41e3-8bd4-4fb8cedebdaa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022409Z:3297ead0-a2dd-40ae-a3b4-19a9b3a5be36" + "SOUTHINDIA:20210518T141607Z:b86e8a5f-216f-41e3-8bd4-4fb8cedebdaa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3131,7 +4033,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:24:09 GMT" + "Tue, 18 May 2021 14:16:07 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3140,10 +4042,10 @@ "-1" ], "Content-Length": [ - "8653" + "13107" ] }, - "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/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/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.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/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 \"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/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/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/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/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.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/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/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/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/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/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/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/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/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\",\r\n \"name\": \"pstestsa1e5a278b\",\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/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\",\r\n \"name\": \"pstestsa59e1706f\",\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/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\",\r\n \"name\": \"storageysci5wbex6jyc\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/prnookal-rg/providers/Microsoft.Storage/storageAccounts/prnookaltestnob\",\r\n \"name\": \"prnookaltestnob\",\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 \"isMABUsed\": \"Yes\",\r\n \" Owner\": \"prnookal@microsoft.com\",\r\n \"DeletBy\": \"12-2021\",\r\n \"Purpose\": \" Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa1\",\r\n \"name\": \"afsbackupsa1\",\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 \"Owner\": \"akkanase\",\r\n \"Purpose\": \"Testing\",\r\n \"DeleteBy\": \"01-2022\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa2\",\r\n \"name\": \"afsbackupsa2\",\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/akkanaseTest/providers/Microsoft.Storage/storageAccounts/afsfilesharetest\",\r\n \"name\": \"afsfilesharetest\",\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/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa3\",\r\n \"name\": \"afsbackupsa3\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa0\",\r\n \"name\": \"afsbackupsa0\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\",\r\n \"name\": \"1vnseapod01otds1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGZRS\",\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/prnookal-prod/providers/Microsoft.Storage/storageAccounts/prnookalprod\",\r\n \"name\": \"prnookalprod\",\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\": \"japaneast\",\r\n \"tags\": {\r\n \"IsMabUsed\": \"Yes\",\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\"\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/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/akkanaseCcyGrs/providers/Microsoft.Storage/storageAccounts/storeimqyzvpnwrv5a\",\r\n \"name\": \"storeimqyzvpnwrv5a\",\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/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/prnookal-wcus/providers/Microsoft.Storage/storageAccounts/prnookalwcus\",\r\n \"name\": \"prnookalwcus\",\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\": \"westcentralus\",\r\n \"tags\": {\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\",\r\n \"IsMabUsed\": \"Yes\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { @@ -3153,16 +4055,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -3173,16 +4075,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-request-id": [ - "933bcd0d-6172-4e9c-96c8-ab501d956576" + "5af30ff4-ddc0-4080-b842-2de0e826cce9" ], "x-ms-correlation-request-id": [ - "933bcd0d-6172-4e9c-96c8-ab501d956576" + "5af30ff4-ddc0-4080-b842-2de0e826cce9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022512Z:933bcd0d-6172-4e9c-96c8-ab501d956576" + "SOUTHINDIA:20210518T141709Z:5af30ff4-ddc0-4080-b842-2de0e826cce9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3191,7 +4093,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:25:11 GMT" + "Tue, 18 May 2021 14:17:08 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3200,10 +4102,10 @@ "-1" ], "Content-Length": [ - "8653" + "13107" ] }, - "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/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/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.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/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 \"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/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/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/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/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.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/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/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/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/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/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/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/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/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\",\r\n \"name\": \"pstestsa1e5a278b\",\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/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\",\r\n \"name\": \"pstestsa59e1706f\",\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/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\",\r\n \"name\": \"storageysci5wbex6jyc\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/prnookal-rg/providers/Microsoft.Storage/storageAccounts/prnookaltestnob\",\r\n \"name\": \"prnookaltestnob\",\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 \"isMABUsed\": \"Yes\",\r\n \" Owner\": \"prnookal@microsoft.com\",\r\n \"DeletBy\": \"12-2021\",\r\n \"Purpose\": \" Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa1\",\r\n \"name\": \"afsbackupsa1\",\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 \"Owner\": \"akkanase\",\r\n \"Purpose\": \"Testing\",\r\n \"DeleteBy\": \"01-2022\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa2\",\r\n \"name\": \"afsbackupsa2\",\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/akkanaseTest/providers/Microsoft.Storage/storageAccounts/afsfilesharetest\",\r\n \"name\": \"afsfilesharetest\",\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/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa3\",\r\n \"name\": \"afsbackupsa3\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa0\",\r\n \"name\": \"afsbackupsa0\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\",\r\n \"name\": \"1vnseapod01otds1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGZRS\",\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/prnookal-prod/providers/Microsoft.Storage/storageAccounts/prnookalprod\",\r\n \"name\": \"prnookalprod\",\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\": \"japaneast\",\r\n \"tags\": {\r\n \"IsMabUsed\": \"Yes\",\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\"\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/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/akkanaseCcyGrs/providers/Microsoft.Storage/storageAccounts/storeimqyzvpnwrv5a\",\r\n \"name\": \"storeimqyzvpnwrv5a\",\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/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/prnookal-wcus/providers/Microsoft.Storage/storageAccounts/prnookalwcus\",\r\n \"name\": \"prnookalwcus\",\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\": \"westcentralus\",\r\n \"tags\": {\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\",\r\n \"IsMabUsed\": \"Yes\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { @@ -3213,16 +4115,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -3233,16 +4135,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-request-id": [ - "4f6257ad-b659-477e-a5d7-1369493516ab" + "32075aaf-4e25-4b8c-a801-9b6cf6df1dcd" ], "x-ms-correlation-request-id": [ - "4f6257ad-b659-477e-a5d7-1369493516ab" + "32075aaf-4e25-4b8c-a801-9b6cf6df1dcd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022512Z:4f6257ad-b659-477e-a5d7-1369493516ab" + "SOUTHINDIA:20210518T141709Z:32075aaf-4e25-4b8c-a801-9b6cf6df1dcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3251,7 +4153,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:25:11 GMT" + "Tue, 18 May 2021 14:17:08 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3260,10 +4162,10 @@ "-1" ], "Content-Length": [ - "8653" + "13107" ] }, - "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/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/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.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/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 \"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/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/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/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/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.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/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/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/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/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/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/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/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/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\",\r\n \"name\": \"pstestsa1e5a278b\",\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/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\",\r\n \"name\": \"pstestsa59e1706f\",\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/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\",\r\n \"name\": \"storageysci5wbex6jyc\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/prnookal-rg/providers/Microsoft.Storage/storageAccounts/prnookaltestnob\",\r\n \"name\": \"prnookaltestnob\",\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 \"isMABUsed\": \"Yes\",\r\n \" Owner\": \"prnookal@microsoft.com\",\r\n \"DeletBy\": \"12-2021\",\r\n \"Purpose\": \" Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa1\",\r\n \"name\": \"afsbackupsa1\",\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 \"Owner\": \"akkanase\",\r\n \"Purpose\": \"Testing\",\r\n \"DeleteBy\": \"01-2022\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa2\",\r\n \"name\": \"afsbackupsa2\",\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/akkanaseTest/providers/Microsoft.Storage/storageAccounts/afsfilesharetest\",\r\n \"name\": \"afsfilesharetest\",\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/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa3\",\r\n \"name\": \"afsbackupsa3\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa0\",\r\n \"name\": \"afsbackupsa0\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\",\r\n \"name\": \"1vnseapod01otds1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGZRS\",\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/prnookal-prod/providers/Microsoft.Storage/storageAccounts/prnookalprod\",\r\n \"name\": \"prnookalprod\",\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\": \"japaneast\",\r\n \"tags\": {\r\n \"IsMabUsed\": \"Yes\",\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\"\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/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/akkanaseCcyGrs/providers/Microsoft.Storage/storageAccounts/storeimqyzvpnwrv5a\",\r\n \"name\": \"storeimqyzvpnwrv5a\",\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/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/prnookal-wcus/providers/Microsoft.Storage/storageAccounts/prnookalwcus\",\r\n \"name\": \"prnookalwcus\",\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\": \"westcentralus\",\r\n \"tags\": {\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\",\r\n \"IsMabUsed\": \"Yes\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { @@ -3273,16 +4175,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -3293,16 +4195,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11988" ], "x-ms-request-id": [ - "26d728e2-94ea-47e9-84b5-12a13de19535" + "29a4a513-983d-46a6-aa2c-fc5427719f2f" ], "x-ms-correlation-request-id": [ - "26d728e2-94ea-47e9-84b5-12a13de19535" + "29a4a513-983d-46a6-aa2c-fc5427719f2f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022615Z:26d728e2-94ea-47e9-84b5-12a13de19535" + "SOUTHINDIA:20210518T141811Z:29a4a513-983d-46a6-aa2c-fc5427719f2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3311,7 +4213,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:26:15 GMT" + "Tue, 18 May 2021 14:18:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3320,10 +4222,10 @@ "-1" ], "Content-Length": [ - "8653" + "13107" ] }, - "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/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/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.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/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 \"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/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/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/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/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.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/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/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/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/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/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/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/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/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\",\r\n \"name\": \"pstestsa1e5a278b\",\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/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\",\r\n \"name\": \"pstestsa59e1706f\",\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/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\",\r\n \"name\": \"storageysci5wbex6jyc\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/prnookal-rg/providers/Microsoft.Storage/storageAccounts/prnookaltestnob\",\r\n \"name\": \"prnookaltestnob\",\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 \"isMABUsed\": \"Yes\",\r\n \" Owner\": \"prnookal@microsoft.com\",\r\n \"DeletBy\": \"12-2021\",\r\n \"Purpose\": \" Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa1\",\r\n \"name\": \"afsbackupsa1\",\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 \"Owner\": \"akkanase\",\r\n \"Purpose\": \"Testing\",\r\n \"DeleteBy\": \"01-2022\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa2\",\r\n \"name\": \"afsbackupsa2\",\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/akkanaseTest/providers/Microsoft.Storage/storageAccounts/afsfilesharetest\",\r\n \"name\": \"afsfilesharetest\",\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/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa3\",\r\n \"name\": \"afsbackupsa3\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa0\",\r\n \"name\": \"afsbackupsa0\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\",\r\n \"name\": \"1vnseapod01otds1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGZRS\",\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/prnookal-prod/providers/Microsoft.Storage/storageAccounts/prnookalprod\",\r\n \"name\": \"prnookalprod\",\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\": \"japaneast\",\r\n \"tags\": {\r\n \"IsMabUsed\": \"Yes\",\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\"\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/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/akkanaseCcyGrs/providers/Microsoft.Storage/storageAccounts/storeimqyzvpnwrv5a\",\r\n \"name\": \"storeimqyzvpnwrv5a\",\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/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/prnookal-wcus/providers/Microsoft.Storage/storageAccounts/prnookalwcus\",\r\n \"name\": \"prnookalwcus\",\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\": \"westcentralus\",\r\n \"tags\": {\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\",\r\n \"IsMabUsed\": \"Yes\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { @@ -3333,16 +4235,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -3353,16 +4255,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11986" ], "x-ms-request-id": [ - "f1b2a426-e244-4c17-b226-e7e2e7fd7118" + "98fed038-7297-461a-aea5-5a35e39650fa" ], "x-ms-correlation-request-id": [ - "f1b2a426-e244-4c17-b226-e7e2e7fd7118" + "98fed038-7297-461a-aea5-5a35e39650fa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022717Z:f1b2a426-e244-4c17-b226-e7e2e7fd7118" + "SOUTHINDIA:20210518T141914Z:98fed038-7297-461a-aea5-5a35e39650fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3371,7 +4273,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:27:16 GMT" + "Tue, 18 May 2021 14:19:13 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3380,29 +4282,29 @@ "-1" ], "Content-Length": [ - "8653" + "13107" ] }, - "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/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/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.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/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 \"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/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/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/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/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.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/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/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/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/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/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/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/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/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\",\r\n \"name\": \"pstestsa1e5a278b\",\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/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\",\r\n \"name\": \"pstestsa59e1706f\",\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/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\",\r\n \"name\": \"storageysci5wbex6jyc\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/prnookal-rg/providers/Microsoft.Storage/storageAccounts/prnookaltestnob\",\r\n \"name\": \"prnookaltestnob\",\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 \"isMABUsed\": \"Yes\",\r\n \" Owner\": \"prnookal@microsoft.com\",\r\n \"DeletBy\": \"12-2021\",\r\n \"Purpose\": \" Testing\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa1\",\r\n \"name\": \"afsbackupsa1\",\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 \"Owner\": \"akkanase\",\r\n \"Purpose\": \"Testing\",\r\n \"DeleteBy\": \"01-2022\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa2\",\r\n \"name\": \"afsbackupsa2\",\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/akkanaseTest/providers/Microsoft.Storage/storageAccounts/afsfilesharetest\",\r\n \"name\": \"afsfilesharetest\",\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/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa3\",\r\n \"name\": \"afsbackupsa3\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa0\",\r\n \"name\": \"afsbackupsa0\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\",\r\n \"name\": \"1vnseapod01otds1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"sku\": {\r\n \"name\": \"Standard_RAGZRS\",\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/prnookal-prod/providers/Microsoft.Storage/storageAccounts/prnookalprod\",\r\n \"name\": \"prnookalprod\",\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\": \"japaneast\",\r\n \"tags\": {\r\n \"IsMabUsed\": \"Yes\",\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\"\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/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/akkanaseCcyGrs/providers/Microsoft.Storage/storageAccounts/storeimqyzvpnwrv5a\",\r\n \"name\": \"storeimqyzvpnwrv5a\",\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/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/prnookal-wcus/providers/Microsoft.Storage/storageAccounts/prnookalwcus\",\r\n \"name\": \"prnookalwcus\",\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\": \"westcentralus\",\r\n \"tags\": {\r\n \"Owner\": \"prnookal\",\r\n \"DeleteBy\": \"12-2021\",\r\n \"IsMabUsed\": \"Yes\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/31484782141791/restore?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHMvMzE0ODQ3ODIxNDE3OTEvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/26365982542150/restore?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHMvMjYzNjU5ODI1NDIxNTAvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareRestoreRequest\",\r\n \"recoveryType\": \"OriginalLocation\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"copyOptions\": \"Overwrite\",\r\n \"restoreRequestType\": \"ItemLevelRestore\",\r\n \"restoreFileSpecs\": [\r\n {\r\n \"path\": \"file1.txt\",\r\n \"fileSpecType\": \"File\"\r\n },\r\n {\r\n \"path\": \"file2.txt\",\r\n \"fileSpecType\": \"File\"\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3419,23 +4321,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/a3db7142-7b10-4d29-addc-e71f683adba3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/3bc06a92-131a-42c7-afd9-0660926ae52b?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/a3db7142-7b10-4d29-addc-e71f683adba3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/3bc06a92-131a-42c7-afd9-0660926ae52b?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "2f8d108c-8182-45a5-9353-f0f83e4cd899" + "77bb8897-a740-4a9e-8ecf-3d31f71f2c84" ], "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110", - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4", + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3444,16 +4346,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "2f8d108c-8182-45a5-9353-f0f83e4cd899" + "77bb8897-a740-4a9e-8ecf-3d31f71f2c84" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022207Z:2f8d108c-8182-45a5-9353-f0f83e4cd899" + "SOUTHINDIA:20210518T141505Z:77bb8897-a740-4a9e-8ecf-3d31f71f2c84" ], "Date": [ - "Tue, 16 Feb 2021 02:22:07 GMT" + "Tue, 18 May 2021 14:15:05 GMT" ], "Expires": [ "-1" @@ -3466,22 +4368,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/31484782141791/restore?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHMvMzE0ODQ3ODIxNDE3OTEvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/26365982542150/restore?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHMvMjYzNjU5ODI1NDIxNTAvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareRestoreRequest\",\r\n \"recoveryType\": \"AlternateLocation\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"copyOptions\": \"Overwrite\",\r\n \"restoreRequestType\": \"ItemLevelRestore\",\r\n \"restoreFileSpecs\": [\r\n {\r\n \"path\": \"pstestfolder1bca8f8e\",\r\n \"fileSpecType\": \"Directory\",\r\n \"targetFolderPath\": \"pstestfolder3rty7d7s\"\r\n }\r\n ],\r\n \"targetDetails\": {\r\n \"name\": \"fs1\",\r\n \"targetResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3498,23 +4400,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/89b6e5ec-7772-495d-bc6f-e8c28f15e07c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/16a3821c-c447-4cc3-98dd-bac312a83e66?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/89b6e5ec-7772-495d-bc6f-e8c28f15e07c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/16a3821c-c447-4cc3-98dd-bac312a83e66?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "fc39aa8f-f8ca-483e-85ca-2c44bf965034" + "cff3940a-99df-4f9f-b2d5-c2a0b11636f4" ], "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6", - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf", + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3523,16 +4425,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "fc39aa8f-f8ca-483e-85ca-2c44bf965034" + "cff3940a-99df-4f9f-b2d5-c2a0b11636f4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022410Z:fc39aa8f-f8ca-483e-85ca-2c44bf965034" + "SOUTHINDIA:20210518T141608Z:cff3940a-99df-4f9f-b2d5-c2a0b11636f4" ], "Date": [ - "Tue, 16 Feb 2021 02:24:10 GMT" + "Tue, 18 May 2021 14:16:07 GMT" ], "Expires": [ "-1" @@ -3545,22 +4447,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/31484782141791/restore?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHMvMzE0ODQ3ODIxNDE3OTEvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/26365982542150/restore?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHMvMjYzNjU5ODI1NDIxNTAvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareRestoreRequest\",\r\n \"recoveryType\": \"AlternateLocation\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"copyOptions\": \"Overwrite\",\r\n \"restoreRequestType\": \"FullShareRestore\",\r\n \"restoreFileSpecs\": [\r\n {\r\n \"targetFolderPath\": \"pstestfolder3rty7d7s\"\r\n }\r\n ],\r\n \"targetDetails\": {\r\n \"name\": \"fs1\",\r\n \"targetResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3577,23 +4479,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/37ebcce5-6876-4d63-b239-fabefc3156dd?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/23cd6571-200e-422b-b594-f4439de06660?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/37ebcce5-6876-4d63-b239-fabefc3156dd?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/23cd6571-200e-422b-b594-f4439de06660?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0b770f8f-6885-43d6-8e05-5ebcca37d1dc" + "7334e937-9215-4a71-a969-368fae730840" ], "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea", - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91", + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3602,16 +4504,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "0b770f8f-6885-43d6-8e05-5ebcca37d1dc" + "7334e937-9215-4a71-a969-368fae730840" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022513Z:0b770f8f-6885-43d6-8e05-5ebcca37d1dc" + "SOUTHINDIA:20210518T141710Z:7334e937-9215-4a71-a969-368fae730840" ], "Date": [ - "Tue, 16 Feb 2021 02:25:13 GMT" + "Tue, 18 May 2021 14:17:09 GMT" ], "Expires": [ "-1" @@ -3624,22 +4526,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/31484782141791/restore?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHMvMzE0ODQ3ODIxNDE3OTEvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/26365982542150/restore?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHMvMjYzNjU5ODI1NDIxNTAvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareRestoreRequest\",\r\n \"recoveryType\": \"OriginalLocation\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"copyOptions\": \"Overwrite\",\r\n \"restoreRequestType\": \"ItemLevelRestore\",\r\n \"restoreFileSpecs\": [\r\n {\r\n \"path\": \"pstestfolder1bca8f8e/pstestfile1bca8f8e.txt\",\r\n \"fileSpecType\": \"File\"\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3656,23 +4558,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/cbf141e1-e970-460b-8af3-ed094eec3f05?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/cd583740-4968-4182-8ea3-512b710a3950?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/cbf141e1-e970-460b-8af3-ed094eec3f05?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/cd583740-4968-4182-8ea3-512b710a3950?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "cb730e49-a091-40de-a0a0-12f9f54136f3" + "8b1046fb-ed7a-4bc8-9e5e-fd832d9a8183" ], "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc", - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a", + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3681,16 +4583,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-correlation-request-id": [ - "cb730e49-a091-40de-a0a0-12f9f54136f3" + "8b1046fb-ed7a-4bc8-9e5e-fd832d9a8183" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022615Z:cb730e49-a091-40de-a0a0-12f9f54136f3" + "SOUTHINDIA:20210518T141812Z:8b1046fb-ed7a-4bc8-9e5e-fd832d9a8183" ], "Date": [ - "Tue, 16 Feb 2021 02:26:15 GMT" + "Tue, 18 May 2021 14:18:12 GMT" ], "Expires": [ "-1" @@ -3703,22 +4605,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/31484782141791/restore?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHMvMzE0ODQ3ODIxNDE3OTEvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/26365982542150/restore?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHMvMjYzNjU5ODI1NDIxNTAvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareRestoreRequest\",\r\n \"recoveryType\": \"OriginalLocation\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"copyOptions\": \"Overwrite\",\r\n \"restoreRequestType\": \"FullShareRestore\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3735,23 +4637,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/b56a013e-6c10-464f-8a54-a6c271b33ce8?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/9c755c7a-224b-45e4-ba58-8614a4ddf43f?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/b56a013e-6c10-464f-8a54-a6c271b33ce8?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/9c755c7a-224b-45e4-ba58-8614a4ddf43f?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "2e6dbc99-ece4-4a57-96a2-2b4bf3f39d49" + "b1d680e5-51f8-4734-99ea-f633c7340fbc" ], "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e", - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3", + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3760,16 +4662,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1194" ], "x-ms-correlation-request-id": [ - "2e6dbc99-ece4-4a57-96a2-2b4bf3f39d49" + "b1d680e5-51f8-4734-99ea-f633c7340fbc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022718Z:2e6dbc99-ece4-4a57-96a2-2b4bf3f39d49" + "SOUTHINDIA:20210518T141915Z:b1d680e5-51f8-4734-99ea-f633c7340fbc" ], "Date": [ - "Tue, 16 Feb 2021 02:27:17 GMT" + "Tue, 18 May 2021 14:19:14 GMT" ], "Expires": [ "-1" @@ -3779,89 +4681,22 @@ ] }, "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/a3db7142-7b10-4d29-addc-e71f683adba3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvbnNTdGF0dXMvYTNkYjcxNDItN2IxMC00ZDI5LWFkZGMtZTcxZjY4M2FkYmEzP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2e860e3-f274-4c62-9d1a-64f9c877924c" - ], - "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110", - "48759c40-8866-4fca-8d66-d28e1c166110" - ], - "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" - ], - "x-ms-correlation-request-id": [ - "b2e860e3-f274-4c62-9d1a-64f9c877924c" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022308Z:b2e860e3-f274-4c62-9d1a-64f9c877924c" - ], - "Date": [ - "Tue, 16 Feb 2021 02:23:08 GMT" - ], - "Content-Length": [ - "304" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"a3db7142-7b10-4d29-addc-e71f683adba3\",\r\n \"name\": \"a3db7142-7b10-4d29-addc-e71f683adba3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:22:07.1798142Z\",\r\n \"endTime\": \"2021-02-16T02:22:07.1798142Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a3db7142-7b10-4d29-addc-e71f683adba3\"\r\n }\r\n}", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/a3db7142-7b10-4d29-addc-e71f683adba3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvblJlc3VsdHMvYTNkYjcxNDItN2IxMC00ZDI5LWFkZGMtZTcxZjY4M2FkYmEzP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/3bc06a92-131a-42c7-afd9-0660926ae52b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvbnNTdGF0dXMvM2JjMDZhOTItMTMxYS00MmM3LWFmZDktMDY2MDkyNmFlNTJiP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3871,25 +4706,22 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/a3db7142-7b10-4d29-addc-e71f683adba3?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "cd298940-7bfd-4dd3-9eff-64b80db7b657" + "21192876-3aea-4e11-9c7d-07b757fee13e" ], "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110", - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4", + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], @@ -3897,41 +4729,41 @@ "149" ], "x-ms-correlation-request-id": [ - "cd298940-7bfd-4dd3-9eff-64b80db7b657" + "21192876-3aea-4e11-9c7d-07b757fee13e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022308Z:cd298940-7bfd-4dd3-9eff-64b80db7b657" + "SOUTHINDIA:20210518T141606Z:21192876-3aea-4e11-9c7d-07b757fee13e" ], "Date": [ - "Tue, 16 Feb 2021 02:23:08 GMT" + "Tue, 18 May 2021 14:16:05 GMT" + ], + "Content-Length": [ + "304" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"3bc06a92-131a-42c7-afd9-0660926ae52b\",\r\n \"name\": \"3bc06a92-131a-42c7-afd9-0660926ae52b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:15:05.3620866Z\",\r\n \"endTime\": \"2021-05-18T14:15:05.3620866Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"3bc06a92-131a-42c7-afd9-0660926ae52b\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a3db7142-7b10-4d29-addc-e71f683adba3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hM2RiNzE0Mi03YjEwLTRkMjktYWRkYy1lNzFmNjgzYWRiYTM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/3bc06a92-131a-42c7-afd9-0660926ae52b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvblJlc3VsdHMvM2JjMDZhOTItMTMxYS00MmM3LWFmZDktMDY2MDkyNmFlNTJiP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110" - ], - "Accept-Language": [ - "en-US" + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3941,67 +4773,67 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/3bc06a92-131a-42c7-afd9-0660926ae52b?api-version=2021-03-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "dc64ab65-7b71-4fcd-94b9-97e0a58c19ec" + "0e3cc57f-8a0e-4b98-b863-7c071585964c" ], "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110", - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4", + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-IIS/10.0" - ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "149" ], "x-ms-correlation-request-id": [ - "dc64ab65-7b71-4fcd-94b9-97e0a58c19ec" + "0e3cc57f-8a0e-4b98-b863-7c071585964c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022308Z:dc64ab65-7b71-4fcd-94b9-97e0a58c19ec" + "SOUTHINDIA:20210518T141606Z:0e3cc57f-8a0e-4b98-b863-7c071585964c" ], "Date": [ - "Tue, 16 Feb 2021 02:23:08 GMT" - ], - "Content-Length": [ - "304" + "Tue, 18 May 2021 14:16:05 GMT" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a3db7142-7b10-4d29-addc-e71f683adba3\",\r\n \"name\": \"a3db7142-7b10-4d29-addc-e71f683adba3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:22:07.1798142Z\",\r\n \"endTime\": \"2021-02-16T02:22:07.1798142Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a3db7142-7b10-4d29-addc-e71f683adba3\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a3db7142-7b10-4d29-addc-e71f683adba3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hM2RiNzE0Mi03YjEwLTRkMjktYWRkYy1lNzFmNjgzYWRiYTM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/3bc06a92-131a-42c7-afd9-0660926ae52b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zYmMwNmE5Mi0xMzFhLTQyYzctYWZkOS0wNjYwOTI2YWU1MmI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4015,11 +4847,11 @@ "nosniff" ], "x-ms-request-id": [ - "97f8f6a4-56b9-4dbe-8a53-03a2d42a282d" + "4cdbaad0-f7f6-42fd-b219-dd0e1a5aab40" ], "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110", - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4", + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4031,16 +4863,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "135" ], "x-ms-correlation-request-id": [ - "97f8f6a4-56b9-4dbe-8a53-03a2d42a282d" + "4cdbaad0-f7f6-42fd-b219-dd0e1a5aab40" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022308Z:97f8f6a4-56b9-4dbe-8a53-03a2d42a282d" + "SOUTHINDIA:20210518T141606Z:4cdbaad0-f7f6-42fd-b219-dd0e1a5aab40" ], "Date": [ - "Tue, 16 Feb 2021 02:23:08 GMT" + "Tue, 18 May 2021 14:16:06 GMT" ], "Content-Length": [ "304" @@ -4052,26 +4884,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a3db7142-7b10-4d29-addc-e71f683adba3\",\r\n \"name\": \"a3db7142-7b10-4d29-addc-e71f683adba3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:22:07.1798142Z\",\r\n \"endTime\": \"2021-02-16T02:22:07.1798142Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a3db7142-7b10-4d29-addc-e71f683adba3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"3bc06a92-131a-42c7-afd9-0660926ae52b\",\r\n \"name\": \"3bc06a92-131a-42c7-afd9-0660926ae52b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:15:05.3620866Z\",\r\n \"endTime\": \"2021-05-18T14:15:05.3620866Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"3bc06a92-131a-42c7-afd9-0660926ae52b\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a3db7142-7b10-4d29-addc-e71f683adba3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9hM2RiNzE0Mi03YjEwLTRkMjktYWRkYy1lNzFmNjgzYWRiYTM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/3bc06a92-131a-42c7-afd9-0660926ae52b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zYmMwNmE5Mi0xMzFhLTQyYzctYWZkOS0wNjYwOTI2YWU1MmI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4081,40 +4913,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f76d2ee9-a321-4636-a00f-2a4e297057c7" + "8bf63ee7-53fc-4c4a-b85e-e74dcdd20175" ], "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110", - "48759c40-8866-4fca-8d66-d28e1c166110" - ], - "X-Powered-By": [ - "ASP.NET" + "3648667f-5424-4ccc-a9bb-329a2c5219b4", + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "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" + "134" ], "x-ms-correlation-request-id": [ - "f76d2ee9-a321-4636-a00f-2a4e297057c7" + "8bf63ee7-53fc-4c4a-b85e-e74dcdd20175" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022308Z:f76d2ee9-a321-4636-a00f-2a4e297057c7" + "SOUTHINDIA:20210518T141606Z:8bf63ee7-53fc-4c4a-b85e-e74dcdd20175" ], "Date": [ - "Tue, 16 Feb 2021 02:23:08 GMT" + "Tue, 18 May 2021 14:16:06 GMT" ], "Content-Length": [ - "1025" + "304" ], "Content-Type": [ "application/json" @@ -4123,26 +4954,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a3db7142-7b10-4d29-addc-e71f683adba3\",\r\n \"name\": \"a3db7142-7b10-4d29-addc-e71f683adba3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT1M1.6424267S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"Job Type\": \"Recovering to the original file share\",\r\n \"RestoreDestination\": \"pstestsa8895/fs1/\",\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"Number Of Restored Files\": \"0\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:22:07.1798142Z\",\r\n \"activityId\": \"48759c40-8866-4fca-8d66-d28e1c166110\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"3bc06a92-131a-42c7-afd9-0660926ae52b\",\r\n \"name\": \"3bc06a92-131a-42c7-afd9-0660926ae52b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:15:05.3620866Z\",\r\n \"endTime\": \"2021-05-18T14:15:05.3620866Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"3bc06a92-131a-42c7-afd9-0660926ae52b\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a3db7142-7b10-4d29-addc-e71f683adba3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9hM2RiNzE0Mi03YjEwLTRkMjktYWRkYy1lNzFmNjgzYWRiYTM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/3bc06a92-131a-42c7-afd9-0660926ae52b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8zYmMwNmE5Mi0xMzFhLTQyYzctYWZkOS0wNjYwOTI2YWU1MmI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4160,11 +4991,11 @@ "nosniff" ], "x-ms-request-id": [ - "bd88d6a4-2e9e-4006-994b-6c63413c9a39" + "77011eaa-9f80-479a-a21f-0e174d4a9c25" ], "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110", - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4", + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "X-Powered-By": [ "ASP.NET" @@ -4173,19 +5004,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "146" ], "x-ms-correlation-request-id": [ - "bd88d6a4-2e9e-4006-994b-6c63413c9a39" + "77011eaa-9f80-479a-a21f-0e174d4a9c25" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022309Z:bd88d6a4-2e9e-4006-994b-6c63413c9a39" + "SOUTHINDIA:20210518T141607Z:77011eaa-9f80-479a-a21f-0e174d4a9c25" ], "Date": [ - "Tue, 16 Feb 2021 02:23:09 GMT" + "Tue, 18 May 2021 14:16:06 GMT" ], "Content-Length": [ - "1025" + "1114" ], "Content-Type": [ "application/json" @@ -4194,26 +5025,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a3db7142-7b10-4d29-addc-e71f683adba3\",\r\n \"name\": \"a3db7142-7b10-4d29-addc-e71f683adba3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT1M1.8983841S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"Job Type\": \"Recovering to the original file share\",\r\n \"RestoreDestination\": \"pstestsa8895/fs1/\",\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"Number Of Restored Files\": \"0\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:22:07.1798142Z\",\r\n \"activityId\": \"48759c40-8866-4fca-8d66-d28e1c166110\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/3bc06a92-131a-42c7-afd9-0660926ae52b\",\r\n \"name\": \"3bc06a92-131a-42c7-afd9-0660926ae52b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT50.5186683S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"5/18/2021 2:15:00 PM\",\r\n \"Job Type\": \"Recovering to the original file share\",\r\n \"RestoreDestination\": \"pstestsa8895/fs1/\",\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"Number Of Restored Files\": \"2\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:15:05.3620866Z\",\r\n \"endTime\": \"2021-05-18T14:15:55.8807549Z\",\r\n \"activityId\": \"3648667f-5424-4ccc-a9bb-329a2c5219b4\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a3db7142-7b10-4d29-addc-e71f683adba3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9hM2RiNzE0Mi03YjEwLTRkMjktYWRkYy1lNzFmNjgzYWRiYTM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/3bc06a92-131a-42c7-afd9-0660926ae52b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8zYmMwNmE5Mi0xMzFhLTQyYzctYWZkOS0wNjYwOTI2YWU1MmI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4231,11 +5062,11 @@ "nosniff" ], "x-ms-request-id": [ - "91799bfc-a13d-49b8-b017-d043fd8d7e29" + "45de5029-c48f-4625-904e-a5844731b1cd" ], "x-ms-client-request-id": [ - "48759c40-8866-4fca-8d66-d28e1c166110", - "48759c40-8866-4fca-8d66-d28e1c166110" + "3648667f-5424-4ccc-a9bb-329a2c5219b4", + "3648667f-5424-4ccc-a9bb-329a2c5219b4" ], "X-Powered-By": [ "ASP.NET" @@ -4244,19 +5075,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "145" ], "x-ms-correlation-request-id": [ - "91799bfc-a13d-49b8-b017-d043fd8d7e29" + "45de5029-c48f-4625-904e-a5844731b1cd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022409Z:91799bfc-a13d-49b8-b017-d043fd8d7e29" + "SOUTHINDIA:20210518T141607Z:45de5029-c48f-4625-904e-a5844731b1cd" ], "Date": [ - "Tue, 16 Feb 2021 02:24:09 GMT" + "Tue, 18 May 2021 14:16:06 GMT" ], "Content-Length": [ - "1116" + "1114" ], "Content-Type": [ "application/json" @@ -4265,23 +5096,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a3db7142-7b10-4d29-addc-e71f683adba3\",\r\n \"name\": \"a3db7142-7b10-4d29-addc-e71f683adba3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT1M10.8041412S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"2/16/2021 2:21:56 AM\",\r\n \"Job Type\": \"Recovering to the original file share\",\r\n \"RestoreDestination\": \"pstestsa8895/fs1/\",\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"Number Of Restored Files\": \"2\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:22:07.1798142Z\",\r\n \"endTime\": \"2021-02-16T02:23:17.9839554Z\",\r\n \"activityId\": \"48759c40-8866-4fca-8d66-d28e1c166110\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/3bc06a92-131a-42c7-afd9-0660926ae52b\",\r\n \"name\": \"3bc06a92-131a-42c7-afd9-0660926ae52b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT50.5186683S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"5/18/2021 2:15:00 PM\",\r\n \"Job Type\": \"Recovering to the original file share\",\r\n \"RestoreDestination\": \"pstestsa8895/fs1/\",\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"Number Of Restored Files\": \"2\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:15:05.3620866Z\",\r\n \"endTime\": \"2021-05-18T14:15:55.8807549Z\",\r\n \"activityId\": \"3648667f-5424-4ccc-a9bb-329a2c5219b4\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/89b6e5ec-7772-495d-bc6f-e8c28f15e07c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvbnNTdGF0dXMvODliNmU1ZWMtNzc3Mi00OTVkLWJjNmYtZThjMjhmMTVlMDdjP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/16a3821c-c447-4cc3-98dd-bac312a83e66?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvbnNTdGF0dXMvMTZhMzgyMWMtYzQ0Ny00Y2MzLTk4ZGQtYmFjMzEyYTgzZTY2P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4295,11 +5126,11 @@ "nosniff" ], "x-ms-request-id": [ - "d4b93402-a189-4c5c-b356-61c18d031fec" + "929de056-92ef-4133-9957-8609cdcc9238" ], "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6", - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf", + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4314,13 +5145,13 @@ "148" ], "x-ms-correlation-request-id": [ - "d4b93402-a189-4c5c-b356-61c18d031fec" + "929de056-92ef-4133-9957-8609cdcc9238" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022511Z:d4b93402-a189-4c5c-b356-61c18d031fec" + "SOUTHINDIA:20210518T141708Z:929de056-92ef-4133-9957-8609cdcc9238" ], "Date": [ - "Tue, 16 Feb 2021 02:25:10 GMT" + "Tue, 18 May 2021 14:17:07 GMT" ], "Content-Length": [ "304" @@ -4332,23 +5163,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"89b6e5ec-7772-495d-bc6f-e8c28f15e07c\",\r\n \"name\": \"89b6e5ec-7772-495d-bc6f-e8c28f15e07c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:24:10.4449625Z\",\r\n \"endTime\": \"2021-02-16T02:24:10.4449625Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"89b6e5ec-7772-495d-bc6f-e8c28f15e07c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"16a3821c-c447-4cc3-98dd-bac312a83e66\",\r\n \"name\": \"16a3821c-c447-4cc3-98dd-bac312a83e66\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:16:07.9015767Z\",\r\n \"endTime\": \"2021-05-18T14:16:07.9015767Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"16a3821c-c447-4cc3-98dd-bac312a83e66\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/89b6e5ec-7772-495d-bc6f-e8c28f15e07c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvblJlc3VsdHMvODliNmU1ZWMtNzc3Mi00OTVkLWJjNmYtZThjMjhmMTVlMDdjP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/16a3821c-c447-4cc3-98dd-bac312a83e66?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvblJlc3VsdHMvMTZhMzgyMWMtYzQ0Ny00Y2MzLTk4ZGQtYmFjMzEyYTgzZTY2P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4362,17 +5193,17 @@ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/89b6e5ec-7772-495d-bc6f-e8c28f15e07c?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/16a3821c-c447-4cc3-98dd-bac312a83e66?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "52db2507-63aa-4864-8549-e36194c1c090" + "d396af42-c791-40d0-b97f-64dd718ec4f5" ], "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6", - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf", + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4384,13 +5215,13 @@ "148" ], "x-ms-correlation-request-id": [ - "52db2507-63aa-4864-8549-e36194c1c090" + "d396af42-c791-40d0-b97f-64dd718ec4f5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022511Z:52db2507-63aa-4864-8549-e36194c1c090" + "SOUTHINDIA:20210518T141708Z:d396af42-c791-40d0-b97f-64dd718ec4f5" ], "Date": [ - "Tue, 16 Feb 2021 02:25:10 GMT" + "Tue, 18 May 2021 14:17:07 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4403,22 +5234,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/89b6e5ec-7772-495d-bc6f-e8c28f15e07c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84OWI2ZTVlYy03NzcyLTQ5NWQtYmM2Zi1lOGMyOGYxNWUwN2M/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/16a3821c-c447-4cc3-98dd-bac312a83e66?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xNmEzODIxYy1jNDQ3LTRjYzMtOThkZC1iYWMzMTJhODNlNjY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4432,11 +5263,11 @@ "nosniff" ], "x-ms-request-id": [ - "bf592d22-bc0f-4201-a07e-4464e438199d" + "34a30325-66ac-4241-87d1-948b66fdfb85" ], "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6", - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf", + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4448,16 +5279,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "133" ], "x-ms-correlation-request-id": [ - "bf592d22-bc0f-4201-a07e-4464e438199d" + "34a30325-66ac-4241-87d1-948b66fdfb85" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022511Z:bf592d22-bc0f-4201-a07e-4464e438199d" + "SOUTHINDIA:20210518T141708Z:34a30325-66ac-4241-87d1-948b66fdfb85" ], "Date": [ - "Tue, 16 Feb 2021 02:25:10 GMT" + "Tue, 18 May 2021 14:17:07 GMT" ], "Content-Length": [ "304" @@ -4469,26 +5300,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"89b6e5ec-7772-495d-bc6f-e8c28f15e07c\",\r\n \"name\": \"89b6e5ec-7772-495d-bc6f-e8c28f15e07c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:24:10.4449625Z\",\r\n \"endTime\": \"2021-02-16T02:24:10.4449625Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"89b6e5ec-7772-495d-bc6f-e8c28f15e07c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"16a3821c-c447-4cc3-98dd-bac312a83e66\",\r\n \"name\": \"16a3821c-c447-4cc3-98dd-bac312a83e66\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:16:07.9015767Z\",\r\n \"endTime\": \"2021-05-18T14:16:07.9015767Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"16a3821c-c447-4cc3-98dd-bac312a83e66\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/89b6e5ec-7772-495d-bc6f-e8c28f15e07c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84OWI2ZTVlYy03NzcyLTQ5NWQtYmM2Zi1lOGMyOGYxNWUwN2M/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/16a3821c-c447-4cc3-98dd-bac312a83e66?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8xNmEzODIxYy1jNDQ3LTRjYzMtOThkZC1iYWMzMTJhODNlNjY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4502,11 +5333,11 @@ "nosniff" ], "x-ms-request-id": [ - "f9ac967c-7cb6-4743-8284-d9af40971737" + "dc524a09-c4e4-43d3-bd26-56d37e43131b" ], "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6", - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf", + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4518,16 +5349,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "132" ], "x-ms-correlation-request-id": [ - "f9ac967c-7cb6-4743-8284-d9af40971737" + "dc524a09-c4e4-43d3-bd26-56d37e43131b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022511Z:f9ac967c-7cb6-4743-8284-d9af40971737" + "SOUTHINDIA:20210518T141709Z:dc524a09-c4e4-43d3-bd26-56d37e43131b" ], "Date": [ - "Tue, 16 Feb 2021 02:25:11 GMT" + "Tue, 18 May 2021 14:17:08 GMT" ], "Content-Length": [ "304" @@ -4539,26 +5370,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"89b6e5ec-7772-495d-bc6f-e8c28f15e07c\",\r\n \"name\": \"89b6e5ec-7772-495d-bc6f-e8c28f15e07c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:24:10.4449625Z\",\r\n \"endTime\": \"2021-02-16T02:24:10.4449625Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"89b6e5ec-7772-495d-bc6f-e8c28f15e07c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"16a3821c-c447-4cc3-98dd-bac312a83e66\",\r\n \"name\": \"16a3821c-c447-4cc3-98dd-bac312a83e66\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:16:07.9015767Z\",\r\n \"endTime\": \"2021-05-18T14:16:07.9015767Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"16a3821c-c447-4cc3-98dd-bac312a83e66\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/89b6e5ec-7772-495d-bc6f-e8c28f15e07c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy84OWI2ZTVlYy03NzcyLTQ5NWQtYmM2Zi1lOGMyOGYxNWUwN2M/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/16a3821c-c447-4cc3-98dd-bac312a83e66?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8xNmEzODIxYy1jNDQ3LTRjYzMtOThkZC1iYWMzMTJhODNlNjY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4576,11 +5407,11 @@ "nosniff" ], "x-ms-request-id": [ - "d8e08d9a-d4f6-4cb4-ab6c-306ac9321d7d" + "c2048fcc-9290-48de-afc4-c066e6fddcd5" ], "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6", - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf", + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "X-Powered-By": [ "ASP.NET" @@ -4589,19 +5420,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "144" ], "x-ms-correlation-request-id": [ - "d8e08d9a-d4f6-4cb4-ab6c-306ac9321d7d" + "c2048fcc-9290-48de-afc4-c066e6fddcd5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022512Z:d8e08d9a-d4f6-4cb4-ab6c-306ac9321d7d" + "SOUTHINDIA:20210518T141709Z:c2048fcc-9290-48de-afc4-c066e6fddcd5" ], "Date": [ - "Tue, 16 Feb 2021 02:25:11 GMT" + "Tue, 18 May 2021 14:17:08 GMT" ], "Content-Length": [ - "1219" + "1218" ], "Content-Type": [ "application/json" @@ -4610,26 +5441,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/89b6e5ec-7772-495d-bc6f-e8c28f15e07c\",\r\n \"name\": \"89b6e5ec-7772-495d-bc6f-e8c28f15e07c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT55.2219492S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"2/16/2021 2:21:56 AM\",\r\n \"Target File Share Name\": \"fs1\",\r\n \"Target Storage Account Name\": \"pstesttargetsa8896\",\r\n \"Job Type\": \"Recover to an alternate file share\",\r\n \"RestoreDestination\": \"pstesttargetsa8896/fs1/pstestfolder3rty7d7s\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"1\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:24:10.4449625Z\",\r\n \"endTime\": \"2021-02-16T02:25:05.6669117Z\",\r\n \"activityId\": \"03d3aad9-fb28-4bdd-924b-68f63e7424a6\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/16a3821c-c447-4cc3-98dd-bac312a83e66\",\r\n \"name\": \"16a3821c-c447-4cc3-98dd-bac312a83e66\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT34.0531313S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"5/18/2021 2:15:00 PM\",\r\n \"Target File Share Name\": \"fs1\",\r\n \"Target Storage Account Name\": \"pstesttargetsa8896\",\r\n \"Job Type\": \"Recover to an alternate file share\",\r\n \"RestoreDestination\": \"pstesttargetsa8896/fs1/pstestfolder3rty7d7s\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"1\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:16:07.9015767Z\",\r\n \"endTime\": \"2021-05-18T14:16:41.954708Z\",\r\n \"activityId\": \"ac8b0097-f6b4-47ad-af01-2763736dceaf\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/89b6e5ec-7772-495d-bc6f-e8c28f15e07c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy84OWI2ZTVlYy03NzcyLTQ5NWQtYmM2Zi1lOGMyOGYxNWUwN2M/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/16a3821c-c447-4cc3-98dd-bac312a83e66?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8xNmEzODIxYy1jNDQ3LTRjYzMtOThkZC1iYWMzMTJhODNlNjY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4647,11 +5478,11 @@ "nosniff" ], "x-ms-request-id": [ - "52edb833-a8d8-4a16-887b-72ad05e7745e" + "044061ca-e2c8-4847-9175-526a70a132b9" ], "x-ms-client-request-id": [ - "03d3aad9-fb28-4bdd-924b-68f63e7424a6", - "03d3aad9-fb28-4bdd-924b-68f63e7424a6" + "ac8b0097-f6b4-47ad-af01-2763736dceaf", + "ac8b0097-f6b4-47ad-af01-2763736dceaf" ], "X-Powered-By": [ "ASP.NET" @@ -4660,19 +5491,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "143" ], "x-ms-correlation-request-id": [ - "52edb833-a8d8-4a16-887b-72ad05e7745e" + "044061ca-e2c8-4847-9175-526a70a132b9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022512Z:52edb833-a8d8-4a16-887b-72ad05e7745e" + "SOUTHINDIA:20210518T141709Z:044061ca-e2c8-4847-9175-526a70a132b9" ], "Date": [ - "Tue, 16 Feb 2021 02:25:11 GMT" + "Tue, 18 May 2021 14:17:08 GMT" ], "Content-Length": [ - "1219" + "1218" ], "Content-Type": [ "application/json" @@ -4681,23 +5512,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/89b6e5ec-7772-495d-bc6f-e8c28f15e07c\",\r\n \"name\": \"89b6e5ec-7772-495d-bc6f-e8c28f15e07c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT55.2219492S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"2/16/2021 2:21:56 AM\",\r\n \"Target File Share Name\": \"fs1\",\r\n \"Target Storage Account Name\": \"pstesttargetsa8896\",\r\n \"Job Type\": \"Recover to an alternate file share\",\r\n \"RestoreDestination\": \"pstesttargetsa8896/fs1/pstestfolder3rty7d7s\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"1\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:24:10.4449625Z\",\r\n \"endTime\": \"2021-02-16T02:25:05.6669117Z\",\r\n \"activityId\": \"03d3aad9-fb28-4bdd-924b-68f63e7424a6\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/16a3821c-c447-4cc3-98dd-bac312a83e66\",\r\n \"name\": \"16a3821c-c447-4cc3-98dd-bac312a83e66\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT34.0531313S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"5/18/2021 2:15:00 PM\",\r\n \"Target File Share Name\": \"fs1\",\r\n \"Target Storage Account Name\": \"pstesttargetsa8896\",\r\n \"Job Type\": \"Recover to an alternate file share\",\r\n \"RestoreDestination\": \"pstesttargetsa8896/fs1/pstestfolder3rty7d7s\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"1\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:16:07.9015767Z\",\r\n \"endTime\": \"2021-05-18T14:16:41.954708Z\",\r\n \"activityId\": \"ac8b0097-f6b4-47ad-af01-2763736dceaf\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/37ebcce5-6876-4d63-b239-fabefc3156dd?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvbnNTdGF0dXMvMzdlYmNjZTUtNjg3Ni00ZDYzLWIyMzktZmFiZWZjMzE1NmRkP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/23cd6571-200e-422b-b594-f4439de06660?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvbnNTdGF0dXMvMjNjZDY1NzEtMjAwZS00MjJiLWI1OTQtZjQ0MzlkZTA2NjYwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4711,11 +5542,11 @@ "nosniff" ], "x-ms-request-id": [ - "c708092c-931a-40c9-8a70-6d206bbb30de" + "bdf74ac4-bd80-4fce-9f56-09b0ecbe8176" ], "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea", - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91", + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4730,13 +5561,13 @@ "147" ], "x-ms-correlation-request-id": [ - "c708092c-931a-40c9-8a70-6d206bbb30de" + "bdf74ac4-bd80-4fce-9f56-09b0ecbe8176" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022614Z:c708092c-931a-40c9-8a70-6d206bbb30de" + "SOUTHINDIA:20210518T141810Z:bdf74ac4-bd80-4fce-9f56-09b0ecbe8176" ], "Date": [ - "Tue, 16 Feb 2021 02:26:14 GMT" + "Tue, 18 May 2021 14:18:10 GMT" ], "Content-Length": [ "304" @@ -4748,23 +5579,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"37ebcce5-6876-4d63-b239-fabefc3156dd\",\r\n \"name\": \"37ebcce5-6876-4d63-b239-fabefc3156dd\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:25:12.9375472Z\",\r\n \"endTime\": \"2021-02-16T02:25:12.9375472Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"37ebcce5-6876-4d63-b239-fabefc3156dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"23cd6571-200e-422b-b594-f4439de06660\",\r\n \"name\": \"23cd6571-200e-422b-b594-f4439de06660\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:17:10.0499779Z\",\r\n \"endTime\": \"2021-05-18T14:17:10.0499779Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"23cd6571-200e-422b-b594-f4439de06660\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/37ebcce5-6876-4d63-b239-fabefc3156dd?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvblJlc3VsdHMvMzdlYmNjZTUtNjg3Ni00ZDYzLWIyMzktZmFiZWZjMzE1NmRkP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/23cd6571-200e-422b-b594-f4439de06660?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvblJlc3VsdHMvMjNjZDY1NzEtMjAwZS00MjJiLWI1OTQtZjQ0MzlkZTA2NjYwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4778,17 +5609,17 @@ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/37ebcce5-6876-4d63-b239-fabefc3156dd?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/23cd6571-200e-422b-b594-f4439de06660?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "a4f0515b-b423-4e73-855e-651851dd6d38" + "eb9cb38d-f7bc-4bf6-9f64-4ba850f7d10d" ], "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea", - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91", + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4800,13 +5631,13 @@ "147" ], "x-ms-correlation-request-id": [ - "a4f0515b-b423-4e73-855e-651851dd6d38" + "eb9cb38d-f7bc-4bf6-9f64-4ba850f7d10d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022614Z:a4f0515b-b423-4e73-855e-651851dd6d38" + "SOUTHINDIA:20210518T141811Z:eb9cb38d-f7bc-4bf6-9f64-4ba850f7d10d" ], "Date": [ - "Tue, 16 Feb 2021 02:26:14 GMT" + "Tue, 18 May 2021 14:18:10 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4819,22 +5650,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/37ebcce5-6876-4d63-b239-fabefc3156dd?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zN2ViY2NlNS02ODc2LTRkNjMtYjIzOS1mYWJlZmMzMTU2ZGQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/23cd6571-200e-422b-b594-f4439de06660?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8yM2NkNjU3MS0yMDBlLTQyMmItYjU5NC1mNDQzOWRlMDY2NjA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4848,11 +5679,11 @@ "nosniff" ], "x-ms-request-id": [ - "e8641d08-958e-4ca9-b734-5219a89b2d1d" + "87b34039-af0e-4054-a971-228eeead043c" ], "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea", - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91", + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4864,16 +5695,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "131" ], "x-ms-correlation-request-id": [ - "e8641d08-958e-4ca9-b734-5219a89b2d1d" + "87b34039-af0e-4054-a971-228eeead043c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022614Z:e8641d08-958e-4ca9-b734-5219a89b2d1d" + "SOUTHINDIA:20210518T141811Z:87b34039-af0e-4054-a971-228eeead043c" ], "Date": [ - "Tue, 16 Feb 2021 02:26:14 GMT" + "Tue, 18 May 2021 14:18:10 GMT" ], "Content-Length": [ "304" @@ -4885,26 +5716,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"37ebcce5-6876-4d63-b239-fabefc3156dd\",\r\n \"name\": \"37ebcce5-6876-4d63-b239-fabefc3156dd\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:25:12.9375472Z\",\r\n \"endTime\": \"2021-02-16T02:25:12.9375472Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"37ebcce5-6876-4d63-b239-fabefc3156dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"23cd6571-200e-422b-b594-f4439de06660\",\r\n \"name\": \"23cd6571-200e-422b-b594-f4439de06660\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:17:10.0499779Z\",\r\n \"endTime\": \"2021-05-18T14:17:10.0499779Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"23cd6571-200e-422b-b594-f4439de06660\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/37ebcce5-6876-4d63-b239-fabefc3156dd?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zN2ViY2NlNS02ODc2LTRkNjMtYjIzOS1mYWJlZmMzMTU2ZGQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/23cd6571-200e-422b-b594-f4439de06660?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8yM2NkNjU3MS0yMDBlLTQyMmItYjU5NC1mNDQzOWRlMDY2NjA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4918,11 +5749,11 @@ "nosniff" ], "x-ms-request-id": [ - "4349e23e-77b8-482f-bf05-0389cab625d7" + "f162a021-a1ed-49e8-8a0b-b16306724c94" ], "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea", - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91", + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4934,16 +5765,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "130" ], "x-ms-correlation-request-id": [ - "4349e23e-77b8-482f-bf05-0389cab625d7" + "f162a021-a1ed-49e8-8a0b-b16306724c94" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022614Z:4349e23e-77b8-482f-bf05-0389cab625d7" + "SOUTHINDIA:20210518T141811Z:f162a021-a1ed-49e8-8a0b-b16306724c94" ], "Date": [ - "Tue, 16 Feb 2021 02:26:14 GMT" + "Tue, 18 May 2021 14:18:10 GMT" ], "Content-Length": [ "304" @@ -4955,26 +5786,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"37ebcce5-6876-4d63-b239-fabefc3156dd\",\r\n \"name\": \"37ebcce5-6876-4d63-b239-fabefc3156dd\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:25:12.9375472Z\",\r\n \"endTime\": \"2021-02-16T02:25:12.9375472Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"37ebcce5-6876-4d63-b239-fabefc3156dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"23cd6571-200e-422b-b594-f4439de06660\",\r\n \"name\": \"23cd6571-200e-422b-b594-f4439de06660\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:17:10.0499779Z\",\r\n \"endTime\": \"2021-05-18T14:17:10.0499779Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"23cd6571-200e-422b-b594-f4439de06660\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/37ebcce5-6876-4d63-b239-fabefc3156dd?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8zN2ViY2NlNS02ODc2LTRkNjMtYjIzOS1mYWJlZmMzMTU2ZGQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/23cd6571-200e-422b-b594-f4439de06660?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8yM2NkNjU3MS0yMDBlLTQyMmItYjU5NC1mNDQzOWRlMDY2NjA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4992,11 +5823,11 @@ "nosniff" ], "x-ms-request-id": [ - "874ef642-9492-4625-b620-6fdd6b30765b" + "afefc899-b980-4d03-b042-b3bd598d5291" ], "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea", - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91", + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "X-Powered-By": [ "ASP.NET" @@ -5005,16 +5836,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "142" ], "x-ms-correlation-request-id": [ - "874ef642-9492-4625-b620-6fdd6b30765b" + "afefc899-b980-4d03-b042-b3bd598d5291" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022615Z:874ef642-9492-4625-b620-6fdd6b30765b" + "SOUTHINDIA:20210518T141811Z:afefc899-b980-4d03-b042-b3bd598d5291" ], "Date": [ - "Tue, 16 Feb 2021 02:26:14 GMT" + "Tue, 18 May 2021 14:18:11 GMT" ], "Content-Length": [ "1219" @@ -5026,26 +5857,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/37ebcce5-6876-4d63-b239-fabefc3156dd\",\r\n \"name\": \"37ebcce5-6876-4d63-b239-fabefc3156dd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT33.6383095S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"2/16/2021 2:21:56 AM\",\r\n \"Target File Share Name\": \"fs1\",\r\n \"Target Storage Account Name\": \"pstesttargetsa8896\",\r\n \"Job Type\": \"Recover to an alternate file share\",\r\n \"RestoreDestination\": \"pstesttargetsa8896/fs1/pstestfolder3rty7d7s\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"3\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:25:12.9375472Z\",\r\n \"endTime\": \"2021-02-16T02:25:46.5758567Z\",\r\n \"activityId\": \"9ecca878-e724-4c80-aec9-d4b65fe4f7ea\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/23cd6571-200e-422b-b594-f4439de06660\",\r\n \"name\": \"23cd6571-200e-422b-b594-f4439de06660\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT33.8124587S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"5/18/2021 2:15:00 PM\",\r\n \"Target File Share Name\": \"fs1\",\r\n \"Target Storage Account Name\": \"pstesttargetsa8896\",\r\n \"Job Type\": \"Recover to an alternate file share\",\r\n \"RestoreDestination\": \"pstesttargetsa8896/fs1/pstestfolder3rty7d7s\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"3\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:17:10.0499779Z\",\r\n \"endTime\": \"2021-05-18T14:17:43.8624366Z\",\r\n \"activityId\": \"61c3c041-b0f0-4d84-8ca7-492678b35b91\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/37ebcce5-6876-4d63-b239-fabefc3156dd?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8zN2ViY2NlNS02ODc2LTRkNjMtYjIzOS1mYWJlZmMzMTU2ZGQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/23cd6571-200e-422b-b594-f4439de06660?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8yM2NkNjU3MS0yMDBlLTQyMmItYjU5NC1mNDQzOWRlMDY2NjA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5063,11 +5894,11 @@ "nosniff" ], "x-ms-request-id": [ - "7bd581e8-b024-41bd-8ab2-6596a7015bfb" + "d9cffcb1-aa37-456d-92e4-3b7b62364441" ], "x-ms-client-request-id": [ - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea", - "9ecca878-e724-4c80-aec9-d4b65fe4f7ea" + "61c3c041-b0f0-4d84-8ca7-492678b35b91", + "61c3c041-b0f0-4d84-8ca7-492678b35b91" ], "X-Powered-By": [ "ASP.NET" @@ -5076,16 +5907,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "141" ], "x-ms-correlation-request-id": [ - "7bd581e8-b024-41bd-8ab2-6596a7015bfb" + "d9cffcb1-aa37-456d-92e4-3b7b62364441" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022615Z:7bd581e8-b024-41bd-8ab2-6596a7015bfb" + "SOUTHINDIA:20210518T141811Z:d9cffcb1-aa37-456d-92e4-3b7b62364441" ], "Date": [ - "Tue, 16 Feb 2021 02:26:15 GMT" + "Tue, 18 May 2021 14:18:11 GMT" ], "Content-Length": [ "1219" @@ -5097,23 +5928,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/37ebcce5-6876-4d63-b239-fabefc3156dd\",\r\n \"name\": \"37ebcce5-6876-4d63-b239-fabefc3156dd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT33.6383095S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"2/16/2021 2:21:56 AM\",\r\n \"Target File Share Name\": \"fs1\",\r\n \"Target Storage Account Name\": \"pstesttargetsa8896\",\r\n \"Job Type\": \"Recover to an alternate file share\",\r\n \"RestoreDestination\": \"pstesttargetsa8896/fs1/pstestfolder3rty7d7s\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"3\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:25:12.9375472Z\",\r\n \"endTime\": \"2021-02-16T02:25:46.5758567Z\",\r\n \"activityId\": \"9ecca878-e724-4c80-aec9-d4b65fe4f7ea\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/23cd6571-200e-422b-b594-f4439de06660\",\r\n \"name\": \"23cd6571-200e-422b-b594-f4439de06660\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT33.8124587S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"5/18/2021 2:15:00 PM\",\r\n \"Target File Share Name\": \"fs1\",\r\n \"Target Storage Account Name\": \"pstesttargetsa8896\",\r\n \"Job Type\": \"Recover to an alternate file share\",\r\n \"RestoreDestination\": \"pstesttargetsa8896/fs1/pstestfolder3rty7d7s\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"3\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:17:10.0499779Z\",\r\n \"endTime\": \"2021-05-18T14:17:43.8624366Z\",\r\n \"activityId\": \"61c3c041-b0f0-4d84-8ca7-492678b35b91\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/cbf141e1-e970-460b-8af3-ed094eec3f05?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvbnNTdGF0dXMvY2JmMTQxZTEtZTk3MC00NjBiLThhZjMtZWQwOTRlZWMzZjA1P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/cd583740-4968-4182-8ea3-512b710a3950?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvbnNTdGF0dXMvY2Q1ODM3NDAtNDk2OC00MTgyLThlYTMtNTEyYjcxMGEzOTUwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5127,11 +5958,11 @@ "nosniff" ], "x-ms-request-id": [ - "59b8145e-e880-4b79-aa52-8fff28b561dd" + "8758b721-67e8-43c7-bb3a-c4c40de27ea5" ], "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc", - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a", + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5146,13 +5977,13 @@ "146" ], "x-ms-correlation-request-id": [ - "59b8145e-e880-4b79-aa52-8fff28b561dd" + "8758b721-67e8-43c7-bb3a-c4c40de27ea5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022716Z:59b8145e-e880-4b79-aa52-8fff28b561dd" + "SOUTHINDIA:20210518T141912Z:8758b721-67e8-43c7-bb3a-c4c40de27ea5" ], "Date": [ - "Tue, 16 Feb 2021 02:27:15 GMT" + "Tue, 18 May 2021 14:19:12 GMT" ], "Content-Length": [ "304" @@ -5164,23 +5995,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"cbf141e1-e970-460b-8af3-ed094eec3f05\",\r\n \"name\": \"cbf141e1-e970-460b-8af3-ed094eec3f05\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:26:15.7933495Z\",\r\n \"endTime\": \"2021-02-16T02:26:15.7933495Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cbf141e1-e970-460b-8af3-ed094eec3f05\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"cd583740-4968-4182-8ea3-512b710a3950\",\r\n \"name\": \"cd583740-4968-4182-8ea3-512b710a3950\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:18:12.1816674Z\",\r\n \"endTime\": \"2021-05-18T14:18:12.1816674Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cd583740-4968-4182-8ea3-512b710a3950\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/cbf141e1-e970-460b-8af3-ed094eec3f05?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvblJlc3VsdHMvY2JmMTQxZTEtZTk3MC00NjBiLThhZjMtZWQwOTRlZWMzZjA1P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/cd583740-4968-4182-8ea3-512b710a3950?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvblJlc3VsdHMvY2Q1ODM3NDAtNDk2OC00MTgyLThlYTMtNTEyYjcxMGEzOTUwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5194,17 +6025,17 @@ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/cbf141e1-e970-460b-8af3-ed094eec3f05?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/cd583740-4968-4182-8ea3-512b710a3950?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d343285c-d780-4f0c-bb83-0ba8600f8a2d" + "6a14109c-0d41-457f-bd81-f6f699c5126f" ], "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc", - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a", + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5216,13 +6047,13 @@ "146" ], "x-ms-correlation-request-id": [ - "d343285c-d780-4f0c-bb83-0ba8600f8a2d" + "6a14109c-0d41-457f-bd81-f6f699c5126f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022716Z:d343285c-d780-4f0c-bb83-0ba8600f8a2d" + "SOUTHINDIA:20210518T141913Z:6a14109c-0d41-457f-bd81-f6f699c5126f" ], "Date": [ - "Tue, 16 Feb 2021 02:27:16 GMT" + "Tue, 18 May 2021 14:19:12 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5235,22 +6066,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/cbf141e1-e970-460b-8af3-ed094eec3f05?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jYmYxNDFlMS1lOTcwLTQ2MGItOGFmMy1lZDA5NGVlYzNmMDU/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/cd583740-4968-4182-8ea3-512b710a3950?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jZDU4Mzc0MC00OTY4LTQxODItOGVhMy01MTJiNzEwYTM5NTA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5264,11 +6095,11 @@ "nosniff" ], "x-ms-request-id": [ - "8aaf3cd1-f21a-4fdf-82b3-dc7a1006833d" + "c424a119-cac8-408f-b355-c1096d570fa0" ], "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc", - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a", + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5280,16 +6111,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "129" ], "x-ms-correlation-request-id": [ - "8aaf3cd1-f21a-4fdf-82b3-dc7a1006833d" + "c424a119-cac8-408f-b355-c1096d570fa0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022716Z:8aaf3cd1-f21a-4fdf-82b3-dc7a1006833d" + "SOUTHINDIA:20210518T141913Z:c424a119-cac8-408f-b355-c1096d570fa0" ], "Date": [ - "Tue, 16 Feb 2021 02:27:16 GMT" + "Tue, 18 May 2021 14:19:12 GMT" ], "Content-Length": [ "304" @@ -5301,26 +6132,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"cbf141e1-e970-460b-8af3-ed094eec3f05\",\r\n \"name\": \"cbf141e1-e970-460b-8af3-ed094eec3f05\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:26:15.7933495Z\",\r\n \"endTime\": \"2021-02-16T02:26:15.7933495Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cbf141e1-e970-460b-8af3-ed094eec3f05\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"cd583740-4968-4182-8ea3-512b710a3950\",\r\n \"name\": \"cd583740-4968-4182-8ea3-512b710a3950\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:18:12.1816674Z\",\r\n \"endTime\": \"2021-05-18T14:18:12.1816674Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cd583740-4968-4182-8ea3-512b710a3950\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/cbf141e1-e970-460b-8af3-ed094eec3f05?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jYmYxNDFlMS1lOTcwLTQ2MGItOGFmMy1lZDA5NGVlYzNmMDU/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/cd583740-4968-4182-8ea3-512b710a3950?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jZDU4Mzc0MC00OTY4LTQxODItOGVhMy01MTJiNzEwYTM5NTA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5334,11 +6165,11 @@ "nosniff" ], "x-ms-request-id": [ - "236b5c46-96ab-405c-b350-d7407e8bc7cc" + "8a50e3b2-cd85-48e6-ba06-07b283b81842" ], "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc", - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a", + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5350,16 +6181,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "128" ], "x-ms-correlation-request-id": [ - "236b5c46-96ab-405c-b350-d7407e8bc7cc" + "8a50e3b2-cd85-48e6-ba06-07b283b81842" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022717Z:236b5c46-96ab-405c-b350-d7407e8bc7cc" + "SOUTHINDIA:20210518T141913Z:8a50e3b2-cd85-48e6-ba06-07b283b81842" ], "Date": [ - "Tue, 16 Feb 2021 02:27:16 GMT" + "Tue, 18 May 2021 14:19:12 GMT" ], "Content-Length": [ "304" @@ -5371,26 +6202,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"cbf141e1-e970-460b-8af3-ed094eec3f05\",\r\n \"name\": \"cbf141e1-e970-460b-8af3-ed094eec3f05\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:26:15.7933495Z\",\r\n \"endTime\": \"2021-02-16T02:26:15.7933495Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cbf141e1-e970-460b-8af3-ed094eec3f05\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"cd583740-4968-4182-8ea3-512b710a3950\",\r\n \"name\": \"cd583740-4968-4182-8ea3-512b710a3950\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:18:12.1816674Z\",\r\n \"endTime\": \"2021-05-18T14:18:12.1816674Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cd583740-4968-4182-8ea3-512b710a3950\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cbf141e1-e970-460b-8af3-ed094eec3f05?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9jYmYxNDFlMS1lOTcwLTQ2MGItOGFmMy1lZDA5NGVlYzNmMDU/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cd583740-4968-4182-8ea3-512b710a3950?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9jZDU4Mzc0MC00OTY4LTQxODItOGVhMy01MTJiNzEwYTM5NTA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5408,11 +6239,11 @@ "nosniff" ], "x-ms-request-id": [ - "17599efa-3310-44bd-b4e6-7ddc3e6100ac" + "a18df0fe-3d73-4927-830b-5cf1b0601f78" ], "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc", - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a", + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "X-Powered-By": [ "ASP.NET" @@ -5421,16 +6252,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "140" ], "x-ms-correlation-request-id": [ - "17599efa-3310-44bd-b4e6-7ddc3e6100ac" + "a18df0fe-3d73-4927-830b-5cf1b0601f78" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022717Z:17599efa-3310-44bd-b4e6-7ddc3e6100ac" + "SOUTHINDIA:20210518T141913Z:a18df0fe-3d73-4927-830b-5cf1b0601f78" ], "Date": [ - "Tue, 16 Feb 2021 02:27:16 GMT" + "Tue, 18 May 2021 14:19:13 GMT" ], "Content-Length": [ "1114" @@ -5442,26 +6273,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cbf141e1-e970-460b-8af3-ed094eec3f05\",\r\n \"name\": \"cbf141e1-e970-460b-8af3-ed094eec3f05\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT33.4794408S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"2/16/2021 2:21:56 AM\",\r\n \"Job Type\": \"Recovering to the original file share\",\r\n \"RestoreDestination\": \"pstestsa8895/fs1/\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"1\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:26:15.7933495Z\",\r\n \"endTime\": \"2021-02-16T02:26:49.2727903Z\",\r\n \"activityId\": \"217be859-67e5-4801-bb65-f5d35422d3cc\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cd583740-4968-4182-8ea3-512b710a3950\",\r\n \"name\": \"cd583740-4968-4182-8ea3-512b710a3950\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT33.2535458S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"5/18/2021 2:15:00 PM\",\r\n \"Job Type\": \"Recovering to the original file share\",\r\n \"RestoreDestination\": \"pstestsa8895/fs1/\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"1\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:18:12.1816674Z\",\r\n \"endTime\": \"2021-05-18T14:18:45.4352132Z\",\r\n \"activityId\": \"c55e739e-cbfa-4ac8-aa39-acfd4e3c835a\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cbf141e1-e970-460b-8af3-ed094eec3f05?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9jYmYxNDFlMS1lOTcwLTQ2MGItOGFmMy1lZDA5NGVlYzNmMDU/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cd583740-4968-4182-8ea3-512b710a3950?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9jZDU4Mzc0MC00OTY4LTQxODItOGVhMy01MTJiNzEwYTM5NTA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5479,11 +6310,11 @@ "nosniff" ], "x-ms-request-id": [ - "52301ca6-6239-444c-bd55-a3f9f908eb0b" + "d0e9b0cf-eeb5-45c0-82a1-bfff72997b76" ], "x-ms-client-request-id": [ - "217be859-67e5-4801-bb65-f5d35422d3cc", - "217be859-67e5-4801-bb65-f5d35422d3cc" + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a", + "c55e739e-cbfa-4ac8-aa39-acfd4e3c835a" ], "X-Powered-By": [ "ASP.NET" @@ -5492,16 +6323,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "139" ], "x-ms-correlation-request-id": [ - "52301ca6-6239-444c-bd55-a3f9f908eb0b" + "d0e9b0cf-eeb5-45c0-82a1-bfff72997b76" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022717Z:52301ca6-6239-444c-bd55-a3f9f908eb0b" + "SOUTHINDIA:20210518T141914Z:d0e9b0cf-eeb5-45c0-82a1-bfff72997b76" ], "Date": [ - "Tue, 16 Feb 2021 02:27:16 GMT" + "Tue, 18 May 2021 14:19:13 GMT" ], "Content-Length": [ "1114" @@ -5513,23 +6344,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cbf141e1-e970-460b-8af3-ed094eec3f05\",\r\n \"name\": \"cbf141e1-e970-460b-8af3-ed094eec3f05\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT33.4794408S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"2/16/2021 2:21:56 AM\",\r\n \"Job Type\": \"Recovering to the original file share\",\r\n \"RestoreDestination\": \"pstestsa8895/fs1/\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"1\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:26:15.7933495Z\",\r\n \"endTime\": \"2021-02-16T02:26:49.2727903Z\",\r\n \"activityId\": \"217be859-67e5-4801-bb65-f5d35422d3cc\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cd583740-4968-4182-8ea3-512b710a3950\",\r\n \"name\": \"cd583740-4968-4182-8ea3-512b710a3950\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT33.2535458S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"5/18/2021 2:15:00 PM\",\r\n \"Job Type\": \"Recovering to the original file share\",\r\n \"RestoreDestination\": \"pstestsa8895/fs1/\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"1\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:18:12.1816674Z\",\r\n \"endTime\": \"2021-05-18T14:18:45.4352132Z\",\r\n \"activityId\": \"c55e739e-cbfa-4ac8-aa39-acfd4e3c835a\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/b56a013e-6c10-464f-8a54-a6c271b33ce8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvbnNTdGF0dXMvYjU2YTAxM2UtNmMxMC00NjRmLThhNTQtYTZjMjcxYjMzY2U4P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/9c755c7a-224b-45e4-ba58-8614a4ddf43f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvbnNTdGF0dXMvOWM3NTVjN2EtMjI0Yi00NWU0LWJhNTgtODYxNGE0ZGRmNDNmP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5543,11 +6374,11 @@ "nosniff" ], "x-ms-request-id": [ - "421faa6d-7ff2-4e32-b21e-8f9fd226f61b" + "f83996be-c2b9-4842-ab57-d70af9033638" ], "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e", - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3", + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5562,13 +6393,13 @@ "145" ], "x-ms-correlation-request-id": [ - "421faa6d-7ff2-4e32-b21e-8f9fd226f61b" + "f83996be-c2b9-4842-ab57-d70af9033638" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022818Z:421faa6d-7ff2-4e32-b21e-8f9fd226f61b" + "SOUTHINDIA:20210518T142016Z:f83996be-c2b9-4842-ab57-d70af9033638" ], "Date": [ - "Tue, 16 Feb 2021 02:28:18 GMT" + "Tue, 18 May 2021 14:20:15 GMT" ], "Content-Length": [ "304" @@ -5580,23 +6411,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b56a013e-6c10-464f-8a54-a6c271b33ce8\",\r\n \"name\": \"b56a013e-6c10-464f-8a54-a6c271b33ce8\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:27:17.9240017Z\",\r\n \"endTime\": \"2021-02-16T02:27:17.9240017Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b56a013e-6c10-464f-8a54-a6c271b33ce8\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"9c755c7a-224b-45e4-ba58-8614a4ddf43f\",\r\n \"name\": \"9c755c7a-224b-45e4-ba58-8614a4ddf43f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:19:14.5357561Z\",\r\n \"endTime\": \"2021-05-18T14:19:14.5357561Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"9c755c7a-224b-45e4-ba58-8614a4ddf43f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/b56a013e-6c10-464f-8a54-a6c271b33ce8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvblJlc3VsdHMvYjU2YTAxM2UtNmMxMC00NjRmLThhNTQtYTZjMjcxYjMzY2U4P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/9c755c7a-224b-45e4-ba58-8614a4ddf43f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyO3N0b3JhZ2U7cHN0ZXN0cmc4ODk1O3BzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZTs2OThkZjU5NTk0OGUyMzU1ZjJiYjc0NGE0MWNmMjQ1ZDRiYTEyNTVkOTY5OWNjM2MyYWQxZjUwNDVlMTc3OTU5L29wZXJhdGlvblJlc3VsdHMvOWM3NTVjN2EtMjI0Yi00NWU0LWJhNTgtODYxNGE0ZGRmNDNmP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5610,17 +6441,17 @@ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/b56a013e-6c10-464f-8a54-a6c271b33ce8?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/9c755c7a-224b-45e4-ba58-8614a4ddf43f?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b1154358-ad2c-4a1c-8050-54ba76e4b1a5" + "7943b8e2-f150-4f34-acc6-cd53a157d58c" ], "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e", - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3", + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5632,13 +6463,13 @@ "145" ], "x-ms-correlation-request-id": [ - "b1154358-ad2c-4a1c-8050-54ba76e4b1a5" + "7943b8e2-f150-4f34-acc6-cd53a157d58c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022818Z:b1154358-ad2c-4a1c-8050-54ba76e4b1a5" + "SOUTHINDIA:20210518T142016Z:7943b8e2-f150-4f34-acc6-cd53a157d58c" ], "Date": [ - "Tue, 16 Feb 2021 02:28:18 GMT" + "Tue, 18 May 2021 14:20:15 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5651,22 +6482,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b56a013e-6c10-464f-8a54-a6c271b33ce8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iNTZhMDEzZS02YzEwLTQ2NGYtOGE1NC1hNmMyNzFiMzNjZTg/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/9c755c7a-224b-45e4-ba58-8614a4ddf43f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85Yzc1NWM3YS0yMjRiLTQ1ZTQtYmE1OC04NjE0YTRkZGY0M2Y/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5680,11 +6511,11 @@ "nosniff" ], "x-ms-request-id": [ - "f56d570f-2e34-4e6a-a255-66ee6d576f70" + "30ee6efa-57c3-499e-abc3-ae2058da13b5" ], "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e", - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3", + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5696,16 +6527,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "127" ], "x-ms-correlation-request-id": [ - "f56d570f-2e34-4e6a-a255-66ee6d576f70" + "30ee6efa-57c3-499e-abc3-ae2058da13b5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022819Z:f56d570f-2e34-4e6a-a255-66ee6d576f70" + "SOUTHINDIA:20210518T142016Z:30ee6efa-57c3-499e-abc3-ae2058da13b5" ], "Date": [ - "Tue, 16 Feb 2021 02:28:18 GMT" + "Tue, 18 May 2021 14:20:16 GMT" ], "Content-Length": [ "304" @@ -5717,26 +6548,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b56a013e-6c10-464f-8a54-a6c271b33ce8\",\r\n \"name\": \"b56a013e-6c10-464f-8a54-a6c271b33ce8\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:27:17.9240017Z\",\r\n \"endTime\": \"2021-02-16T02:27:17.9240017Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b56a013e-6c10-464f-8a54-a6c271b33ce8\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"9c755c7a-224b-45e4-ba58-8614a4ddf43f\",\r\n \"name\": \"9c755c7a-224b-45e4-ba58-8614a4ddf43f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:19:14.5357561Z\",\r\n \"endTime\": \"2021-05-18T14:19:14.5357561Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"9c755c7a-224b-45e4-ba58-8614a4ddf43f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b56a013e-6c10-464f-8a54-a6c271b33ce8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iNTZhMDEzZS02YzEwLTQ2NGYtOGE1NC1hNmMyNzFiMzNjZTg/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/9c755c7a-224b-45e4-ba58-8614a4ddf43f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85Yzc1NWM3YS0yMjRiLTQ1ZTQtYmE1OC04NjE0YTRkZGY0M2Y/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5750,11 +6581,11 @@ "nosniff" ], "x-ms-request-id": [ - "36a7ef3c-e3bd-4739-9608-8a992ccd0f0a" + "b9f1d118-cf81-443b-8314-ded30064d170" ], "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e", - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3", + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5766,16 +6597,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "126" ], "x-ms-correlation-request-id": [ - "36a7ef3c-e3bd-4739-9608-8a992ccd0f0a" + "b9f1d118-cf81-443b-8314-ded30064d170" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022819Z:36a7ef3c-e3bd-4739-9608-8a992ccd0f0a" + "SOUTHINDIA:20210518T142016Z:b9f1d118-cf81-443b-8314-ded30064d170" ], "Date": [ - "Tue, 16 Feb 2021 02:28:19 GMT" + "Tue, 18 May 2021 14:20:16 GMT" ], "Content-Length": [ "304" @@ -5787,26 +6618,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b56a013e-6c10-464f-8a54-a6c271b33ce8\",\r\n \"name\": \"b56a013e-6c10-464f-8a54-a6c271b33ce8\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:27:17.9240017Z\",\r\n \"endTime\": \"2021-02-16T02:27:17.9240017Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b56a013e-6c10-464f-8a54-a6c271b33ce8\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"9c755c7a-224b-45e4-ba58-8614a4ddf43f\",\r\n \"name\": \"9c755c7a-224b-45e4-ba58-8614a4ddf43f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:19:14.5357561Z\",\r\n \"endTime\": \"2021-05-18T14:19:14.5357561Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"9c755c7a-224b-45e4-ba58-8614a4ddf43f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/b56a013e-6c10-464f-8a54-a6c271b33ce8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9iNTZhMDEzZS02YzEwLTQ2NGYtOGE1NC1hNmMyNzFiMzNjZTg/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/9c755c7a-224b-45e4-ba58-8614a4ddf43f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy85Yzc1NWM3YS0yMjRiLTQ1ZTQtYmE1OC04NjE0YTRkZGY0M2Y/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5824,11 +6655,11 @@ "nosniff" ], "x-ms-request-id": [ - "dcd087c7-6a78-40c0-8732-ad7ea59e62b1" + "82dac1ee-e303-4ad6-89ba-06b1e37c02ff" ], "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e", - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3", + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "X-Powered-By": [ "ASP.NET" @@ -5837,19 +6668,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "138" ], "x-ms-correlation-request-id": [ - "dcd087c7-6a78-40c0-8732-ad7ea59e62b1" + "82dac1ee-e303-4ad6-89ba-06b1e37c02ff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022819Z:dcd087c7-6a78-40c0-8732-ad7ea59e62b1" + "SOUTHINDIA:20210518T142016Z:82dac1ee-e303-4ad6-89ba-06b1e37c02ff" ], "Date": [ - "Tue, 16 Feb 2021 02:28:19 GMT" + "Tue, 18 May 2021 14:20:16 GMT" ], "Content-Length": [ - "1113" + "1114" ], "Content-Type": [ "application/json" @@ -5858,26 +6689,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/b56a013e-6c10-464f-8a54-a6c271b33ce8\",\r\n \"name\": \"b56a013e-6c10-464f-8a54-a6c271b33ce8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT33.0977373S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"2/16/2021 2:21:56 AM\",\r\n \"Job Type\": \"Recovering to the original file share\",\r\n \"RestoreDestination\": \"pstestsa8895/fs1/\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"3\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:27:17.9240017Z\",\r\n \"endTime\": \"2021-02-16T02:27:51.021739Z\",\r\n \"activityId\": \"6c787f9b-c804-4e12-a870-0338aed5916e\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/9c755c7a-224b-45e4-ba58-8614a4ddf43f\",\r\n \"name\": \"9c755c7a-224b-45e4-ba58-8614a4ddf43f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT57.9425675S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"5/18/2021 2:15:00 PM\",\r\n \"Job Type\": \"Recovering to the original file share\",\r\n \"RestoreDestination\": \"pstestsa8895/fs1/\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"3\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:19:14.5357561Z\",\r\n \"endTime\": \"2021-05-18T14:20:12.4783236Z\",\r\n \"activityId\": \"179e6a33-5b61-4c07-a6c0-1dc161c69da3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/b56a013e-6c10-464f-8a54-a6c271b33ce8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9iNTZhMDEzZS02YzEwLTQ2NGYtOGE1NC1hNmMyNzFiMzNjZTg/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/9c755c7a-224b-45e4-ba58-8614a4ddf43f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy85Yzc1NWM3YS0yMjRiLTQ1ZTQtYmE1OC04NjE0YTRkZGY0M2Y/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5895,11 +6726,11 @@ "nosniff" ], "x-ms-request-id": [ - "a98ab4f6-85d3-46f8-8a2e-49d7725cf9cc" + "38d92817-abd7-454f-bda3-5deac1542c1f" ], "x-ms-client-request-id": [ - "6c787f9b-c804-4e12-a870-0338aed5916e", - "6c787f9b-c804-4e12-a870-0338aed5916e" + "179e6a33-5b61-4c07-a6c0-1dc161c69da3", + "179e6a33-5b61-4c07-a6c0-1dc161c69da3" ], "X-Powered-By": [ "ASP.NET" @@ -5908,19 +6739,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "137" ], "x-ms-correlation-request-id": [ - "a98ab4f6-85d3-46f8-8a2e-49d7725cf9cc" + "38d92817-abd7-454f-bda3-5deac1542c1f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022819Z:a98ab4f6-85d3-46f8-8a2e-49d7725cf9cc" + "SOUTHINDIA:20210518T142017Z:38d92817-abd7-454f-bda3-5deac1542c1f" ], "Date": [ - "Tue, 16 Feb 2021 02:28:19 GMT" + "Tue, 18 May 2021 14:20:16 GMT" ], "Content-Length": [ - "1113" + "1114" ], "Content-Type": [ "application/json" @@ -5929,26 +6760,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/b56a013e-6c10-464f-8a54-a6c271b33ce8\",\r\n \"name\": \"b56a013e-6c10-464f-8a54-a6c271b33ce8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT33.0977373S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"2/16/2021 2:21:56 AM\",\r\n \"Job Type\": \"Recovering to the original file share\",\r\n \"RestoreDestination\": \"pstestsa8895/fs1/\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"3\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:27:17.9240017Z\",\r\n \"endTime\": \"2021-02-16T02:27:51.021739Z\",\r\n \"activityId\": \"6c787f9b-c804-4e12-a870-0338aed5916e\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/9c755c7a-224b-45e4-ba58-8614a4ddf43f\",\r\n \"name\": \"9c755c7a-224b-45e4-ba58-8614a4ddf43f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT57.9425675S\",\r\n \"actionsInfo\": [\r\n 1\r\n ],\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"ClassicCompute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Source File Share Name\": \"fs1\",\r\n \"Source Storage Account Name\": \"pstestsa8895\",\r\n \"RestoreRecoveryPointTime\": \"5/18/2021 2:15:00 PM\",\r\n \"Job Type\": \"Recovering to the original file share\",\r\n \"RestoreDestination\": \"pstestsa8895/fs1/\",\r\n \"Data Transferred (in MB)\": \"1\",\r\n \"Number Of Restored Files\": \"3\",\r\n \"Number Of Skipped Files\": \"0\",\r\n \"Number Of Failed Files\": \"0\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:19:14.5357561Z\",\r\n \"endTime\": \"2021-05-18T14:20:12.4783236Z\",\r\n \"activityId\": \"179e6a33-5b61-4c07-a6c0-1dc161c69da3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5959,23 +6790,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/33f7b8ea-37eb-4074-96fe-1d97ec205b36?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/876c9388-34c0-41cf-932b-5da3796f4fd5?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/33f7b8ea-37eb-4074-96fe-1d97ec205b36?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/876c9388-34c0-41cf-932b-5da3796f4fd5?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "7318399e-9c01-4717-bde1-8f2df86b93b1" + "3ae60096-226b-4193-8217-8ef0573616eb" ], "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f", - "a632d33f-8f28-4187-9de1-8e5316bd542f" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c", + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5984,16 +6815,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "7318399e-9c01-4717-bde1-8f2df86b93b1" + "3ae60096-226b-4193-8217-8ef0573616eb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022820Z:7318399e-9c01-4717-bde1-8f2df86b93b1" + "SOUTHINDIA:20210518T142017Z:3ae60096-226b-4193-8217-8ef0573616eb" ], "Date": [ - "Tue, 16 Feb 2021 02:28:19 GMT" + "Tue, 18 May 2021 14:20:17 GMT" ], "Expires": [ "-1" @@ -6006,22 +6837,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/33f7b8ea-37eb-4074-96fe-1d97ec205b36?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zM2Y3YjhlYS0zN2ViLTQwNzQtOTZmZS0xZDk3ZWMyMDViMzY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/876c9388-34c0-41cf-932b-5da3796f4fd5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84NzZjOTM4OC0zNGMwLTQxY2YtOTMyYi01ZGEzNzk2ZjRmZDU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6035,11 +6866,11 @@ "nosniff" ], "x-ms-request-id": [ - "7887c7ed-e428-44d4-ba4f-3f7cbf5ec4b6" + "b3a9ffbe-0e65-414d-a8a4-981cc3dfa923" ], "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f", - "a632d33f-8f28-4187-9de1-8e5316bd542f" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c", + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6051,16 +6882,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "125" ], "x-ms-correlation-request-id": [ - "7887c7ed-e428-44d4-ba4f-3f7cbf5ec4b6" + "b3a9ffbe-0e65-414d-a8a4-981cc3dfa923" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022820Z:7887c7ed-e428-44d4-ba4f-3f7cbf5ec4b6" + "SOUTHINDIA:20210518T142017Z:b3a9ffbe-0e65-414d-a8a4-981cc3dfa923" ], "Date": [ - "Tue, 16 Feb 2021 02:28:20 GMT" + "Tue, 18 May 2021 14:20:17 GMT" ], "Content-Length": [ "188" @@ -6072,26 +6903,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"33f7b8ea-37eb-4074-96fe-1d97ec205b36\",\r\n \"name\": \"33f7b8ea-37eb-4074-96fe-1d97ec205b36\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:28:20.1629346Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"name\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:20:17.3070458Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/33f7b8ea-37eb-4074-96fe-1d97ec205b36?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zM2Y3YjhlYS0zN2ViLTQwNzQtOTZmZS0xZDk3ZWMyMDViMzY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/876c9388-34c0-41cf-932b-5da3796f4fd5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84NzZjOTM4OC0zNGMwLTQxY2YtOTMyYi01ZGEzNzk2ZjRmZDU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6105,11 +6936,11 @@ "nosniff" ], "x-ms-request-id": [ - "bd06f9bd-b581-4558-8694-6d73f7b23588" + "393a2df7-dc78-4584-a24f-2032d36b6e8a" ], "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f", - "a632d33f-8f28-4187-9de1-8e5316bd542f" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c", + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6121,16 +6952,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "124" ], "x-ms-correlation-request-id": [ - "bd06f9bd-b581-4558-8694-6d73f7b23588" + "393a2df7-dc78-4584-a24f-2032d36b6e8a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022830Z:bd06f9bd-b581-4558-8694-6d73f7b23588" + "SOUTHINDIA:20210518T142022Z:393a2df7-dc78-4584-a24f-2032d36b6e8a" ], "Date": [ - "Tue, 16 Feb 2021 02:28:29 GMT" + "Tue, 18 May 2021 14:20:22 GMT" ], "Content-Length": [ "188" @@ -6142,26 +6973,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"33f7b8ea-37eb-4074-96fe-1d97ec205b36\",\r\n \"name\": \"33f7b8ea-37eb-4074-96fe-1d97ec205b36\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:28:20.1629346Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"name\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:20:17.3070458Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/33f7b8ea-37eb-4074-96fe-1d97ec205b36?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zM2Y3YjhlYS0zN2ViLTQwNzQtOTZmZS0xZDk3ZWMyMDViMzY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/876c9388-34c0-41cf-932b-5da3796f4fd5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84NzZjOTM4OC0zNGMwLTQxY2YtOTMyYi01ZGEzNzk2ZjRmZDU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6175,11 +7006,11 @@ "nosniff" ], "x-ms-request-id": [ - "b27e6a26-c593-47e0-b62d-142beafc6925" + "3a480370-dd44-49a3-9836-587cb207aeb7" ], "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f", - "a632d33f-8f28-4187-9de1-8e5316bd542f" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c", + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6191,16 +7022,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "123" ], "x-ms-correlation-request-id": [ - "b27e6a26-c593-47e0-b62d-142beafc6925" + "3a480370-dd44-49a3-9836-587cb207aeb7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022840Z:b27e6a26-c593-47e0-b62d-142beafc6925" + "SOUTHINDIA:20210518T142028Z:3a480370-dd44-49a3-9836-587cb207aeb7" ], "Date": [ - "Tue, 16 Feb 2021 02:28:40 GMT" + "Tue, 18 May 2021 14:20:27 GMT" ], "Content-Length": [ "188" @@ -6212,26 +7043,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"33f7b8ea-37eb-4074-96fe-1d97ec205b36\",\r\n \"name\": \"33f7b8ea-37eb-4074-96fe-1d97ec205b36\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:28:20.1629346Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"name\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:20:17.3070458Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/33f7b8ea-37eb-4074-96fe-1d97ec205b36?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zM2Y3YjhlYS0zN2ViLTQwNzQtOTZmZS0xZDk3ZWMyMDViMzY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/876c9388-34c0-41cf-932b-5da3796f4fd5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84NzZjOTM4OC0zNGMwLTQxY2YtOTMyYi01ZGEzNzk2ZjRmZDU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6245,11 +7076,11 @@ "nosniff" ], "x-ms-request-id": [ - "cfa98377-c5af-4b64-85fe-5a7a7abee694" + "66a70fc3-b5f8-4a3c-9f39-4cf4cd79d605" ], "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f", - "a632d33f-8f28-4187-9de1-8e5316bd542f" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c", + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6261,19 +7092,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "122" ], "x-ms-correlation-request-id": [ - "cfa98377-c5af-4b64-85fe-5a7a7abee694" + "66a70fc3-b5f8-4a3c-9f39-4cf4cd79d605" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022851Z:cfa98377-c5af-4b64-85fe-5a7a7abee694" + "SOUTHINDIA:20210518T142033Z:66a70fc3-b5f8-4a3c-9f39-4cf4cd79d605" ], "Date": [ - "Tue, 16 Feb 2021 02:28:51 GMT" + "Tue, 18 May 2021 14:20:32 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -6282,26 +7113,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"33f7b8ea-37eb-4074-96fe-1d97ec205b36\",\r\n \"name\": \"33f7b8ea-37eb-4074-96fe-1d97ec205b36\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:28:20.1629346Z\",\r\n \"endTime\": \"2021-02-16T02:28:20.1629346Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"6b914272-6a9c-437e-bd7c-2723b919bccd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"name\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:20:17.3070458Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/33f7b8ea-37eb-4074-96fe-1d97ec205b36?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy8zM2Y3YjhlYS0zN2ViLTQwNzQtOTZmZS0xZDk3ZWMyMDViMzY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/876c9388-34c0-41cf-932b-5da3796f4fd5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84NzZjOTM4OC0zNGMwLTQxY2YtOTMyYi01ZGEzNzk2ZjRmZDU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6315,11 +7146,11 @@ "nosniff" ], "x-ms-request-id": [ - "e000b60d-5825-4181-9bf4-ac90d3d934c9" + "cd147360-b013-4ce1-aef9-b49371f3b80d" ], "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f", - "a632d33f-8f28-4187-9de1-8e5316bd542f" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c", + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6331,19 +7162,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "121" ], "x-ms-correlation-request-id": [ - "e000b60d-5825-4181-9bf4-ac90d3d934c9" + "cd147360-b013-4ce1-aef9-b49371f3b80d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022851Z:e000b60d-5825-4181-9bf4-ac90d3d934c9" + "SOUTHINDIA:20210518T142038Z:cd147360-b013-4ce1-aef9-b49371f3b80d" ], "Date": [ - "Tue, 16 Feb 2021 02:28:51 GMT" + "Tue, 18 May 2021 14:20:37 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -6352,26 +7183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"33f7b8ea-37eb-4074-96fe-1d97ec205b36\",\r\n \"name\": \"33f7b8ea-37eb-4074-96fe-1d97ec205b36\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:28:20.1629346Z\",\r\n \"endTime\": \"2021-02-16T02:28:20.1629346Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"6b914272-6a9c-437e-bd7c-2723b919bccd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"name\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:20:17.3070458Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/6b914272-6a9c-437e-bd7c-2723b919bccd?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy82YjkxNDI3Mi02YTljLTQzN2UtYmQ3Yy0yNzIzYjkxOWJjY2Q/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/876c9388-34c0-41cf-932b-5da3796f4fd5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84NzZjOTM4OC0zNGMwLTQxY2YtOTMyYi01ZGEzNzk2ZjRmZDU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6381,40 +7212,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0ea156a0-e09c-4afc-bdb1-2ea154938012" + "4ed58da7-a185-4f39-8d09-1adbb35c6cc2" ], "x-ms-client-request-id": [ - "a632d33f-8f28-4187-9de1-8e5316bd542f", - "a632d33f-8f28-4187-9de1-8e5316bd542f" - ], - "X-Powered-By": [ - "ASP.NET" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c", + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "120" ], "x-ms-correlation-request-id": [ - "0ea156a0-e09c-4afc-bdb1-2ea154938012" + "4ed58da7-a185-4f39-8d09-1adbb35c6cc2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022851Z:0ea156a0-e09c-4afc-bdb1-2ea154938012" + "SOUTHINDIA:20210518T142043Z:4ed58da7-a185-4f39-8d09-1adbb35c6cc2" ], "Date": [ - "Tue, 16 Feb 2021 02:28:51 GMT" + "Tue, 18 May 2021 14:20:42 GMT" ], "Content-Length": [ - "821" + "304" ], "Content-Type": [ "application/json" @@ -6423,26 +7253,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/6b914272-6a9c-437e-bd7c-2723b919bccd\",\r\n \"name\": \"6b914272-6a9c-437e-bd7c-2723b919bccd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.6967416S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:28:20.1629346Z\",\r\n \"endTime\": \"2021-02-16T02:28:41.8596762Z\",\r\n \"activityId\": \"a632d33f-8f28-4187-9de1-8e5316bd542f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"name\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:20:17.3070458Z\",\r\n \"endTime\": \"2021-05-18T14:20:17.3070458Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b8d7b25b-0ffc-45a9-9f4b-1e8366f83d3a\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/876c9388-34c0-41cf-932b-5da3796f4fd5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84NzZjOTM4OC0zNGMwLTQxY2YtOTMyYi01ZGEzNzk2ZjRmZDU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6452,140 +7282,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?fabricName=Azure?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2019-05-13-preview" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d83cc61f-80a3-4032-9635-f565641e8db7" + "57977ced-bda0-4467-a895-bd8323167ccc" ], "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426", - "3d822887-ea7f-4e68-a291-fc32b657c426" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c", + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "119" ], "x-ms-correlation-request-id": [ - "d83cc61f-80a3-4032-9635-f565641e8db7" + "57977ced-bda0-4467-a895-bd8323167ccc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022852Z:d83cc61f-80a3-4032-9635-f565641e8db7" + "SOUTHINDIA:20210518T142043Z:57977ced-bda0-4467-a895-bd8323167ccc" ], "Date": [ - "Tue, 16 Feb 2021 02:28:52 GMT" - ], - "Expires": [ - "-1" + "Tue, 18 May 2021 14:20:43 GMT" ], "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYzZDVmM2FmLWE1NzgtNDNhOS1iMzQyLTdlYjVlMjU4Y2FmZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc49c12a-8445-4ac6-8ef9-8c86d32b568a" - ], - "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426", - "3d822887-ea7f-4e68-a291-fc32b657c426" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" - ], - "x-ms-correlation-request-id": [ - "bc49c12a-8445-4ac6-8ef9-8c86d32b568a" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022852Z:bc49c12a-8445-4ac6-8ef9-8c86d32b568a" + "304" ], - "Date": [ - "Tue, 16 Feb 2021 02:28:52 GMT" + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"name\": \"876c9388-34c0-41cf-932b-5da3796f4fd5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:20:17.3070458Z\",\r\n \"endTime\": \"2021-05-18T14:20:17.3070458Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b8d7b25b-0ffc-45a9-9f4b-1e8366f83d3a\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYzZDVmM2FmLWE1NzgtNDNhOS1iMzQyLTdlYjVlMjU4Y2FmZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/b8d7b25b-0ffc-45a9-9f4b-1e8366f83d3a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9iOGQ3YjI1Yi0wZmZjLTQ1YTktOWY0Yi0xZTgzNjZmODNkM2E/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6595,67 +7352,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01" - ], - "Retry-After": [ - "60" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e17b61ca-94b5-45bc-95e3-9f89cf7a5a66" + "0f84eae4-2f99-40a2-8385-61c0010ae0b6" ], "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426", - "3d822887-ea7f-4e68-a291-fc32b657c426" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "6e3a0822-72b5-420c-9912-2d7be4daaa5c", + "6e3a0822-72b5-420c-9912-2d7be4daaa5c" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "136" ], "x-ms-correlation-request-id": [ - "e17b61ca-94b5-45bc-95e3-9f89cf7a5a66" + "0f84eae4-2f99-40a2-8385-61c0010ae0b6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022902Z:e17b61ca-94b5-45bc-95e3-9f89cf7a5a66" + "SOUTHINDIA:20210518T142044Z:0f84eae4-2f99-40a2-8385-61c0010ae0b6" ], "Date": [ - "Tue, 16 Feb 2021 02:29:01 GMT" + "Tue, 18 May 2021 14:20:43 GMT" + ], + "Content-Length": [ + "821" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/b8d7b25b-0ffc-45a9-9f4b-1e8366f83d3a\",\r\n \"name\": \"b8d7b25b-0ffc-45a9-9f4b-1e8366f83d3a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT22.1827515S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:20:17.3070458Z\",\r\n \"endTime\": \"2021-05-18T14:20:39.4897973Z\",\r\n \"activityId\": \"6e3a0822-72b5-420c-9912-2d7be4daaa5c\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYzZDVmM2FmLWE1NzgtNDNhOS1iMzQyLTdlYjVlMjU4Y2FmZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6666,20 +7424,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/7e97fa3c-08c8-48ed-9840-5b57c695388c?fabricName=Azure?api-version=2021-03-01" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/7e97fa3c-08c8-48ed-9840-5b57c695388c?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "334bfee7-bb47-4bf0-a3ff-ad520afe7cd5" + "4f40e929-183c-4528-800f-644a57ad6f21" ], "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426", - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71", + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6687,17 +7448,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "334bfee7-bb47-4bf0-a3ff-ad520afe7cd5" + "4f40e929-183c-4528-800f-644a57ad6f21" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022912Z:334bfee7-bb47-4bf0-a3ff-ad520afe7cd5" + "SOUTHINDIA:20210518T142044Z:4f40e929-183c-4528-800f-644a57ad6f21" ], "Date": [ - "Tue, 16 Feb 2021 02:29:12 GMT" + "Tue, 18 May 2021 14:20:44 GMT" ], "Expires": [ "-1" @@ -6710,22 +7471,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYzZDVmM2FmLWE1NzgtNDNhOS1iMzQyLTdlYjVlMjU4Y2FmZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/7e97fa3c-08c8-48ed-9840-5b57c695388c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzdlOTdmYTNjLTA4YzgtNDhlZC05ODQwLTViNTdjNjk1Mzg4Yz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6736,7 +7497,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/7e97fa3c-08c8-48ed-9840-5b57c695388c?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -6745,11 +7506,11 @@ "nosniff" ], "x-ms-request-id": [ - "c5fa3692-4aeb-41a4-b86d-0299ab86ee2a" + "06174e41-42e3-4f65-931a-59e58655fad2" ], "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426", - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71", + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6758,16 +7519,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "149" ], "x-ms-correlation-request-id": [ - "c5fa3692-4aeb-41a4-b86d-0299ab86ee2a" + "06174e41-42e3-4f65-931a-59e58655fad2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022922Z:c5fa3692-4aeb-41a4-b86d-0299ab86ee2a" + "SOUTHINDIA:20210518T142044Z:06174e41-42e3-4f65-931a-59e58655fad2" ], "Date": [ - "Tue, 16 Feb 2021 02:29:22 GMT" + "Tue, 18 May 2021 14:20:44 GMT" ], "Expires": [ "-1" @@ -6780,22 +7541,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYzZDVmM2FmLWE1NzgtNDNhOS1iMzQyLTdlYjVlMjU4Y2FmZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/7e97fa3c-08c8-48ed-9840-5b57c695388c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzdlOTdmYTNjLTA4YzgtNDhlZC05ODQwLTViNTdjNjk1Mzg4Yz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6806,7 +7567,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/7e97fa3c-08c8-48ed-9840-5b57c695388c?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -6815,11 +7576,11 @@ "nosniff" ], "x-ms-request-id": [ - "d2abd542-29a2-4624-9863-2a90636e5bd7" + "77ff28fd-eb9f-4fa8-88d1-645fd01bf403" ], "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426", - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71", + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6828,16 +7589,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "148" ], "x-ms-correlation-request-id": [ - "d2abd542-29a2-4624-9863-2a90636e5bd7" + "77ff28fd-eb9f-4fa8-88d1-645fd01bf403" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022933Z:d2abd542-29a2-4624-9863-2a90636e5bd7" + "SOUTHINDIA:20210518T142050Z:77ff28fd-eb9f-4fa8-88d1-645fd01bf403" ], "Date": [ - "Tue, 16 Feb 2021 02:29:32 GMT" + "Tue, 18 May 2021 14:20:49 GMT" ], "Expires": [ "-1" @@ -6850,22 +7611,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYzZDVmM2FmLWE1NzgtNDNhOS1iMzQyLTdlYjVlMjU4Y2FmZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/7e97fa3c-08c8-48ed-9840-5b57c695388c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzdlOTdmYTNjLTA4YzgtNDhlZC05ODQwLTViNTdjNjk1Mzg4Yz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6876,7 +7637,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/7e97fa3c-08c8-48ed-9840-5b57c695388c?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -6885,11 +7646,11 @@ "nosniff" ], "x-ms-request-id": [ - "76b11d6c-1037-4c29-9606-b57691b982d9" + "3ac21b2e-c14c-4df2-9072-fa5d2ef90efa" ], "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426", - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71", + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6898,16 +7659,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "147" ], "x-ms-correlation-request-id": [ - "76b11d6c-1037-4c29-9606-b57691b982d9" + "3ac21b2e-c14c-4df2-9072-fa5d2ef90efa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022943Z:76b11d6c-1037-4c29-9606-b57691b982d9" + "SOUTHINDIA:20210518T142055Z:3ac21b2e-c14c-4df2-9072-fa5d2ef90efa" ], "Date": [ - "Tue, 16 Feb 2021 02:29:42 GMT" + "Tue, 18 May 2021 14:20:54 GMT" ], "Expires": [ "-1" @@ -6920,22 +7681,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYzZDVmM2FmLWE1NzgtNDNhOS1iMzQyLTdlYjVlMjU4Y2FmZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/7e97fa3c-08c8-48ed-9840-5b57c695388c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzdlOTdmYTNjLTA4YzgtNDhlZC05ODQwLTViNTdjNjk1Mzg4Yz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6946,7 +7707,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/7e97fa3c-08c8-48ed-9840-5b57c695388c?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -6955,11 +7716,11 @@ "nosniff" ], "x-ms-request-id": [ - "9abf8c4d-21a3-4168-bd7e-d5fd38209c37" + "a081f6da-854d-483b-9814-4aaf9ae99438" ], "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426", - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71", + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6968,16 +7729,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "146" ], "x-ms-correlation-request-id": [ - "9abf8c4d-21a3-4168-bd7e-d5fd38209c37" + "a081f6da-854d-483b-9814-4aaf9ae99438" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022953Z:9abf8c4d-21a3-4168-bd7e-d5fd38209c37" + "SOUTHINDIA:20210518T142100Z:a081f6da-854d-483b-9814-4aaf9ae99438" ], "Date": [ - "Tue, 16 Feb 2021 02:29:53 GMT" + "Tue, 18 May 2021 14:20:59 GMT" ], "Expires": [ "-1" @@ -6990,22 +7751,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYzZDVmM2FmLWE1NzgtNDNhOS1iMzQyLTdlYjVlMjU4Y2FmZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/7e97fa3c-08c8-48ed-9840-5b57c695388c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzdlOTdmYTNjLTA4YzgtNDhlZC05ODQwLTViNTdjNjk1Mzg4Yz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7016,7 +7777,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/7e97fa3c-08c8-48ed-9840-5b57c695388c?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -7025,11 +7786,11 @@ "nosniff" ], "x-ms-request-id": [ - "11df5b55-98d5-44ad-8527-11a958a5e582" + "af2ade24-1dbd-489c-83cc-9897bd3479a4" ], "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426", - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71", + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7038,16 +7799,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "145" ], "x-ms-correlation-request-id": [ - "11df5b55-98d5-44ad-8527-11a958a5e582" + "af2ade24-1dbd-489c-83cc-9897bd3479a4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023003Z:11df5b55-98d5-44ad-8527-11a958a5e582" + "SOUTHINDIA:20210518T142105Z:af2ade24-1dbd-489c-83cc-9897bd3479a4" ], "Date": [ - "Tue, 16 Feb 2021 02:30:03 GMT" + "Tue, 18 May 2021 14:21:04 GMT" ], "Expires": [ "-1" @@ -7060,22 +7821,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYzZDVmM2FmLWE1NzgtNDNhOS1iMzQyLTdlYjVlMjU4Y2FmZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/7e97fa3c-08c8-48ed-9840-5b57c695388c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzdlOTdmYTNjLTA4YzgtNDhlZC05ODQwLTViNTdjNjk1Mzg4Yz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7085,21 +7846,15 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/678fc56a-1143-4897-85fa-4e21463f7fe4?api-version=2020-10-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "262f229d-d7f6-46ce-b0ff-1ec19b7631fa" + "fc6f598b-269b-4233-baf2-97cf010d659f" ], "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426", - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71", + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7108,16 +7863,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "144" ], "x-ms-correlation-request-id": [ - "262f229d-d7f6-46ce-b0ff-1ec19b7631fa" + "fc6f598b-269b-4233-baf2-97cf010d659f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023014Z:262f229d-d7f6-46ce-b0ff-1ec19b7631fa" + "SOUTHINDIA:20210518T142110Z:fc6f598b-269b-4233-baf2-97cf010d659f" ], "Date": [ - "Tue, 16 Feb 2021 02:30:13 GMT" + "Tue, 18 May 2021 14:21:10 GMT" ], "Expires": [ "-1" @@ -7127,22 +7882,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/63d5f3af-a578-43a9-b342-7eb5e258caff?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYzZDVmM2FmLWE1NzgtNDNhOS1iMzQyLTdlYjVlMjU4Y2FmZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/7e97fa3c-08c8-48ed-9840-5b57c695388c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzdlOTdmYTNjLTA4YzgtNDhlZC05ODQwLTViNTdjNjk1Mzg4Yz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7156,11 +7911,11 @@ "nosniff" ], "x-ms-request-id": [ - "f5d0e24d-e86f-4249-8842-aeb6a5da5c7a" + "3b1285e3-4caa-4053-bc87-1641f85c4bc0" ], "x-ms-client-request-id": [ - "3d822887-ea7f-4e68-a291-fc32b657c426", - "3d822887-ea7f-4e68-a291-fc32b657c426" + "4a25e0c9-58ca-436f-8188-b42c5ce26f71", + "4a25e0c9-58ca-436f-8188-b42c5ce26f71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7169,16 +7924,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "143" ], "x-ms-correlation-request-id": [ - "f5d0e24d-e86f-4249-8842-aeb6a5da5c7a" + "3b1285e3-4caa-4053-bc87-1641f85c4bc0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023014Z:f5d0e24d-e86f-4249-8842-aeb6a5da5c7a" + "SOUTHINDIA:20210518T142110Z:3b1285e3-4caa-4053-bc87-1641f85c4bc0" ], "Date": [ - "Tue, 16 Feb 2021 02:30:13 GMT" + "Tue, 18 May 2021 14:21:10 GMT" ], "Expires": [ "-1" diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSGetRPs.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSGetRPs.json index 74b9c5f22819..6d096a0c8f9a 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSGetRPs.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSGetRPs.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "192dbf97-0e87-4d00-832d-b519d10a2cdf" + "85530d4d-2dc2-4271-800b-b27ac46a8a93" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -30,10 +30,10 @@ "nosniff" ], "x-ms-request-id": [ - "5b7ce6e8-bf89-48c1-ac1a-cf45425c3579" + "3ff65550-dab8-4281-abd8-49607b2fbf63" ], "x-ms-client-request-id": [ - "192dbf97-0e87-4d00-832d-b519d10a2cdf" + "85530d4d-2dc2-4271-800b-b27ac46a8a93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42,16 +42,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11999" ], "x-ms-correlation-request-id": [ - "5b7ce6e8-bf89-48c1-ac1a-cf45425c3579" + "3ff65550-dab8-4281-abd8-49607b2fbf63" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023024Z:5b7ce6e8-bf89-48c1-ac1a-cf45425c3579" + "SOUTHINDIA:20210518T111758Z:3ff65550-dab8-4281-abd8-49607b2fbf63" ], "Date": [ - "Tue, 16 Feb 2021 02:30:24 GMT" + "Tue, 18 May 2021 11:17:58 GMT" ], "Content-Length": [ "466" @@ -67,22 +67,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "90163d45-aa2d-48fa-b723-372e58ca099f" + "4dd227bc-65ba-4249-9ad8-78ec5325a505" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -96,11 +96,11 @@ "nosniff" ], "x-ms-request-id": [ - "c4bc931c-d862-4488-9056-7efb84cb804d" + "1e4918e5-3b8e-4dcd-970a-584411e0cad6" ], "x-ms-client-request-id": [ - "90163d45-aa2d-48fa-b723-372e58ca099f", - "90163d45-aa2d-48fa-b723-372e58ca099f" + "4dd227bc-65ba-4249-9ad8-78ec5325a505", + "4dd227bc-65ba-4249-9ad8-78ec5325a505" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,16 +112,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "149" ], "x-ms-correlation-request-id": [ - "c4bc931c-d862-4488-9056-7efb84cb804d" + "1e4918e5-3b8e-4dcd-970a-584411e0cad6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023024Z:c4bc931c-d862-4488-9056-7efb84cb804d" + "SOUTHINDIA:20210518T111758Z:1e4918e5-3b8e-4dcd-970a-584411e0cad6" ], "Date": [ - "Tue, 16 Feb 2021 02:30:24 GMT" + "Tue, 18 May 2021 11:17:58 GMT" ], "Content-Length": [ "12" @@ -137,22 +137,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4f7687d-a9d0-4e4f-8f66-d448a2ac2e3b" + "acdaa6f5-0464-4185-8af1-fd4c468fcb9d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -166,11 +166,11 @@ "nosniff" ], "x-ms-request-id": [ - "1120f3f3-4210-4300-a258-f614b1dabc01" + "532ee949-3dc0-4d98-a7e8-c88d5680f531" ], "x-ms-client-request-id": [ - "a4f7687d-a9d0-4e4f-8f66-d448a2ac2e3b", - "a4f7687d-a9d0-4e4f-8f66-d448a2ac2e3b" + "acdaa6f5-0464-4185-8af1-fd4c468fcb9d", + "acdaa6f5-0464-4185-8af1-fd4c468fcb9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -182,16 +182,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "147" ], "x-ms-correlation-request-id": [ - "1120f3f3-4210-4300-a258-f614b1dabc01" + "532ee949-3dc0-4d98-a7e8-c88d5680f531" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023200Z:1120f3f3-4210-4300-a258-f614b1dabc01" + "SOUTHINDIA:20210518T112003Z:532ee949-3dc0-4d98-a7e8-c88d5680f531" ], "Date": [ - "Tue, 16 Feb 2021 02:32:00 GMT" + "Tue, 18 May 2021 11:20:03 GMT" ], "Content-Length": [ "789" @@ -207,22 +207,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5f9da72-6e00-4729-a876-5dbcd0b9a840" + "8104b432-b67d-45dd-990a-b60c54e02fb4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -236,11 +236,11 @@ "nosniff" ], "x-ms-request-id": [ - "e980a428-985e-4f28-9d77-294ebef72efd" + "2b778c92-ec1a-4e6b-b1fb-faec4a859ef5" ], "x-ms-client-request-id": [ - "a5f9da72-6e00-4729-a876-5dbcd0b9a840", - "a5f9da72-6e00-4729-a876-5dbcd0b9a840" + "8104b432-b67d-45dd-990a-b60c54e02fb4", + "8104b432-b67d-45dd-990a-b60c54e02fb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -252,16 +252,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "146" ], "x-ms-correlation-request-id": [ - "e980a428-985e-4f28-9d77-294ebef72efd" + "2b778c92-ec1a-4e6b-b1fb-faec4a859ef5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023200Z:e980a428-985e-4f28-9d77-294ebef72efd" + "SOUTHINDIA:20210518T112004Z:2b778c92-ec1a-4e6b-b1fb-faec4a859ef5" ], "Date": [ - "Tue, 16 Feb 2021 02:32:00 GMT" + "Tue, 18 May 2021 11:20:04 GMT" ], "Content-Length": [ "789" @@ -277,22 +277,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a4eea57-ecfa-4585-a343-51d3aea7348c" + "c3aa1859-6abb-47a9-9971-5ab60b86ec3b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -306,11 +306,11 @@ "nosniff" ], "x-ms-request-id": [ - "117abf8d-99af-4186-b223-1eeff10f5a19" + "d8ea17f7-5614-43b9-84b7-ace657340137" ], "x-ms-client-request-id": [ - "2a4eea57-ecfa-4585-a343-51d3aea7348c", - "2a4eea57-ecfa-4585-a343-51d3aea7348c" + "c3aa1859-6abb-47a9-9971-5ab60b86ec3b", + "c3aa1859-6abb-47a9-9971-5ab60b86ec3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -322,16 +322,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "117abf8d-99af-4186-b223-1eeff10f5a19" + "d8ea17f7-5614-43b9-84b7-ace657340137" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023025Z:117abf8d-99af-4186-b223-1eeff10f5a19" + "SOUTHINDIA:20210518T111759Z:d8ea17f7-5614-43b9-84b7-ace657340137" ], "Date": [ - "Tue, 16 Feb 2021 02:30:24 GMT" + "Tue, 18 May 2021 11:17:58 GMT" ], "Content-Length": [ "693" @@ -347,22 +347,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -376,11 +376,11 @@ "nosniff" ], "x-ms-request-id": [ - "f721c369-8eb6-4865-95b6-73423f0f5ac6" + "594f2248-9bb0-454d-8900-09df4527a6b9" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -392,16 +392,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "148" ], "x-ms-correlation-request-id": [ - "f721c369-8eb6-4865-95b6-73423f0f5ac6" + "594f2248-9bb0-454d-8900-09df4527a6b9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023025Z:f721c369-8eb6-4865-95b6-73423f0f5ac6" + "SOUTHINDIA:20210518T111759Z:594f2248-9bb0-454d-8900-09df4527a6b9" ], "Date": [ - "Tue, 16 Feb 2021 02:30:25 GMT" + "Tue, 18 May 2021 11:17:59 GMT" ], "Content-Length": [ "12" @@ -417,22 +417,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -446,11 +446,11 @@ "nosniff" ], "x-ms-request-id": [ - "c8745ff8-cae0-43ee-b461-952a906149cd" + "9a148582-4208-4822-bcff-b3a307dd6f71" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -462,19 +462,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "c8745ff8-cae0-43ee-b461-952a906149cd" + "9a148582-4208-4822-bcff-b3a307dd6f71" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023025Z:c8745ff8-cae0-43ee-b461-952a906149cd" + "SOUTHINDIA:20210518T111759Z:9a148582-4208-4822-bcff-b3a307dd6f71" ], "Date": [ - "Tue, 16 Feb 2021 02:30:25 GMT" + "Tue, 18 May 2021 11:17:59 GMT" ], "Content-Length": [ - "7848" + "10021" ], "Content-Type": [ "application/json" @@ -483,26 +483,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"name\": \"StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore2\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.ClassicStorage/storageAccounts/iaasextstore2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"name\": \"StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"storageysci5wbex6jyc\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"name\": \"StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"1vnseapod01otds1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa1e5a278b\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa59e1706f\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"containerType\": \"StorageContainer\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"resourceGroup\": \"pstestrg8895\",\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -519,23 +519,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e7c3e9d8-68b5-4a4d-921d-e9578bfceae8" + "c576a1af-fde2-4375-b67a-73df515c329b" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -547,16 +547,253 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" + ], + "x-ms-correlation-request-id": [ + "c576a1af-fde2-4375-b67a-73df515c329b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111800Z:c576a1af-fde2-4375-b67a-73df515c329b" + ], + "Date": [ + "Tue, 18 May 2021 11:18:00 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "dd58669d-89ef-4120-a1b7-c87ceb1e0a94" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "dd58669d-89ef-4120-a1b7-c87ceb1e0a94" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111800Z:dd58669d-89ef-4120-a1b7-c87ceb1e0a94" + ], + "Date": [ + "Tue, 18 May 2021 11:18:00 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ba1f6e26-a13f-47cc-bbde-04f8ae0bcf53" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "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": [ + "ba1f6e26-a13f-47cc-bbde-04f8ae0bcf53" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111806Z:ba1f6e26-a13f-47cc-bbde-04f8ae0bcf53" + ], + "Date": [ + "Tue, 18 May 2021 11:18:05 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "250852ca-6b84-4978-827a-59808a883720" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "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" ], "x-ms-correlation-request-id": [ - "e7c3e9d8-68b5-4a4d-921d-e9578bfceae8" + "250852ca-6b84-4978-827a-59808a883720" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023026Z:e7c3e9d8-68b5-4a4d-921d-e9578bfceae8" + "SOUTHINDIA:20210518T111811Z:250852ca-6b84-4978-827a-59808a883720" ], "Date": [ - "Tue, 16 Feb 2021 02:30:25 GMT" + "Tue, 18 May 2021 11:18:10 GMT" ], "Content-Length": [ "2" @@ -572,22 +809,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzk2OGE2Mzg4LTU2YWYtNGRlYS05M2MzLTFkZTYzZDZmNzc4Mj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -598,23 +835,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "64a3e41c-b4c0-4125-9bff-c786bfc2e578" + "2a605f84-146d-4f54-9c83-b6623fbacfb5" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -629,13 +866,13 @@ "146" ], "x-ms-correlation-request-id": [ - "64a3e41c-b4c0-4125-9bff-c786bfc2e578" + "2a605f84-146d-4f54-9c83-b6623fbacfb5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023026Z:64a3e41c-b4c0-4125-9bff-c786bfc2e578" + "SOUTHINDIA:20210518T111816Z:2a605f84-146d-4f54-9c83-b6623fbacfb5" ], "Date": [ - "Tue, 16 Feb 2021 02:30:26 GMT" + "Tue, 18 May 2021 11:18:16 GMT" ], "Content-Length": [ "2" @@ -651,22 +888,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzk2OGE2Mzg4LTU2YWYtNGRlYS05M2MzLTFkZTYzZDZmNzc4Mj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -677,23 +914,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "7594f0d4-28f4-42fd-9658-7a8d5f0e8aff" + "c5c8397d-1b8f-471b-a19a-016b0aa143d0" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -708,13 +945,13 @@ "145" ], "x-ms-correlation-request-id": [ - "7594f0d4-28f4-42fd-9658-7a8d5f0e8aff" + "c5c8397d-1b8f-471b-a19a-016b0aa143d0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023036Z:7594f0d4-28f4-42fd-9658-7a8d5f0e8aff" + "SOUTHINDIA:20210518T111821Z:c5c8397d-1b8f-471b-a19a-016b0aa143d0" ], "Date": [ - "Tue, 16 Feb 2021 02:30:36 GMT" + "Tue, 18 May 2021 11:18:21 GMT" ], "Content-Length": [ "2" @@ -730,22 +967,873 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzk2OGE2Mzg4LTU2YWYtNGRlYS05M2MzLTFkZTYzZDZmNzc4Mj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "26c373ed-4758-43d1-92da-2e6fbec87353" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "26c373ed-4758-43d1-92da-2e6fbec87353" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111827Z:26c373ed-4758-43d1-92da-2e6fbec87353" + ], + "Date": [ + "Tue, 18 May 2021 11:18:26 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "48b4bd68-e07e-4a3d-af7f-118b22ef94e7" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "143" + ], + "x-ms-correlation-request-id": [ + "48b4bd68-e07e-4a3d-af7f-118b22ef94e7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111832Z:48b4bd68-e07e-4a3d-af7f-118b22ef94e7" + ], + "Date": [ + "Tue, 18 May 2021 11:18:31 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "b0f3f46a-536b-4edc-81d6-6fc9ed06ce8d" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "142" + ], + "x-ms-correlation-request-id": [ + "b0f3f46a-536b-4edc-81d6-6fc9ed06ce8d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111837Z:b0f3f46a-536b-4edc-81d6-6fc9ed06ce8d" + ], + "Date": [ + "Tue, 18 May 2021 11:18:37 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "0f1de23d-cd9e-4006-b73d-d5f526cc724b" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "141" + ], + "x-ms-correlation-request-id": [ + "0f1de23d-cd9e-4006-b73d-d5f526cc724b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111842Z:0f1de23d-cd9e-4006-b73d-d5f526cc724b" + ], + "Date": [ + "Tue, 18 May 2021 11:18:42 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5c128c03-292a-4f0d-9ad5-bdaefd507dc9" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "140" + ], + "x-ms-correlation-request-id": [ + "5c128c03-292a-4f0d-9ad5-bdaefd507dc9" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111847Z:5c128c03-292a-4f0d-9ad5-bdaefd507dc9" + ], + "Date": [ + "Tue, 18 May 2021 11:18:47 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9f5fb483-7885-4ebd-8c2d-4ce98f05e1ea" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "139" + ], + "x-ms-correlation-request-id": [ + "9f5fb483-7885-4ebd-8c2d-4ce98f05e1ea" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111853Z:9f5fb483-7885-4ebd-8c2d-4ce98f05e1ea" + ], + "Date": [ + "Tue, 18 May 2021 11:18:52 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9cb26756-1624-47da-a0e6-a914ac173681" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "138" + ], + "x-ms-correlation-request-id": [ + "9cb26756-1624-47da-a0e6-a914ac173681" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111858Z:9cb26756-1624-47da-a0e6-a914ac173681" + ], + "Date": [ + "Tue, 18 May 2021 11:18:57 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "41d5ab7e-660d-4084-9c7f-fb5fc8c9977f" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "137" + ], + "x-ms-correlation-request-id": [ + "41d5ab7e-660d-4084-9c7f-fb5fc8c9977f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111903Z:41d5ab7e-660d-4084-9c7f-fb5fc8c9977f" + ], + "Date": [ + "Tue, 18 May 2021 11:19:02 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1247a7c6-e4e0-4a4b-86f5-776661918efe" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "136" + ], + "x-ms-correlation-request-id": [ + "1247a7c6-e4e0-4a4b-86f5-776661918efe" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111908Z:1247a7c6-e4e0-4a4b-86f5-776661918efe" + ], + "Date": [ + "Tue, 18 May 2021 11:19:08 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "463042a3-053b-4257-84da-64d99279ae06" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "135" + ], + "x-ms-correlation-request-id": [ + "463042a3-053b-4257-84da-64d99279ae06" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111913Z:463042a3-053b-4257-84da-64d99279ae06" + ], + "Date": [ + "Tue, 18 May 2021 11:19:13 GMT" + ], + "Content-Length": [ + "699" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/e254d521-03b7-4f0b-bbf9-8bfb04e4d163?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2UyNTRkNTIxLTAzYjctNGYwYi1iYmY5LThiZmIwNGU0ZDE2Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "10867671-de4a-4603-bafb-f7a77cf60b13" + ], + "x-ms-client-request-id": [ + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" + ], + "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-correlation-request-id": [ + "10867671-de4a-4603-bafb-f7a77cf60b13" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T111914Z:10867671-de4a-4603-bafb-f7a77cf60b13" + ], + "Date": [ + "Tue, 18 May 2021 11:19:13 GMT" + ], + "Content-Length": [ + "699" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -755,24 +1843,15 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2019-05-13-preview" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "10464540-f4dc-4bd0-b5c0-c3fe9c88f201" + "deaa5f21-8296-4378-9cad-56b5ef08897d" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -784,19 +1863,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "149" ], "x-ms-correlation-request-id": [ - "10464540-f4dc-4bd0-b5c0-c3fe9c88f201" + "deaa5f21-8296-4378-9cad-56b5ef08897d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023046Z:10464540-f4dc-4bd0-b5c0-c3fe9c88f201" + "SOUTHINDIA:20210518T111914Z:deaa5f21-8296-4378-9cad-56b5ef08897d" ], "Date": [ - "Tue, 16 Feb 2021 02:30:46 GMT" + "Tue, 18 May 2021 11:19:13 GMT" ], "Content-Length": [ - "2" + "947" ], "Content-Type": [ "application/json" @@ -805,26 +1884,32 @@ "-1" ] }, - "ResponseBody": "{}", - "StatusCode": 202 + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzk2OGE2Mzg4LTU2YWYtNGRlYS05M2MzLTFkZTYzZDZmNzc4Mj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "433" ] }, "ResponseHeaders": { @@ -835,75 +1920,69 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/c9694710-9617-4b83-93a0-c8583b027f2e?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/c9694710-9617-4b83-93a0-c8583b027f2e?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d193b4c8-527c-4490-b17e-7864cee4b685" + "05c177a2-207d-424b-b0dd-aac78f08f515" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-IIS/10.0" - ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "d193b4c8-527c-4490-b17e-7864cee4b685" + "05c177a2-207d-424b-b0dd-aac78f08f515" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023056Z:d193b4c8-527c-4490-b17e-7864cee4b685" + "SOUTHINDIA:20210518T111915Z:05c177a2-207d-424b-b0dd-aac78f08f515" ], "Date": [ - "Tue, 16 Feb 2021 02:30:56 GMT" - ], - "Content-Length": [ - "2" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 11:19:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{}", + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzk2OGE2Mzg4LTU2YWYtNGRlYS05M2MzLTFkZTYzZDZmNzc4Mj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/c9694710-9617-4b83-93a0-c8583b027f2e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jOTY5NDcxMC05NjE3LTRiODMtOTNhMC1jODU4M2IwMjdmMmU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -917,11 +1996,11 @@ "nosniff" ], "x-ms-request-id": [ - "44e244fd-ddd3-4bea-9067-9c3c2c325647" + "3e767031-afea-4ab4-8892-23897b6c6dd0" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -933,19 +2012,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "149" ], "x-ms-correlation-request-id": [ - "44e244fd-ddd3-4bea-9067-9c3c2c325647" + "3e767031-afea-4ab4-8892-23897b6c6dd0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023107Z:44e244fd-ddd3-4bea-9067-9c3c2c325647" + "SOUTHINDIA:20210518T111915Z:3e767031-afea-4ab4-8892-23897b6c6dd0" ], "Date": [ - "Tue, 16 Feb 2021 02:31:06 GMT" + "Tue, 18 May 2021 11:19:14 GMT" ], "Content-Length": [ - "699" + "187" ], "Content-Type": [ "application/json" @@ -954,26 +2033,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"name\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/968a6388-56af-4dea-93c3-1de63d6f7782?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzk2OGE2Mzg4LTU2YWYtNGRlYS05M2MzLTFkZTYzZDZmNzc4Mj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/c9694710-9617-4b83-93a0-c8583b027f2e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jOTY5NDcxMC05NjE3LTRiODMtOTNhMC1jODU4M2IwMjdmMmU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -987,11 +2066,11 @@ "nosniff" ], "x-ms-request-id": [ - "1d74794e-8e2c-432e-9780-74f64b6bf649" + "9bb0989a-545d-486d-a663-50b073997048" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1003,19 +2082,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "148" ], "x-ms-correlation-request-id": [ - "1d74794e-8e2c-432e-9780-74f64b6bf649" + "9bb0989a-545d-486d-a663-50b073997048" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023107Z:1d74794e-8e2c-432e-9780-74f64b6bf649" + "SOUTHINDIA:20210518T111920Z:9bb0989a-545d-486d-a663-50b073997048" ], "Date": [ - "Tue, 16 Feb 2021 02:31:06 GMT" + "Tue, 18 May 2021 11:19:19 GMT" ], "Content-Length": [ - "699" + "187" ], "Content-Type": [ "application/json" @@ -1024,26 +2103,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"name\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/c9694710-9617-4b83-93a0-c8583b027f2e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jOTY5NDcxMC05NjE3LTRiODMtOTNhMC1jODU4M2IwMjdmMmU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1057,11 +2136,11 @@ "nosniff" ], "x-ms-request-id": [ - "72fc8e56-e893-4c76-83a0-cb459f872690" + "5d30e44a-dc0d-4b77-bc1e-9ede97521d20" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1076,16 +2155,16 @@ "147" ], "x-ms-correlation-request-id": [ - "72fc8e56-e893-4c76-83a0-cb459f872690" + "5d30e44a-dc0d-4b77-bc1e-9ede97521d20" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023107Z:72fc8e56-e893-4c76-83a0-cb459f872690" + "SOUTHINDIA:20210518T111925Z:5d30e44a-dc0d-4b77-bc1e-9ede97521d20" ], "Date": [ - "Tue, 16 Feb 2021 02:31:07 GMT" + "Tue, 18 May 2021 11:19:25 GMT" ], "Content-Length": [ - "947" + "187" ], "Content-Type": [ "application/json" @@ -1094,32 +2173,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"name\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/c9694710-9617-4b83-93a0-c8583b027f2e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jOTY5NDcxMC05NjE3LTRiODMtOTNhMC1jODU4M2IwMjdmMmU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "433" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1129,70 +2202,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/40e78097-4879-4f6f-9004-35683ef22867?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/40e78097-4879-4f6f-9004-35683ef22867?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b9b6b5b4-f2db-41e6-8205-20523ece8d24" + "72f64118-2cd3-45a1-adc6-5b2a5960ad3e" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "146" ], "x-ms-correlation-request-id": [ - "b9b6b5b4-f2db-41e6-8205-20523ece8d24" + "72f64118-2cd3-45a1-adc6-5b2a5960ad3e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023108Z:b9b6b5b4-f2db-41e6-8205-20523ece8d24" + "SOUTHINDIA:20210518T111931Z:72f64118-2cd3-45a1-adc6-5b2a5960ad3e" ], "Date": [ - "Tue, 16 Feb 2021 02:31:07 GMT" + "Tue, 18 May 2021 11:19:30 GMT" + ], + "Content-Length": [ + "187" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"name\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/40e78097-4879-4f6f-9004-35683ef22867?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy80MGU3ODA5Ny00ODc5LTRmNmYtOTAwNC0zNTY4M2VmMjI4Njc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/c9694710-9617-4b83-93a0-c8583b027f2e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jOTY5NDcxMC05NjE3LTRiODMtOTNhMC1jODU4M2IwMjdmMmU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1206,11 +2276,11 @@ "nosniff" ], "x-ms-request-id": [ - "13e80b98-84a0-4137-8ceb-89e5c348706b" + "23c53cef-00cd-4aed-a2e5-1b0c13c0ad6a" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1222,19 +2292,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "145" ], "x-ms-correlation-request-id": [ - "13e80b98-84a0-4137-8ceb-89e5c348706b" + "23c53cef-00cd-4aed-a2e5-1b0c13c0ad6a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023108Z:13e80b98-84a0-4137-8ceb-89e5c348706b" + "SOUTHINDIA:20210518T111936Z:23c53cef-00cd-4aed-a2e5-1b0c13c0ad6a" ], "Date": [ - "Tue, 16 Feb 2021 02:31:07 GMT" + "Tue, 18 May 2021 11:19:35 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -1243,26 +2313,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"name\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:31:07.8852345Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"name\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/40e78097-4879-4f6f-9004-35683ef22867?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy80MGU3ODA5Ny00ODc5LTRmNmYtOTAwNC0zNTY4M2VmMjI4Njc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/c9694710-9617-4b83-93a0-c8583b027f2e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jOTY5NDcxMC05NjE3LTRiODMtOTNhMC1jODU4M2IwMjdmMmU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1276,11 +2346,11 @@ "nosniff" ], "x-ms-request-id": [ - "042b05c3-3228-4080-92da-452432e78f2b" + "500c38fc-ef8a-43bd-ba1a-28ab27bb8885" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1292,19 +2362,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "123" + "144" ], "x-ms-correlation-request-id": [ - "042b05c3-3228-4080-92da-452432e78f2b" + "500c38fc-ef8a-43bd-ba1a-28ab27bb8885" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023118Z:042b05c3-3228-4080-92da-452432e78f2b" + "SOUTHINDIA:20210518T111941Z:500c38fc-ef8a-43bd-ba1a-28ab27bb8885" ], "Date": [ - "Tue, 16 Feb 2021 02:31:18 GMT" + "Tue, 18 May 2021 11:19:40 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -1313,26 +2383,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"name\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:31:07.8852345Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"name\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/40e78097-4879-4f6f-9004-35683ef22867?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy80MGU3ODA5Ny00ODc5LTRmNmYtOTAwNC0zNTY4M2VmMjI4Njc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/c9694710-9617-4b83-93a0-c8583b027f2e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jOTY5NDcxMC05NjE3LTRiODMtOTNhMC1jODU4M2IwMjdmMmU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1346,11 +2416,11 @@ "nosniff" ], "x-ms-request-id": [ - "5cd3078f-328b-4775-b742-567cc39b2011" + "8e47f55a-280b-49d3-baba-9080c30a119a" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1362,19 +2432,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "122" + "143" ], "x-ms-correlation-request-id": [ - "5cd3078f-328b-4775-b742-567cc39b2011" + "8e47f55a-280b-49d3-baba-9080c30a119a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023128Z:5cd3078f-328b-4775-b742-567cc39b2011" + "SOUTHINDIA:20210518T111946Z:8e47f55a-280b-49d3-baba-9080c30a119a" ], "Date": [ - "Tue, 16 Feb 2021 02:31:28 GMT" + "Tue, 18 May 2021 11:19:45 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -1383,26 +2453,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"name\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:31:07.8852345Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"name\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/40e78097-4879-4f6f-9004-35683ef22867?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy80MGU3ODA5Ny00ODc5LTRmNmYtOTAwNC0zNTY4M2VmMjI4Njc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/c9694710-9617-4b83-93a0-c8583b027f2e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jOTY5NDcxMC05NjE3LTRiODMtOTNhMC1jODU4M2IwMjdmMmU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1416,11 +2486,11 @@ "nosniff" ], "x-ms-request-id": [ - "86d5189d-bb74-48e9-a650-beb29cb5b012" + "d986533d-e638-4e51-b05d-c1d4ddc7f693" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1432,19 +2502,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" + "142" ], "x-ms-correlation-request-id": [ - "86d5189d-bb74-48e9-a650-beb29cb5b012" + "d986533d-e638-4e51-b05d-c1d4ddc7f693" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023138Z:86d5189d-bb74-48e9-a650-beb29cb5b012" + "SOUTHINDIA:20210518T111952Z:d986533d-e638-4e51-b05d-c1d4ddc7f693" ], "Date": [ - "Tue, 16 Feb 2021 02:31:38 GMT" + "Tue, 18 May 2021 11:19:52 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -1453,26 +2523,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"name\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:31:07.8852345Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"name\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/40e78097-4879-4f6f-9004-35683ef22867?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy80MGU3ODA5Ny00ODc5LTRmNmYtOTAwNC0zNTY4M2VmMjI4Njc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/c9694710-9617-4b83-93a0-c8583b027f2e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jOTY5NDcxMC05NjE3LTRiODMtOTNhMC1jODU4M2IwMjdmMmU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1486,11 +2556,11 @@ "nosniff" ], "x-ms-request-id": [ - "1afbbd04-3ea9-4a99-a24f-e0a4573a3a3f" + "b5ef34a0-9432-4b97-82dd-733f6d32cc74" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1502,19 +2572,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "141" ], "x-ms-correlation-request-id": [ - "1afbbd04-3ea9-4a99-a24f-e0a4573a3a3f" + "b5ef34a0-9432-4b97-82dd-733f6d32cc74" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023149Z:1afbbd04-3ea9-4a99-a24f-e0a4573a3a3f" + "SOUTHINDIA:20210518T111957Z:b5ef34a0-9432-4b97-82dd-733f6d32cc74" ], "Date": [ - "Tue, 16 Feb 2021 02:31:49 GMT" + "Tue, 18 May 2021 11:19:57 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -1523,26 +2593,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"name\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:31:07.8852345Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"name\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/40e78097-4879-4f6f-9004-35683ef22867?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy80MGU3ODA5Ny00ODc5LTRmNmYtOTAwNC0zNTY4M2VmMjI4Njc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/c9694710-9617-4b83-93a0-c8583b027f2e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jOTY5NDcxMC05NjE3LTRiODMtOTNhMC1jODU4M2IwMjdmMmU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1556,11 +2626,11 @@ "nosniff" ], "x-ms-request-id": [ - "ab44acc8-099f-4c7b-af51-a401cb66d868" + "35bef2cc-915f-4e92-ad7a-841208edc2a2" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1572,19 +2642,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "119" + "140" ], "x-ms-correlation-request-id": [ - "ab44acc8-099f-4c7b-af51-a401cb66d868" + "35bef2cc-915f-4e92-ad7a-841208edc2a2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023159Z:ab44acc8-099f-4c7b-af51-a401cb66d868" + "SOUTHINDIA:20210518T112002Z:35bef2cc-915f-4e92-ad7a-841208edc2a2" ], "Date": [ - "Tue, 16 Feb 2021 02:31:59 GMT" + "Tue, 18 May 2021 11:20:02 GMT" ], "Content-Length": [ - "304" + "302" ], "Content-Type": [ "application/json" @@ -1593,26 +2663,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"name\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:31:07.8852345Z\",\r\n \"endTime\": \"2021-02-16T02:31:07.8852345Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"1b59c224-2018-4e01-a27d-7b8769e7b21b\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"name\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"endTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"998182f7-399a-47a6-88ea-30c084a3f627\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/40e78097-4879-4f6f-9004-35683ef22867?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy80MGU3ODA5Ny00ODc5LTRmNmYtOTAwNC0zNTY4M2VmMjI4Njc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/c9694710-9617-4b83-93a0-c8583b027f2e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9jOTY5NDcxMC05NjE3LTRiODMtOTNhMC1jODU4M2IwMjdmMmU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1626,11 +2696,11 @@ "nosniff" ], "x-ms-request-id": [ - "046cba46-b27e-49bf-a59f-bc3656ea0680" + "6c8718e9-7c2e-451f-be2a-4509d8135899" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1642,19 +2712,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "118" + "139" ], "x-ms-correlation-request-id": [ - "046cba46-b27e-49bf-a59f-bc3656ea0680" + "6c8718e9-7c2e-451f-be2a-4509d8135899" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023159Z:046cba46-b27e-49bf-a59f-bc3656ea0680" + "SOUTHINDIA:20210518T112002Z:6c8718e9-7c2e-451f-be2a-4509d8135899" ], "Date": [ - "Tue, 16 Feb 2021 02:31:59 GMT" + "Tue, 18 May 2021 11:20:02 GMT" ], "Content-Length": [ - "304" + "302" ], "Content-Type": [ "application/json" @@ -1663,26 +2733,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"name\": \"40e78097-4879-4f6f-9004-35683ef22867\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:31:07.8852345Z\",\r\n \"endTime\": \"2021-02-16T02:31:07.8852345Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"1b59c224-2018-4e01-a27d-7b8769e7b21b\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"name\": \"c9694710-9617-4b83-93a0-c8583b027f2e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"endTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"998182f7-399a-47a6-88ea-30c084a3f627\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/1b59c224-2018-4e01-a27d-7b8769e7b21b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8xYjU5YzIyNC0yMDE4LTRlMDEtYTI3ZC03Yjg3NjllN2IyMWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/998182f7-399a-47a6-88ea-30c084a3f627?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy85OTgxODJmNy0zOTlhLTQ3YTYtODhlYS0zMGMwODRhM2Y2Mjc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1700,11 +2770,11 @@ "nosniff" ], "x-ms-request-id": [ - "0289cd5b-d5d5-47e6-9d42-3a40e0446f76" + "3ec15b42-a8f8-43c4-97d1-44ef72b48dce" ], "x-ms-client-request-id": [ - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9", - "5e2fa761-fcae-4604-bc19-eddc8b69cbb9" + "8516adeb-fd79-4019-838b-997eac8e11d1", + "8516adeb-fd79-4019-838b-997eac8e11d1" ], "X-Powered-By": [ "ASP.NET" @@ -1713,19 +2783,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "149" ], "x-ms-correlation-request-id": [ - "0289cd5b-d5d5-47e6-9d42-3a40e0446f76" + "3ec15b42-a8f8-43c4-97d1-44ef72b48dce" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023159Z:0289cd5b-d5d5-47e6-9d42-3a40e0446f76" + "SOUTHINDIA:20210518T112003Z:3ec15b42-a8f8-43c4-97d1-44ef72b48dce" ], "Date": [ - "Tue, 16 Feb 2021 02:31:59 GMT" + "Tue, 18 May 2021 11:20:03 GMT" ], "Content-Length": [ - "847" + "846" ], "Content-Type": [ "application/json" @@ -1734,26 +2804,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/1b59c224-2018-4e01-a27d-7b8769e7b21b\",\r\n \"name\": \"1b59c224-2018-4e01-a27d-7b8769e7b21b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT42.4587559S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:31:07.8852345Z\",\r\n \"endTime\": \"2021-02-16T02:31:50.3439904Z\",\r\n \"activityId\": \"5e2fa761-fcae-4604-bc19-eddc8b69cbb9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/998182f7-399a-47a6-88ea-30c084a3f627\",\r\n \"name\": \"998182f7-399a-47a6-88ea-30c084a3f627\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.3939521S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T11:19:15.057401Z\",\r\n \"endTime\": \"2021-05-18T11:19:58.4513531Z\",\r\n \"activityId\": \"8516adeb-fd79-4019-838b-997eac8e11d1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7735da76-b5f3-42d9-ac59-872939096c7d" + "9c210b6b-298e-4f4a-b41c-0c987f781756" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1767,11 +2837,11 @@ "nosniff" ], "x-ms-request-id": [ - "852a4f71-915c-49bb-abae-24568255b026" + "4515edde-9c9d-479b-a00c-574c509c26ec" ], "x-ms-client-request-id": [ - "7735da76-b5f3-42d9-ac59-872939096c7d", - "7735da76-b5f3-42d9-ac59-872939096c7d" + "9c210b6b-298e-4f4a-b41c-0c987f781756", + "9c210b6b-298e-4f4a-b41c-0c987f781756" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1783,16 +2853,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "852a4f71-915c-49bb-abae-24568255b026" + "4515edde-9c9d-479b-a00c-574c509c26ec" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023200Z:852a4f71-915c-49bb-abae-24568255b026" + "SOUTHINDIA:20210518T112003Z:4515edde-9c9d-479b-a00c-574c509c26ec" ], "Date": [ - "Tue, 16 Feb 2021 02:32:00 GMT" + "Tue, 18 May 2021 11:20:03 GMT" ], "Content-Length": [ "1219" @@ -1808,22 +2878,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7735da76-b5f3-42d9-ac59-872939096c7d" + "9c210b6b-298e-4f4a-b41c-0c987f781756" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1837,11 +2907,11 @@ "nosniff" ], "x-ms-request-id": [ - "c89845fe-592d-41a7-9a86-6a5638bbc203" + "23de5cc1-06bb-404e-b848-d568a966a040" ], "x-ms-client-request-id": [ - "7735da76-b5f3-42d9-ac59-872939096c7d", - "7735da76-b5f3-42d9-ac59-872939096c7d" + "9c210b6b-298e-4f4a-b41c-0c987f781756", + "9c210b6b-298e-4f4a-b41c-0c987f781756" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1853,16 +2923,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "c89845fe-592d-41a7-9a86-6a5638bbc203" + "23de5cc1-06bb-404e-b848-d568a966a040" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023200Z:c89845fe-592d-41a7-9a86-6a5638bbc203" + "SOUTHINDIA:20210518T112004Z:23de5cc1-06bb-404e-b848-d568a966a040" ], "Date": [ - "Tue, 16 Feb 2021 02:32:00 GMT" + "Tue, 18 May 2021 11:20:04 GMT" ], "Content-Length": [ "1354" @@ -1874,26 +2944,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-02-16T02:31:50.0640178Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-05-18T11:19:57.7163256Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/backup?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/backup?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareBackupRequest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a" + "6423ec35-8c88-41ac-b788-aa78f1324a84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1910,23 +2980,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/92fc3462-161d-46a1-9dfc-ea576f921a91?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/6771f4be-7787-450b-9008-8e5c44164b8d?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/92fc3462-161d-46a1-9dfc-ea576f921a91?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/6771f4be-7787-450b-9008-8e5c44164b8d?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "87c96fc7-fdf7-4302-8840-25afe9f95019" + "849047a3-5394-41f6-9aa4-727dbde0c6b9" ], "x-ms-client-request-id": [ - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a", - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a" + "6423ec35-8c88-41ac-b788-aa78f1324a84", + "6423ec35-8c88-41ac-b788-aa78f1324a84" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1935,16 +3005,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1199" ], "x-ms-correlation-request-id": [ - "87c96fc7-fdf7-4302-8840-25afe9f95019" + "849047a3-5394-41f6-9aa4-727dbde0c6b9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023201Z:87c96fc7-fdf7-4302-8840-25afe9f95019" + "SOUTHINDIA:20210518T112005Z:849047a3-5394-41f6-9aa4-727dbde0c6b9" ], "Date": [ - "Tue, 16 Feb 2021 02:32:01 GMT" + "Tue, 18 May 2021 11:20:05 GMT" ], "Expires": [ "-1" @@ -1957,22 +3027,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/92fc3462-161d-46a1-9dfc-ea576f921a91?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85MmZjMzQ2Mi0xNjFkLTQ2YTEtOWRmYy1lYTU3NmY5MjFhOTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6771f4be-7787-450b-9008-8e5c44164b8d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82NzcxZjRiZS03Nzg3LTQ1MGItOTAwOC04ZTVjNDQxNjRiOGQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a" + "6423ec35-8c88-41ac-b788-aa78f1324a84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1986,11 +3056,11 @@ "nosniff" ], "x-ms-request-id": [ - "3614788e-3132-4fce-90ce-d3633504e8d8" + "9cc5c835-3da0-476d-9b4a-4ba955458c4b" ], "x-ms-client-request-id": [ - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a", - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a" + "6423ec35-8c88-41ac-b788-aa78f1324a84", + "6423ec35-8c88-41ac-b788-aa78f1324a84" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2002,16 +3072,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" + "138" ], "x-ms-correlation-request-id": [ - "3614788e-3132-4fce-90ce-d3633504e8d8" + "9cc5c835-3da0-476d-9b4a-4ba955458c4b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023201Z:3614788e-3132-4fce-90ce-d3633504e8d8" + "SOUTHINDIA:20210518T112005Z:9cc5c835-3da0-476d-9b4a-4ba955458c4b" ], "Date": [ - "Tue, 16 Feb 2021 02:32:01 GMT" + "Tue, 18 May 2021 11:20:05 GMT" ], "Content-Length": [ "188" @@ -2023,26 +3093,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"92fc3462-161d-46a1-9dfc-ea576f921a91\",\r\n \"name\": \"92fc3462-161d-46a1-9dfc-ea576f921a91\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:32:01.2899476Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6771f4be-7787-450b-9008-8e5c44164b8d\",\r\n \"name\": \"6771f4be-7787-450b-9008-8e5c44164b8d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:20:05.4106382Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/92fc3462-161d-46a1-9dfc-ea576f921a91?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85MmZjMzQ2Mi0xNjFkLTQ2YTEtOWRmYy1lYTU3NmY5MjFhOTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6771f4be-7787-450b-9008-8e5c44164b8d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82NzcxZjRiZS03Nzg3LTQ1MGItOTAwOC04ZTVjNDQxNjRiOGQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a" + "6423ec35-8c88-41ac-b788-aa78f1324a84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2056,11 +3126,11 @@ "nosniff" ], "x-ms-request-id": [ - "6d5b84bb-6172-41a5-a95b-3310f2312641" + "4f757944-f6d0-46d1-9bf0-14ac241b52f5" ], "x-ms-client-request-id": [ - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a", - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a" + "6423ec35-8c88-41ac-b788-aa78f1324a84", + "6423ec35-8c88-41ac-b788-aa78f1324a84" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2072,16 +3142,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "116" + "137" ], "x-ms-correlation-request-id": [ - "6d5b84bb-6172-41a5-a95b-3310f2312641" + "4f757944-f6d0-46d1-9bf0-14ac241b52f5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023211Z:6d5b84bb-6172-41a5-a95b-3310f2312641" + "SOUTHINDIA:20210518T112011Z:4f757944-f6d0-46d1-9bf0-14ac241b52f5" ], "Date": [ - "Tue, 16 Feb 2021 02:32:11 GMT" + "Tue, 18 May 2021 11:20:10 GMT" ], "Content-Length": [ "304" @@ -2093,26 +3163,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"92fc3462-161d-46a1-9dfc-ea576f921a91\",\r\n \"name\": \"92fc3462-161d-46a1-9dfc-ea576f921a91\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:32:01.2899476Z\",\r\n \"endTime\": \"2021-02-16T02:32:01.2899476Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c2d39056-1526-44d5-8680-732839d00094\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"6771f4be-7787-450b-9008-8e5c44164b8d\",\r\n \"name\": \"6771f4be-7787-450b-9008-8e5c44164b8d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T11:20:05.4106382Z\",\r\n \"endTime\": \"2021-05-18T11:20:05.4106382Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e3d2cf4b-e103-4244-a6a0-a6e751fae6dd\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/92fc3462-161d-46a1-9dfc-ea576f921a91?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85MmZjMzQ2Mi0xNjFkLTQ2YTEtOWRmYy1lYTU3NmY5MjFhOTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6771f4be-7787-450b-9008-8e5c44164b8d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82NzcxZjRiZS03Nzg3LTQ1MGItOTAwOC04ZTVjNDQxNjRiOGQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a" + "6423ec35-8c88-41ac-b788-aa78f1324a84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2126,11 +3196,11 @@ "nosniff" ], "x-ms-request-id": [ - "527dabc8-a063-4c71-ba49-92e51cbc5209" + "27ed599f-afed-4a02-b886-6eee095a77f9" ], "x-ms-client-request-id": [ - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a", - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a" + "6423ec35-8c88-41ac-b788-aa78f1324a84", + "6423ec35-8c88-41ac-b788-aa78f1324a84" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2142,16 +3212,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "115" + "136" ], "x-ms-correlation-request-id": [ - "527dabc8-a063-4c71-ba49-92e51cbc5209" + "27ed599f-afed-4a02-b886-6eee095a77f9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023212Z:527dabc8-a063-4c71-ba49-92e51cbc5209" + "SOUTHINDIA:20210518T112011Z:27ed599f-afed-4a02-b886-6eee095a77f9" ], "Date": [ - "Tue, 16 Feb 2021 02:32:11 GMT" + "Tue, 18 May 2021 11:20:11 GMT" ], "Content-Length": [ "304" @@ -2163,26 +3233,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"92fc3462-161d-46a1-9dfc-ea576f921a91\",\r\n \"name\": \"92fc3462-161d-46a1-9dfc-ea576f921a91\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:32:01.2899476Z\",\r\n \"endTime\": \"2021-02-16T02:32:01.2899476Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c2d39056-1526-44d5-8680-732839d00094\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"6771f4be-7787-450b-9008-8e5c44164b8d\",\r\n \"name\": \"6771f4be-7787-450b-9008-8e5c44164b8d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T11:20:05.4106382Z\",\r\n \"endTime\": \"2021-05-18T11:20:05.4106382Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e3d2cf4b-e103-4244-a6a0-a6e751fae6dd\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/c2d39056-1526-44d5-8680-732839d00094?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9jMmQzOTA1Ni0xNTI2LTQ0ZDUtODY4MC03MzI4MzlkMDAwOTQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/e3d2cf4b-e103-4244-a6a0-a6e751fae6dd?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9lM2QyY2Y0Yi1lMTAzLTQyNDQtYTZhMC1hNmU3NTFmYWU2ZGQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a" + "6423ec35-8c88-41ac-b788-aa78f1324a84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2200,11 +3270,11 @@ "nosniff" ], "x-ms-request-id": [ - "71c5d78e-a3c7-4f14-9da2-5695f805eb0e" + "9714056f-c720-4cf3-ac33-1b96b493250d" ], "x-ms-client-request-id": [ - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a", - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a" + "6423ec35-8c88-41ac-b788-aa78f1324a84", + "6423ec35-8c88-41ac-b788-aa78f1324a84" ], "X-Powered-By": [ "ASP.NET" @@ -2213,16 +3283,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "148" ], "x-ms-correlation-request-id": [ - "71c5d78e-a3c7-4f14-9da2-5695f805eb0e" + "9714056f-c720-4cf3-ac33-1b96b493250d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023212Z:71c5d78e-a3c7-4f14-9da2-5695f805eb0e" + "SOUTHINDIA:20210518T112011Z:9714056f-c720-4cf3-ac33-1b96b493250d" ], "Date": [ - "Tue, 16 Feb 2021 02:32:11 GMT" + "Tue, 18 May 2021 11:20:11 GMT" ], "Content-Length": [ "903" @@ -2234,26 +3304,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/c2d39056-1526-44d5-8680-732839d00094\",\r\n \"name\": \"c2d39056-1526-44d5-8680-732839d00094\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT2.4149743S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"MicrosoftStorage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"File Share Name\": \"fs1\",\r\n \"Whether job is adhoc or scheduled.\": \"True\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:32:01.2899476Z\",\r\n \"endTime\": \"2021-02-16T02:32:03.7049219Z\",\r\n \"activityId\": \"c50f17d9-1357-43fb-b9b7-12f51b2f9b6a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/e3d2cf4b-e103-4244-a6a0-a6e751fae6dd\",\r\n \"name\": \"e3d2cf4b-e103-4244-a6a0-a6e751fae6dd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT3.8211536S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"MicrosoftStorage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"File Share Name\": \"fs1\",\r\n \"Whether job is adhoc or scheduled.\": \"True\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T11:20:05.4106382Z\",\r\n \"endTime\": \"2021-05-18T11:20:09.2317918Z\",\r\n \"activityId\": \"6423ec35-8c88-41ac-b788-aa78f1324a84\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/c2d39056-1526-44d5-8680-732839d00094?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9jMmQzOTA1Ni0xNTI2LTQ0ZDUtODY4MC03MzI4MzlkMDAwOTQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/e3d2cf4b-e103-4244-a6a0-a6e751fae6dd?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9lM2QyY2Y0Yi1lMTAzLTQyNDQtYTZhMC1hNmU3NTFmYWU2ZGQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a" + "6423ec35-8c88-41ac-b788-aa78f1324a84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2271,11 +3341,11 @@ "nosniff" ], "x-ms-request-id": [ - "d71bc2ce-03f2-41c9-9e05-b925a11de1cf" + "69cf8080-d69f-408b-88bd-1df943e78655" ], "x-ms-client-request-id": [ - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a", - "c50f17d9-1357-43fb-b9b7-12f51b2f9b6a" + "6423ec35-8c88-41ac-b788-aa78f1324a84", + "6423ec35-8c88-41ac-b788-aa78f1324a84" ], "X-Powered-By": [ "ASP.NET" @@ -2284,16 +3354,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "147" ], "x-ms-correlation-request-id": [ - "d71bc2ce-03f2-41c9-9e05-b925a11de1cf" + "69cf8080-d69f-408b-88bd-1df943e78655" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023212Z:d71bc2ce-03f2-41c9-9e05-b925a11de1cf" + "SOUTHINDIA:20210518T112011Z:69cf8080-d69f-408b-88bd-1df943e78655" ], "Date": [ - "Tue, 16 Feb 2021 02:32:12 GMT" + "Tue, 18 May 2021 11:20:11 GMT" ], "Content-Length": [ "903" @@ -2305,26 +3375,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/c2d39056-1526-44d5-8680-732839d00094\",\r\n \"name\": \"c2d39056-1526-44d5-8680-732839d00094\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT2.4149743S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"MicrosoftStorage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"File Share Name\": \"fs1\",\r\n \"Whether job is adhoc or scheduled.\": \"True\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:32:01.2899476Z\",\r\n \"endTime\": \"2021-02-16T02:32:03.7049219Z\",\r\n \"activityId\": \"c50f17d9-1357-43fb-b9b7-12f51b2f9b6a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/e3d2cf4b-e103-4244-a6a0-a6e751fae6dd\",\r\n \"name\": \"e3d2cf4b-e103-4244-a6a0-a6e751fae6dd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT3.8211536S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"MicrosoftStorage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [\r\n {\r\n \"taskId\": \"Take Snapshot\",\r\n \"status\": \"Completed\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"Data Transferred (in MB)\": \"0\",\r\n \"File Share Name\": \"fs1\",\r\n \"Whether job is adhoc or scheduled.\": \"True\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T11:20:05.4106382Z\",\r\n \"endTime\": \"2021-05-18T11:20:09.2317918Z\",\r\n \"activityId\": \"6423ec35-8c88-41ac-b788-aa78f1324a84\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints?$filter=startDate%20eq%20'2021-02-16%2002:31:01%20AM'%20and%20endDate%20eq%20'2021-02-16%2002:33:03%20AM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTAyLTE2JTIwMDI6MzE6MDElMjBBTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wMi0xNiUyMDAyOjMzOjAzJTIwQU0nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints?$filter=startDate%20eq%20'2021-05-18%2011:19:05%20AM'%20and%20endDate%20eq%20'2021-05-18%2011:21:09%20AM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTA1LTE4JTIwMTE6MTk6MDUlMjBBTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wNS0xOCUyMDExOjIxOjA5JTIwQU0nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1e9a1b4-888b-40eb-819b-388af53a14c6" + "2f1e3933-c214-4ae1-9580-766be86dc4be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2338,11 +3408,11 @@ "nosniff" ], "x-ms-request-id": [ - "8e03fb87-91c6-4367-a563-212be9e54dad" + "73892c6d-f152-4261-b58c-3b987877cbc1" ], "x-ms-client-request-id": [ - "c1e9a1b4-888b-40eb-819b-388af53a14c6", - "c1e9a1b4-888b-40eb-819b-388af53a14c6" + "2f1e3933-c214-4ae1-9580-766be86dc4be", + "2f1e3933-c214-4ae1-9580-766be86dc4be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2354,16 +3424,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "8e03fb87-91c6-4367-a563-212be9e54dad" + "73892c6d-f152-4261-b58c-3b987877cbc1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023212Z:8e03fb87-91c6-4367-a563-212be9e54dad" + "SOUTHINDIA:20210518T112012Z:73892c6d-f152-4261-b58c-3b987877cbc1" ], "Date": [ - "Tue, 16 Feb 2021 02:32:12 GMT" + "Tue, 18 May 2021 11:20:12 GMT" ], "Content-Length": [ "792" @@ -2375,26 +3445,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/25938539464040\",\r\n \"name\": \"25938539464040\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareRecoveryPoint\",\r\n \"recoveryPointType\": \"FileSystemConsistent\",\r\n \"recoveryPointTime\": \"2021-02-16T02:32:02Z\",\r\n \"fileShareSnapshotUri\": \"https://pstestsa8895.file.core.windows.net/fs1?sharesnapshot=2021-02-16T02:32:02.0000000Z\",\r\n \"recoveryPointSizeInGB\": 1\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/34024299149507\",\r\n \"name\": \"34024299149507\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareRecoveryPoint\",\r\n \"recoveryPointType\": \"FileSystemConsistent\",\r\n \"recoveryPointTime\": \"2021-05-18T11:20:07Z\",\r\n \"fileShareSnapshotUri\": \"https://pstestsa8895.file.core.windows.net/fs1?sharesnapshot=2021-05-18T11:20:07.0000000Z\",\r\n \"recoveryPointSizeInGB\": 1\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/25938539464040?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHMvMjU5Mzg1Mzk0NjQwNDA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/34024299149507?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTkvcmVjb3ZlcnlQb2ludHMvMzQwMjQyOTkxNDk1MDc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18b250fe-1a4a-4b00-b64e-428ce16eb41e" + "d3f5a9a0-1fd3-4a5d-934f-4c2acc3914d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2408,11 +3478,11 @@ "nosniff" ], "x-ms-request-id": [ - "cc68a1a3-b955-408d-bd96-3f1fbeb706f3" + "bc6fc6ec-64e4-4ecf-9174-43f133cfecab" ], "x-ms-client-request-id": [ - "18b250fe-1a4a-4b00-b64e-428ce16eb41e", - "18b250fe-1a4a-4b00-b64e-428ce16eb41e" + "d3f5a9a0-1fd3-4a5d-934f-4c2acc3914d0", + "d3f5a9a0-1fd3-4a5d-934f-4c2acc3914d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2424,16 +3494,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "148" ], "x-ms-correlation-request-id": [ - "cc68a1a3-b955-408d-bd96-3f1fbeb706f3" + "bc6fc6ec-64e4-4ecf-9174-43f133cfecab" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023213Z:cc68a1a3-b955-408d-bd96-3f1fbeb706f3" + "SOUTHINDIA:20210518T112013Z:bc6fc6ec-64e4-4ecf-9174-43f133cfecab" ], "Date": [ - "Tue, 16 Feb 2021 02:32:13 GMT" + "Tue, 18 May 2021 11:20:13 GMT" ], "Content-Length": [ "780" @@ -2445,26 +3515,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/25938539464040\",\r\n \"name\": \"25938539464040\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareRecoveryPoint\",\r\n \"recoveryPointType\": \"FileSystemConsistent\",\r\n \"recoveryPointTime\": \"2021-02-16T02:32:02Z\",\r\n \"fileShareSnapshotUri\": \"https://pstestsa8895.file.core.windows.net/fs1?sharesnapshot=2021-02-16T02:32:02.0000000Z\",\r\n \"recoveryPointSizeInGB\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/recoveryPoints/34024299149507\",\r\n \"name\": \"34024299149507\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"objectType\": \"AzureFileShareRecoveryPoint\",\r\n \"recoveryPointType\": \"FileSystemConsistent\",\r\n \"recoveryPointTime\": \"2021-05-18T11:20:07Z\",\r\n \"fileShareSnapshotUri\": \"https://pstestsa8895.file.core.windows.net/fs1?sharesnapshot=2021-05-18T11:20:07.0000000Z\",\r\n \"recoveryPointSizeInGB\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2475,23 +3545,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/eab7b71c-4686-4309-ada8-a0fe2dcb2684?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/a4026d9f-23d3-4283-b433-d16c51bde606?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/eab7b71c-4686-4309-ada8-a0fe2dcb2684?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a4026d9f-23d3-4283-b433-d16c51bde606?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f5aabc7e-b664-400b-a52b-92d32bf5b22d" + "2de47329-dbb9-427d-8233-89de53c1eb2a" ], "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a", - "34070066-4563-4786-8bde-95474c7d3a0a" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f", + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2500,16 +3570,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14999" ], "x-ms-correlation-request-id": [ - "f5aabc7e-b664-400b-a52b-92d32bf5b22d" + "2de47329-dbb9-427d-8233-89de53c1eb2a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023214Z:f5aabc7e-b664-400b-a52b-92d32bf5b22d" + "SOUTHINDIA:20210518T112014Z:2de47329-dbb9-427d-8233-89de53c1eb2a" ], "Date": [ - "Tue, 16 Feb 2021 02:32:13 GMT" + "Tue, 18 May 2021 11:20:14 GMT" ], "Expires": [ "-1" @@ -2522,22 +3592,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/eab7b71c-4686-4309-ada8-a0fe2dcb2684?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lYWI3YjcxYy00Njg2LTQzMDktYWRhOC1hMGZlMmRjYjI2ODQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a4026d9f-23d3-4283-b433-d16c51bde606?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNDAyNmQ5Zi0yM2QzLTQyODMtYjQzMy1kMTZjNTFiZGU2MDY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2551,11 +3621,11 @@ "nosniff" ], "x-ms-request-id": [ - "252c89c8-649a-4250-a26d-4794ea4cbf6d" + "fba79800-a22f-4d7c-8dd0-cb70cc0721ae" ], "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a", - "34070066-4563-4786-8bde-95474c7d3a0a" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f", + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2567,16 +3637,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "114" + "135" ], "x-ms-correlation-request-id": [ - "252c89c8-649a-4250-a26d-4794ea4cbf6d" + "fba79800-a22f-4d7c-8dd0-cb70cc0721ae" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023214Z:252c89c8-649a-4250-a26d-4794ea4cbf6d" + "SOUTHINDIA:20210518T112014Z:fba79800-a22f-4d7c-8dd0-cb70cc0721ae" ], "Date": [ - "Tue, 16 Feb 2021 02:32:13 GMT" + "Tue, 18 May 2021 11:20:14 GMT" ], "Content-Length": [ "188" @@ -2588,26 +3658,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"eab7b71c-4686-4309-ada8-a0fe2dcb2684\",\r\n \"name\": \"eab7b71c-4686-4309-ada8-a0fe2dcb2684\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:32:13.9357861Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"name\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:20:14.0743996Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/eab7b71c-4686-4309-ada8-a0fe2dcb2684?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lYWI3YjcxYy00Njg2LTQzMDktYWRhOC1hMGZlMmRjYjI2ODQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a4026d9f-23d3-4283-b433-d16c51bde606?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNDAyNmQ5Zi0yM2QzLTQyODMtYjQzMy1kMTZjNTFiZGU2MDY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2621,11 +3691,11 @@ "nosniff" ], "x-ms-request-id": [ - "463fe060-ff6c-4381-97a1-9a3c0c6cbc7c" + "80babe24-f208-4908-809f-940660c2a4f7" ], "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a", - "34070066-4563-4786-8bde-95474c7d3a0a" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f", + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2637,16 +3707,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "113" + "134" ], "x-ms-correlation-request-id": [ - "463fe060-ff6c-4381-97a1-9a3c0c6cbc7c" + "80babe24-f208-4908-809f-940660c2a4f7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023224Z:463fe060-ff6c-4381-97a1-9a3c0c6cbc7c" + "SOUTHINDIA:20210518T112019Z:80babe24-f208-4908-809f-940660c2a4f7" ], "Date": [ - "Tue, 16 Feb 2021 02:32:24 GMT" + "Tue, 18 May 2021 11:20:19 GMT" ], "Content-Length": [ "188" @@ -2658,26 +3728,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"eab7b71c-4686-4309-ada8-a0fe2dcb2684\",\r\n \"name\": \"eab7b71c-4686-4309-ada8-a0fe2dcb2684\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:32:13.9357861Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"name\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:20:14.0743996Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/eab7b71c-4686-4309-ada8-a0fe2dcb2684?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lYWI3YjcxYy00Njg2LTQzMDktYWRhOC1hMGZlMmRjYjI2ODQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a4026d9f-23d3-4283-b433-d16c51bde606?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNDAyNmQ5Zi0yM2QzLTQyODMtYjQzMy1kMTZjNTFiZGU2MDY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2691,11 +3761,11 @@ "nosniff" ], "x-ms-request-id": [ - "26d1e3e8-6bde-40d7-b7d9-a8ccb28cdf8a" + "30cbd43b-3536-48f4-bd11-bb604c8659c9" ], "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a", - "34070066-4563-4786-8bde-95474c7d3a0a" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f", + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2707,16 +3777,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "112" + "133" ], "x-ms-correlation-request-id": [ - "26d1e3e8-6bde-40d7-b7d9-a8ccb28cdf8a" + "30cbd43b-3536-48f4-bd11-bb604c8659c9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023234Z:26d1e3e8-6bde-40d7-b7d9-a8ccb28cdf8a" + "SOUTHINDIA:20210518T112024Z:30cbd43b-3536-48f4-bd11-bb604c8659c9" ], "Date": [ - "Tue, 16 Feb 2021 02:32:34 GMT" + "Tue, 18 May 2021 11:20:24 GMT" ], "Content-Length": [ "188" @@ -2728,26 +3798,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"eab7b71c-4686-4309-ada8-a0fe2dcb2684\",\r\n \"name\": \"eab7b71c-4686-4309-ada8-a0fe2dcb2684\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:32:13.9357861Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"name\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:20:14.0743996Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/eab7b71c-4686-4309-ada8-a0fe2dcb2684?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lYWI3YjcxYy00Njg2LTQzMDktYWRhOC1hMGZlMmRjYjI2ODQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a4026d9f-23d3-4283-b433-d16c51bde606?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNDAyNmQ5Zi0yM2QzLTQyODMtYjQzMy1kMTZjNTFiZGU2MDY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2761,11 +3831,11 @@ "nosniff" ], "x-ms-request-id": [ - "733542ef-2682-4710-90a6-bca6e7b6c24b" + "804a3c96-47df-4f1c-8450-ed4965e580fc" ], "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a", - "34070066-4563-4786-8bde-95474c7d3a0a" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f", + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2777,19 +3847,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "111" + "132" ], "x-ms-correlation-request-id": [ - "733542ef-2682-4710-90a6-bca6e7b6c24b" + "804a3c96-47df-4f1c-8450-ed4965e580fc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023245Z:733542ef-2682-4710-90a6-bca6e7b6c24b" + "SOUTHINDIA:20210518T112030Z:804a3c96-47df-4f1c-8450-ed4965e580fc" ], "Date": [ - "Tue, 16 Feb 2021 02:32:44 GMT" + "Tue, 18 May 2021 11:20:29 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -2798,26 +3868,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"eab7b71c-4686-4309-ada8-a0fe2dcb2684\",\r\n \"name\": \"eab7b71c-4686-4309-ada8-a0fe2dcb2684\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:32:13.9357861Z\",\r\n \"endTime\": \"2021-02-16T02:32:13.9357861Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b139e220-eb0d-4450-b7ca-fddb42d00fdf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"name\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:20:14.0743996Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/eab7b71c-4686-4309-ada8-a0fe2dcb2684?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9lYWI3YjcxYy00Njg2LTQzMDktYWRhOC1hMGZlMmRjYjI2ODQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a4026d9f-23d3-4283-b433-d16c51bde606?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNDAyNmQ5Zi0yM2QzLTQyODMtYjQzMy1kMTZjNTFiZGU2MDY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2831,11 +3901,11 @@ "nosniff" ], "x-ms-request-id": [ - "3650ad48-9cf7-4839-a701-dadbcccf76d4" + "50a5009b-1782-4987-a4f3-800d178ad652" ], "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a", - "34070066-4563-4786-8bde-95474c7d3a0a" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f", + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2847,19 +3917,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "110" + "131" ], "x-ms-correlation-request-id": [ - "3650ad48-9cf7-4839-a701-dadbcccf76d4" + "50a5009b-1782-4987-a4f3-800d178ad652" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023245Z:3650ad48-9cf7-4839-a701-dadbcccf76d4" + "SOUTHINDIA:20210518T112035Z:50a5009b-1782-4987-a4f3-800d178ad652" ], "Date": [ - "Tue, 16 Feb 2021 02:32:45 GMT" + "Tue, 18 May 2021 11:20:34 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -2868,26 +3938,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"eab7b71c-4686-4309-ada8-a0fe2dcb2684\",\r\n \"name\": \"eab7b71c-4686-4309-ada8-a0fe2dcb2684\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:32:13.9357861Z\",\r\n \"endTime\": \"2021-02-16T02:32:13.9357861Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b139e220-eb0d-4450-b7ca-fddb42d00fdf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"name\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:20:14.0743996Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/b139e220-eb0d-4450-b7ca-fddb42d00fdf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9iMTM5ZTIyMC1lYjBkLTQ0NTAtYjdjYS1mZGRiNDJkMDBmZGY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a4026d9f-23d3-4283-b433-d16c51bde606?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNDAyNmQ5Zi0yM2QzLTQyODMtYjQzMy1kMTZjNTFiZGU2MDY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2897,40 +3967,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6379ce5a-55b9-4eb4-9207-c74e30129c27" + "07f3d367-3523-4353-a519-8d8cadb08039" ], "x-ms-client-request-id": [ - "34070066-4563-4786-8bde-95474c7d3a0a", - "34070066-4563-4786-8bde-95474c7d3a0a" - ], - "X-Powered-By": [ - "ASP.NET" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f", + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "130" ], "x-ms-correlation-request-id": [ - "6379ce5a-55b9-4eb4-9207-c74e30129c27" + "07f3d367-3523-4353-a519-8d8cadb08039" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023245Z:6379ce5a-55b9-4eb4-9207-c74e30129c27" + "SOUTHINDIA:20210518T112040Z:07f3d367-3523-4353-a519-8d8cadb08039" ], "Date": [ - "Tue, 16 Feb 2021 02:32:45 GMT" + "Tue, 18 May 2021 11:20:40 GMT" ], "Content-Length": [ - "821" + "304" ], "Content-Type": [ "application/json" @@ -2939,26 +4008,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/b139e220-eb0d-4450-b7ca-fddb42d00fdf\",\r\n \"name\": \"b139e220-eb0d-4450-b7ca-fddb42d00fdf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.4513404S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:32:13.9357861Z\",\r\n \"endTime\": \"2021-02-16T02:32:35.3871265Z\",\r\n \"activityId\": \"34070066-4563-4786-8bde-95474c7d3a0a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"name\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T11:20:14.0743996Z\",\r\n \"endTime\": \"2021-05-18T11:20:14.0743996Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"73d4e43f-3a18-4a18-a465-b6521f2491ef\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/a4026d9f-23d3-4283-b433-d16c51bde606?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9hNDAyNmQ5Zi0yM2QzLTQyODMtYjQzMy1kMTZjNTFiZGU2MDY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2968,140 +4037,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?fabricName=Azure?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2019-05-13-preview" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "822d9408-0818-4ee3-8472-4cac6db3fb9f" + "634dd0fa-b4f0-4989-871d-60cd2695fb97" ], "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d", - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f", + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "129" ], "x-ms-correlation-request-id": [ - "822d9408-0818-4ee3-8472-4cac6db3fb9f" + "634dd0fa-b4f0-4989-871d-60cd2695fb97" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023245Z:822d9408-0818-4ee3-8472-4cac6db3fb9f" + "SOUTHINDIA:20210518T112040Z:634dd0fa-b4f0-4989-871d-60cd2695fb97" ], "Date": [ - "Tue, 16 Feb 2021 02:32:45 GMT" - ], - "Expires": [ - "-1" + "Tue, 18 May 2021 11:20:40 GMT" ], "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2JkZjI2MGY4LWZmNWYtNDBiZC1iM2E5LTEzYmJlYWRlOTFmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5279851-3b93-4e42-8fe0-d127cbcc778e" - ], - "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d", - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" - ], - "x-ms-correlation-request-id": [ - "f5279851-3b93-4e42-8fe0-d127cbcc778e" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023246Z:f5279851-3b93-4e42-8fe0-d127cbcc778e" + "304" ], - "Date": [ - "Tue, 16 Feb 2021 02:32:45 GMT" + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"name\": \"a4026d9f-23d3-4283-b433-d16c51bde606\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T11:20:14.0743996Z\",\r\n \"endTime\": \"2021-05-18T11:20:14.0743996Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"73d4e43f-3a18-4a18-a465-b6521f2491ef\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2JkZjI2MGY4LWZmNWYtNDBiZC1iM2E5LTEzYmJlYWRlOTFmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/73d4e43f-3a18-4a18-a465-b6521f2491ef?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy83M2Q0ZTQzZi0zYTE4LTRhMTgtYTQ2NS1iNjUyMWYyNDkxZWY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3111,67 +4107,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01" - ], - "Retry-After": [ - "60" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "3abd79ff-dedc-457d-bb53-dbc76d2fe932" + "7eedf199-3edc-4c85-8d31-5c2bae37ee7a" ], "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d", - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f", + "d0f8aec4-964e-4e06-ab86-24dd44c12d8f" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "146" ], "x-ms-correlation-request-id": [ - "3abd79ff-dedc-457d-bb53-dbc76d2fe932" + "7eedf199-3edc-4c85-8d31-5c2bae37ee7a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023256Z:3abd79ff-dedc-457d-bb53-dbc76d2fe932" + "SOUTHINDIA:20210518T112040Z:7eedf199-3edc-4c85-8d31-5c2bae37ee7a" ], "Date": [ - "Tue, 16 Feb 2021 02:32:55 GMT" + "Tue, 18 May 2021 11:20:40 GMT" + ], + "Content-Length": [ + "819" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/73d4e43f-3a18-4a18-a465-b6521f2491ef\",\r\n \"name\": \"73d4e43f-3a18-4a18-a465-b6521f2491ef\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT22.3700104S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T11:20:14.0743996Z\",\r\n \"endTime\": \"2021-05-18T11:20:36.44441Z\",\r\n \"activityId\": \"d0f8aec4-964e-4e06-ab86-24dd44c12d8f\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2JkZjI2MGY4LWZmNWYtNDBiZC1iM2E5LTEzYmJlYWRlOTFmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3182,20 +4179,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/675bb46b-243e-4837-938f-c101cb82988a?fabricName=Azure?api-version=2021-03-01" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/675bb46b-243e-4837-938f-c101cb82988a?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e399a844-8805-4b88-a702-92f38da39e57" + "1ea7f848-2fbd-4c8d-845c-42b557506643" ], "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d", - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902", + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3203,17 +4203,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "e399a844-8805-4b88-a702-92f38da39e57" + "1ea7f848-2fbd-4c8d-845c-42b557506643" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023306Z:e399a844-8805-4b88-a702-92f38da39e57" + "SOUTHINDIA:20210518T112041Z:1ea7f848-2fbd-4c8d-845c-42b557506643" ], "Date": [ - "Tue, 16 Feb 2021 02:33:05 GMT" + "Tue, 18 May 2021 11:20:41 GMT" ], "Expires": [ "-1" @@ -3226,22 +4226,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2JkZjI2MGY4LWZmNWYtNDBiZC1iM2E5LTEzYmJlYWRlOTFmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/675bb46b-243e-4837-938f-c101cb82988a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzY3NWJiNDZiLTI0M2UtNDgzNy05MzhmLWMxMDFjYjgyOTg4YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3252,7 +4252,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/675bb46b-243e-4837-938f-c101cb82988a?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3261,29 +4261,29 @@ "nosniff" ], "x-ms-request-id": [ - "e40382c4-bdd4-4af3-ac3d-608570f8ef53" + "e4e0d66f-6078-47e4-a350-79c253afd2d7" ], "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d", - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902", + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" - ], "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "149" + ], "x-ms-correlation-request-id": [ - "e40382c4-bdd4-4af3-ac3d-608570f8ef53" + "e4e0d66f-6078-47e4-a350-79c253afd2d7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023316Z:e40382c4-bdd4-4af3-ac3d-608570f8ef53" + "SOUTHINDIA:20210518T112041Z:e4e0d66f-6078-47e4-a350-79c253afd2d7" ], "Date": [ - "Tue, 16 Feb 2021 02:33:16 GMT" + "Tue, 18 May 2021 11:20:41 GMT" ], "Expires": [ "-1" @@ -3296,22 +4296,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2JkZjI2MGY4LWZmNWYtNDBiZC1iM2E5LTEzYmJlYWRlOTFmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/675bb46b-243e-4837-938f-c101cb82988a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzY3NWJiNDZiLTI0M2UtNDgzNy05MzhmLWMxMDFjYjgyOTg4YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3322,7 +4322,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/675bb46b-243e-4837-938f-c101cb82988a?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3331,11 +4331,11 @@ "nosniff" ], "x-ms-request-id": [ - "e5f89386-1f88-45e6-bc58-b80f2da416ce" + "82301389-1665-4414-820e-bcb53d21a205" ], "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d", - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902", + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3344,16 +4344,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "148" ], "x-ms-correlation-request-id": [ - "e5f89386-1f88-45e6-bc58-b80f2da416ce" + "82301389-1665-4414-820e-bcb53d21a205" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023327Z:e5f89386-1f88-45e6-bc58-b80f2da416ce" + "SOUTHINDIA:20210518T112046Z:82301389-1665-4414-820e-bcb53d21a205" ], "Date": [ - "Tue, 16 Feb 2021 02:33:26 GMT" + "Tue, 18 May 2021 11:20:46 GMT" ], "Expires": [ "-1" @@ -3366,22 +4366,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2JkZjI2MGY4LWZmNWYtNDBiZC1iM2E5LTEzYmJlYWRlOTFmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/675bb46b-243e-4837-938f-c101cb82988a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzY3NWJiNDZiLTI0M2UtNDgzNy05MzhmLWMxMDFjYjgyOTg4YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3392,7 +4392,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/675bb46b-243e-4837-938f-c101cb82988a?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3401,11 +4401,11 @@ "nosniff" ], "x-ms-request-id": [ - "db5ccb75-ce56-4560-8f04-b53e23d1c688" + "e0c8a317-684b-43d3-983f-11e0641c34de" ], "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d", - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902", + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3414,16 +4414,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "147" ], "x-ms-correlation-request-id": [ - "db5ccb75-ce56-4560-8f04-b53e23d1c688" + "e0c8a317-684b-43d3-983f-11e0641c34de" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023337Z:db5ccb75-ce56-4560-8f04-b53e23d1c688" + "SOUTHINDIA:20210518T112052Z:e0c8a317-684b-43d3-983f-11e0641c34de" ], "Date": [ - "Tue, 16 Feb 2021 02:33:37 GMT" + "Tue, 18 May 2021 11:20:51 GMT" ], "Expires": [ "-1" @@ -3436,22 +4436,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2JkZjI2MGY4LWZmNWYtNDBiZC1iM2E5LTEzYmJlYWRlOTFmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/675bb46b-243e-4837-938f-c101cb82988a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzY3NWJiNDZiLTI0M2UtNDgzNy05MzhmLWMxMDFjYjgyOTg4YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3462,7 +4462,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/675bb46b-243e-4837-938f-c101cb82988a?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3471,11 +4471,11 @@ "nosniff" ], "x-ms-request-id": [ - "6fafd858-a30d-4cc7-89f3-1d5db7a35004" + "9cbb32e5-9c12-4d55-871c-9e9ba180e133" ], "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d", - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902", + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3484,16 +4484,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "146" ], "x-ms-correlation-request-id": [ - "6fafd858-a30d-4cc7-89f3-1d5db7a35004" + "9cbb32e5-9c12-4d55-871c-9e9ba180e133" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023347Z:6fafd858-a30d-4cc7-89f3-1d5db7a35004" + "SOUTHINDIA:20210518T112057Z:9cbb32e5-9c12-4d55-871c-9e9ba180e133" ], "Date": [ - "Tue, 16 Feb 2021 02:33:47 GMT" + "Tue, 18 May 2021 11:20:56 GMT" ], "Expires": [ "-1" @@ -3506,22 +4506,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2JkZjI2MGY4LWZmNWYtNDBiZC1iM2E5LTEzYmJlYWRlOTFmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/675bb46b-243e-4837-938f-c101cb82988a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzY3NWJiNDZiLTI0M2UtNDgzNy05MzhmLWMxMDFjYjgyOTg4YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3532,7 +4532,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/675bb46b-243e-4837-938f-c101cb82988a?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3541,11 +4541,11 @@ "nosniff" ], "x-ms-request-id": [ - "b3014b5f-75b4-426c-9955-d2212e9c7baf" + "022eed8c-416f-444c-86ee-6da3c846ca9f" ], "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d", - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902", + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3554,16 +4554,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "145" ], "x-ms-correlation-request-id": [ - "b3014b5f-75b4-426c-9955-d2212e9c7baf" + "022eed8c-416f-444c-86ee-6da3c846ca9f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023357Z:b3014b5f-75b4-426c-9955-d2212e9c7baf" + "SOUTHINDIA:20210518T112102Z:022eed8c-416f-444c-86ee-6da3c846ca9f" ], "Date": [ - "Tue, 16 Feb 2021 02:33:57 GMT" + "Tue, 18 May 2021 11:21:01 GMT" ], "Expires": [ "-1" @@ -3576,22 +4576,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2JkZjI2MGY4LWZmNWYtNDBiZC1iM2E5LTEzYmJlYWRlOTFmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/675bb46b-243e-4837-938f-c101cb82988a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzY3NWJiNDZiLTI0M2UtNDgzNy05MzhmLWMxMDFjYjgyOTg4YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3605,11 +4605,11 @@ "nosniff" ], "x-ms-request-id": [ - "8188495c-cc7d-4d7b-8593-888de23fc3e0" + "5fe9b836-49fb-436a-ade3-b77505afcc9a" ], "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d", - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902", + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3618,16 +4618,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "144" ], "x-ms-correlation-request-id": [ - "8188495c-cc7d-4d7b-8593-888de23fc3e0" + "5fe9b836-49fb-436a-ade3-b77505afcc9a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023408Z:8188495c-cc7d-4d7b-8593-888de23fc3e0" + "SOUTHINDIA:20210518T112107Z:5fe9b836-49fb-436a-ade3-b77505afcc9a" ], "Date": [ - "Tue, 16 Feb 2021 02:34:07 GMT" + "Tue, 18 May 2021 11:21:07 GMT" ], "Expires": [ "-1" @@ -3637,22 +4637,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/bdf260f8-ff5f-40bd-b3a9-13bbeade91f6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2JkZjI2MGY4LWZmNWYtNDBiZC1iM2E5LTEzYmJlYWRlOTFmNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/675bb46b-243e-4837-938f-c101cb82988a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzY3NWJiNDZiLTI0M2UtNDgzNy05MzhmLWMxMDFjYjgyOTg4YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3666,11 +4666,11 @@ "nosniff" ], "x-ms-request-id": [ - "1348ec06-47e9-40ff-b9bf-ba88d40b45ab" + "c4f2a78f-921a-48d8-898a-ac640a4b2c21" ], "x-ms-client-request-id": [ - "574ceff6-6ef3-46be-9ffa-988e7c173a9d", - "574ceff6-6ef3-46be-9ffa-988e7c173a9d" + "2aaff16c-f518-458c-80ed-11bb3622d902", + "2aaff16c-f518-458c-80ed-11bb3622d902" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3679,16 +4679,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "143" ], "x-ms-correlation-request-id": [ - "1348ec06-47e9-40ff-b9bf-ba88d40b45ab" + "c4f2a78f-921a-48d8-898a-ac640a4b2c21" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023408Z:1348ec06-47e9-40ff-b9bf-ba88d40b45ab" + "SOUTHINDIA:20210518T112107Z:c4f2a78f-921a-48d8-898a-ac640a4b2c21" ], "Date": [ - "Tue, 16 Feb 2021 02:34:07 GMT" + "Tue, 18 May 2021 11:21:07 GMT" ], "Expires": [ "-1" diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSItem.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSItem.json index 1e5eaebca18a..55f59678ffd5 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSItem.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSItem.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "906aa169-e96d-4f7e-8863-4cda2e32f2ad" + "1feba88d-b101-43eb-b991-b3e491292605" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -30,10 +30,10 @@ "nosniff" ], "x-ms-request-id": [ - "8c06b7e2-6243-486b-8512-b7d690e17c79" + "034a50d1-4e43-4017-87af-6c4115031c22" ], "x-ms-client-request-id": [ - "906aa169-e96d-4f7e-8863-4cda2e32f2ad" + "1feba88d-b101-43eb-b991-b3e491292605" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,13 +45,13 @@ "11999" ], "x-ms-correlation-request-id": [ - "8c06b7e2-6243-486b-8512-b7d690e17c79" + "034a50d1-4e43-4017-87af-6c4115031c22" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023412Z:8c06b7e2-6243-486b-8512-b7d690e17c79" + "SOUTHINDIA:20210518T132958Z:034a50d1-4e43-4017-87af-6c4115031c22" ], "Date": [ - "Tue, 16 Feb 2021 02:34:11 GMT" + "Tue, 18 May 2021 13:29:58 GMT" ], "Content-Length": [ "466" @@ -67,22 +67,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0753931-ca70-4d64-a740-d6ab19b5213c" + "3a26b95f-3f3d-49cd-8be1-09f780aac131" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -96,11 +96,11 @@ "nosniff" ], "x-ms-request-id": [ - "22b233ef-0122-43d1-ab9a-bc5986656fef" + "63772ebc-6b16-4647-8bbb-5eec78fc44e4" ], "x-ms-client-request-id": [ - "d0753931-ca70-4d64-a740-d6ab19b5213c", - "d0753931-ca70-4d64-a740-d6ab19b5213c" + "3a26b95f-3f3d-49cd-8be1-09f780aac131", + "3a26b95f-3f3d-49cd-8be1-09f780aac131" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -115,13 +115,13 @@ "149" ], "x-ms-correlation-request-id": [ - "22b233ef-0122-43d1-ab9a-bc5986656fef" + "63772ebc-6b16-4647-8bbb-5eec78fc44e4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023412Z:22b233ef-0122-43d1-ab9a-bc5986656fef" + "SOUTHINDIA:20210518T132959Z:63772ebc-6b16-4647-8bbb-5eec78fc44e4" ], "Date": [ - "Tue, 16 Feb 2021 02:34:12 GMT" + "Tue, 18 May 2021 13:29:59 GMT" ], "Content-Length": [ "12" @@ -137,22 +137,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "150edc44-ffae-46bc-830b-5b2352e52c85" + "d47a4b0b-1db8-4bab-ad84-fe106c898cbd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -166,11 +166,11 @@ "nosniff" ], "x-ms-request-id": [ - "49ff1d21-ef02-4bb3-9ac9-579beb5c3b3f" + "99c348b2-c90e-4e0a-81bd-ca5bb5e28257" ], "x-ms-client-request-id": [ - "150edc44-ffae-46bc-830b-5b2352e52c85", - "150edc44-ffae-46bc-830b-5b2352e52c85" + "d47a4b0b-1db8-4bab-ad84-fe106c898cbd", + "d47a4b0b-1db8-4bab-ad84-fe106c898cbd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -185,13 +185,13 @@ "147" ], "x-ms-correlation-request-id": [ - "49ff1d21-ef02-4bb3-9ac9-579beb5c3b3f" + "99c348b2-c90e-4e0a-81bd-ca5bb5e28257" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023528Z:49ff1d21-ef02-4bb3-9ac9-579beb5c3b3f" + "SOUTHINDIA:20210518T133204Z:99c348b2-c90e-4e0a-81bd-ca5bb5e28257" ], "Date": [ - "Tue, 16 Feb 2021 02:35:27 GMT" + "Tue, 18 May 2021 13:32:04 GMT" ], "Content-Length": [ "789" @@ -207,22 +207,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8830f263-100d-48c1-8694-fa38d5bc15cc" + "a08660f2-a5ef-4189-ab8f-110b58447c10" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -236,11 +236,11 @@ "nosniff" ], "x-ms-request-id": [ - "2f488ccf-ac05-45da-9c19-a5675a72a419" + "a2054f8a-b3f3-4f5b-8f20-4f6e0fac7080" ], "x-ms-client-request-id": [ - "8830f263-100d-48c1-8694-fa38d5bc15cc", - "8830f263-100d-48c1-8694-fa38d5bc15cc" + "a08660f2-a5ef-4189-ab8f-110b58447c10", + "a08660f2-a5ef-4189-ab8f-110b58447c10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -255,13 +255,13 @@ "146" ], "x-ms-correlation-request-id": [ - "2f488ccf-ac05-45da-9c19-a5675a72a419" + "a2054f8a-b3f3-4f5b-8f20-4f6e0fac7080" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023529Z:2f488ccf-ac05-45da-9c19-a5675a72a419" + "SOUTHINDIA:20210518T133205Z:a2054f8a-b3f3-4f5b-8f20-4f6e0fac7080" ], "Date": [ - "Tue, 16 Feb 2021 02:35:28 GMT" + "Tue, 18 May 2021 13:32:05 GMT" ], "Content-Length": [ "789" @@ -277,22 +277,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5bb4889-dcf2-4afe-9da9-b51be6859874" + "fcc9bf8f-e1ab-46da-ac06-be353a254cce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -306,11 +306,11 @@ "nosniff" ], "x-ms-request-id": [ - "ccaf454b-1f65-4740-b109-35abd76d1bbd" + "585489ce-58d6-4383-9d57-e34bec035383" ], "x-ms-client-request-id": [ - "c5bb4889-dcf2-4afe-9da9-b51be6859874", - "c5bb4889-dcf2-4afe-9da9-b51be6859874" + "fcc9bf8f-e1ab-46da-ac06-be353a254cce", + "fcc9bf8f-e1ab-46da-ac06-be353a254cce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -325,13 +325,13 @@ "149" ], "x-ms-correlation-request-id": [ - "ccaf454b-1f65-4740-b109-35abd76d1bbd" + "585489ce-58d6-4383-9d57-e34bec035383" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023413Z:ccaf454b-1f65-4740-b109-35abd76d1bbd" + "SOUTHINDIA:20210518T132959Z:585489ce-58d6-4383-9d57-e34bec035383" ], "Date": [ - "Tue, 16 Feb 2021 02:34:13 GMT" + "Tue, 18 May 2021 13:29:59 GMT" ], "Content-Length": [ "693" @@ -347,22 +347,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d95f9a5f-0ffc-4e76-ab29-e4b31aaffd73" + "7b4eef95-27df-4a8a-896f-1bd783212f7e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -376,11 +376,11 @@ "nosniff" ], "x-ms-request-id": [ - "c870f487-ed93-4929-bc5a-89e27bf4f44d" + "9c8180cb-d633-465d-b3c5-686b336d5783" ], "x-ms-client-request-id": [ - "d95f9a5f-0ffc-4e76-ab29-e4b31aaffd73", - "d95f9a5f-0ffc-4e76-ab29-e4b31aaffd73" + "7b4eef95-27df-4a8a-896f-1bd783212f7e", + "7b4eef95-27df-4a8a-896f-1bd783212f7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -395,13 +395,13 @@ "148" ], "x-ms-correlation-request-id": [ - "c870f487-ed93-4929-bc5a-89e27bf4f44d" + "9c8180cb-d633-465d-b3c5-686b336d5783" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023529Z:c870f487-ed93-4929-bc5a-89e27bf4f44d" + "SOUTHINDIA:20210518T133205Z:9c8180cb-d633-465d-b3c5-686b336d5783" ], "Date": [ - "Tue, 16 Feb 2021 02:35:28 GMT" + "Tue, 18 May 2021 13:32:05 GMT" ], "Content-Length": [ "693" @@ -417,22 +417,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -446,11 +446,11 @@ "nosniff" ], "x-ms-request-id": [ - "5fc2aa05-b360-4f85-a7f5-15b329b3a2bd" + "5841c8df-d9bc-4999-b2b4-36b3cd511b23" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -465,13 +465,13 @@ "148" ], "x-ms-correlation-request-id": [ - "5fc2aa05-b360-4f85-a7f5-15b329b3a2bd" + "5841c8df-d9bc-4999-b2b4-36b3cd511b23" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023413Z:5fc2aa05-b360-4f85-a7f5-15b329b3a2bd" + "SOUTHINDIA:20210518T133000Z:5841c8df-d9bc-4999-b2b4-36b3cd511b23" ], "Date": [ - "Tue, 16 Feb 2021 02:34:13 GMT" + "Tue, 18 May 2021 13:30:00 GMT" ], "Content-Length": [ "12" @@ -487,22 +487,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -516,11 +516,11 @@ "nosniff" ], "x-ms-request-id": [ - "bf8a6d3a-2d88-46d9-8e6e-29865368c013" + "8da1ad58-b1d0-48b5-8e2c-c1834cd2fb4e" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -535,16 +535,16 @@ "149" ], "x-ms-correlation-request-id": [ - "bf8a6d3a-2d88-46d9-8e6e-29865368c013" + "8da1ad58-b1d0-48b5-8e2c-c1834cd2fb4e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023413Z:bf8a6d3a-2d88-46d9-8e6e-29865368c013" + "SOUTHINDIA:20210518T133000Z:8da1ad58-b1d0-48b5-8e2c-c1834cd2fb4e" ], "Date": [ - "Tue, 16 Feb 2021 02:34:13 GMT" + "Tue, 18 May 2021 13:30:00 GMT" ], "Content-Length": [ - "7848" + "10021" ], "Content-Type": [ "application/json" @@ -553,26 +553,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"name\": \"StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore2\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.ClassicStorage/storageAccounts/iaasextstore2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"name\": \"StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"storageysci5wbex6jyc\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"name\": \"StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"1vnseapod01otds1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa1e5a278b\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa59e1706f\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"containerType\": \"StorageContainer\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"resourceGroup\": \"pstestrg8895\",\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -589,23 +589,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/fca37eb1-8170-4b41-9c04-8237ecba0aae?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/fca37eb1-8170-4b41-9c04-8237ecba0aae?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "465321da-fe7a-4386-85b3-67d4fbe486ad" + "abe8faae-dcf0-460c-ae77-a990777af5db" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -620,13 +620,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "465321da-fe7a-4386-85b3-67d4fbe486ad" + "abe8faae-dcf0-460c-ae77-a990777af5db" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023414Z:465321da-fe7a-4386-85b3-67d4fbe486ad" + "SOUTHINDIA:20210518T133001Z:abe8faae-dcf0-460c-ae77-a990777af5db" ], "Date": [ - "Tue, 16 Feb 2021 02:34:13 GMT" + "Tue, 18 May 2021 13:30:01 GMT" ], "Content-Length": [ "2" @@ -642,22 +642,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/fca37eb1-8170-4b41-9c04-8237ecba0aae?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2ZjYTM3ZWIxLTgxNzAtNGI0MS05YzA0LTgyMzdlY2JhMGFhZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -668,23 +668,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/fca37eb1-8170-4b41-9c04-8237ecba0aae?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/fca37eb1-8170-4b41-9c04-8237ecba0aae?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "3eee2834-0912-4589-bebd-4abb24bb2a79" + "270a1245-f493-4b6e-bbf6-5cdf6323ab45" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,13 +699,13 @@ "149" ], "x-ms-correlation-request-id": [ - "3eee2834-0912-4589-bebd-4abb24bb2a79" + "270a1245-f493-4b6e-bbf6-5cdf6323ab45" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023414Z:3eee2834-0912-4589-bebd-4abb24bb2a79" + "SOUTHINDIA:20210518T133002Z:270a1245-f493-4b6e-bbf6-5cdf6323ab45" ], "Date": [ - "Tue, 16 Feb 2021 02:34:14 GMT" + "Tue, 18 May 2021 13:30:01 GMT" ], "Content-Length": [ "2" @@ -721,22 +721,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/fca37eb1-8170-4b41-9c04-8237ecba0aae?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2ZjYTM3ZWIxLTgxNzAtNGI0MS05YzA0LTgyMzdlY2JhMGFhZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -747,23 +747,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/fca37eb1-8170-4b41-9c04-8237ecba0aae?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/fca37eb1-8170-4b41-9c04-8237ecba0aae?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "638cb145-18bf-497f-95eb-c76ae37e885b" + "bbfa9213-7e69-4b23-ba4b-dad40ca0d8c0" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -778,13 +778,13 @@ "148" ], "x-ms-correlation-request-id": [ - "638cb145-18bf-497f-95eb-c76ae37e885b" + "bbfa9213-7e69-4b23-ba4b-dad40ca0d8c0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023424Z:638cb145-18bf-497f-95eb-c76ae37e885b" + "SOUTHINDIA:20210518T133007Z:bbfa9213-7e69-4b23-ba4b-dad40ca0d8c0" ], "Date": [ - "Tue, 16 Feb 2021 02:34:23 GMT" + "Tue, 18 May 2021 13:30:06 GMT" ], "Content-Length": [ "2" @@ -800,22 +800,1259 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/fca37eb1-8170-4b41-9c04-8237ecba0aae?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2ZjYTM3ZWIxLTgxNzAtNGI0MS05YzA0LTgyMzdlY2JhMGFhZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "cec07ca4-48ef-48b4-910a-81e869954714" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "cec07ca4-48ef-48b4-910a-81e869954714" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133012Z:cec07ca4-48ef-48b4-910a-81e869954714" + ], + "Date": [ + "Tue, 18 May 2021 13:30:12 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "fa461237-7c96-4dd5-a84f-f365d67bb9ae" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "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-correlation-request-id": [ + "fa461237-7c96-4dd5-a84f-f365d67bb9ae" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133017Z:fa461237-7c96-4dd5-a84f-f365d67bb9ae" + ], + "Date": [ + "Tue, 18 May 2021 13:30:17 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9a0d6631-2f54-48f7-96ff-23b6c44a6e2e" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "9a0d6631-2f54-48f7-96ff-23b6c44a6e2e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133022Z:9a0d6631-2f54-48f7-96ff-23b6c44a6e2e" + ], + "Date": [ + "Tue, 18 May 2021 13:30:22 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f35971eb-bb3b-4668-a70c-493041e9d69c" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "f35971eb-bb3b-4668-a70c-493041e9d69c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133028Z:f35971eb-bb3b-4668-a70c-493041e9d69c" + ], + "Date": [ + "Tue, 18 May 2021 13:30:27 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1384ba20-1507-4852-92c1-11108a832c63" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "143" + ], + "x-ms-correlation-request-id": [ + "1384ba20-1507-4852-92c1-11108a832c63" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133033Z:1384ba20-1507-4852-92c1-11108a832c63" + ], + "Date": [ + "Tue, 18 May 2021 13:30:32 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "316016e2-ca82-4386-8617-b49f62df701d" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "142" + ], + "x-ms-correlation-request-id": [ + "316016e2-ca82-4386-8617-b49f62df701d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133038Z:316016e2-ca82-4386-8617-b49f62df701d" + ], + "Date": [ + "Tue, 18 May 2021 13:30:37 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e04c20cc-685c-42e0-936d-eea28fcde038" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "141" + ], + "x-ms-correlation-request-id": [ + "e04c20cc-685c-42e0-936d-eea28fcde038" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133043Z:e04c20cc-685c-42e0-936d-eea28fcde038" + ], + "Date": [ + "Tue, 18 May 2021 13:30:43 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9682cd82-daca-4f84-a884-a2719aa83eb9" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "140" + ], + "x-ms-correlation-request-id": [ + "9682cd82-daca-4f84-a884-a2719aa83eb9" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133049Z:9682cd82-daca-4f84-a884-a2719aa83eb9" + ], + "Date": [ + "Tue, 18 May 2021 13:30:48 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1bc37363-b8aa-4d80-b47f-e15721bccc83" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "139" + ], + "x-ms-correlation-request-id": [ + "1bc37363-b8aa-4d80-b47f-e15721bccc83" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133054Z:1bc37363-b8aa-4d80-b47f-e15721bccc83" + ], + "Date": [ + "Tue, 18 May 2021 13:30:53 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "b766bbaa-53ac-421f-8aba-ac395d085017" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "138" + ], + "x-ms-correlation-request-id": [ + "b766bbaa-53ac-421f-8aba-ac395d085017" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133059Z:b766bbaa-53ac-421f-8aba-ac395d085017" + ], + "Date": [ + "Tue, 18 May 2021 13:30:58 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d6c674ba-09fb-47a0-b795-aa347fd0dfeb" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "137" + ], + "x-ms-correlation-request-id": [ + "d6c674ba-09fb-47a0-b795-aa347fd0dfeb" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133104Z:d6c674ba-09fb-47a0-b795-aa347fd0dfeb" + ], + "Date": [ + "Tue, 18 May 2021 13:31:03 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "3f88ac40-2b6e-4081-a118-baf0995f3708" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "136" + ], + "x-ms-correlation-request-id": [ + "3f88ac40-2b6e-4081-a118-baf0995f3708" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133109Z:3f88ac40-2b6e-4081-a118-baf0995f3708" + ], + "Date": [ + "Tue, 18 May 2021 13:31:08 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9427dbd8-7637-48fb-aa76-51e030a8c2bc" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "135" + ], + "x-ms-correlation-request-id": [ + "9427dbd8-7637-48fb-aa76-51e030a8c2bc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133115Z:9427dbd8-7637-48fb-aa76-51e030a8c2bc" + ], + "Date": [ + "Tue, 18 May 2021 13:31:14 GMT" + ], + "Content-Length": [ + "699" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/2a74b44f-6951-45ae-914c-3fc68451d7fe?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzJhNzRiNDRmLTY5NTEtNDVhZS05MTRjLTNmYzY4NDUxZDdmZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "44830f05-66dd-4cd4-a9c3-013137c4649e" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "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-correlation-request-id": [ + "44830f05-66dd-4cd4-a9c3-013137c4649e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133116Z:44830f05-66dd-4cd4-a9c3-013137c4649e" + ], + "Date": [ + "Tue, 18 May 2021 13:31:15 GMT" + ], + "Content-Length": [ + "699" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ee0793ff-58bc-490b-9acc-ce4a2a6b5dc3" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "ee0793ff-58bc-490b-9acc-ce4a2a6b5dc3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133116Z:ee0793ff-58bc-490b-9acc-ce4a2a6b5dc3" + ], + "Date": [ + "Tue, 18 May 2021 13:31:15 GMT" + ], + "Content-Length": [ + "947" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "433" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/d6ab0930-b6f8-4dc1-8378-10bca160c142?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/d6ab0930-b6f8-4dc1-8378-10bca160c142?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "cdc12edf-5ccf-4f9e-aa1d-e285d3bf6c39" + ], + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "cdc12edf-5ccf-4f9e-aa1d-e285d3bf6c39" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133116Z:cdc12edf-5ccf-4f9e-aa1d-e285d3bf6c39" + ], + "Date": [ + "Tue, 18 May 2021 13:31:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/d6ab0930-b6f8-4dc1-8378-10bca160c142?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kNmFiMDkzMC1iNmY4LTRkYzEtODM3OC0xMGJjYTE2MGMxNDI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "061f602c-9bc4-42c3-8018-7a7911f78ef8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -829,11 +2066,11 @@ "nosniff" ], "x-ms-request-id": [ - "f231d6d0-2553-43d0-af5a-61dc57605ac2" + "f500275f-d41e-4d0a-a5ed-21d6a9b1f3ca" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -845,19 +2082,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "149" ], "x-ms-correlation-request-id": [ - "f231d6d0-2553-43d0-af5a-61dc57605ac2" + "f500275f-d41e-4d0a-a5ed-21d6a9b1f3ca" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023434Z:f231d6d0-2553-43d0-af5a-61dc57605ac2" + "SOUTHINDIA:20210518T133117Z:f500275f-d41e-4d0a-a5ed-21d6a9b1f3ca" ], "Date": [ - "Tue, 16 Feb 2021 02:34:34 GMT" + "Tue, 18 May 2021 13:31:16 GMT" ], "Content-Length": [ - "699" + "188" ], "Content-Type": [ "application/json" @@ -866,26 +2103,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"name\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/fca37eb1-8170-4b41-9c04-8237ecba0aae?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzL2ZjYTM3ZWIxLTgxNzAtNGI0MS05YzA0LTgyMzdlY2JhMGFhZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/d6ab0930-b6f8-4dc1-8378-10bca160c142?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kNmFiMDkzMC1iNmY4LTRkYzEtODM3OC0xMGJjYTE2MGMxNDI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -899,11 +2136,11 @@ "nosniff" ], "x-ms-request-id": [ - "707e94ae-f1db-488c-a306-8909bea6394d" + "ee25ac60-7ab4-4a25-9243-07e9fba481f3" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,19 +2152,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "148" ], "x-ms-correlation-request-id": [ - "707e94ae-f1db-488c-a306-8909bea6394d" + "ee25ac60-7ab4-4a25-9243-07e9fba481f3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023435Z:707e94ae-f1db-488c-a306-8909bea6394d" + "SOUTHINDIA:20210518T133122Z:ee25ac60-7ab4-4a25-9243-07e9fba481f3" ], "Date": [ - "Tue, 16 Feb 2021 02:34:34 GMT" + "Tue, 18 May 2021 13:31:21 GMT" ], "Content-Length": [ - "699" + "188" ], "Content-Type": [ "application/json" @@ -936,26 +2173,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"name\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/d6ab0930-b6f8-4dc1-8378-10bca160c142?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kNmFiMDkzMC1iNmY4LTRkYzEtODM3OC0xMGJjYTE2MGMxNDI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -969,11 +2206,11 @@ "nosniff" ], "x-ms-request-id": [ - "5113e48e-f5d7-4a4d-81fc-e4a7307ff953" + "92672d2a-52ea-4a6c-9f22-77a734728c1b" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -985,19 +2222,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "147" ], "x-ms-correlation-request-id": [ - "5113e48e-f5d7-4a4d-81fc-e4a7307ff953" + "92672d2a-52ea-4a6c-9f22-77a734728c1b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023435Z:5113e48e-f5d7-4a4d-81fc-e4a7307ff953" + "SOUTHINDIA:20210518T133127Z:92672d2a-52ea-4a6c-9f22-77a734728c1b" ], "Date": [ - "Tue, 16 Feb 2021 02:34:34 GMT" + "Tue, 18 May 2021 13:31:26 GMT" ], "Content-Length": [ - "947" + "188" ], "Content-Type": [ "application/json" @@ -1006,32 +2243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"name\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/d6ab0930-b6f8-4dc1-8378-10bca160c142?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kNmFiMDkzMC1iNmY4LTRkYzEtODM3OC0xMGJjYTE2MGMxNDI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "433" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1041,70 +2272,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/f3a37afe-5286-44ac-aafe-875ba957701d?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/f3a37afe-5286-44ac-aafe-875ba957701d?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0eb4aa65-c8ca-48ef-80dc-64ce8a61ad56" + "7ab8f83b-074b-4474-8e53-332d7b6f142b" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "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": [ + "146" ], "x-ms-correlation-request-id": [ - "0eb4aa65-c8ca-48ef-80dc-64ce8a61ad56" + "7ab8f83b-074b-4474-8e53-332d7b6f142b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023436Z:0eb4aa65-c8ca-48ef-80dc-64ce8a61ad56" + "SOUTHINDIA:20210518T133132Z:7ab8f83b-074b-4474-8e53-332d7b6f142b" ], "Date": [ - "Tue, 16 Feb 2021 02:34:35 GMT" + "Tue, 18 May 2021 13:31:32 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"name\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f3a37afe-5286-44ac-aafe-875ba957701d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mM2EzN2FmZS01Mjg2LTQ0YWMtYWFmZS04NzViYTk1NzcwMWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/d6ab0930-b6f8-4dc1-8378-10bca160c142?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kNmFiMDkzMC1iNmY4LTRkYzEtODM3OC0xMGJjYTE2MGMxNDI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1118,11 +2346,11 @@ "nosniff" ], "x-ms-request-id": [ - "524def0d-3d12-4a44-ad95-973c8356ccbc" + "dde1bfda-c5e6-466a-98af-99459350e3b3" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1134,16 +2362,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "145" ], "x-ms-correlation-request-id": [ - "524def0d-3d12-4a44-ad95-973c8356ccbc" + "dde1bfda-c5e6-466a-98af-99459350e3b3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023436Z:524def0d-3d12-4a44-ad95-973c8356ccbc" + "SOUTHINDIA:20210518T133138Z:dde1bfda-c5e6-466a-98af-99459350e3b3" ], "Date": [ - "Tue, 16 Feb 2021 02:34:35 GMT" + "Tue, 18 May 2021 13:31:38 GMT" ], "Content-Length": [ "188" @@ -1155,26 +2383,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"name\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:34:35.9296794Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"name\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f3a37afe-5286-44ac-aafe-875ba957701d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mM2EzN2FmZS01Mjg2LTQ0YWMtYWFmZS04NzViYTk1NzcwMWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/d6ab0930-b6f8-4dc1-8378-10bca160c142?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kNmFiMDkzMC1iNmY4LTRkYzEtODM3OC0xMGJjYTE2MGMxNDI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1188,11 +2416,11 @@ "nosniff" ], "x-ms-request-id": [ - "d43bf598-2b61-48ee-9602-717e0ee3aa7d" + "b8aaeb61-1734-4821-bde4-af4d69ded6f6" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1204,16 +2432,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "144" ], "x-ms-correlation-request-id": [ - "d43bf598-2b61-48ee-9602-717e0ee3aa7d" + "b8aaeb61-1734-4821-bde4-af4d69ded6f6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023446Z:d43bf598-2b61-48ee-9602-717e0ee3aa7d" + "SOUTHINDIA:20210518T133143Z:b8aaeb61-1734-4821-bde4-af4d69ded6f6" ], "Date": [ - "Tue, 16 Feb 2021 02:34:45 GMT" + "Tue, 18 May 2021 13:31:43 GMT" ], "Content-Length": [ "188" @@ -1225,26 +2453,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"name\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:34:35.9296794Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"name\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f3a37afe-5286-44ac-aafe-875ba957701d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mM2EzN2FmZS01Mjg2LTQ0YWMtYWFmZS04NzViYTk1NzcwMWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/d6ab0930-b6f8-4dc1-8378-10bca160c142?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kNmFiMDkzMC1iNmY4LTRkYzEtODM3OC0xMGJjYTE2MGMxNDI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1258,11 +2486,11 @@ "nosniff" ], "x-ms-request-id": [ - "0e2a2fea-e0b5-4f1c-bc23-4f10c371c98e" + "b8403de5-3883-4340-8ee3-6988764e33ad" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1274,16 +2502,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "143" ], "x-ms-correlation-request-id": [ - "0e2a2fea-e0b5-4f1c-bc23-4f10c371c98e" + "b8403de5-3883-4340-8ee3-6988764e33ad" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023456Z:0e2a2fea-e0b5-4f1c-bc23-4f10c371c98e" + "SOUTHINDIA:20210518T133148Z:b8403de5-3883-4340-8ee3-6988764e33ad" ], "Date": [ - "Tue, 16 Feb 2021 02:34:56 GMT" + "Tue, 18 May 2021 13:31:48 GMT" ], "Content-Length": [ "188" @@ -1295,26 +2523,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"name\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:34:35.9296794Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"name\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f3a37afe-5286-44ac-aafe-875ba957701d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mM2EzN2FmZS01Mjg2LTQ0YWMtYWFmZS04NzViYTk1NzcwMWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/d6ab0930-b6f8-4dc1-8378-10bca160c142?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kNmFiMDkzMC1iNmY4LTRkYzEtODM3OC0xMGJjYTE2MGMxNDI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1328,11 +2556,11 @@ "nosniff" ], "x-ms-request-id": [ - "ba27d1df-91af-4b33-aa9f-fcc997d57e04" + "5baa58f4-2ad0-4151-bcd6-050a95497d65" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1344,16 +2572,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "142" ], "x-ms-correlation-request-id": [ - "ba27d1df-91af-4b33-aa9f-fcc997d57e04" + "5baa58f4-2ad0-4151-bcd6-050a95497d65" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023507Z:ba27d1df-91af-4b33-aa9f-fcc997d57e04" + "SOUTHINDIA:20210518T133153Z:5baa58f4-2ad0-4151-bcd6-050a95497d65" ], "Date": [ - "Tue, 16 Feb 2021 02:35:06 GMT" + "Tue, 18 May 2021 13:31:53 GMT" ], "Content-Length": [ "188" @@ -1365,26 +2593,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"name\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:34:35.9296794Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"name\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f3a37afe-5286-44ac-aafe-875ba957701d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mM2EzN2FmZS01Mjg2LTQ0YWMtYWFmZS04NzViYTk1NzcwMWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/d6ab0930-b6f8-4dc1-8378-10bca160c142?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kNmFiMDkzMC1iNmY4LTRkYzEtODM3OC0xMGJjYTE2MGMxNDI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1398,11 +2626,11 @@ "nosniff" ], "x-ms-request-id": [ - "727ae32f-7e47-425a-a390-c3e1ac092ace" + "ca982476-8d92-4c32-b4b0-d6344f14f823" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1414,16 +2642,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "141" ], "x-ms-correlation-request-id": [ - "727ae32f-7e47-425a-a390-c3e1ac092ace" + "ca982476-8d92-4c32-b4b0-d6344f14f823" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023517Z:727ae32f-7e47-425a-a390-c3e1ac092ace" + "SOUTHINDIA:20210518T133158Z:ca982476-8d92-4c32-b4b0-d6344f14f823" ], "Date": [ - "Tue, 16 Feb 2021 02:35:16 GMT" + "Tue, 18 May 2021 13:31:58 GMT" ], "Content-Length": [ "188" @@ -1435,26 +2663,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"name\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:34:35.9296794Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"name\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f3a37afe-5286-44ac-aafe-875ba957701d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mM2EzN2FmZS01Mjg2LTQ0YWMtYWFmZS04NzViYTk1NzcwMWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/d6ab0930-b6f8-4dc1-8378-10bca160c142?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kNmFiMDkzMC1iNmY4LTRkYzEtODM3OC0xMGJjYTE2MGMxNDI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1468,11 +2696,11 @@ "nosniff" ], "x-ms-request-id": [ - "aa4dc00b-8c9d-462d-b603-a967ae8025dc" + "06aaa851-c4de-434d-8a7b-3e46014b8c16" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1484,16 +2712,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "140" ], "x-ms-correlation-request-id": [ - "aa4dc00b-8c9d-462d-b603-a967ae8025dc" + "06aaa851-c4de-434d-8a7b-3e46014b8c16" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023527Z:aa4dc00b-8c9d-462d-b603-a967ae8025dc" + "SOUTHINDIA:20210518T133204Z:06aaa851-c4de-434d-8a7b-3e46014b8c16" ], "Date": [ - "Tue, 16 Feb 2021 02:35:27 GMT" + "Tue, 18 May 2021 13:32:03 GMT" ], "Content-Length": [ "304" @@ -1505,26 +2733,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"name\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:34:35.9296794Z\",\r\n \"endTime\": \"2021-02-16T02:34:35.9296794Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"d3921065-f6b1-457d-a207-98edbfac9333\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"name\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"endTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c5d086e1-d2f3-459e-b608-a2e735ba2275\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f3a37afe-5286-44ac-aafe-875ba957701d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mM2EzN2FmZS01Mjg2LTQ0YWMtYWFmZS04NzViYTk1NzcwMWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/d6ab0930-b6f8-4dc1-8378-10bca160c142?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9kNmFiMDkzMC1iNmY4LTRkYzEtODM3OC0xMGJjYTE2MGMxNDI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1538,11 +2766,11 @@ "nosniff" ], "x-ms-request-id": [ - "a49a3214-6ace-4a15-8f13-1d058c4e26df" + "1d3ddd32-ee4d-45c8-977d-96f3c690638c" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1554,16 +2782,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "139" ], "x-ms-correlation-request-id": [ - "a49a3214-6ace-4a15-8f13-1d058c4e26df" + "1d3ddd32-ee4d-45c8-977d-96f3c690638c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023527Z:a49a3214-6ace-4a15-8f13-1d058c4e26df" + "SOUTHINDIA:20210518T133204Z:1d3ddd32-ee4d-45c8-977d-96f3c690638c" ], "Date": [ - "Tue, 16 Feb 2021 02:35:27 GMT" + "Tue, 18 May 2021 13:32:04 GMT" ], "Content-Length": [ "304" @@ -1575,26 +2803,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"name\": \"f3a37afe-5286-44ac-aafe-875ba957701d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:34:35.9296794Z\",\r\n \"endTime\": \"2021-02-16T02:34:35.9296794Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"d3921065-f6b1-457d-a207-98edbfac9333\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"name\": \"d6ab0930-b6f8-4dc1-8378-10bca160c142\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"endTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c5d086e1-d2f3-459e-b608-a2e735ba2275\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/d3921065-f6b1-457d-a207-98edbfac9333?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9kMzkyMTA2NS1mNmIxLTQ1N2QtYTIwNy05OGVkYmZhYzkzMzM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/c5d086e1-d2f3-459e-b608-a2e735ba2275?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9jNWQwODZlMS1kMmYzLTQ1OWUtYjYwOC1hMmU3MzViYTIyNzU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1612,11 +2840,11 @@ "nosniff" ], "x-ms-request-id": [ - "c977e47c-d06c-47d5-898b-ce1806a35d33" + "7ccfd8d5-a6d6-4999-84a4-988fe62ef78e" ], "x-ms-client-request-id": [ - "4601d352-244f-4c29-95eb-d560b509acec", - "4601d352-244f-4c29-95eb-d560b509acec" + "061f602c-9bc4-42c3-8018-7a7911f78ef8", + "061f602c-9bc4-42c3-8018-7a7911f78ef8" ], "X-Powered-By": [ "ASP.NET" @@ -1628,16 +2856,16 @@ "149" ], "x-ms-correlation-request-id": [ - "c977e47c-d06c-47d5-898b-ce1806a35d33" + "7ccfd8d5-a6d6-4999-84a4-988fe62ef78e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023527Z:c977e47c-d06c-47d5-898b-ce1806a35d33" + "SOUTHINDIA:20210518T133204Z:7ccfd8d5-a6d6-4999-84a4-988fe62ef78e" ], "Date": [ - "Tue, 16 Feb 2021 02:35:27 GMT" + "Tue, 18 May 2021 13:32:04 GMT" ], "Content-Length": [ - "847" + "846" ], "Content-Type": [ "application/json" @@ -1646,26 +2874,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/d3921065-f6b1-457d-a207-98edbfac9333\",\r\n \"name\": \"d3921065-f6b1-457d-a207-98edbfac9333\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.0192282S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:34:35.9296794Z\",\r\n \"endTime\": \"2021-02-16T02:35:18.9489076Z\",\r\n \"activityId\": \"4601d352-244f-4c29-95eb-d560b509acec\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/c5d086e1-d2f3-459e-b608-a2e735ba2275\",\r\n \"name\": \"c5d086e1-d2f3-459e-b608-a2e735ba2275\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT42.0276024S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T13:31:16.7748816Z\",\r\n \"endTime\": \"2021-05-18T13:31:58.802484Z\",\r\n \"activityId\": \"061f602c-9bc4-42c3-8018-7a7911f78ef8\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fce10858-b3b1-4fa4-b94f-f62b1301f246" + "f161a9fd-7691-4124-aaab-12b41fa34f1d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1679,11 +2907,11 @@ "nosniff" ], "x-ms-request-id": [ - "3a4c01e4-33d6-4833-be71-42368409acbd" + "9ab3df77-e605-4fb1-a48c-f0c75cb3de7a" ], "x-ms-client-request-id": [ - "fce10858-b3b1-4fa4-b94f-f62b1301f246", - "fce10858-b3b1-4fa4-b94f-f62b1301f246" + "f161a9fd-7691-4124-aaab-12b41fa34f1d", + "f161a9fd-7691-4124-aaab-12b41fa34f1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1698,13 +2926,13 @@ "149" ], "x-ms-correlation-request-id": [ - "3a4c01e4-33d6-4833-be71-42368409acbd" + "9ab3df77-e605-4fb1-a48c-f0c75cb3de7a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023528Z:3a4c01e4-33d6-4833-be71-42368409acbd" + "SOUTHINDIA:20210518T133204Z:9ab3df77-e605-4fb1-a48c-f0c75cb3de7a" ], "Date": [ - "Tue, 16 Feb 2021 02:35:28 GMT" + "Tue, 18 May 2021 13:32:04 GMT" ], "Content-Length": [ "1219" @@ -1720,22 +2948,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5b4a328-0d19-4e3a-b665-174f8230c01b" + "7fe994f4-ee0f-4abb-9bc2-497c21bfe859" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1749,11 +2977,11 @@ "nosniff" ], "x-ms-request-id": [ - "09b260bd-36b3-440a-bcbd-d1c9a8544438" + "d0441a24-535f-40aa-b9b5-fd8e51fe49da" ], "x-ms-client-request-id": [ - "d5b4a328-0d19-4e3a-b665-174f8230c01b", - "d5b4a328-0d19-4e3a-b665-174f8230c01b" + "7fe994f4-ee0f-4abb-9bc2-497c21bfe859", + "7fe994f4-ee0f-4abb-9bc2-497c21bfe859" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1768,13 +2996,13 @@ "148" ], "x-ms-correlation-request-id": [ - "09b260bd-36b3-440a-bcbd-d1c9a8544438" + "d0441a24-535f-40aa-b9b5-fd8e51fe49da" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023529Z:09b260bd-36b3-440a-bcbd-d1c9a8544438" + "SOUTHINDIA:20210518T133205Z:d0441a24-535f-40aa-b9b5-fd8e51fe49da" ], "Date": [ - "Tue, 16 Feb 2021 02:35:29 GMT" + "Tue, 18 May 2021 13:32:05 GMT" ], "Content-Length": [ "1219" @@ -1790,22 +3018,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fbc20bce-911a-437c-aa28-f2abf12ca335" + "0ce31f0f-74ea-422a-b719-9b93bba9fc7e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1819,11 +3047,11 @@ "nosniff" ], "x-ms-request-id": [ - "fc3203c4-f00f-4b6d-80d9-f4012a1e5be2" + "baf54b68-7b2a-46d1-b338-a6e2cbacf223" ], "x-ms-client-request-id": [ - "fbc20bce-911a-437c-aa28-f2abf12ca335", - "fbc20bce-911a-437c-aa28-f2abf12ca335" + "0ce31f0f-74ea-422a-b719-9b93bba9fc7e", + "0ce31f0f-74ea-422a-b719-9b93bba9fc7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1838,13 +3066,13 @@ "147" ], "x-ms-correlation-request-id": [ - "fc3203c4-f00f-4b6d-80d9-f4012a1e5be2" + "baf54b68-7b2a-46d1-b338-a6e2cbacf223" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023529Z:fc3203c4-f00f-4b6d-80d9-f4012a1e5be2" + "SOUTHINDIA:20210518T133206Z:baf54b68-7b2a-46d1-b338-a6e2cbacf223" ], "Date": [ - "Tue, 16 Feb 2021 02:35:29 GMT" + "Tue, 18 May 2021 13:32:05 GMT" ], "Content-Length": [ "1219" @@ -1860,22 +3088,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "085b6561-03be-40b2-8366-0ddf8bc12f8c" + "55606606-7dd5-4ea8-879c-8bd641a99ede" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1889,11 +3117,11 @@ "nosniff" ], "x-ms-request-id": [ - "5fee238f-4b31-4559-b15d-a91509544739" + "96a8a7f1-25db-436a-9030-cf73c51b8476" ], "x-ms-client-request-id": [ - "085b6561-03be-40b2-8366-0ddf8bc12f8c", - "085b6561-03be-40b2-8366-0ddf8bc12f8c" + "55606606-7dd5-4ea8-879c-8bd641a99ede", + "55606606-7dd5-4ea8-879c-8bd641a99ede" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1908,13 +3136,13 @@ "146" ], "x-ms-correlation-request-id": [ - "5fee238f-4b31-4559-b15d-a91509544739" + "96a8a7f1-25db-436a-9030-cf73c51b8476" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023529Z:5fee238f-4b31-4559-b15d-a91509544739" + "SOUTHINDIA:20210518T133206Z:96a8a7f1-25db-436a-9030-cf73c51b8476" ], "Date": [ - "Tue, 16 Feb 2021 02:35:29 GMT" + "Tue, 18 May 2021 13:32:06 GMT" ], "Content-Length": [ "1219" @@ -1930,22 +3158,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25b06e5d-9907-4fcb-b6f0-a0fa25fa1f5e" + "c52ac525-333e-4117-b66b-a6017dbf5828" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1959,11 +3187,11 @@ "nosniff" ], "x-ms-request-id": [ - "adad2ed3-e5fb-4d1e-b8fa-f5efddf527ac" + "0e9ecf3e-a681-4e50-abe6-9e14ec61f5f2" ], "x-ms-client-request-id": [ - "25b06e5d-9907-4fcb-b6f0-a0fa25fa1f5e", - "25b06e5d-9907-4fcb-b6f0-a0fa25fa1f5e" + "c52ac525-333e-4117-b66b-a6017dbf5828", + "c52ac525-333e-4117-b66b-a6017dbf5828" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1978,13 +3206,13 @@ "145" ], "x-ms-correlation-request-id": [ - "adad2ed3-e5fb-4d1e-b8fa-f5efddf527ac" + "0e9ecf3e-a681-4e50-abe6-9e14ec61f5f2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023530Z:adad2ed3-e5fb-4d1e-b8fa-f5efddf527ac" + "SOUTHINDIA:20210518T133206Z:0e9ecf3e-a681-4e50-abe6-9e14ec61f5f2" ], "Date": [ - "Tue, 16 Feb 2021 02:35:29 GMT" + "Tue, 18 May 2021 13:32:06 GMT" ], "Content-Length": [ "1219" @@ -2000,22 +3228,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5e3d022-38ad-46cb-a526-dc0f8ffb2cc3" + "d37490a3-8cee-4d24-a4ae-2499156d2015" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2029,11 +3257,11 @@ "nosniff" ], "x-ms-request-id": [ - "e10a4544-f729-498a-a0ba-60a4a3d856e5" + "9e539a9f-d0cc-42f9-a1f1-15c69db6b4f4" ], "x-ms-client-request-id": [ - "e5e3d022-38ad-46cb-a526-dc0f8ffb2cc3", - "e5e3d022-38ad-46cb-a526-dc0f8ffb2cc3" + "d37490a3-8cee-4d24-a4ae-2499156d2015", + "d37490a3-8cee-4d24-a4ae-2499156d2015" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2048,13 +3276,13 @@ "144" ], "x-ms-correlation-request-id": [ - "e10a4544-f729-498a-a0ba-60a4a3d856e5" + "9e539a9f-d0cc-42f9-a1f1-15c69db6b4f4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023530Z:e10a4544-f729-498a-a0ba-60a4a3d856e5" + "SOUTHINDIA:20210518T133207Z:9e539a9f-d0cc-42f9-a1f1-15c69db6b4f4" ], "Date": [ - "Tue, 16 Feb 2021 02:35:30 GMT" + "Tue, 18 May 2021 13:32:07 GMT" ], "Content-Length": [ "1219" @@ -2070,22 +3298,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f011d16-a957-4492-bb9a-b1a0b0ee9a15" + "1f647cd4-fba3-4e08-813f-2ea17caf1507" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2099,11 +3327,11 @@ "nosniff" ], "x-ms-request-id": [ - "0aade8fe-84fe-4056-8cf7-2d4792d85787" + "69f6954c-be73-4c02-97c9-59c7055c01f9" ], "x-ms-client-request-id": [ - "4f011d16-a957-4492-bb9a-b1a0b0ee9a15", - "4f011d16-a957-4492-bb9a-b1a0b0ee9a15" + "1f647cd4-fba3-4e08-813f-2ea17caf1507", + "1f647cd4-fba3-4e08-813f-2ea17caf1507" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2118,13 +3346,13 @@ "143" ], "x-ms-correlation-request-id": [ - "0aade8fe-84fe-4056-8cf7-2d4792d85787" + "69f6954c-be73-4c02-97c9-59c7055c01f9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023531Z:0aade8fe-84fe-4056-8cf7-2d4792d85787" + "SOUTHINDIA:20210518T133207Z:69f6954c-be73-4c02-97c9-59c7055c01f9" ], "Date": [ - "Tue, 16 Feb 2021 02:35:30 GMT" + "Tue, 18 May 2021 13:32:07 GMT" ], "Content-Length": [ "1219" @@ -2140,22 +3368,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "928a82c6-e945-44a7-b19e-9ecce05b08b8" + "5f2ca222-c61d-41a2-b425-949c1e21e6cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2169,11 +3397,11 @@ "nosniff" ], "x-ms-request-id": [ - "918b3643-99cf-403b-8bfa-0ab69686d75c" + "1b29f6dd-878f-4bf0-8f3d-0622758404a1" ], "x-ms-client-request-id": [ - "928a82c6-e945-44a7-b19e-9ecce05b08b8", - "928a82c6-e945-44a7-b19e-9ecce05b08b8" + "5f2ca222-c61d-41a2-b425-949c1e21e6cb", + "5f2ca222-c61d-41a2-b425-949c1e21e6cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2188,13 +3416,13 @@ "141" ], "x-ms-correlation-request-id": [ - "918b3643-99cf-403b-8bfa-0ab69686d75c" + "1b29f6dd-878f-4bf0-8f3d-0622758404a1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023531Z:918b3643-99cf-403b-8bfa-0ab69686d75c" + "SOUTHINDIA:20210518T133208Z:1b29f6dd-878f-4bf0-8f3d-0622758404a1" ], "Date": [ - "Tue, 16 Feb 2021 02:35:31 GMT" + "Tue, 18 May 2021 13:32:08 GMT" ], "Content-Length": [ "1219" @@ -2210,22 +3438,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fce10858-b3b1-4fa4-b94f-f62b1301f246" + "f161a9fd-7691-4124-aaab-12b41fa34f1d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2239,11 +3467,11 @@ "nosniff" ], "x-ms-request-id": [ - "1a43031c-f479-4c1b-bac4-61fd17297bc0" + "89354e62-f699-4336-9e7c-7e804c956269" ], "x-ms-client-request-id": [ - "fce10858-b3b1-4fa4-b94f-f62b1301f246", - "fce10858-b3b1-4fa4-b94f-f62b1301f246" + "f161a9fd-7691-4124-aaab-12b41fa34f1d", + "f161a9fd-7691-4124-aaab-12b41fa34f1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2258,13 +3486,13 @@ "149" ], "x-ms-correlation-request-id": [ - "1a43031c-f479-4c1b-bac4-61fd17297bc0" + "89354e62-f699-4336-9e7c-7e804c956269" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023528Z:1a43031c-f479-4c1b-bac4-61fd17297bc0" + "SOUTHINDIA:20210518T133205Z:89354e62-f699-4336-9e7c-7e804c956269" ], "Date": [ - "Tue, 16 Feb 2021 02:35:28 GMT" + "Tue, 18 May 2021 13:32:05 GMT" ], "Content-Length": [ "1354" @@ -2276,26 +3504,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-02-16T02:35:18.7206078Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-05-18T13:31:58.5324832Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25b06e5d-9907-4fcb-b6f0-a0fa25fa1f5e" + "c52ac525-333e-4117-b66b-a6017dbf5828" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2309,11 +3537,11 @@ "nosniff" ], "x-ms-request-id": [ - "a16027e3-d302-4a16-83c9-c1cb731f7fd5" + "be8b5731-f8a4-40a9-9234-06af4ad8d022" ], "x-ms-client-request-id": [ - "25b06e5d-9907-4fcb-b6f0-a0fa25fa1f5e", - "25b06e5d-9907-4fcb-b6f0-a0fa25fa1f5e" + "c52ac525-333e-4117-b66b-a6017dbf5828", + "c52ac525-333e-4117-b66b-a6017dbf5828" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2328,13 +3556,13 @@ "148" ], "x-ms-correlation-request-id": [ - "a16027e3-d302-4a16-83c9-c1cb731f7fd5" + "be8b5731-f8a4-40a9-9234-06af4ad8d022" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023530Z:a16027e3-d302-4a16-83c9-c1cb731f7fd5" + "SOUTHINDIA:20210518T133207Z:be8b5731-f8a4-40a9-9234-06af4ad8d022" ], "Date": [ - "Tue, 16 Feb 2021 02:35:29 GMT" + "Tue, 18 May 2021 13:32:06 GMT" ], "Content-Length": [ "1354" @@ -2346,26 +3574,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-02-16T02:35:18.7206078Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-05-18T13:31:58.5324832Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5e3d022-38ad-46cb-a526-dc0f8ffb2cc3" + "d37490a3-8cee-4d24-a4ae-2499156d2015" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2379,11 +3607,11 @@ "nosniff" ], "x-ms-request-id": [ - "d49cdbaf-2fb8-4595-ab01-d04e8d5484e0" + "15db20a4-0a33-4c91-9161-3c625c2ed1f3" ], "x-ms-client-request-id": [ - "e5e3d022-38ad-46cb-a526-dc0f8ffb2cc3", - "e5e3d022-38ad-46cb-a526-dc0f8ffb2cc3" + "d37490a3-8cee-4d24-a4ae-2499156d2015", + "d37490a3-8cee-4d24-a4ae-2499156d2015" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2398,13 +3626,13 @@ "147" ], "x-ms-correlation-request-id": [ - "d49cdbaf-2fb8-4595-ab01-d04e8d5484e0" + "15db20a4-0a33-4c91-9161-3c625c2ed1f3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023531Z:d49cdbaf-2fb8-4595-ab01-d04e8d5484e0" + "SOUTHINDIA:20210518T133207Z:15db20a4-0a33-4c91-9161-3c625c2ed1f3" ], "Date": [ - "Tue, 16 Feb 2021 02:35:30 GMT" + "Tue, 18 May 2021 13:32:07 GMT" ], "Content-Length": [ "1354" @@ -2416,26 +3644,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-02-16T02:35:18.7206078Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-05-18T13:31:58.5324832Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "928a82c6-e945-44a7-b19e-9ecce05b08b8" + "5f2ca222-c61d-41a2-b425-949c1e21e6cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2449,11 +3677,11 @@ "nosniff" ], "x-ms-request-id": [ - "0e3ac1c8-69ed-4972-a0be-b6a704c52cbf" + "295df007-1cad-4bda-82f4-c5f67ec23125" ], "x-ms-client-request-id": [ - "928a82c6-e945-44a7-b19e-9ecce05b08b8", - "928a82c6-e945-44a7-b19e-9ecce05b08b8" + "5f2ca222-c61d-41a2-b425-949c1e21e6cb", + "5f2ca222-c61d-41a2-b425-949c1e21e6cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2468,13 +3696,13 @@ "146" ], "x-ms-correlation-request-id": [ - "0e3ac1c8-69ed-4972-a0be-b6a704c52cbf" + "295df007-1cad-4bda-82f4-c5f67ec23125" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023532Z:0e3ac1c8-69ed-4972-a0be-b6a704c52cbf" + "SOUTHINDIA:20210518T133208Z:295df007-1cad-4bda-82f4-c5f67ec23125" ], "Date": [ - "Tue, 16 Feb 2021 02:35:31 GMT" + "Tue, 18 May 2021 13:32:08 GMT" ], "Content-Length": [ "1354" @@ -2486,26 +3714,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-02-16T02:35:18.7206078Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-05-18T13:31:58.5324832Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'%20and%20policyName%20eq%20'afspolicy1'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyUyMGFuZCUyMHBvbGljeU5hbWUlMjBlcSUyMCdhZnNwb2xpY3kxJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'%20and%20policyName%20eq%20'afspolicy1'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyUyMGFuZCUyMHBvbGljeU5hbWUlMjBlcSUyMCdhZnNwb2xpY3kxJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f905a7f-ad33-4301-a625-6cd949d56c6d" + "1ec84064-0930-4e08-af96-6b2f712b6b06" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2519,11 +3747,11 @@ "nosniff" ], "x-ms-request-id": [ - "3571e2ab-2432-46a7-808b-3862b95babad" + "b4203ffb-979b-40c8-84fb-ca54a769bb26" ], "x-ms-client-request-id": [ - "0f905a7f-ad33-4301-a625-6cd949d56c6d", - "0f905a7f-ad33-4301-a625-6cd949d56c6d" + "1ec84064-0930-4e08-af96-6b2f712b6b06", + "1ec84064-0930-4e08-af96-6b2f712b6b06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2538,13 +3766,13 @@ "142" ], "x-ms-correlation-request-id": [ - "3571e2ab-2432-46a7-808b-3862b95babad" + "b4203ffb-979b-40c8-84fb-ca54a769bb26" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023531Z:3571e2ab-2432-46a7-808b-3862b95babad" + "SOUTHINDIA:20210518T133208Z:b4203ffb-979b-40c8-84fb-ca54a769bb26" ], "Date": [ - "Tue, 16 Feb 2021 02:35:31 GMT" + "Tue, 18 May 2021 13:32:07 GMT" ], "Content-Length": [ "1219" @@ -2560,22 +3788,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6" + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2586,23 +3814,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/bdb48d81-8f25-4741-81b7-d9e3bbeb64e1?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/9346f4f1-2b8e-4b32-ab1f-0464da959e2b?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/bdb48d81-8f25-4741-81b7-d9e3bbeb64e1?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/9346f4f1-2b8e-4b32-ab1f-0464da959e2b?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0566e055-2118-43f9-bfc5-cc3b1fa2b68b" + "fed5df39-33c4-4283-8258-1e75ea72b20e" ], "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6", - "7e09c2fe-3af2-42c8-a518-be103e562dd6" + "4e8ed371-2b51-4f51-89ef-9613b85dd806", + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2614,13 +3842,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "0566e055-2118-43f9-bfc5-cc3b1fa2b68b" + "fed5df39-33c4-4283-8258-1e75ea72b20e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023532Z:0566e055-2118-43f9-bfc5-cc3b1fa2b68b" + "SOUTHINDIA:20210518T133209Z:fed5df39-33c4-4283-8258-1e75ea72b20e" ], "Date": [ - "Tue, 16 Feb 2021 02:35:32 GMT" + "Tue, 18 May 2021 13:32:08 GMT" ], "Expires": [ "-1" @@ -2633,22 +3861,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/bdb48d81-8f25-4741-81b7-d9e3bbeb64e1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iZGI0OGQ4MS04ZjI1LTQ3NDEtODFiNy1kOWUzYmJlYjY0ZTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/9346f4f1-2b8e-4b32-ab1f-0464da959e2b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85MzQ2ZjRmMS0yYjhlLTRiMzItYWIxZi0wNDY0ZGE5NTllMmI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6" + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2662,11 +3890,11 @@ "nosniff" ], "x-ms-request-id": [ - "11df0ca4-dac6-46ff-8838-ed965f5fb5fb" + "49aea082-b710-449a-9bfd-2ee6cd918544" ], "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6", - "7e09c2fe-3af2-42c8-a518-be103e562dd6" + "4e8ed371-2b51-4f51-89ef-9613b85dd806", + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2678,16 +3906,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "138" ], "x-ms-correlation-request-id": [ - "11df0ca4-dac6-46ff-8838-ed965f5fb5fb" + "49aea082-b710-449a-9bfd-2ee6cd918544" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023532Z:11df0ca4-dac6-46ff-8838-ed965f5fb5fb" + "SOUTHINDIA:20210518T133209Z:49aea082-b710-449a-9bfd-2ee6cd918544" ], "Date": [ - "Tue, 16 Feb 2021 02:35:32 GMT" + "Tue, 18 May 2021 13:32:08 GMT" ], "Content-Length": [ "188" @@ -2699,26 +3927,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"bdb48d81-8f25-4741-81b7-d9e3bbeb64e1\",\r\n \"name\": \"bdb48d81-8f25-4741-81b7-d9e3bbeb64e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:35:32.4372867Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"name\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:32:08.9186575Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/bdb48d81-8f25-4741-81b7-d9e3bbeb64e1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iZGI0OGQ4MS04ZjI1LTQ3NDEtODFiNy1kOWUzYmJlYjY0ZTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/9346f4f1-2b8e-4b32-ab1f-0464da959e2b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85MzQ2ZjRmMS0yYjhlLTRiMzItYWIxZi0wNDY0ZGE5NTllMmI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6" + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2732,11 +3960,11 @@ "nosniff" ], "x-ms-request-id": [ - "c5cf8a66-1978-4f67-92ff-5bffe1a3f5be" + "08a92778-7037-4ff7-9f31-d608e010ccc5" ], "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6", - "7e09c2fe-3af2-42c8-a518-be103e562dd6" + "4e8ed371-2b51-4f51-89ef-9613b85dd806", + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2748,16 +3976,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "137" ], "x-ms-correlation-request-id": [ - "c5cf8a66-1978-4f67-92ff-5bffe1a3f5be" + "08a92778-7037-4ff7-9f31-d608e010ccc5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023543Z:c5cf8a66-1978-4f67-92ff-5bffe1a3f5be" + "SOUTHINDIA:20210518T133214Z:08a92778-7037-4ff7-9f31-d608e010ccc5" ], "Date": [ - "Tue, 16 Feb 2021 02:35:42 GMT" + "Tue, 18 May 2021 13:32:14 GMT" ], "Content-Length": [ "188" @@ -2769,26 +3997,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"bdb48d81-8f25-4741-81b7-d9e3bbeb64e1\",\r\n \"name\": \"bdb48d81-8f25-4741-81b7-d9e3bbeb64e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:35:32.4372867Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"name\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:32:08.9186575Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/bdb48d81-8f25-4741-81b7-d9e3bbeb64e1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iZGI0OGQ4MS04ZjI1LTQ3NDEtODFiNy1kOWUzYmJlYjY0ZTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/9346f4f1-2b8e-4b32-ab1f-0464da959e2b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85MzQ2ZjRmMS0yYjhlLTRiMzItYWIxZi0wNDY0ZGE5NTllMmI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6" + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2802,11 +4030,11 @@ "nosniff" ], "x-ms-request-id": [ - "136b5e6f-de66-423c-8f6e-81119f80b34a" + "00b8ae1d-83d9-4eaa-90e2-660fbfd2c934" ], "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6", - "7e09c2fe-3af2-42c8-a518-be103e562dd6" + "4e8ed371-2b51-4f51-89ef-9613b85dd806", + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2818,16 +4046,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "136" ], "x-ms-correlation-request-id": [ - "136b5e6f-de66-423c-8f6e-81119f80b34a" + "00b8ae1d-83d9-4eaa-90e2-660fbfd2c934" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023553Z:136b5e6f-de66-423c-8f6e-81119f80b34a" + "SOUTHINDIA:20210518T133219Z:00b8ae1d-83d9-4eaa-90e2-660fbfd2c934" ], "Date": [ - "Tue, 16 Feb 2021 02:35:53 GMT" + "Tue, 18 May 2021 13:32:19 GMT" ], "Content-Length": [ "188" @@ -2839,26 +4067,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"bdb48d81-8f25-4741-81b7-d9e3bbeb64e1\",\r\n \"name\": \"bdb48d81-8f25-4741-81b7-d9e3bbeb64e1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:35:32.4372867Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"name\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:32:08.9186575Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/bdb48d81-8f25-4741-81b7-d9e3bbeb64e1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iZGI0OGQ4MS04ZjI1LTQ3NDEtODFiNy1kOWUzYmJlYjY0ZTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/9346f4f1-2b8e-4b32-ab1f-0464da959e2b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85MzQ2ZjRmMS0yYjhlLTRiMzItYWIxZi0wNDY0ZGE5NTllMmI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6" + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2872,11 +4100,11 @@ "nosniff" ], "x-ms-request-id": [ - "5e0e2e5e-4cf7-4f7e-9524-97d3526770fb" + "a66b275d-022d-49aa-8383-42476b67ad49" ], "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6", - "7e09c2fe-3af2-42c8-a518-be103e562dd6" + "4e8ed371-2b51-4f51-89ef-9613b85dd806", + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2888,19 +4116,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "135" ], "x-ms-correlation-request-id": [ - "5e0e2e5e-4cf7-4f7e-9524-97d3526770fb" + "a66b275d-022d-49aa-8383-42476b67ad49" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023603Z:5e0e2e5e-4cf7-4f7e-9524-97d3526770fb" + "SOUTHINDIA:20210518T133224Z:a66b275d-022d-49aa-8383-42476b67ad49" ], "Date": [ - "Tue, 16 Feb 2021 02:36:02 GMT" + "Tue, 18 May 2021 13:32:24 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -2909,26 +4137,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"bdb48d81-8f25-4741-81b7-d9e3bbeb64e1\",\r\n \"name\": \"bdb48d81-8f25-4741-81b7-d9e3bbeb64e1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:35:32.4372867Z\",\r\n \"endTime\": \"2021-02-16T02:35:32.4372867Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0656bd22-512c-4715-813f-63c3cf1afa0b\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"name\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:32:08.9186575Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/bdb48d81-8f25-4741-81b7-d9e3bbeb64e1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iZGI0OGQ4MS04ZjI1LTQ3NDEtODFiNy1kOWUzYmJlYjY0ZTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/9346f4f1-2b8e-4b32-ab1f-0464da959e2b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85MzQ2ZjRmMS0yYjhlLTRiMzItYWIxZi0wNDY0ZGE5NTllMmI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6" + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2942,11 +4170,11 @@ "nosniff" ], "x-ms-request-id": [ - "c2059847-5201-49dc-b5fa-bcc0ec0fe5dd" + "c047443e-2033-419b-a3b7-dbce3d3f7ca0" ], "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6", - "7e09c2fe-3af2-42c8-a518-be103e562dd6" + "4e8ed371-2b51-4f51-89ef-9613b85dd806", + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2958,19 +4186,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "134" ], "x-ms-correlation-request-id": [ - "c2059847-5201-49dc-b5fa-bcc0ec0fe5dd" + "c047443e-2033-419b-a3b7-dbce3d3f7ca0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023603Z:c2059847-5201-49dc-b5fa-bcc0ec0fe5dd" + "SOUTHINDIA:20210518T133229Z:c047443e-2033-419b-a3b7-dbce3d3f7ca0" ], "Date": [ - "Tue, 16 Feb 2021 02:36:02 GMT" + "Tue, 18 May 2021 13:32:29 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -2979,26 +4207,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"bdb48d81-8f25-4741-81b7-d9e3bbeb64e1\",\r\n \"name\": \"bdb48d81-8f25-4741-81b7-d9e3bbeb64e1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:35:32.4372867Z\",\r\n \"endTime\": \"2021-02-16T02:35:32.4372867Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0656bd22-512c-4715-813f-63c3cf1afa0b\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"name\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:32:08.9186575Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/0656bd22-512c-4715-813f-63c3cf1afa0b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8wNjU2YmQyMi01MTJjLTQ3MTUtODEzZi02M2MzY2YxYWZhMGI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/9346f4f1-2b8e-4b32-ab1f-0464da959e2b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85MzQ2ZjRmMS0yYjhlLTRiMzItYWIxZi0wNDY0ZGE5NTllMmI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6" + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3008,40 +4236,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "193530b5-a154-43e6-91f2-2e8af9d55271" + "04b0e2b9-a333-490f-8907-c707c36bd320" ], "x-ms-client-request-id": [ - "7e09c2fe-3af2-42c8-a518-be103e562dd6", - "7e09c2fe-3af2-42c8-a518-be103e562dd6" - ], - "X-Powered-By": [ - "ASP.NET" + "4e8ed371-2b51-4f51-89ef-9613b85dd806", + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "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" + "133" ], "x-ms-correlation-request-id": [ - "193530b5-a154-43e6-91f2-2e8af9d55271" + "04b0e2b9-a333-490f-8907-c707c36bd320" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023603Z:193530b5-a154-43e6-91f2-2e8af9d55271" + "SOUTHINDIA:20210518T133235Z:04b0e2b9-a333-490f-8907-c707c36bd320" ], "Date": [ - "Tue, 16 Feb 2021 02:36:03 GMT" + "Tue, 18 May 2021 13:32:34 GMT" ], "Content-Length": [ - "820" + "304" ], "Content-Type": [ "application/json" @@ -3050,26 +4277,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/0656bd22-512c-4715-813f-63c3cf1afa0b\",\r\n \"name\": \"0656bd22-512c-4715-813f-63c3cf1afa0b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.3168503S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:35:32.4372867Z\",\r\n \"endTime\": \"2021-02-16T02:35:53.754137Z\",\r\n \"activityId\": \"7e09c2fe-3af2-42c8-a518-be103e562dd6\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"name\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:32:08.9186575Z\",\r\n \"endTime\": \"2021-05-18T13:32:08.9186575Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"59bd2754-6535-4298-aa04-0a6330729be4\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/9346f4f1-2b8e-4b32-ab1f-0464da959e2b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85MzQ2ZjRmMS0yYjhlLTRiMzItYWIxZi0wNDY0ZGE5NTllMmI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3079,140 +4306,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/6208d283-f983-4ddd-afcb-0149531e08ce?fabricName=Azure?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2019-05-13-preview" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "1df4aede-aa9c-4c0e-be68-5ed65847ff67" + "3e61b35d-fb3c-4945-a6c0-29e5b6cc1de8" ], "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63", - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "4e8ed371-2b51-4f51-89ef-9613b85dd806", + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "132" ], "x-ms-correlation-request-id": [ - "1df4aede-aa9c-4c0e-be68-5ed65847ff67" + "3e61b35d-fb3c-4945-a6c0-29e5b6cc1de8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023604Z:1df4aede-aa9c-4c0e-be68-5ed65847ff67" + "SOUTHINDIA:20210518T133235Z:3e61b35d-fb3c-4945-a6c0-29e5b6cc1de8" ], "Date": [ - "Tue, 16 Feb 2021 02:36:03 GMT" - ], - "Expires": [ - "-1" + "Tue, 18 May 2021 13:32:34 GMT" ], "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYyMDhkMjgzLWY5ODMtNGRkZC1hZmNiLTAxNDk1MzFlMDhjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97addfe9-79b7-4aca-9cb0-ffc85b797b2f" - ], - "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63", - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" - ], - "x-ms-correlation-request-id": [ - "97addfe9-79b7-4aca-9cb0-ffc85b797b2f" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023604Z:97addfe9-79b7-4aca-9cb0-ffc85b797b2f" + "304" ], - "Date": [ - "Tue, 16 Feb 2021 02:36:03 GMT" + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"name\": \"9346f4f1-2b8e-4b32-ab1f-0464da959e2b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:32:08.9186575Z\",\r\n \"endTime\": \"2021-05-18T13:32:08.9186575Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"59bd2754-6535-4298-aa04-0a6330729be4\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYyMDhkMjgzLWY5ODMtNGRkZC1hZmNiLTAxNDk1MzFlMDhjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/59bd2754-6535-4298-aa04-0a6330729be4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy81OWJkMjc1NC02NTM1LTQyOTgtYWEwNC0wYTYzMzA3MjliZTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3222,67 +4376,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01" - ], - "Retry-After": [ - "60" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f44f99c1-e411-430b-a432-0d4954c73c0c" + "62811b10-740b-4444-8d96-2d8a9a969f8f" ], "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63", - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "4e8ed371-2b51-4f51-89ef-9613b85dd806", + "4e8ed371-2b51-4f51-89ef-9613b85dd806" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "148" ], "x-ms-correlation-request-id": [ - "f44f99c1-e411-430b-a432-0d4954c73c0c" + "62811b10-740b-4444-8d96-2d8a9a969f8f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023614Z:f44f99c1-e411-430b-a432-0d4954c73c0c" + "SOUTHINDIA:20210518T133235Z:62811b10-740b-4444-8d96-2d8a9a969f8f" ], "Date": [ - "Tue, 16 Feb 2021 02:36:14 GMT" + "Tue, 18 May 2021 13:32:35 GMT" + ], + "Content-Length": [ + "821" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/59bd2754-6535-4298-aa04-0a6330729be4\",\r\n \"name\": \"59bd2754-6535-4298-aa04-0a6330729be4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.3210887S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T13:32:08.9186575Z\",\r\n \"endTime\": \"2021-05-18T13:32:30.2397462Z\",\r\n \"activityId\": \"4e8ed371-2b51-4f51-89ef-9613b85dd806\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYyMDhkMjgzLWY5ODMtNGRkZC1hZmNiLTAxNDk1MzFlMDhjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3293,20 +4448,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/f5c21443-d700-4a60-bf10-61087eea54b5?fabricName=Azure?api-version=2021-03-01" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/f5c21443-d700-4a60-bf10-61087eea54b5?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "a26b2ce9-f255-4a1b-bd4e-0ea99bf0aba3" + "ba235934-4a76-4f0a-9e75-4c0a9c107db4" ], "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63", - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be", + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3314,17 +4472,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "a26b2ce9-f255-4a1b-bd4e-0ea99bf0aba3" + "ba235934-4a76-4f0a-9e75-4c0a9c107db4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023625Z:a26b2ce9-f255-4a1b-bd4e-0ea99bf0aba3" + "SOUTHINDIA:20210518T133235Z:ba235934-4a76-4f0a-9e75-4c0a9c107db4" ], "Date": [ - "Tue, 16 Feb 2021 02:36:24 GMT" + "Tue, 18 May 2021 13:32:35 GMT" ], "Expires": [ "-1" @@ -3337,22 +4495,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYyMDhkMjgzLWY5ODMtNGRkZC1hZmNiLTAxNDk1MzFlMDhjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/f5c21443-d700-4a60-bf10-61087eea54b5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2Y1YzIxNDQzLWQ3MDAtNGE2MC1iZjEwLTYxMDg3ZWVhNTRiNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3363,7 +4521,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/f5c21443-d700-4a60-bf10-61087eea54b5?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3372,11 +4530,11 @@ "nosniff" ], "x-ms-request-id": [ - "c0426a74-a952-4cc7-9f3a-bb947854469a" + "83460e5a-5a50-42b0-84e9-59e8704705c3" ], "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63", - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be", + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3385,16 +4543,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "149" ], "x-ms-correlation-request-id": [ - "c0426a74-a952-4cc7-9f3a-bb947854469a" + "83460e5a-5a50-42b0-84e9-59e8704705c3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023635Z:c0426a74-a952-4cc7-9f3a-bb947854469a" + "SOUTHINDIA:20210518T133236Z:83460e5a-5a50-42b0-84e9-59e8704705c3" ], "Date": [ - "Tue, 16 Feb 2021 02:36:34 GMT" + "Tue, 18 May 2021 13:32:35 GMT" ], "Expires": [ "-1" @@ -3407,22 +4565,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYyMDhkMjgzLWY5ODMtNGRkZC1hZmNiLTAxNDk1MzFlMDhjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/f5c21443-d700-4a60-bf10-61087eea54b5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2Y1YzIxNDQzLWQ3MDAtNGE2MC1iZjEwLTYxMDg3ZWVhNTRiNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3433,7 +4591,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/f5c21443-d700-4a60-bf10-61087eea54b5?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3442,11 +4600,11 @@ "nosniff" ], "x-ms-request-id": [ - "ffa9d34c-132f-4ed1-97e5-d4eecd070413" + "477f8b79-cfb9-4f67-a9cd-ab2cae05cff0" ], "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63", - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be", + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3455,16 +4613,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "148" ], "x-ms-correlation-request-id": [ - "ffa9d34c-132f-4ed1-97e5-d4eecd070413" + "477f8b79-cfb9-4f67-a9cd-ab2cae05cff0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023645Z:ffa9d34c-132f-4ed1-97e5-d4eecd070413" + "SOUTHINDIA:20210518T133241Z:477f8b79-cfb9-4f67-a9cd-ab2cae05cff0" ], "Date": [ - "Tue, 16 Feb 2021 02:36:44 GMT" + "Tue, 18 May 2021 13:32:40 GMT" ], "Expires": [ "-1" @@ -3477,22 +4635,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYyMDhkMjgzLWY5ODMtNGRkZC1hZmNiLTAxNDk1MzFlMDhjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/f5c21443-d700-4a60-bf10-61087eea54b5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2Y1YzIxNDQzLWQ3MDAtNGE2MC1iZjEwLTYxMDg3ZWVhNTRiNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3503,7 +4661,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/f5c21443-d700-4a60-bf10-61087eea54b5?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3512,11 +4670,11 @@ "nosniff" ], "x-ms-request-id": [ - "4490e30f-054c-4d3a-ad5e-5ca6f38b63cb" + "c975d401-a4de-4aa5-a691-c6b6e9c37d7d" ], "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63", - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be", + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3525,16 +4683,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "147" ], "x-ms-correlation-request-id": [ - "4490e30f-054c-4d3a-ad5e-5ca6f38b63cb" + "c975d401-a4de-4aa5-a691-c6b6e9c37d7d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023655Z:4490e30f-054c-4d3a-ad5e-5ca6f38b63cb" + "SOUTHINDIA:20210518T133246Z:c975d401-a4de-4aa5-a691-c6b6e9c37d7d" ], "Date": [ - "Tue, 16 Feb 2021 02:36:54 GMT" + "Tue, 18 May 2021 13:32:46 GMT" ], "Expires": [ "-1" @@ -3547,22 +4705,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYyMDhkMjgzLWY5ODMtNGRkZC1hZmNiLTAxNDk1MzFlMDhjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/f5c21443-d700-4a60-bf10-61087eea54b5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2Y1YzIxNDQzLWQ3MDAtNGE2MC1iZjEwLTYxMDg3ZWVhNTRiNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3573,7 +4731,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/f5c21443-d700-4a60-bf10-61087eea54b5?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3582,11 +4740,11 @@ "nosniff" ], "x-ms-request-id": [ - "bd35e2c0-3620-4605-b0e7-c07bb13a7454" + "1d10f559-4672-4bc7-a668-0f6bbbb3a828" ], "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63", - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be", + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3595,16 +4753,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "146" ], "x-ms-correlation-request-id": [ - "bd35e2c0-3620-4605-b0e7-c07bb13a7454" + "1d10f559-4672-4bc7-a668-0f6bbbb3a828" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023706Z:bd35e2c0-3620-4605-b0e7-c07bb13a7454" + "SOUTHINDIA:20210518T133251Z:1d10f559-4672-4bc7-a668-0f6bbbb3a828" ], "Date": [ - "Tue, 16 Feb 2021 02:37:05 GMT" + "Tue, 18 May 2021 13:32:51 GMT" ], "Expires": [ "-1" @@ -3617,22 +4775,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYyMDhkMjgzLWY5ODMtNGRkZC1hZmNiLTAxNDk1MzFlMDhjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/f5c21443-d700-4a60-bf10-61087eea54b5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2Y1YzIxNDQzLWQ3MDAtNGE2MC1iZjEwLTYxMDg3ZWVhNTRiNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3643,7 +4801,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/f5c21443-d700-4a60-bf10-61087eea54b5?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3652,11 +4810,11 @@ "nosniff" ], "x-ms-request-id": [ - "46b06172-3277-4720-bf08-7dc6c50c106e" + "0fb3dd3f-bc01-470e-b386-51871bbb9063" ], "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63", - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be", + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3665,16 +4823,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "145" ], "x-ms-correlation-request-id": [ - "46b06172-3277-4720-bf08-7dc6c50c106e" + "0fb3dd3f-bc01-470e-b386-51871bbb9063" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023716Z:46b06172-3277-4720-bf08-7dc6c50c106e" + "SOUTHINDIA:20210518T133256Z:0fb3dd3f-bc01-470e-b386-51871bbb9063" ], "Date": [ - "Tue, 16 Feb 2021 02:37:16 GMT" + "Tue, 18 May 2021 13:32:56 GMT" ], "Expires": [ "-1" @@ -3687,22 +4845,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYyMDhkMjgzLWY5ODMtNGRkZC1hZmNiLTAxNDk1MzFlMDhjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/f5c21443-d700-4a60-bf10-61087eea54b5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2Y1YzIxNDQzLWQ3MDAtNGE2MC1iZjEwLTYxMDg3ZWVhNTRiNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3716,11 +4874,11 @@ "nosniff" ], "x-ms-request-id": [ - "94b390aa-f0a8-48d3-a8f2-8dea7559266b" + "f2f9a038-0d72-42cb-9009-f6c5470b23d4" ], "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63", - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be", + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3729,16 +4887,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "144" ], "x-ms-correlation-request-id": [ - "94b390aa-f0a8-48d3-a8f2-8dea7559266b" + "f2f9a038-0d72-42cb-9009-f6c5470b23d4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023726Z:94b390aa-f0a8-48d3-a8f2-8dea7559266b" + "SOUTHINDIA:20210518T133302Z:f2f9a038-0d72-42cb-9009-f6c5470b23d4" ], "Date": [ - "Tue, 16 Feb 2021 02:37:25 GMT" + "Tue, 18 May 2021 13:33:01 GMT" ], "Expires": [ "-1" @@ -3748,22 +4906,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/6208d283-f983-4ddd-afcb-0149531e08ce?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzYyMDhkMjgzLWY5ODMtNGRkZC1hZmNiLTAxNDk1MzFlMDhjZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/f5c21443-d700-4a60-bf10-61087eea54b5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2Y1YzIxNDQzLWQ3MDAtNGE2MC1iZjEwLTYxMDg3ZWVhNTRiNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3777,11 +4935,11 @@ "nosniff" ], "x-ms-request-id": [ - "c39ecb9e-d89a-43da-82c0-d22f730d5077" + "e8a9c2cc-e819-4b60-a230-1a150dfd2fca" ], "x-ms-client-request-id": [ - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63", - "19c5bd8a-75ef-4d89-a0d3-d9799dc16f63" + "ddceb8be-f344-402a-9f5e-c962e25a72be", + "ddceb8be-f344-402a-9f5e-c962e25a72be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3790,16 +4948,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "143" ], "x-ms-correlation-request-id": [ - "c39ecb9e-d89a-43da-82c0-d22f730d5077" + "e8a9c2cc-e819-4b60-a230-1a150dfd2fca" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T023726Z:c39ecb9e-d89a-43da-82c0-d22f730d5077" + "SOUTHINDIA:20210518T133302Z:e8a9c2cc-e819-4b60-a230-1a150dfd2fca" ], "Date": [ - "Tue, 16 Feb 2021 02:37:25 GMT" + "Tue, 18 May 2021 13:33:01 GMT" ], "Expires": [ "-1" diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSProtection.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSProtection.json index d6bbb039beda..08f8ce69df37 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSProtection.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureFSProtection.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d00afc83-4f04-47a3-9ba9-6132d3477a5f" + "4de8a246-8010-4eda-89ff-1050cbb9ef34" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -30,10 +30,10 @@ "nosniff" ], "x-ms-request-id": [ - "53811a09-ae77-4bb0-8034-a12cd9abb143" + "42b345ca-f050-4558-aa9e-9138d9b56891" ], "x-ms-client-request-id": [ - "d00afc83-4f04-47a3-9ba9-6132d3477a5f" + "4de8a246-8010-4eda-89ff-1050cbb9ef34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42,16 +42,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-correlation-request-id": [ - "53811a09-ae77-4bb0-8034-a12cd9abb143" + "42b345ca-f050-4558-aa9e-9138d9b56891" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021621Z:53811a09-ae77-4bb0-8034-a12cd9abb143" + "SOUTHINDIA:20210518T113816Z:42b345ca-f050-4558-aa9e-9138d9b56891" ], "Date": [ - "Tue, 16 Feb 2021 02:16:21 GMT" + "Tue, 18 May 2021 11:38:15 GMT" ], "Content-Length": [ "466" @@ -67,22 +67,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "747677a3-137f-4e2a-a686-31029e0c3ca8" + "213f8d57-de32-4963-9450-6d636f770cbe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -96,11 +96,11 @@ "nosniff" ], "x-ms-request-id": [ - "846a3a9c-2ba7-47d4-b5ce-1d4b87e39502" + "09def552-57eb-4046-99bf-f17b2788d984" ], "x-ms-client-request-id": [ - "747677a3-137f-4e2a-a686-31029e0c3ca8", - "747677a3-137f-4e2a-a686-31029e0c3ca8" + "213f8d57-de32-4963-9450-6d636f770cbe", + "213f8d57-de32-4963-9450-6d636f770cbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -115,13 +115,13 @@ "149" ], "x-ms-correlation-request-id": [ - "846a3a9c-2ba7-47d4-b5ce-1d4b87e39502" + "09def552-57eb-4046-99bf-f17b2788d984" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021622Z:846a3a9c-2ba7-47d4-b5ce-1d4b87e39502" + "SOUTHINDIA:20210518T113816Z:09def552-57eb-4046-99bf-f17b2788d984" ], "Date": [ - "Tue, 16 Feb 2021 02:16:21 GMT" + "Tue, 18 May 2021 11:38:16 GMT" ], "Content-Length": [ "693" @@ -137,22 +137,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -166,11 +166,11 @@ "nosniff" ], "x-ms-request-id": [ - "f464b8fd-3914-4e99-ae9b-042e52d4d495" + "d6be382d-a37d-468f-8283-26a43c321787" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -185,13 +185,13 @@ "149" ], "x-ms-correlation-request-id": [ - "f464b8fd-3914-4e99-ae9b-042e52d4d495" + "d6be382d-a37d-468f-8283-26a43c321787" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021622Z:f464b8fd-3914-4e99-ae9b-042e52d4d495" + "SOUTHINDIA:20210518T113817Z:d6be382d-a37d-468f-8283-26a43c321787" ], "Date": [ - "Tue, 16 Feb 2021 02:16:21 GMT" + "Tue, 18 May 2021 11:38:16 GMT" ], "Content-Length": [ "12" @@ -207,22 +207,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -236,11 +236,11 @@ "nosniff" ], "x-ms-request-id": [ - "d501becb-ea0b-401c-98e4-8b7b0e39efaf" + "962140fd-c14a-4c38-a60c-0eeef22ca204" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -255,16 +255,16 @@ "149" ], "x-ms-correlation-request-id": [ - "d501becb-ea0b-401c-98e4-8b7b0e39efaf" + "962140fd-c14a-4c38-a60c-0eeef22ca204" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021622Z:d501becb-ea0b-401c-98e4-8b7b0e39efaf" + "SOUTHINDIA:20210518T113817Z:962140fd-c14a-4c38-a60c-0eeef22ca204" ], "Date": [ - "Tue, 16 Feb 2021 02:16:22 GMT" + "Tue, 18 May 2021 11:38:17 GMT" ], "Content-Length": [ - "7848" + "10021" ], "Content-Type": [ "application/json" @@ -273,26 +273,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"name\": \"StorageContainer;ClassicStorage;iaasvm.existing;iaasextstore2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore2\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.ClassicStorage/storageAccounts/iaasextstore2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"name\": \"StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"storageysci5wbex6jyc\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"name\": \"StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"1vnseapod01otds1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa1e5a278b\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa59e1706f\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"containerType\": \"StorageContainer\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"resourceGroup\": \"pstestrg8895\",\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -309,23 +309,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/9395f9b7-9e5e-4ef7-b22d-6b848cbcaa9b?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/9395f9b7-9e5e-4ef7-b22d-6b848cbcaa9b?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6f0d2aeb-dd43-47de-b3d8-4356d28f4e08" + "abaff99c-973a-43cb-aaa4-64c935ef51a5" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -340,13 +340,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "6f0d2aeb-dd43-47de-b3d8-4356d28f4e08" + "abaff99c-973a-43cb-aaa4-64c935ef51a5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021623Z:6f0d2aeb-dd43-47de-b3d8-4356d28f4e08" + "SOUTHINDIA:20210518T113818Z:abaff99c-973a-43cb-aaa4-64c935ef51a5" ], "Date": [ - "Tue, 16 Feb 2021 02:16:22 GMT" + "Tue, 18 May 2021 11:38:17 GMT" ], "Content-Length": [ "2" @@ -362,22 +362,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/9395f9b7-9e5e-4ef7-b22d-6b848cbcaa9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzkzOTVmOWI3LTllNWUtNGVmNy1iMjJkLTZiODQ4Y2JjYWE5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -388,23 +388,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/9395f9b7-9e5e-4ef7-b22d-6b848cbcaa9b?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/9395f9b7-9e5e-4ef7-b22d-6b848cbcaa9b?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "9b907801-fbac-49d3-8871-35e7ac3da479" + "b1146c5b-a81f-4f3f-9ec7-9ac74501e3dc" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -419,13 +419,13 @@ "149" ], "x-ms-correlation-request-id": [ - "9b907801-fbac-49d3-8871-35e7ac3da479" + "b1146c5b-a81f-4f3f-9ec7-9ac74501e3dc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021623Z:9b907801-fbac-49d3-8871-35e7ac3da479" + "SOUTHINDIA:20210518T113818Z:b1146c5b-a81f-4f3f-9ec7-9ac74501e3dc" ], "Date": [ - "Tue, 16 Feb 2021 02:16:23 GMT" + "Tue, 18 May 2021 11:38:18 GMT" ], "Content-Length": [ "2" @@ -441,22 +441,1338 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/9395f9b7-9e5e-4ef7-b22d-6b848cbcaa9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzkzOTVmOWI3LTllNWUtNGVmNy1iMjJkLTZiODQ4Y2JjYWE5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9d57388e-a90b-44d4-9184-a3344a0ed067" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "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": [ + "9d57388e-a90b-44d4-9184-a3344a0ed067" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113823Z:9d57388e-a90b-44d4-9184-a3344a0ed067" + ], + "Date": [ + "Tue, 18 May 2021 11:38:23 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4daff572-b86d-4d88-8f9f-e81e8df36031" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "4daff572-b86d-4d88-8f9f-e81e8df36031" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113829Z:4daff572-b86d-4d88-8f9f-e81e8df36031" + ], + "Date": [ + "Tue, 18 May 2021 11:38:28 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "7ac43c87-993c-4511-a3e2-1d0d1fd6936f" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "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-correlation-request-id": [ + "7ac43c87-993c-4511-a3e2-1d0d1fd6936f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113834Z:7ac43c87-993c-4511-a3e2-1d0d1fd6936f" + ], + "Date": [ + "Tue, 18 May 2021 11:38:33 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "b664c01d-4f09-4cbd-bba9-c000443739a1" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "b664c01d-4f09-4cbd-bba9-c000443739a1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113839Z:b664c01d-4f09-4cbd-bba9-c000443739a1" + ], + "Date": [ + "Tue, 18 May 2021 11:38:38 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4492ec7f-873b-4f65-ac3e-1731c151b1c6" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "4492ec7f-873b-4f65-ac3e-1731c151b1c6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113844Z:4492ec7f-873b-4f65-ac3e-1731c151b1c6" + ], + "Date": [ + "Tue, 18 May 2021 11:38:44 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "463e564d-5aad-44c4-82df-7a34fbfec254" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "143" + ], + "x-ms-correlation-request-id": [ + "463e564d-5aad-44c4-82df-7a34fbfec254" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113850Z:463e564d-5aad-44c4-82df-7a34fbfec254" + ], + "Date": [ + "Tue, 18 May 2021 11:38:49 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5bca6514-1475-4ac0-a108-d6f4286e9500" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "142" + ], + "x-ms-correlation-request-id": [ + "5bca6514-1475-4ac0-a108-d6f4286e9500" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113855Z:5bca6514-1475-4ac0-a108-d6f4286e9500" + ], + "Date": [ + "Tue, 18 May 2021 11:38:54 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "77b358a9-10f9-4543-87bf-1398e0019dda" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "141" + ], + "x-ms-correlation-request-id": [ + "77b358a9-10f9-4543-87bf-1398e0019dda" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113900Z:77b358a9-10f9-4543-87bf-1398e0019dda" + ], + "Date": [ + "Tue, 18 May 2021 11:38:59 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "0df827d1-a9e1-4328-96e8-19575f5bded4" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "140" + ], + "x-ms-correlation-request-id": [ + "0df827d1-a9e1-4328-96e8-19575f5bded4" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113906Z:0df827d1-a9e1-4328-96e8-19575f5bded4" + ], + "Date": [ + "Tue, 18 May 2021 11:39:06 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "97e58be6-cac1-4b13-bdbc-ba040f9b694f" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "139" + ], + "x-ms-correlation-request-id": [ + "97e58be6-cac1-4b13-bdbc-ba040f9b694f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113911Z:97e58be6-cac1-4b13-bdbc-ba040f9b694f" + ], + "Date": [ + "Tue, 18 May 2021 11:39:11 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "fcc69bcd-9b8e-4d3b-922b-ded8d316f5f3" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "138" + ], + "x-ms-correlation-request-id": [ + "fcc69bcd-9b8e-4d3b-922b-ded8d316f5f3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113916Z:fcc69bcd-9b8e-4d3b-922b-ded8d316f5f3" + ], + "Date": [ + "Tue, 18 May 2021 11:39:16 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "397e782e-e99d-40ee-aa92-59838e04d683" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "137" + ], + "x-ms-correlation-request-id": [ + "397e782e-e99d-40ee-aa92-59838e04d683" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113921Z:397e782e-e99d-40ee-aa92-59838e04d683" + ], + "Date": [ + "Tue, 18 May 2021 11:39:21 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2019-05-13-preview" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "84ffce17-443b-4cd4-9103-b798f46fd923" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "136" + ], + "x-ms-correlation-request-id": [ + "84ffce17-443b-4cd4-9103-b798f46fd923" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113927Z:84ffce17-443b-4cd4-9103-b798f46fd923" + ], + "Date": [ + "Tue, 18 May 2021 11:39:26 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4702b4ea-f8d2-4091-aee0-2cbb84e7e448" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "135" + ], + "x-ms-correlation-request-id": [ + "4702b4ea-f8d2-4091-aee0-2cbb84e7e448" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113932Z:4702b4ea-f8d2-4091-aee0-2cbb84e7e448" + ], + "Date": [ + "Tue, 18 May 2021 11:39:32 GMT" + ], + "Content-Length": [ + "699" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/528ee544-5600-4102-b646-f200fd07c5ee?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzUyOGVlNTQ0LTU2MDAtNDEwMi1iNjQ2LWYyMDBmZDA3YzVlZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "35f67c9b-686b-486f-b2c1-ccf9e3aa487c" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "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-correlation-request-id": [ + "35f67c9b-686b-486f-b2c1-ccf9e3aa487c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113932Z:35f67c9b-686b-486f-b2c1-ccf9e3aa487c" + ], + "Date": [ + "Tue, 18 May 2021 11:39:32 GMT" + ], + "Content-Length": [ + "699" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "bf4b56e1-6e97-4a8d-a85d-f317a02eb9fb" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "bf4b56e1-6e97-4a8d-a85d-f317a02eb9fb" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113932Z:bf4b56e1-6e97-4a8d-a85d-f317a02eb9fb" + ], + "Date": [ + "Tue, 18 May 2021 11:39:32 GMT" + ], + "Content-Length": [ + "947" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "433" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/7de3cd74-aad5-4cf2-bca6-6e5417d11ceb?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/7de3cd74-aad5-4cf2-bca6-6e5417d11ceb?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "665101b8-699e-46a9-9ee3-a8cdbffc8b34" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "665101b8-699e-46a9-9ee3-a8cdbffc8b34" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T113933Z:665101b8-699e-46a9-9ee3-a8cdbffc8b34" + ], + "Date": [ + "Tue, 18 May 2021 11:39:33 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7de3cd74-aad5-4cf2-bca6-6e5417d11ceb?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZGUzY2Q3NC1hYWQ1LTRjZjItYmNhNi02ZTU0MTdkMTFjZWI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -470,11 +1786,11 @@ "nosniff" ], "x-ms-request-id": [ - "ac608023-04fb-4d85-a756-bfe3ee7c7df6" + "9e5e52c0-bda6-4652-b396-cb7061e9fff1" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -486,19 +1802,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "ac608023-04fb-4d85-a756-bfe3ee7c7df6" + "9e5e52c0-bda6-4652-b396-cb7061e9fff1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021634Z:ac608023-04fb-4d85-a756-bfe3ee7c7df6" + "SOUTHINDIA:20210518T113933Z:9e5e52c0-bda6-4652-b396-cb7061e9fff1" ], "Date": [ - "Tue, 16 Feb 2021 02:16:33 GMT" + "Tue, 18 May 2021 11:39:33 GMT" ], "Content-Length": [ - "699" + "188" ], "Content-Type": [ "application/json" @@ -507,26 +1823,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"name\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/9395f9b7-9e5e-4ef7-b22d-6b848cbcaa9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzkzOTVmOWI3LTllNWUtNGVmNy1iMjJkLTZiODQ4Y2JjYWE5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7de3cd74-aad5-4cf2-bca6-6e5417d11ceb?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZGUzY2Q3NC1hYWQ1LTRjZjItYmNhNi02ZTU0MTdkMTFjZWI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -540,11 +1856,11 @@ "nosniff" ], "x-ms-request-id": [ - "a2d8670d-7a3c-4bb7-9456-8b15ae133d20" + "e5d7cb35-1238-468a-b112-c5b134b4d1e4" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -556,19 +1872,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "148" ], "x-ms-correlation-request-id": [ - "a2d8670d-7a3c-4bb7-9456-8b15ae133d20" + "e5d7cb35-1238-468a-b112-c5b134b4d1e4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021634Z:a2d8670d-7a3c-4bb7-9456-8b15ae133d20" + "SOUTHINDIA:20210518T113938Z:e5d7cb35-1238-468a-b112-c5b134b4d1e4" ], "Date": [ - "Tue, 16 Feb 2021 02:16:33 GMT" + "Tue, 18 May 2021 11:39:38 GMT" ], "Content-Length": [ - "699" + "188" ], "Content-Type": [ "application/json" @@ -577,26 +1893,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"name\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7de3cd74-aad5-4cf2-bca6-6e5417d11ceb?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZGUzY2Q3NC1hYWQ1LTRjZjItYmNhNi02ZTU0MTdkMTFjZWI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -610,11 +1926,11 @@ "nosniff" ], "x-ms-request-id": [ - "8c978635-1f0d-4507-8b15-dc1dc1ed0871" + "f17e9fba-7772-4d68-a352-e7830c38ee67" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -626,19 +1942,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "147" ], "x-ms-correlation-request-id": [ - "8c978635-1f0d-4507-8b15-dc1dc1ed0871" + "f17e9fba-7772-4d68-a352-e7830c38ee67" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021634Z:8c978635-1f0d-4507-8b15-dc1dc1ed0871" + "SOUTHINDIA:20210518T113944Z:f17e9fba-7772-4d68-a352-e7830c38ee67" ], "Date": [ - "Tue, 16 Feb 2021 02:16:33 GMT" + "Tue, 18 May 2021 11:39:43 GMT" ], "Content-Length": [ - "947" + "188" ], "Content-Type": [ "application/json" @@ -647,32 +1963,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"name\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7de3cd74-aad5-4cf2-bca6-6e5417d11ceb?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZGUzY2Q3NC1hYWQ1LTRjZjItYmNhNi02ZTU0MTdkMTFjZWI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "433" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -682,70 +1992,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/f6ca693f-4c03-4b2f-8463-82dfcec492aa?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/f6ca693f-4c03-4b2f-8463-82dfcec492aa?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c1c37c7c-faa6-4e38-9f18-80c49099f2e7" + "5ef61d70-b05e-4559-9947-cd8b16f862c0" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "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": [ + "146" ], "x-ms-correlation-request-id": [ - "c1c37c7c-faa6-4e38-9f18-80c49099f2e7" + "5ef61d70-b05e-4559-9947-cd8b16f862c0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021635Z:c1c37c7c-faa6-4e38-9f18-80c49099f2e7" + "SOUTHINDIA:20210518T113949Z:5ef61d70-b05e-4559-9947-cd8b16f862c0" ], "Date": [ - "Tue, 16 Feb 2021 02:16:34 GMT" + "Tue, 18 May 2021 11:39:48 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"name\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f6ca693f-4c03-4b2f-8463-82dfcec492aa?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mNmNhNjkzZi00YzAzLTRiMmYtODQ2My04MmRmY2VjNDkyYWE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7de3cd74-aad5-4cf2-bca6-6e5417d11ceb?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZGUzY2Q3NC1hYWQ1LTRjZjItYmNhNi02ZTU0MTdkMTFjZWI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -759,11 +2066,11 @@ "nosniff" ], "x-ms-request-id": [ - "f4c35b9c-1b5f-4015-9b21-3d14b2255b12" + "9774862b-2dc6-4782-bbcb-9034b3ad0327" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -775,16 +2082,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "145" ], "x-ms-correlation-request-id": [ - "f4c35b9c-1b5f-4015-9b21-3d14b2255b12" + "9774862b-2dc6-4782-bbcb-9034b3ad0327" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021635Z:f4c35b9c-1b5f-4015-9b21-3d14b2255b12" + "SOUTHINDIA:20210518T113954Z:9774862b-2dc6-4782-bbcb-9034b3ad0327" ], "Date": [ - "Tue, 16 Feb 2021 02:16:34 GMT" + "Tue, 18 May 2021 11:39:54 GMT" ], "Content-Length": [ "188" @@ -796,26 +2103,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"name\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:16:34.9970469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"name\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f6ca693f-4c03-4b2f-8463-82dfcec492aa?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mNmNhNjkzZi00YzAzLTRiMmYtODQ2My04MmRmY2VjNDkyYWE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7de3cd74-aad5-4cf2-bca6-6e5417d11ceb?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZGUzY2Q3NC1hYWQ1LTRjZjItYmNhNi02ZTU0MTdkMTFjZWI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -829,11 +2136,11 @@ "nosniff" ], "x-ms-request-id": [ - "e4b199ae-31f0-437e-9413-2f73361f4c5d" + "4e3fbe76-2508-47db-8ce2-259d48740591" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -845,16 +2152,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "144" ], "x-ms-correlation-request-id": [ - "e4b199ae-31f0-437e-9413-2f73361f4c5d" + "4e3fbe76-2508-47db-8ce2-259d48740591" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021645Z:e4b199ae-31f0-437e-9413-2f73361f4c5d" + "SOUTHINDIA:20210518T113959Z:4e3fbe76-2508-47db-8ce2-259d48740591" ], "Date": [ - "Tue, 16 Feb 2021 02:16:44 GMT" + "Tue, 18 May 2021 11:39:59 GMT" ], "Content-Length": [ "188" @@ -866,26 +2173,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"name\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:16:34.9970469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"name\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f6ca693f-4c03-4b2f-8463-82dfcec492aa?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mNmNhNjkzZi00YzAzLTRiMmYtODQ2My04MmRmY2VjNDkyYWE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7de3cd74-aad5-4cf2-bca6-6e5417d11ceb?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZGUzY2Q3NC1hYWQ1LTRjZjItYmNhNi02ZTU0MTdkMTFjZWI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -899,11 +2206,11 @@ "nosniff" ], "x-ms-request-id": [ - "78aa3b53-7c47-4530-8667-5e7290ef1f96" + "a878116c-3e4c-4a65-ad74-7a027f034b2e" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,16 +2222,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "143" ], "x-ms-correlation-request-id": [ - "78aa3b53-7c47-4530-8667-5e7290ef1f96" + "a878116c-3e4c-4a65-ad74-7a027f034b2e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021655Z:78aa3b53-7c47-4530-8667-5e7290ef1f96" + "SOUTHINDIA:20210518T114005Z:a878116c-3e4c-4a65-ad74-7a027f034b2e" ], "Date": [ - "Tue, 16 Feb 2021 02:16:55 GMT" + "Tue, 18 May 2021 11:40:04 GMT" ], "Content-Length": [ "188" @@ -936,26 +2243,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"name\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:16:34.9970469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"name\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f6ca693f-4c03-4b2f-8463-82dfcec492aa?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mNmNhNjkzZi00YzAzLTRiMmYtODQ2My04MmRmY2VjNDkyYWE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7de3cd74-aad5-4cf2-bca6-6e5417d11ceb?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZGUzY2Q3NC1hYWQ1LTRjZjItYmNhNi02ZTU0MTdkMTFjZWI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -969,11 +2276,11 @@ "nosniff" ], "x-ms-request-id": [ - "f5b46105-03ac-4787-8723-f6e6aa6261d3" + "b6049082-a5a2-4c68-97d1-bd7c7428e5e7" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -985,16 +2292,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "142" ], "x-ms-correlation-request-id": [ - "f5b46105-03ac-4787-8723-f6e6aa6261d3" + "b6049082-a5a2-4c68-97d1-bd7c7428e5e7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021706Z:f5b46105-03ac-4787-8723-f6e6aa6261d3" + "SOUTHINDIA:20210518T114010Z:b6049082-a5a2-4c68-97d1-bd7c7428e5e7" ], "Date": [ - "Tue, 16 Feb 2021 02:17:05 GMT" + "Tue, 18 May 2021 11:40:09 GMT" ], "Content-Length": [ "188" @@ -1006,26 +2313,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"name\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:16:34.9970469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"name\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f6ca693f-4c03-4b2f-8463-82dfcec492aa?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mNmNhNjkzZi00YzAzLTRiMmYtODQ2My04MmRmY2VjNDkyYWE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7de3cd74-aad5-4cf2-bca6-6e5417d11ceb?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZGUzY2Q3NC1hYWQ1LTRjZjItYmNhNi02ZTU0MTdkMTFjZWI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1039,11 +2346,11 @@ "nosniff" ], "x-ms-request-id": [ - "da43f456-61da-4a04-981b-a7900c19a49c" + "fa30f83c-fd99-441a-a93d-130e66ea56ad" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1055,16 +2362,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "141" ], "x-ms-correlation-request-id": [ - "da43f456-61da-4a04-981b-a7900c19a49c" + "fa30f83c-fd99-441a-a93d-130e66ea56ad" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021716Z:da43f456-61da-4a04-981b-a7900c19a49c" + "SOUTHINDIA:20210518T114015Z:fa30f83c-fd99-441a-a93d-130e66ea56ad" ], "Date": [ - "Tue, 16 Feb 2021 02:17:16 GMT" + "Tue, 18 May 2021 11:40:15 GMT" ], "Content-Length": [ "188" @@ -1076,26 +2383,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"name\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:16:34.9970469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"name\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f6ca693f-4c03-4b2f-8463-82dfcec492aa?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mNmNhNjkzZi00YzAzLTRiMmYtODQ2My04MmRmY2VjNDkyYWE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7de3cd74-aad5-4cf2-bca6-6e5417d11ceb?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZGUzY2Q3NC1hYWQ1LTRjZjItYmNhNi02ZTU0MTdkMTFjZWI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1109,11 +2416,11 @@ "nosniff" ], "x-ms-request-id": [ - "f6a276be-e4d5-4771-825c-3d6cd0a088f0" + "b2473efb-9fe7-4b3e-8a91-8f51cc3ae63f" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1125,16 +2432,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "140" ], "x-ms-correlation-request-id": [ - "f6a276be-e4d5-4771-825c-3d6cd0a088f0" + "b2473efb-9fe7-4b3e-8a91-8f51cc3ae63f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021726Z:f6a276be-e4d5-4771-825c-3d6cd0a088f0" + "SOUTHINDIA:20210518T114021Z:b2473efb-9fe7-4b3e-8a91-8f51cc3ae63f" ], "Date": [ - "Tue, 16 Feb 2021 02:17:25 GMT" + "Tue, 18 May 2021 11:40:20 GMT" ], "Content-Length": [ "304" @@ -1146,26 +2453,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"name\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:16:34.9970469Z\",\r\n \"endTime\": \"2021-02-16T02:16:34.9970469Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"aaacc6ec-0691-43e8-b31b-0764df1a53b1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"name\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"endTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"8a938ae6-e67a-404f-b99a-52e7654f8168\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/f6ca693f-4c03-4b2f-8463-82dfcec492aa?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9mNmNhNjkzZi00YzAzLTRiMmYtODQ2My04MmRmY2VjNDkyYWE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7de3cd74-aad5-4cf2-bca6-6e5417d11ceb?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZGUzY2Q3NC1hYWQ1LTRjZjItYmNhNi02ZTU0MTdkMTFjZWI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1179,11 +2486,11 @@ "nosniff" ], "x-ms-request-id": [ - "be4dfd77-8b61-4b9f-ba57-c184e3748d46" + "325c0d09-b9d4-48a7-b118-7b9fb23e32d6" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1195,16 +2502,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "139" ], "x-ms-correlation-request-id": [ - "be4dfd77-8b61-4b9f-ba57-c184e3748d46" + "325c0d09-b9d4-48a7-b118-7b9fb23e32d6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021726Z:be4dfd77-8b61-4b9f-ba57-c184e3748d46" + "SOUTHINDIA:20210518T114021Z:325c0d09-b9d4-48a7-b118-7b9fb23e32d6" ], "Date": [ - "Tue, 16 Feb 2021 02:17:25 GMT" + "Tue, 18 May 2021 11:40:20 GMT" ], "Content-Length": [ "304" @@ -1216,26 +2523,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"name\": \"f6ca693f-4c03-4b2f-8463-82dfcec492aa\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:16:34.9970469Z\",\r\n \"endTime\": \"2021-02-16T02:16:34.9970469Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"aaacc6ec-0691-43e8-b31b-0764df1a53b1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"name\": \"7de3cd74-aad5-4cf2-bca6-6e5417d11ceb\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"endTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"8a938ae6-e67a-404f-b99a-52e7654f8168\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/aaacc6ec-0691-43e8-b31b-0764df1a53b1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9hYWFjYzZlYy0wNjkxLTQzZTgtYjMxYi0wNzY0ZGYxYTUzYjE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/8a938ae6-e67a-404f-b99a-52e7654f8168?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy84YTkzOGFlNi1lNjdhLTQwNGYtYjk5YS01MmU3NjU0ZjgxNjg/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "186585a6-5071-4452-bb12-00ecc7db58e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1253,32 +2560,242 @@ "nosniff" ], "x-ms-request-id": [ - "04437611-ca65-4fb4-a37c-45c32d9c2e37" + "adcd3aa7-4049-4484-85e2-c10e77fcd423" + ], + "x-ms-client-request-id": [ + "186585a6-5071-4452-bb12-00ecc7db58e2", + "186585a6-5071-4452-bb12-00ecc7db58e2" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "149" + ], + "x-ms-correlation-request-id": [ + "adcd3aa7-4049-4484-85e2-c10e77fcd423" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T114021Z:adcd3aa7-4049-4484-85e2-c10e77fcd423" + ], + "Date": [ + "Tue, 18 May 2021 11:40:20 GMT" + ], + "Content-Length": [ + "847" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/8a938ae6-e67a-404f-b99a-52e7654f8168\",\r\n \"name\": \"8a938ae6-e67a-404f-b99a-52e7654f8168\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.0299657S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T11:39:33.0874416Z\",\r\n \"endTime\": \"2021-05-18T11:40:16.1174073Z\",\r\n \"activityId\": \"186585a6-5071-4452-bb12-00ecc7db58e2\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ec57fc21-7ad5-44cf-969d-f7a89855c71c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e60f4040-94d5-4529-b5a8-5eaa1bedba85" + ], + "x-ms-client-request-id": [ + "ec57fc21-7ad5-44cf-969d-f7a89855c71c", + "ec57fc21-7ad5-44cf-969d-f7a89855c71c" + ], + "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": [ + "e60f4040-94d5-4529-b5a8-5eaa1bedba85" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T114021Z:e60f4040-94d5-4529-b5a8-5eaa1bedba85" + ], + "Date": [ + "Tue, 18 May 2021 11:40:21 GMT" + ], + "Content-Length": [ + "789" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 1,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ff016daf-1bed-40dd-87fd-aa5d55d9c017" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "45260854-abc4-490e-b7e9-03dfaddb1784" ], "x-ms-client-request-id": [ - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5", - "f33fa9c7-eb34-4d18-83b2-bcea2476d6a5" + "ff016daf-1bed-40dd-87fd-aa5d55d9c017", + "ff016daf-1bed-40dd-87fd-aa5d55d9c017" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "45260854-abc4-490e-b7e9-03dfaddb1784" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T114021Z:45260854-abc4-490e-b7e9-03dfaddb1784" + ], + "Date": [ + "Tue, 18 May 2021 11:40:21 GMT" + ], + "Content-Length": [ + "1219" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d2ed947f-285f-4ab5-81da-b8ac1ac07e3d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "cb3f23e7-c3b1-45b9-ada2-6f102ca8d3f5" + ], + "x-ms-client-request-id": [ + "d2ed947f-285f-4ab5-81da-b8ac1ac07e3d", + "d2ed947f-285f-4ab5-81da-b8ac1ac07e3d" + ], "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" + "148" ], "x-ms-correlation-request-id": [ - "04437611-ca65-4fb4-a37c-45c32d9c2e37" + "cb3f23e7-c3b1-45b9-ada2-6f102ca8d3f5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021726Z:04437611-ca65-4fb4-a37c-45c32d9c2e37" + "SOUTHINDIA:20210518T114105Z:cb3f23e7-c3b1-45b9-ada2-6f102ca8d3f5" ], "Date": [ - "Tue, 16 Feb 2021 02:17:26 GMT" + "Tue, 18 May 2021 11:41:04 GMT" ], "Content-Length": [ - "846" + "1227" ], "Content-Type": [ "application/json" @@ -1287,26 +2804,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/aaacc6ec-0691-43e8-b31b-0764df1a53b1\",\r\n \"name\": \"aaacc6ec-0691-43e8-b31b-0764df1a53b1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT42.0276591S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:16:34.9970469Z\",\r\n \"endTime\": \"2021-02-16T02:17:17.024706Z\",\r\n \"activityId\": \"f33fa9c7-eb34-4d18-83b2-bcea2476d6a5\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/NewAFSBackupPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/NewAFSBackupPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvTmV3QUZTQmFja3VwUG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c2cfce2-7b8f-4537-b23b-c08e90f9aee4" + "d80c4750-23e9-4070-906d-7469dbf24a88" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1320,11 +2837,11 @@ "nosniff" ], "x-ms-request-id": [ - "6f23b579-b605-4727-9cc4-4bed4705e393" + "74500f24-eb81-437d-b6a9-e145778d6da7" ], "x-ms-client-request-id": [ - "9c2cfce2-7b8f-4537-b23b-c08e90f9aee4", - "9c2cfce2-7b8f-4537-b23b-c08e90f9aee4" + "d80c4750-23e9-4070-906d-7469dbf24a88", + "d80c4750-23e9-4070-906d-7469dbf24a88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1339,16 +2856,16 @@ "148" ], "x-ms-correlation-request-id": [ - "6f23b579-b605-4727-9cc4-4bed4705e393" + "74500f24-eb81-437d-b6a9-e145778d6da7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021727Z:6f23b579-b605-4727-9cc4-4bed4705e393" + "SOUTHINDIA:20210518T114022Z:74500f24-eb81-437d-b6a9-e145778d6da7" ], "Date": [ - "Tue, 16 Feb 2021 02:17:26 GMT" + "Tue, 18 May 2021 11:40:21 GMT" ], "Content-Length": [ - "789" + "709" ], "Content-Type": [ "application/json" @@ -1357,26 +2874,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 1,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/NewAFSBackupPolicy\",\r\n \"name\": \"NewAFSBackupPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2019-10-29T13:30:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2019-10-29T13:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/NewAFSBackupPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2476f3bd-a960-4686-87f3-f7f2101862f8" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "441" ] }, "ResponseHeaders": { @@ -1386,67 +2909,70 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/83432553-cf89-4fb7-b7e2-5a6b8f00650b?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/83432553-cf89-4fb7-b7e2-5a6b8f00650b?api-version=2021-03-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f90459a1-99a3-4ce2-a8bd-bbe74658632a" + "91b04671-9d66-449b-9840-6ca358e3c65c" ], "x-ms-client-request-id": [ - "2476f3bd-a960-4686-87f3-f7f2101862f8", - "2476f3bd-a960-4686-87f3-f7f2101862f8" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd", + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "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" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" ], "x-ms-correlation-request-id": [ - "f90459a1-99a3-4ce2-a8bd-bbe74658632a" + "91b04671-9d66-449b-9840-6ca358e3c65c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021727Z:f90459a1-99a3-4ce2-a8bd-bbe74658632a" + "SOUTHINDIA:20210518T114022Z:91b04671-9d66-449b-9840-6ca358e3c65c" ], "Date": [ - "Tue, 16 Feb 2021 02:17:26 GMT" - ], - "Content-Length": [ - "1219" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 11:40:22 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/83432553-cf89-4fb7-b7e2-5a6b8f00650b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84MzQzMjU1My1jZjg5LTRmYjctYjdlMi01YTZiOGYwMDY1MGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1b91ac7-6f56-416a-91ec-87b0b1707fce" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1460,11 +2986,11 @@ "nosniff" ], "x-ms-request-id": [ - "0e6373c1-9a62-4ef2-8505-536b5af2a25f" + "d8177430-dada-4ae1-9f0e-be19df56f73f" ], "x-ms-client-request-id": [ - "c1b91ac7-6f56-416a-91ec-87b0b1707fce", - "c1b91ac7-6f56-416a-91ec-87b0b1707fce" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd", + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1476,19 +3002,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "138" ], "x-ms-correlation-request-id": [ - "0e6373c1-9a62-4ef2-8505-536b5af2a25f" + "d8177430-dada-4ae1-9f0e-be19df56f73f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021820Z:0e6373c1-9a62-4ef2-8505-536b5af2a25f" + "SOUTHINDIA:20210518T114023Z:d8177430-dada-4ae1-9f0e-be19df56f73f" ], "Date": [ - "Tue, 16 Feb 2021 02:18:19 GMT" + "Tue, 18 May 2021 11:40:22 GMT" ], "Content-Length": [ - "1227" + "188" ], "Content-Type": [ "application/json" @@ -1497,26 +3023,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/NewAFSBackupPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"name\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:40:22.5735236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/NewAFSBackupPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvTmV3QUZTQmFja3VwUG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/83432553-cf89-4fb7-b7e2-5a6b8f00650b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84MzQzMjU1My1jZjg5LTRmYjctYjdlMi01YTZiOGYwMDY1MGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "255ddd40-e273-4f09-89e4-58e36dd667cc" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1530,11 +3056,11 @@ "nosniff" ], "x-ms-request-id": [ - "7cdfb0ea-fd44-4c71-9a66-89d682083e17" + "2b330e41-77e2-45e8-9a4e-9816a780e837" ], "x-ms-client-request-id": [ - "255ddd40-e273-4f09-89e4-58e36dd667cc", - "255ddd40-e273-4f09-89e4-58e36dd667cc" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd", + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1546,19 +3072,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "137" ], "x-ms-correlation-request-id": [ - "7cdfb0ea-fd44-4c71-9a66-89d682083e17" + "2b330e41-77e2-45e8-9a4e-9816a780e837" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021727Z:7cdfb0ea-fd44-4c71-9a66-89d682083e17" + "SOUTHINDIA:20210518T114028Z:2b330e41-77e2-45e8-9a4e-9816a780e837" ], "Date": [ - "Tue, 16 Feb 2021 02:17:26 GMT" + "Tue, 18 May 2021 11:40:27 GMT" ], "Content-Length": [ - "709" + "188" ], "Content-Type": [ "application/json" @@ -1567,32 +3093,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/NewAFSBackupPolicy\",\r\n \"name\": \"NewAFSBackupPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2019-10-29T13:30:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2019-10-29T13:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"name\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:40:22.5735236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/NewAFSBackupPolicy\"\r\n }\r\n}", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/83432553-cf89-4fb7-b7e2-5a6b8f00650b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84MzQzMjU1My1jZjg5LTRmYjctYjdlMi01YTZiOGYwMDY1MGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "441" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1602,70 +3122,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/5b8ec21b-9e73-413a-b962-86d5e215277f?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/5b8ec21b-9e73-413a-b962-86d5e215277f?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ad84ff8a-efbd-4323-8947-f701a059ee61" + "c2982818-03b3-444c-a5e4-4a4595183650" ], "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342", - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd", + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "136" ], "x-ms-correlation-request-id": [ - "ad84ff8a-efbd-4323-8947-f701a059ee61" + "c2982818-03b3-444c-a5e4-4a4595183650" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021728Z:ad84ff8a-efbd-4323-8947-f701a059ee61" + "SOUTHINDIA:20210518T114033Z:c2982818-03b3-444c-a5e4-4a4595183650" ], "Date": [ - "Tue, 16 Feb 2021 02:17:28 GMT" + "Tue, 18 May 2021 11:40:32 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"name\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:40:22.5735236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/5b8ec21b-9e73-413a-b962-86d5e215277f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy81YjhlYzIxYi05ZTczLTQxM2EtYjk2Mi04NmQ1ZTIxNTI3N2Y/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/83432553-cf89-4fb7-b7e2-5a6b8f00650b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84MzQzMjU1My1jZjg5LTRmYjctYjdlMi01YTZiOGYwMDY1MGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1679,11 +3196,11 @@ "nosniff" ], "x-ms-request-id": [ - "07977992-f968-4669-b919-de7412876d00" + "4eb281ef-9801-47f9-a7ab-cadb84508744" ], "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342", - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd", + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1695,16 +3212,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "135" ], "x-ms-correlation-request-id": [ - "07977992-f968-4669-b919-de7412876d00" + "4eb281ef-9801-47f9-a7ab-cadb84508744" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021728Z:07977992-f968-4669-b919-de7412876d00" + "SOUTHINDIA:20210518T114038Z:4eb281ef-9801-47f9-a7ab-cadb84508744" ], "Date": [ - "Tue, 16 Feb 2021 02:17:28 GMT" + "Tue, 18 May 2021 11:40:38 GMT" ], "Content-Length": [ "188" @@ -1716,26 +3233,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"name\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:17:28.2120582Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"name\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:40:22.5735236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/5b8ec21b-9e73-413a-b962-86d5e215277f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy81YjhlYzIxYi05ZTczLTQxM2EtYjk2Mi04NmQ1ZTIxNTI3N2Y/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/83432553-cf89-4fb7-b7e2-5a6b8f00650b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84MzQzMjU1My1jZjg5LTRmYjctYjdlMi01YTZiOGYwMDY1MGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1749,11 +3266,11 @@ "nosniff" ], "x-ms-request-id": [ - "e2b32458-bd2d-4b44-9dfe-3b3da345ff99" + "54aa5297-e5df-4c93-bdf2-c694412363d5" ], "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342", - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd", + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1765,16 +3282,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "134" ], "x-ms-correlation-request-id": [ - "e2b32458-bd2d-4b44-9dfe-3b3da345ff99" + "54aa5297-e5df-4c93-bdf2-c694412363d5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021738Z:e2b32458-bd2d-4b44-9dfe-3b3da345ff99" + "SOUTHINDIA:20210518T114043Z:54aa5297-e5df-4c93-bdf2-c694412363d5" ], "Date": [ - "Tue, 16 Feb 2021 02:17:38 GMT" + "Tue, 18 May 2021 11:40:43 GMT" ], "Content-Length": [ "188" @@ -1786,26 +3303,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"name\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:17:28.2120582Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"name\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:40:22.5735236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/5b8ec21b-9e73-413a-b962-86d5e215277f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy81YjhlYzIxYi05ZTczLTQxM2EtYjk2Mi04NmQ1ZTIxNTI3N2Y/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/83432553-cf89-4fb7-b7e2-5a6b8f00650b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84MzQzMjU1My1jZjg5LTRmYjctYjdlMi01YTZiOGYwMDY1MGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1819,11 +3336,11 @@ "nosniff" ], "x-ms-request-id": [ - "df5dd8e4-f81e-4ef4-96d6-5c4e802ba415" + "5ee30d8a-d213-40fc-bcf5-06942caef966" ], "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342", - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd", + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1835,16 +3352,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "133" ], "x-ms-correlation-request-id": [ - "df5dd8e4-f81e-4ef4-96d6-5c4e802ba415" + "5ee30d8a-d213-40fc-bcf5-06942caef966" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021748Z:df5dd8e4-f81e-4ef4-96d6-5c4e802ba415" + "SOUTHINDIA:20210518T114049Z:5ee30d8a-d213-40fc-bcf5-06942caef966" ], "Date": [ - "Tue, 16 Feb 2021 02:17:48 GMT" + "Tue, 18 May 2021 11:40:48 GMT" ], "Content-Length": [ "188" @@ -1856,26 +3373,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"name\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:17:28.2120582Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"name\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:40:22.5735236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/5b8ec21b-9e73-413a-b962-86d5e215277f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy81YjhlYzIxYi05ZTczLTQxM2EtYjk2Mi04NmQ1ZTIxNTI3N2Y/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/83432553-cf89-4fb7-b7e2-5a6b8f00650b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84MzQzMjU1My1jZjg5LTRmYjctYjdlMi01YTZiOGYwMDY1MGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1889,11 +3406,11 @@ "nosniff" ], "x-ms-request-id": [ - "d45df59e-73de-421a-acc6-b4653f808736" + "89dbf2ce-4e7b-4016-b4cd-1c303b9b2345" ], "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342", - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd", + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1905,16 +3422,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "132" ], "x-ms-correlation-request-id": [ - "d45df59e-73de-421a-acc6-b4653f808736" + "89dbf2ce-4e7b-4016-b4cd-1c303b9b2345" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021759Z:d45df59e-73de-421a-acc6-b4653f808736" + "SOUTHINDIA:20210518T114054Z:89dbf2ce-4e7b-4016-b4cd-1c303b9b2345" ], "Date": [ - "Tue, 16 Feb 2021 02:17:59 GMT" + "Tue, 18 May 2021 11:40:53 GMT" ], "Content-Length": [ "188" @@ -1926,26 +3443,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"name\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:17:28.2120582Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"name\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:40:22.5735236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/5b8ec21b-9e73-413a-b962-86d5e215277f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy81YjhlYzIxYi05ZTczLTQxM2EtYjk2Mi04NmQ1ZTIxNTI3N2Y/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/83432553-cf89-4fb7-b7e2-5a6b8f00650b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84MzQzMjU1My1jZjg5LTRmYjctYjdlMi01YTZiOGYwMDY1MGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1959,11 +3476,11 @@ "nosniff" ], "x-ms-request-id": [ - "fd92dd44-96a6-4d04-ae05-a86804ef0178" + "ae7eb1b2-c480-46da-af23-521d9dd2a163" ], "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342", - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd", + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1975,16 +3492,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "131" ], "x-ms-correlation-request-id": [ - "fd92dd44-96a6-4d04-ae05-a86804ef0178" + "ae7eb1b2-c480-46da-af23-521d9dd2a163" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021809Z:fd92dd44-96a6-4d04-ae05-a86804ef0178" + "SOUTHINDIA:20210518T114059Z:ae7eb1b2-c480-46da-af23-521d9dd2a163" ], "Date": [ - "Tue, 16 Feb 2021 02:18:08 GMT" + "Tue, 18 May 2021 11:40:58 GMT" ], "Content-Length": [ "188" @@ -1996,26 +3513,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"name\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:17:28.2120582Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"name\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:40:22.5735236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/5b8ec21b-9e73-413a-b962-86d5e215277f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy81YjhlYzIxYi05ZTczLTQxM2EtYjk2Mi04NmQ1ZTIxNTI3N2Y/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/83432553-cf89-4fb7-b7e2-5a6b8f00650b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84MzQzMjU1My1jZjg5LTRmYjctYjdlMi01YTZiOGYwMDY1MGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2029,11 +3546,11 @@ "nosniff" ], "x-ms-request-id": [ - "516a0010-74cf-4bb5-9c83-3b4f5dcd71e0" + "cc736aca-8cac-4ddc-a8a0-8db9536ea3e9" ], "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342", - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd", + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2045,16 +3562,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "130" ], "x-ms-correlation-request-id": [ - "516a0010-74cf-4bb5-9c83-3b4f5dcd71e0" + "cc736aca-8cac-4ddc-a8a0-8db9536ea3e9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021819Z:516a0010-74cf-4bb5-9c83-3b4f5dcd71e0" + "SOUTHINDIA:20210518T114104Z:cc736aca-8cac-4ddc-a8a0-8db9536ea3e9" ], "Date": [ - "Tue, 16 Feb 2021 02:18:19 GMT" + "Tue, 18 May 2021 11:41:04 GMT" ], "Content-Length": [ "304" @@ -2066,26 +3583,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"name\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:17:28.2120582Z\",\r\n \"endTime\": \"2021-02-16T02:17:28.2120582Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"fd27dcca-b9cd-4bc6-bc67-b06b889759d3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"name\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T11:40:22.5735236Z\",\r\n \"endTime\": \"2021-05-18T11:40:22.5735236Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"12aaaaff-0156-4c3c-90d6-f7fb6d79d986\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/5b8ec21b-9e73-413a-b962-86d5e215277f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy81YjhlYzIxYi05ZTczLTQxM2EtYjk2Mi04NmQ1ZTIxNTI3N2Y/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/83432553-cf89-4fb7-b7e2-5a6b8f00650b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84MzQzMjU1My1jZjg5LTRmYjctYjdlMi01YTZiOGYwMDY1MGI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2099,11 +3616,11 @@ "nosniff" ], "x-ms-request-id": [ - "31989b63-b808-4b41-8bc4-891378d05204" + "750c0cee-2cdf-47ae-a5fb-2f704517e54c" ], "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342", - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd", + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2115,16 +3632,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "129" ], "x-ms-correlation-request-id": [ - "31989b63-b808-4b41-8bc4-891378d05204" + "750c0cee-2cdf-47ae-a5fb-2f704517e54c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021819Z:31989b63-b808-4b41-8bc4-891378d05204" + "SOUTHINDIA:20210518T114105Z:750c0cee-2cdf-47ae-a5fb-2f704517e54c" ], "Date": [ - "Tue, 16 Feb 2021 02:18:19 GMT" + "Tue, 18 May 2021 11:41:04 GMT" ], "Content-Length": [ "304" @@ -2136,26 +3653,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"name\": \"5b8ec21b-9e73-413a-b962-86d5e215277f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:17:28.2120582Z\",\r\n \"endTime\": \"2021-02-16T02:17:28.2120582Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"fd27dcca-b9cd-4bc6-bc67-b06b889759d3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"name\": \"83432553-cf89-4fb7-b7e2-5a6b8f00650b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T11:40:22.5735236Z\",\r\n \"endTime\": \"2021-05-18T11:40:22.5735236Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"12aaaaff-0156-4c3c-90d6-f7fb6d79d986\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/fd27dcca-b9cd-4bc6-bc67-b06b889759d3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9mZDI3ZGNjYS1iOWNkLTRiYzYtYmM2Ny1iMDZiODg5NzU5ZDM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/12aaaaff-0156-4c3c-90d6-f7fb6d79d986?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8xMmFhYWFmZi0wMTU2LTRjM2MtOTBkNi1mN2ZiNmQ3OWQ5ODY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2173,11 +3690,11 @@ "nosniff" ], "x-ms-request-id": [ - "5dfa1761-b053-4cf7-a8e0-3f661b5c4941" + "21376529-775a-4d15-99b1-7f73df0f30c7" ], "x-ms-client-request-id": [ - "139a4c04-a2e0-4423-b12f-da07258bf342", - "139a4c04-a2e0-4423-b12f-da07258bf342" + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd", + "f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd" ], "X-Powered-By": [ "ASP.NET" @@ -2189,13 +3706,13 @@ "148" ], "x-ms-correlation-request-id": [ - "5dfa1761-b053-4cf7-a8e0-3f661b5c4941" + "21376529-775a-4d15-99b1-7f73df0f30c7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021819Z:5dfa1761-b053-4cf7-a8e0-3f661b5c4941" + "SOUTHINDIA:20210518T114105Z:21376529-775a-4d15-99b1-7f73df0f30c7" ], "Date": [ - "Tue, 16 Feb 2021 02:18:19 GMT" + "Tue, 18 May 2021 11:41:04 GMT" ], "Content-Length": [ "855" @@ -2207,26 +3724,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/fd27dcca-b9cd-4bc6-bc67-b06b889759d3\",\r\n \"name\": \"fd27dcca-b9cd-4bc6-bc67-b06b889759d3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT41.6844812S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"NewAFSBackupPolicy\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:17:28.2120582Z\",\r\n \"endTime\": \"2021-02-16T02:18:09.8965394Z\",\r\n \"activityId\": \"139a4c04-a2e0-4423-b12f-da07258bf342\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/12aaaaff-0156-4c3c-90d6-f7fb6d79d986\",\r\n \"name\": \"12aaaaff-0156-4c3c-90d6-f7fb6d79d986\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT41.4257117S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"NewAFSBackupPolicy\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T11:40:22.5735236Z\",\r\n \"endTime\": \"2021-05-18T11:41:03.9992353Z\",\r\n \"activityId\": \"f42230f2-7eaf-4d1d-95ff-ffa2f7d033bd\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2237,23 +3754,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/b9662466-67eb-44f7-a5dc-ea6d75cc5e38?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/8d73b34c-237e-4e74-b66a-786c2ae17477?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b9662466-67eb-44f7-a5dc-ea6d75cc5e38?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/8d73b34c-237e-4e74-b66a-786c2ae17477?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f82082d8-8c9b-40a9-b4b0-b22ad52e82a6" + "2e4cf9fd-7147-4bd3-b2a7-d3adfffb501d" ], "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8", - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" + "dacd799a-4fe6-4b2e-b512-21185552acee", + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2265,13 +3782,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "f82082d8-8c9b-40a9-b4b0-b22ad52e82a6" + "2e4cf9fd-7147-4bd3-b2a7-d3adfffb501d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021820Z:f82082d8-8c9b-40a9-b4b0-b22ad52e82a6" + "SOUTHINDIA:20210518T114106Z:2e4cf9fd-7147-4bd3-b2a7-d3adfffb501d" ], "Date": [ - "Tue, 16 Feb 2021 02:18:20 GMT" + "Tue, 18 May 2021 11:41:05 GMT" ], "Expires": [ "-1" @@ -2284,22 +3801,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b9662466-67eb-44f7-a5dc-ea6d75cc5e38?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iOTY2MjQ2Ni02N2ViLTQ0ZjctYTVkYy1lYTZkNzVjYzVlMzg/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/8d73b34c-237e-4e74-b66a-786c2ae17477?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84ZDczYjM0Yy0yMzdlLTRlNzQtYjY2YS03ODZjMmFlMTc0Nzc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2313,11 +3830,11 @@ "nosniff" ], "x-ms-request-id": [ - "a441e199-09f0-4988-92a6-378a9c515b38" + "d938b23c-460a-4676-8462-9585190cb685" ], "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8", - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" + "dacd799a-4fe6-4b2e-b512-21185552acee", + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2329,19 +3846,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "128" ], "x-ms-correlation-request-id": [ - "a441e199-09f0-4988-92a6-378a9c515b38" + "d938b23c-460a-4676-8462-9585190cb685" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021820Z:a441e199-09f0-4988-92a6-378a9c515b38" + "SOUTHINDIA:20210518T114106Z:d938b23c-460a-4676-8462-9585190cb685" ], "Date": [ - "Tue, 16 Feb 2021 02:18:20 GMT" + "Tue, 18 May 2021 11:41:05 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -2350,26 +3867,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b9662466-67eb-44f7-a5dc-ea6d75cc5e38\",\r\n \"name\": \"b9662466-67eb-44f7-a5dc-ea6d75cc5e38\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:18:20.388257Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"name\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:41:06.0325071Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b9662466-67eb-44f7-a5dc-ea6d75cc5e38?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iOTY2MjQ2Ni02N2ViLTQ0ZjctYTVkYy1lYTZkNzVjYzVlMzg/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/8d73b34c-237e-4e74-b66a-786c2ae17477?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84ZDczYjM0Yy0yMzdlLTRlNzQtYjY2YS03ODZjMmFlMTc0Nzc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2383,11 +3900,11 @@ "nosniff" ], "x-ms-request-id": [ - "76f37b16-c531-4cc7-9172-4b3cf955df78" + "bab9c96c-0afe-4897-98e5-859fc7219560" ], "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8", - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" + "dacd799a-4fe6-4b2e-b512-21185552acee", + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2399,19 +3916,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "127" ], "x-ms-correlation-request-id": [ - "76f37b16-c531-4cc7-9172-4b3cf955df78" + "bab9c96c-0afe-4897-98e5-859fc7219560" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021831Z:76f37b16-c531-4cc7-9172-4b3cf955df78" + "SOUTHINDIA:20210518T114111Z:bab9c96c-0afe-4897-98e5-859fc7219560" ], "Date": [ - "Tue, 16 Feb 2021 02:18:30 GMT" + "Tue, 18 May 2021 11:41:10 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -2420,26 +3937,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b9662466-67eb-44f7-a5dc-ea6d75cc5e38\",\r\n \"name\": \"b9662466-67eb-44f7-a5dc-ea6d75cc5e38\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:18:20.388257Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"name\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:41:06.0325071Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b9662466-67eb-44f7-a5dc-ea6d75cc5e38?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iOTY2MjQ2Ni02N2ViLTQ0ZjctYTVkYy1lYTZkNzVjYzVlMzg/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/8d73b34c-237e-4e74-b66a-786c2ae17477?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84ZDczYjM0Yy0yMzdlLTRlNzQtYjY2YS03ODZjMmFlMTc0Nzc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2453,11 +3970,11 @@ "nosniff" ], "x-ms-request-id": [ - "ff3bdfdd-db11-46e0-b21f-78b8d3b8b077" + "6fdb306e-4a25-4996-9315-1a7666dc746c" ], "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8", - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" + "dacd799a-4fe6-4b2e-b512-21185552acee", + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2469,19 +3986,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "126" ], "x-ms-correlation-request-id": [ - "ff3bdfdd-db11-46e0-b21f-78b8d3b8b077" + "6fdb306e-4a25-4996-9315-1a7666dc746c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021841Z:ff3bdfdd-db11-46e0-b21f-78b8d3b8b077" + "SOUTHINDIA:20210518T114116Z:6fdb306e-4a25-4996-9315-1a7666dc746c" ], "Date": [ - "Tue, 16 Feb 2021 02:18:40 GMT" + "Tue, 18 May 2021 11:41:16 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -2490,26 +4007,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b9662466-67eb-44f7-a5dc-ea6d75cc5e38\",\r\n \"name\": \"b9662466-67eb-44f7-a5dc-ea6d75cc5e38\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T02:18:20.388257Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"name\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:41:06.0325071Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b9662466-67eb-44f7-a5dc-ea6d75cc5e38?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iOTY2MjQ2Ni02N2ViLTQ0ZjctYTVkYy1lYTZkNzVjYzVlMzg/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/8d73b34c-237e-4e74-b66a-786c2ae17477?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84ZDczYjM0Yy0yMzdlLTRlNzQtYjY2YS03ODZjMmFlMTc0Nzc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2523,11 +4040,11 @@ "nosniff" ], "x-ms-request-id": [ - "f9923145-795d-4350-8d47-2e2f614558c4" + "fa173b81-a587-430f-994b-7285553266c2" ], "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8", - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" + "dacd799a-4fe6-4b2e-b512-21185552acee", + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2539,19 +4056,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "125" ], "x-ms-correlation-request-id": [ - "f9923145-795d-4350-8d47-2e2f614558c4" + "fa173b81-a587-430f-994b-7285553266c2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021851Z:f9923145-795d-4350-8d47-2e2f614558c4" + "SOUTHINDIA:20210518T114122Z:fa173b81-a587-430f-994b-7285553266c2" ], "Date": [ - "Tue, 16 Feb 2021 02:18:50 GMT" + "Tue, 18 May 2021 11:41:21 GMT" ], "Content-Length": [ - "302" + "188" ], "Content-Type": [ "application/json" @@ -2560,26 +4077,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b9662466-67eb-44f7-a5dc-ea6d75cc5e38\",\r\n \"name\": \"b9662466-67eb-44f7-a5dc-ea6d75cc5e38\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:18:20.388257Z\",\r\n \"endTime\": \"2021-02-16T02:18:20.388257Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"244deda8-a88e-467d-9582-a3eb06ded1fc\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"name\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:41:06.0325071Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b9662466-67eb-44f7-a5dc-ea6d75cc5e38?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iOTY2MjQ2Ni02N2ViLTQ0ZjctYTVkYy1lYTZkNzVjYzVlMzg/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/8d73b34c-237e-4e74-b66a-786c2ae17477?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84ZDczYjM0Yy0yMzdlLTRlNzQtYjY2YS03ODZjMmFlMTc0Nzc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2593,11 +4110,11 @@ "nosniff" ], "x-ms-request-id": [ - "8566bb07-6213-49c6-a750-eb0eab78f517" + "528b3d39-a85e-4ddc-a002-321cf0aab1cb" ], "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8", - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" + "dacd799a-4fe6-4b2e-b512-21185552acee", + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2609,19 +4126,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "124" ], "x-ms-correlation-request-id": [ - "8566bb07-6213-49c6-a750-eb0eab78f517" + "528b3d39-a85e-4ddc-a002-321cf0aab1cb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021851Z:8566bb07-6213-49c6-a750-eb0eab78f517" + "SOUTHINDIA:20210518T114127Z:528b3d39-a85e-4ddc-a002-321cf0aab1cb" ], "Date": [ - "Tue, 16 Feb 2021 02:18:50 GMT" + "Tue, 18 May 2021 11:41:26 GMT" ], "Content-Length": [ - "302" + "188" ], "Content-Type": [ "application/json" @@ -2630,26 +4147,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b9662466-67eb-44f7-a5dc-ea6d75cc5e38\",\r\n \"name\": \"b9662466-67eb-44f7-a5dc-ea6d75cc5e38\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T02:18:20.388257Z\",\r\n \"endTime\": \"2021-02-16T02:18:20.388257Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"244deda8-a88e-467d-9582-a3eb06ded1fc\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"name\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T11:41:06.0325071Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/244deda8-a88e-467d-9582-a3eb06ded1fc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8yNDRkZWRhOC1hODhlLTQ2N2QtOTU4Mi1hM2ViMDZkZWQxZmM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/8d73b34c-237e-4e74-b66a-786c2ae17477?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84ZDczYjM0Yy0yMzdlLTRlNzQtYjY2YS03ODZjMmFlMTc0Nzc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2659,40 +4176,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "80ac189f-2dfa-432f-bf7f-34a5aea0e200" + "bd34297c-3443-4913-94fa-64b5f4c2642e" ], "x-ms-client-request-id": [ - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8", - "2eb395b3-0b15-41a3-93f3-60e69e0f7da8" - ], - "X-Powered-By": [ - "ASP.NET" + "dacd799a-4fe6-4b2e-b512-21185552acee", + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "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" + "123" ], "x-ms-correlation-request-id": [ - "80ac189f-2dfa-432f-bf7f-34a5aea0e200" + "bd34297c-3443-4913-94fa-64b5f4c2642e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021851Z:80ac189f-2dfa-432f-bf7f-34a5aea0e200" + "SOUTHINDIA:20210518T114132Z:bd34297c-3443-4913-94fa-64b5f4c2642e" ], "Date": [ - "Tue, 16 Feb 2021 02:18:51 GMT" + "Tue, 18 May 2021 11:41:32 GMT" ], "Content-Length": [ - "820" + "304" ], "Content-Type": [ "application/json" @@ -2701,26 +4217,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/244deda8-a88e-467d-9582-a3eb06ded1fc\",\r\n \"name\": \"244deda8-a88e-467d-9582-a3eb06ded1fc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.2483609S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T02:18:20.388257Z\",\r\n \"endTime\": \"2021-02-16T02:18:41.6366179Z\",\r\n \"activityId\": \"2eb395b3-0b15-41a3-93f3-60e69e0f7da8\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"name\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T11:41:06.0325071Z\",\r\n \"endTime\": \"2021-05-18T11:41:06.0325071Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"2dd55c11-bbf2-4c33-84ed-11e21d1195cc\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/8d73b34c-237e-4e74-b66a-786c2ae17477?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy84ZDczYjM0Yy0yMzdlLTRlNzQtYjY2YS03ODZjMmFlMTc0Nzc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2730,140 +4246,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?fabricName=Azure?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2019-05-13-preview" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "07a237d4-e64b-43f2-8423-51fb2652fcb8" + "eb2363e0-c308-4ee8-a101-c6d2f99f3519" ], "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65", - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "dacd799a-4fe6-4b2e-b512-21185552acee", + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "122" ], "x-ms-correlation-request-id": [ - "07a237d4-e64b-43f2-8423-51fb2652fcb8" + "eb2363e0-c308-4ee8-a101-c6d2f99f3519" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021852Z:07a237d4-e64b-43f2-8423-51fb2652fcb8" + "SOUTHINDIA:20210518T114132Z:eb2363e0-c308-4ee8-a101-c6d2f99f3519" ], "Date": [ - "Tue, 16 Feb 2021 02:18:51 GMT" - ], - "Expires": [ - "-1" + "Tue, 18 May 2021 11:41:32 GMT" ], "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2QxMTJlOWU2LTk3OTUtNGFiMy1hMzdhLWUyNDRjZDVlNmI2MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c36e9df5-f3af-4b8b-8679-84ff5f00cf43" - ], - "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65", - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" - ], - "x-ms-correlation-request-id": [ - "c36e9df5-f3af-4b8b-8679-84ff5f00cf43" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021852Z:c36e9df5-f3af-4b8b-8679-84ff5f00cf43" + "304" ], - "Date": [ - "Tue, 16 Feb 2021 02:18:51 GMT" + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"name\": \"8d73b34c-237e-4e74-b66a-786c2ae17477\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T11:41:06.0325071Z\",\r\n \"endTime\": \"2021-05-18T11:41:06.0325071Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"2dd55c11-bbf2-4c33-84ed-11e21d1195cc\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2QxMTJlOWU2LTk3OTUtNGFiMy1hMzdhLWUyNDRjZDVlNmI2MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/2dd55c11-bbf2-4c33-84ed-11e21d1195cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8yZGQ1NWMxMS1iYmYyLTRjMzMtODRlZC0xMWUyMWQxMTk1Y2M/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2873,67 +4316,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01" - ], - "Retry-After": [ - "60" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "8916dcb7-175c-4d57-86f9-0680ee6e90ab" + "9171364f-cb18-427b-b76f-650844b4817a" ], "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65", - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "dacd799a-4fe6-4b2e-b512-21185552acee", + "dacd799a-4fe6-4b2e-b512-21185552acee" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "147" ], "x-ms-correlation-request-id": [ - "8916dcb7-175c-4d57-86f9-0680ee6e90ab" + "9171364f-cb18-427b-b76f-650844b4817a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021902Z:8916dcb7-175c-4d57-86f9-0680ee6e90ab" + "SOUTHINDIA:20210518T114133Z:9171364f-cb18-427b-b76f-650844b4817a" ], "Date": [ - "Tue, 16 Feb 2021 02:19:02 GMT" + "Tue, 18 May 2021 11:41:33 GMT" + ], + "Content-Length": [ + "821" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/2dd55c11-bbf2-4c33-84ed-11e21d1195cc\",\r\n \"name\": \"2dd55c11-bbf2-4c33-84ed-11e21d1195cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.4630462S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T11:41:06.0325071Z\",\r\n \"endTime\": \"2021-05-18T11:41:27.4955533Z\",\r\n \"activityId\": \"dacd799a-4fe6-4b2e-b512-21185552acee\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2QxMTJlOWU2LTk3OTUtNGFiMy1hMzdhLWUyNDRjZDVlNmI2MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2944,20 +4388,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/3e8854d8-c285-4d26-8f4d-a3ccad791399?fabricName=Azure?api-version=2021-03-01" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/3e8854d8-c285-4d26-8f4d-a3ccad791399?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ee42a9c5-9f96-48b0-8733-46b2e002dd7d" + "4141b480-70c9-4cef-9523-5c1c5248c658" ], "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65", - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad", + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2965,17 +4412,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "ee42a9c5-9f96-48b0-8733-46b2e002dd7d" + "4141b480-70c9-4cef-9523-5c1c5248c658" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021912Z:ee42a9c5-9f96-48b0-8733-46b2e002dd7d" + "SOUTHINDIA:20210518T114133Z:4141b480-70c9-4cef-9523-5c1c5248c658" ], "Date": [ - "Tue, 16 Feb 2021 02:19:12 GMT" + "Tue, 18 May 2021 11:41:33 GMT" ], "Expires": [ "-1" @@ -2988,22 +4435,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2QxMTJlOWU2LTk3OTUtNGFiMy1hMzdhLWUyNDRjZDVlNmI2MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3e8854d8-c285-4d26-8f4d-a3ccad791399?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlODg1NGQ4LWMyODUtNGQyNi04ZjRkLWEzY2NhZDc5MTM5OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3014,7 +4461,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3e8854d8-c285-4d26-8f4d-a3ccad791399?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3023,11 +4470,11 @@ "nosniff" ], "x-ms-request-id": [ - "74f6d9fd-018a-4331-99bf-5e25a0f64872" + "eceba89f-d58d-4157-aaba-f1ca311b2c37" ], "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65", - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad", + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3036,16 +4483,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "149" ], "x-ms-correlation-request-id": [ - "74f6d9fd-018a-4331-99bf-5e25a0f64872" + "eceba89f-d58d-4157-aaba-f1ca311b2c37" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021923Z:74f6d9fd-018a-4331-99bf-5e25a0f64872" + "SOUTHINDIA:20210518T114133Z:eceba89f-d58d-4157-aaba-f1ca311b2c37" ], "Date": [ - "Tue, 16 Feb 2021 02:19:22 GMT" + "Tue, 18 May 2021 11:41:33 GMT" ], "Expires": [ "-1" @@ -3058,22 +4505,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2QxMTJlOWU2LTk3OTUtNGFiMy1hMzdhLWUyNDRjZDVlNmI2MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3e8854d8-c285-4d26-8f4d-a3ccad791399?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlODg1NGQ4LWMyODUtNGQyNi04ZjRkLWEzY2NhZDc5MTM5OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3084,7 +4531,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3e8854d8-c285-4d26-8f4d-a3ccad791399?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3093,11 +4540,11 @@ "nosniff" ], "x-ms-request-id": [ - "e69361f3-a720-411e-b5a7-861fb92a5e70" + "12890775-37e3-4c78-a2de-47abd2332a7d" ], "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65", - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad", + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3106,16 +4553,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "148" ], "x-ms-correlation-request-id": [ - "e69361f3-a720-411e-b5a7-861fb92a5e70" + "12890775-37e3-4c78-a2de-47abd2332a7d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021933Z:e69361f3-a720-411e-b5a7-861fb92a5e70" + "SOUTHINDIA:20210518T114139Z:12890775-37e3-4c78-a2de-47abd2332a7d" ], "Date": [ - "Tue, 16 Feb 2021 02:19:32 GMT" + "Tue, 18 May 2021 11:41:39 GMT" ], "Expires": [ "-1" @@ -3128,22 +4575,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2QxMTJlOWU2LTk3OTUtNGFiMy1hMzdhLWUyNDRjZDVlNmI2MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3e8854d8-c285-4d26-8f4d-a3ccad791399?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlODg1NGQ4LWMyODUtNGQyNi04ZjRkLWEzY2NhZDc5MTM5OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3154,7 +4601,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3e8854d8-c285-4d26-8f4d-a3ccad791399?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3163,11 +4610,11 @@ "nosniff" ], "x-ms-request-id": [ - "b472cb66-cb40-4a7f-bea7-e8a1fba1bc4d" + "0e1a581b-2d52-4727-9fc7-c494c48f1116" ], "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65", - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad", + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3176,16 +4623,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "147" ], "x-ms-correlation-request-id": [ - "b472cb66-cb40-4a7f-bea7-e8a1fba1bc4d" + "0e1a581b-2d52-4727-9fc7-c494c48f1116" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021943Z:b472cb66-cb40-4a7f-bea7-e8a1fba1bc4d" + "SOUTHINDIA:20210518T114144Z:0e1a581b-2d52-4727-9fc7-c494c48f1116" ], "Date": [ - "Tue, 16 Feb 2021 02:19:43 GMT" + "Tue, 18 May 2021 11:41:44 GMT" ], "Expires": [ "-1" @@ -3198,22 +4645,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2QxMTJlOWU2LTk3OTUtNGFiMy1hMzdhLWUyNDRjZDVlNmI2MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3e8854d8-c285-4d26-8f4d-a3ccad791399?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlODg1NGQ4LWMyODUtNGQyNi04ZjRkLWEzY2NhZDc5MTM5OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3224,7 +4671,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3e8854d8-c285-4d26-8f4d-a3ccad791399?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3233,11 +4680,11 @@ "nosniff" ], "x-ms-request-id": [ - "2e0f78b6-7caa-4d82-88a2-eab880dca8d1" + "8684a3c5-35dd-489a-a430-9278ce2584ff" ], "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65", - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad", + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3246,16 +4693,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "146" ], "x-ms-correlation-request-id": [ - "2e0f78b6-7caa-4d82-88a2-eab880dca8d1" + "8684a3c5-35dd-489a-a430-9278ce2584ff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021953Z:2e0f78b6-7caa-4d82-88a2-eab880dca8d1" + "SOUTHINDIA:20210518T114149Z:8684a3c5-35dd-489a-a430-9278ce2584ff" ], "Date": [ - "Tue, 16 Feb 2021 02:19:53 GMT" + "Tue, 18 May 2021 11:41:49 GMT" ], "Expires": [ "-1" @@ -3268,22 +4715,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2QxMTJlOWU2LTk3OTUtNGFiMy1hMzdhLWUyNDRjZDVlNmI2MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3e8854d8-c285-4d26-8f4d-a3ccad791399?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlODg1NGQ4LWMyODUtNGQyNi04ZjRkLWEzY2NhZDc5MTM5OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3294,7 +4741,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3e8854d8-c285-4d26-8f4d-a3ccad791399?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3303,11 +4750,11 @@ "nosniff" ], "x-ms-request-id": [ - "7ba74e2b-8578-4357-a335-1375e1ca84cf" + "25dcf719-210c-4549-b294-f8ce085da4f0" ], "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65", - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad", + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3316,16 +4763,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "145" ], "x-ms-correlation-request-id": [ - "7ba74e2b-8578-4357-a335-1375e1ca84cf" + "25dcf719-210c-4549-b294-f8ce085da4f0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022003Z:7ba74e2b-8578-4357-a335-1375e1ca84cf" + "SOUTHINDIA:20210518T114154Z:25dcf719-210c-4549-b294-f8ce085da4f0" ], "Date": [ - "Tue, 16 Feb 2021 02:20:03 GMT" + "Tue, 18 May 2021 11:41:54 GMT" ], "Expires": [ "-1" @@ -3338,22 +4785,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2QxMTJlOWU2LTk3OTUtNGFiMy1hMzdhLWUyNDRjZDVlNmI2MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3e8854d8-c285-4d26-8f4d-a3ccad791399?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlODg1NGQ4LWMyODUtNGQyNi04ZjRkLWEzY2NhZDc5MTM5OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3367,11 +4814,11 @@ "nosniff" ], "x-ms-request-id": [ - "a2287695-12be-428f-adc9-6b1dc6799fbf" + "1e4d1d2b-ed3e-46d4-a269-88c4d49291e8" ], "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65", - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad", + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3380,16 +4827,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "144" ], "x-ms-correlation-request-id": [ - "a2287695-12be-428f-adc9-6b1dc6799fbf" + "1e4d1d2b-ed3e-46d4-a269-88c4d49291e8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022014Z:a2287695-12be-428f-adc9-6b1dc6799fbf" + "SOUTHINDIA:20210518T114159Z:1e4d1d2b-ed3e-46d4-a269-88c4d49291e8" ], "Date": [ - "Tue, 16 Feb 2021 02:20:13 GMT" + "Tue, 18 May 2021 11:41:59 GMT" ], "Expires": [ "-1" @@ -3399,22 +4846,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/d112e9e6-9795-4ab3-a37a-e244cd5e6b60?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2QxMTJlOWU2LTk3OTUtNGFiMy1hMzdhLWUyNDRjZDVlNmI2MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/3e8854d8-c285-4d26-8f4d-a3ccad791399?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzNlODg1NGQ4LWMyODUtNGQyNi04ZjRkLWEzY2NhZDc5MTM5OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3428,11 +4875,11 @@ "nosniff" ], "x-ms-request-id": [ - "d729bbed-62e5-4cdb-a0ab-cff721d1d962" + "53d6715f-f91f-4a30-8b5d-96199eb765b5" ], "x-ms-client-request-id": [ - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65", - "1ebe63eb-5b19-4fe8-9944-dfc2c60c0b65" + "62472c1d-cc18-4347-ba86-3f03c0b892ad", + "62472c1d-cc18-4347-ba86-3f03c0b892ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3441,16 +4888,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "143" ], "x-ms-correlation-request-id": [ - "d729bbed-62e5-4cdb-a0ab-cff721d1d962" + "53d6715f-f91f-4a30-8b5d-96199eb765b5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T022014Z:d729bbed-62e5-4cdb-a0ab-cff721d1d962" + "SOUTHINDIA:20210518T114200Z:53d6715f-f91f-4a30-8b5d-96199eb765b5" ], "Date": [ - "Tue, 16 Feb 2021 02:20:13 GMT" + "Tue, 18 May 2021 11:41:59 GMT" ], "Expires": [ "-1" diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureRSVaultMSI.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureRSVaultMSI.json index fcdc682cc9e7..8162a2b13887 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureRSVaultMSI.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureRSVaultMSI.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGabe93ae022?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG8676c3b922?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d7d352f-37a4-4fed-826b-c8e697629ad6" + "0c78ea8c-d681-4e8f-9401-915e8bda92b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "8cdd1ff1-536b-418a-a92c-cd166700bb56" + "57280a1b-1d04-435c-9ab1-32ab4ed24f18" ], "x-ms-correlation-request-id": [ - "8cdd1ff1-536b-418a-a92c-cd166700bb56" + "57280a1b-1d04-435c-9ab1-32ab4ed24f18" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021057Z:8cdd1ff1-536b-418a-a92c-cd166700bb56" + "SOUTHINDIA:20210518T101934Z:57280a1b-1d04-435c-9ab1-32ab4ed24f18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:10:56 GMT" + "Tue, 18 May 2021 10:19:33 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,26 +60,26 @@ "110" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGabe93ae022' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG8676c3b922' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGabe93ae022?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG8676c3b922?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c837d653-0201-430b-9ccc-08ab36002530" + "ac5ff68d-e433-43ee-a24f-0ccc60c736b9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "345cf6b7-50d0-44a9-8d83-1a88e4d411ef" + "b60110d1-fcfb-4f34-b986-8b08790ca13c" ], "x-ms-correlation-request-id": [ - "345cf6b7-50d0-44a9-8d83-1a88e4d411ef" + "b60110d1-fcfb-4f34-b986-8b08790ca13c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021148Z:345cf6b7-50d0-44a9-8d83-1a88e4d411ef" + "SOUTHINDIA:20210518T101948Z:b60110d1-fcfb-4f34-b986-8b08790ca13c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:11:48 GMT" + "Tue, 18 May 2021 10:19:48 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,26 +120,26 @@ "196" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGabe93ae022\",\r\n \"name\": \"PSTestRGabe93ae022\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922\",\r\n \"name\": \"PSTestRG8676c3b922\",\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/PSTestRGabe93ae022?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG8676c3b922?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "103d6d2f-88c9-45f3-aa5b-b68b136fb389" + "8f0c417f-46b5-4186-9833-222a8d8089f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "1199" ], "x-ms-request-id": [ - "65ed762f-89fd-47ba-aeed-ae62d91d3f8e" + "2a42e065-aefb-4f83-8f3a-10f8064041d3" ], "x-ms-correlation-request-id": [ - "65ed762f-89fd-47ba-aeed-ae62d91d3f8e" + "2a42e065-aefb-4f83-8f3a-10f8064041d3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021059Z:65ed762f-89fd-47ba-aeed-ae62d91d3f8e" + "SOUTHINDIA:20210518T101935Z:2a42e065-aefb-4f83-8f3a-10f8064041d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:10:59 GMT" + "Tue, 18 May 2021 10:19:34 GMT" ], "Content-Length": [ "196" @@ -186,25 +186,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGabe93ae022\",\r\n \"name\": \"PSTestRGabe93ae022\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922\",\r\n \"name\": \"PSTestRG8676c3b922\",\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/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmFiZTkzYWUwP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjg2NzZjM2I5P2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04c6aced-cc91-4ec4-b7af-4c3b42474723" + "c9d1106f-dcf0-44d4-bcea-4480c26f84f0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "586fafe6-0dc1-4ba9-92e3-2973cc2317a7" + "b58cd83e-2e6e-446e-9503-147f5e83687c" ], "x-ms-correlation-request-id": [ - "586fafe6-0dc1-4ba9-92e3-2973cc2317a7" + "b58cd83e-2e6e-446e-9503-147f5e83687c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021100Z:586fafe6-0dc1-4ba9-92e3-2973cc2317a7" + "SOUTHINDIA:20210518T101935Z:b58cd83e-2e6e-446e-9503-147f5e83687c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:11:00 GMT" + "Tue, 18 May 2021 10:19:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,25 +246,25 @@ "241" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0' under resource group 'PSTestRGabe93ae022' 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/PSTestRSV8676c3b9' under resource group 'PSTestRG8676c3b922' 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/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmFiZTkzYWUwP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjg2NzZjM2I5P2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fdd24882-6e09-49ac-b93b-191343533dd5" + "e230e9ef-7208-4e67-87db-23613765ae2e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -279,10 +279,10 @@ "nosniff" ], "x-ms-request-id": [ - "f2efa3f1-dbfb-4ef1-acda-319c1ba5a1b5" + "f1a3d18f-38f1-40b6-bebe-d4cb9565d058" ], "x-ms-client-request-id": [ - "fdd24882-6e09-49ac-b93b-191343533dd5" + "e230e9ef-7208-4e67-87db-23613765ae2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -291,19 +291,19 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "f2efa3f1-dbfb-4ef1-acda-319c1ba5a1b5" + "f1a3d18f-38f1-40b6-bebe-d4cb9565d058" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021141Z:f2efa3f1-dbfb-4ef1-acda-319c1ba5a1b5" + "SOUTHINDIA:20210518T101941Z:f1a3d18f-38f1-40b6-bebe-d4cb9565d058" ], "Date": [ - "Tue, 16 Feb 2021 02:11:41 GMT" + "Tue, 18 May 2021 10:19:41 GMT" ], "Content-Length": [ - "468" + "467" ], "Content-Type": [ "application/json" @@ -312,25 +312,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVabe93ae0\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T02%3A11%3A38.9732137Z'\\\"\",\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/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0\",\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\": \"PSTestRSV8676c3b9\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T10%3A19%3A39.750003Z'\\\"\",\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/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmFiZTkzYWUwP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjg2NzZjM2I5P2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", "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": [ - "6dad6c16-0a30-4f08-bf4a-8477dc2a6285" + "7e741c9d-789b-4711-b94b-cae82e1d4cc0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ], "Content-Type": [ @@ -351,10 +351,10 @@ "nosniff" ], "x-ms-request-id": [ - "e6139e50-7783-45bc-9ad2-7ec57ac958e7" + "8d172849-5b2f-421f-94aa-909e02f7fc13" ], "x-ms-client-request-id": [ - "6dad6c16-0a30-4f08-bf4a-8477dc2a6285" + "7e741c9d-789b-4711-b94b-cae82e1d4cc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -366,16 +366,16 @@ "209" ], "x-ms-correlation-request-id": [ - "e6139e50-7783-45bc-9ad2-7ec57ac958e7" + "8d172849-5b2f-421f-94aa-909e02f7fc13" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021139Z:e6139e50-7783-45bc-9ad2-7ec57ac958e7" + "SOUTHINDIA:20210518T101940Z:8d172849-5b2f-421f-94aa-909e02f7fc13" ], "Date": [ - "Tue, 16 Feb 2021 02:11:39 GMT" + "Tue, 18 May 2021 10:19:40 GMT" ], "Content-Length": [ - "468" + "467" ], "Content-Type": [ "application/json" @@ -384,26 +384,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVabe93ae0\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T02%3A11%3A38.9732137Z'\\\"\",\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/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0\",\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\": \"PSTestRSV8676c3b9\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T10%3A19%3A39.750003Z'\\\"\",\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/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9\",\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/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0/backupconfig/vaultconfig?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmFiZTkzYWUwL2JhY2t1cGNvbmZpZy92YXVsdGNvbmZpZz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjg2NzZjM2I5L2JhY2t1cGNvbmZpZy92YXVsdGNvbmZpZz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4cf32bc8-d127-4906-a8a2-c891df03fc01" + "5a5693e6-7062-4de1-872d-99077fd7659e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -417,11 +417,11 @@ "nosniff" ], "x-ms-request-id": [ - "8f01d62b-2ba8-42b4-b9a9-da9a25f1f92b" + "737fcc52-848f-4e6f-bdc8-e9900b0ec87a" ], "x-ms-client-request-id": [ - "4cf32bc8-d127-4906-a8a2-c891df03fc01", - "4cf32bc8-d127-4906-a8a2-c891df03fc01" + "5a5693e6-7062-4de1-872d-99077fd7659e", + "5a5693e6-7062-4de1-872d-99077fd7659e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -436,13 +436,13 @@ "149" ], "x-ms-correlation-request-id": [ - "8f01d62b-2ba8-42b4-b9a9-da9a25f1f92b" + "737fcc52-848f-4e6f-bdc8-e9900b0ec87a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021140Z:8f01d62b-2ba8-42b4-b9a9-da9a25f1f92b" + "SOUTHINDIA:20210518T101940Z:737fcc52-848f-4e6f-bdc8-e9900b0ec87a" ], "Date": [ - "Tue, 16 Feb 2021 02:11:40 GMT" + "Tue, 18 May 2021 10:19:40 GMT" ], "Content-Length": [ "382" @@ -454,26 +454,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0/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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9/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/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0/backupconfig/vaultconfig?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmFiZTkzYWUwL2JhY2t1cGNvbmZpZy92YXVsdGNvbmZpZz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjg2NzZjM2I5L2JhY2t1cGNvbmZpZy92YXVsdGNvbmZpZz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4cf32bc8-d127-4906-a8a2-c891df03fc01" + "5a5693e6-7062-4de1-872d-99077fd7659e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -493,11 +493,11 @@ "nosniff" ], "x-ms-request-id": [ - "56be0b82-6d37-4e68-9373-195b7f88326d" + "0d7bb900-f62d-4056-bcfa-10ef640d4756" ], "x-ms-client-request-id": [ - "4cf32bc8-d127-4906-a8a2-c891df03fc01", - "4cf32bc8-d127-4906-a8a2-c891df03fc01" + "5a5693e6-7062-4de1-872d-99077fd7659e", + "5a5693e6-7062-4de1-872d-99077fd7659e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -512,13 +512,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "56be0b82-6d37-4e68-9373-195b7f88326d" + "0d7bb900-f62d-4056-bcfa-10ef640d4756" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021141Z:56be0b82-6d37-4e68-9373-195b7f88326d" + "SOUTHINDIA:20210518T101941Z:0d7bb900-f62d-4056-bcfa-10ef640d4756" ], "Date": [ - "Tue, 16 Feb 2021 02:11:41 GMT" + "Tue, 18 May 2021 10:19:41 GMT" ], "Content-Length": [ "383" @@ -530,25 +530,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0/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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9/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/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmFiZTkzYWUwP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjg2NzZjM2I5P2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "524580a7-1075-4555-8b71-f7919b482ecd" + "7b7b9605-458b-412a-882d-9a849ca9f196" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ], "Content-Type": [ @@ -569,10 +569,10 @@ "nosniff" ], "x-ms-request-id": [ - "ae7fa193-2dd8-43f3-9299-d19213be7fc3" + "ef04e6e3-9525-432d-990b-57cfbf1c4cc1" ], "x-ms-client-request-id": [ - "524580a7-1075-4555-8b71-f7919b482ecd" + "7b7b9605-458b-412a-882d-9a849ca9f196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -584,13 +584,13 @@ "208" ], "x-ms-correlation-request-id": [ - "ae7fa193-2dd8-43f3-9299-d19213be7fc3" + "ef04e6e3-9525-432d-990b-57cfbf1c4cc1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021145Z:ae7fa193-2dd8-43f3-9299-d19213be7fc3" + "SOUTHINDIA:20210518T101945Z:ef04e6e3-9525-432d-990b-57cfbf1c4cc1" ], "Date": [ - "Tue, 16 Feb 2021 02:11:45 GMT" + "Tue, 18 May 2021 10:19:45 GMT" ], "Content-Length": [ "608" @@ -602,25 +602,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVabe93ae0\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T02%3A11%3A45.1561051Z'\\\"\",\r\n \"identity\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"47db4fdf-727b-4340-bc8b-908b605bb4c4\",\r\n \"type\": \"SystemAssigned\"\r\n },\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/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0\",\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\": \"PSTestRSV8676c3b9\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T10%3A19%3A45.2291922Z'\\\"\",\r\n \"identity\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"d0fcb3f7-36fa-4a0b-b026-50542af504cd\",\r\n \"type\": \"SystemAssigned\"\r\n },\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/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmFiZTkzYWUwP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjg2NzZjM2I5P2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a2922ffb-24dd-4571-af27-7686d015c5de" + "7cc41904-5f49-4149-bb72-d84e4277f3c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ], "Content-Type": [ @@ -641,10 +641,10 @@ "nosniff" ], "x-ms-request-id": [ - "210e74f6-9dc6-43b1-8a71-9f9112a90f7a" + "358fa235-2878-4590-b66b-9f38638ebe6a" ], "x-ms-client-request-id": [ - "a2922ffb-24dd-4571-af27-7686d015c5de" + "7cc41904-5f49-4149-bb72-d84e4277f3c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -656,16 +656,16 @@ "207" ], "x-ms-correlation-request-id": [ - "210e74f6-9dc6-43b1-8a71-9f9112a90f7a" + "358fa235-2878-4590-b66b-9f38638ebe6a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021148Z:210e74f6-9dc6-43b1-8a71-9f9112a90f7a" + "SOUTHINDIA:20210518T101948Z:358fa235-2878-4590-b66b-9f38638ebe6a" ], "Date": [ - "Tue, 16 Feb 2021 02:11:48 GMT" + "Tue, 18 May 2021 10:19:48 GMT" ], "Content-Length": [ - "494" + "495" ], "Content-Type": [ "application/json" @@ -674,25 +674,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVabe93ae0\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T02%3A11%3A48.410204Z'\\\"\",\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\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/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0\",\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\": \"PSTestRSV8676c3b9\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T10%3A19%3A48.3321311Z'\\\"\",\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\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/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "066e061b-a67c-4297-a975-a29ff383db9b" + "635ff629-844b-4496-a035-23572c96c2cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -707,10 +707,10 @@ "nosniff" ], "x-ms-request-id": [ - "38476e78-0a20-45ec-a128-d2aa2759c2a5" + "db0a7375-b5ed-4694-91e0-11a27e460dd2" ], "x-ms-client-request-id": [ - "066e061b-a67c-4297-a975-a29ff383db9b" + "635ff629-844b-4496-a035-23572c96c2cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -719,19 +719,19 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "38476e78-0a20-45ec-a128-d2aa2759c2a5" + "db0a7375-b5ed-4694-91e0-11a27e460dd2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021149Z:38476e78-0a20-45ec-a128-d2aa2759c2a5" + "SOUTHINDIA:20210518T101949Z:db0a7375-b5ed-4694-91e0-11a27e460dd2" ], "Date": [ - "Tue, 16 Feb 2021 02:11:48 GMT" + "Tue, 18 May 2021 10:19:48 GMT" ], "Content-Length": [ - "506" + "507" ], "Content-Type": [ "application/json" @@ -740,26 +740,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVabe93ae0\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T02%3A11%3A48.410204Z'\\\"\",\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\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/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV8676c3b9\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T10%3A19%3A48.3321311Z'\\\"\",\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\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/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9\",\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/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmFiZTkzYWUwL2JhY2t1cFByb3RlY3Rpb25Db250YWluZXJzPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTSclMjBhbmQlMjBzdGF0dXMlMjBlcSUyMCdSZWdpc3RlcmVkJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjg2NzZjM2I5L2JhY2t1cFByb3RlY3Rpb25Db250YWluZXJzPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTSclMjBhbmQlMjBzdGF0dXMlMjBlcSUyMCdSZWdpc3RlcmVkJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "898d51a4-4366-486f-9509-2b6e144f3c8f" + "036f3027-0ecd-4f06-aa17-53e0819dccc5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -773,11 +773,11 @@ "nosniff" ], "x-ms-request-id": [ - "1683772a-4e00-4c78-bf44-e7887c5d02a9" + "0f979579-2e53-4527-9752-63d338e57c08" ], "x-ms-client-request-id": [ - "898d51a4-4366-486f-9509-2b6e144f3c8f", - "898d51a4-4366-486f-9509-2b6e144f3c8f" + "036f3027-0ecd-4f06-aa17-53e0819dccc5", + "036f3027-0ecd-4f06-aa17-53e0819dccc5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -792,13 +792,13 @@ "149" ], "x-ms-correlation-request-id": [ - "1683772a-4e00-4c78-bf44-e7887c5d02a9" + "0f979579-2e53-4527-9752-63d338e57c08" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021149Z:1683772a-4e00-4c78-bf44-e7887c5d02a9" + "SOUTHINDIA:20210518T101949Z:0f979579-2e53-4527-9752-63d338e57c08" ], "Date": [ - "Tue, 16 Feb 2021 02:11:48 GMT" + "Tue, 18 May 2021 10:19:48 GMT" ], "Content-Length": [ "12" @@ -814,21 +814,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGabe93ae022/providers/Microsoft.RecoveryServices/vaults/PSTestRSVabe93ae0?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmFiZTkzYWUwP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8676c3b922/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8676c3b9?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjg2NzZjM2I5P2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01ae31b8-8b47-4e8f-a4c0-2c2b65c9e800" + "2d3626a1-29a6-4906-9756-576d659c8682" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -843,10 +843,10 @@ "nosniff" ], "x-ms-request-id": [ - "c398062d-2bc4-40cb-8bfb-ebdc4f7fad21" + "f2950b74-1165-4c82-823b-b504b25dc01b" ], "x-ms-client-request-id": [ - "01ae31b8-8b47-4e8f-a4c0-2c2b65c9e800" + "2d3626a1-29a6-4906-9756-576d659c8682" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -855,13 +855,13 @@ "9" ], "x-ms-correlation-request-id": [ - "c398062d-2bc4-40cb-8bfb-ebdc4f7fad21" + "f2950b74-1165-4c82-823b-b504b25dc01b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021151Z:c398062d-2bc4-40cb-8bfb-ebdc4f7fad21" + "SOUTHINDIA:20210518T101951Z:f2950b74-1165-4c82-823b-b504b25dc01b" ], "Date": [ - "Tue, 16 Feb 2021 02:11:50 GMT" + "Tue, 18 May 2021 10:19:51 GMT" ], "Expires": [ "-1" @@ -874,22 +874,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGabe93ae022?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYWJlOTNhZTAyMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG8676c3b922?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHODY3NmMzYjkyMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a57ffde4-d7ac-4889-bc48-0ee3343df3b0" + "51af09b6-5386-4155-9f93-2c7e288938ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -900,7 +900,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0FCRTkzQUUwMjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzg2NzZDM0I5MjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -909,13 +909,13 @@ "14999" ], "x-ms-request-id": [ - "e03c6feb-8a14-40e4-b58d-aa5c58d75bad" + "d42ad7eb-0062-4dc0-9246-17b3cebd21f7" ], "x-ms-correlation-request-id": [ - "e03c6feb-8a14-40e4-b58d-aa5c58d75bad" + "d42ad7eb-0062-4dc0-9246-17b3cebd21f7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021152Z:e03c6feb-8a14-40e4-b58d-aa5c58d75bad" + "SOUTHINDIA:20210518T101952Z:d42ad7eb-0062-4dc0-9246-17b3cebd21f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -924,7 +924,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:11:52 GMT" + "Tue, 18 May 2021 10:19:52 GMT" ], "Expires": [ "-1" @@ -937,16 +937,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0FCRTkzQUUwMjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEZDUlRrelFVVXdNakl0VTA5VlZFaEZRVk5VUVZOSlFTSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWMyOTFkR2hsWVhOMFlYTnBZU0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzg2NzZDM0I5MjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemcyTnpaRE0wSTVNakl0VTA5VlZFaEZRVk5VUVZOSlFTSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWMyOTFkR2hsWVhOMFlYTnBZU0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -957,22 +957,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0FCRTkzQUUwMjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzg2NzZDM0I5MjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-request-id": [ - "e181b749-867b-47bf-80ba-d319aaf880c8" + "74d928f9-3a35-4382-90dd-c2bc2ed6c86d" ], "x-ms-correlation-request-id": [ - "e181b749-867b-47bf-80ba-d319aaf880c8" + "74d928f9-3a35-4382-90dd-c2bc2ed6c86d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021207Z:e181b749-867b-47bf-80ba-d319aaf880c8" + "SOUTHINDIA:20210518T102007Z:74d928f9-3a35-4382-90dd-c2bc2ed6c86d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -981,7 +981,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:12:07 GMT" + "Tue, 18 May 2021 10:20:07 GMT" ], "Expires": [ "-1" @@ -994,16 +994,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0FCRTkzQUUwMjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEZDUlRrelFVVXdNakl0VTA5VlZFaEZRVk5VUVZOSlFTSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWMyOTFkR2hsWVhOMFlYTnBZU0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzg2NzZDM0I5MjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemcyTnpaRE0wSTVNakl0VTA5VlZFaEZRVk5VUVZOSlFTSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWMyOTFkR2hsWVhOMFlYTnBZU0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1014,22 +1014,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0FCRTkzQUUwMjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzg2NzZDM0I5MjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-request-id": [ - "e41e48a5-a377-485d-b650-636e0d2ca0b3" + "a5893839-f51a-48ff-b9fe-6f569744376d" ], "x-ms-correlation-request-id": [ - "e41e48a5-a377-485d-b650-636e0d2ca0b3" + "a5893839-f51a-48ff-b9fe-6f569744376d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021223Z:e41e48a5-a377-485d-b650-636e0d2ca0b3" + "SOUTHINDIA:20210518T102022Z:a5893839-f51a-48ff-b9fe-6f569744376d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1038,7 +1038,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:12:22 GMT" + "Tue, 18 May 2021 10:20:22 GMT" ], "Expires": [ "-1" @@ -1051,16 +1051,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0FCRTkzQUUwMjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEZDUlRrelFVVXdNakl0VTA5VlZFaEZRVk5VUVZOSlFTSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWMyOTFkR2hsWVhOMFlYTnBZU0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzg2NzZDM0I5MjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemcyTnpaRE0wSTVNakl0VTA5VlZFaEZRVk5VUVZOSlFTSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWMyOTFkR2hsWVhOMFlYTnBZU0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1071,16 +1071,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11992" ], "x-ms-request-id": [ - "0e92da1a-fcdf-4a8f-a24a-0b9ab908c052" + "89cdaede-ef04-40c5-b924-6370f5615f8f" ], "x-ms-correlation-request-id": [ - "0e92da1a-fcdf-4a8f-a24a-0b9ab908c052" + "89cdaede-ef04-40c5-b924-6370f5615f8f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021238Z:0e92da1a-fcdf-4a8f-a24a-0b9ab908c052" + "SOUTHINDIA:20210518T102038Z:89cdaede-ef04-40c5-b924-6370f5615f8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1089,7 +1089,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:12:37 GMT" + "Tue, 18 May 2021 10:20:37 GMT" ], "Expires": [ "-1" @@ -1102,16 +1102,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0FCRTkzQUUwMjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEZDUlRrelFVVXdNakl0VTA5VlZFaEZRVk5VUVZOSlFTSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWMyOTFkR2hsWVhOMFlYTnBZU0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzg2NzZDM0I5MjItU09VVEhFQVNUQVNJQSIsImpvYkxvY2F0aW9uIjoic291dGhlYXN0YXNpYSJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemcyTnpaRE0wSTVNakl0VTA5VlZFaEZRVk5VUVZOSlFTSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWMyOTFkR2hsWVhOMFlYTnBZU0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1122,16 +1122,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-request-id": [ - "b929566d-b70d-4f9f-af19-bd493c0cc333" + "58e443ab-6082-44d0-9df2-4a9a5bc6ae77" ], "x-ms-correlation-request-id": [ - "b929566d-b70d-4f9f-af19-bd493c0cc333" + "58e443ab-6082-44d0-9df2-4a9a5bc6ae77" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T021238Z:b929566d-b70d-4f9f-af19-bd493c0cc333" + "SOUTHINDIA:20210518T102038Z:58e443ab-6082-44d0-9df2-4a9a5bc6ae77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1140,7 +1140,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 02:12:37 GMT" + "Tue, 18 May 2021 10:20:37 GMT" ], "Expires": [ "-1" @@ -1156,6 +1156,6 @@ "Names": {}, "Variables": { "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "abe93ae0-333e-4115-936a-e69223af465e" + "NamingSuffix": "8676c3b9-9d65-47e5-ade1-78a4270bb864" } } \ No newline at end of file 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 5b05b4357f95..65ef5ffdceca 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/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGe44ae3d9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG18f10ed7?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMThmMTBlZDc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10c56f76-9da4-453e-903c-ed2eb64b1fc7" + "7d9f485a-75a9-450a-9b8c-71708ff08f93" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -30,16 +30,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "eb0d66e8-072b-4b16-9805-76668ce8e596" + "4191268f-e0da-41e4-b1c7-36b67cf987e9" ], "x-ms-correlation-request-id": [ - "eb0d66e8-072b-4b16-9805-76668ce8e596" + "4191268f-e0da-41e4-b1c7-36b67cf987e9" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090150Z:eb0d66e8-072b-4b16-9805-76668ce8e596" + "SOUTHINDIA:20210518T171859Z:4191268f-e0da-41e4-b1c7-36b67cf987e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:01:50 GMT" + "Tue, 18 May 2021 17:18:59 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 'PSTestRGe44ae3d9' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG18f10ed7' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGe44ae3d9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG18f10ed7?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMThmMTBlZDc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59f43fa9-7ab1-49bb-b654-8af5b9e6c927" + "55ae0114-9955-4d8d-b229-0790abf102cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-request-id": [ - "75016216-9c13-447a-b280-06cb694bc8e8" + "3f1b71cc-2209-4710-9247-7c30880ce72a" ], "x-ms-correlation-request-id": [ - "75016216-9c13-447a-b280-06cb694bc8e8" + "3f1b71cc-2209-4710-9247-7c30880ce72a" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094831Z:75016216-9c13-447a-b280-06cb694bc8e8" + "SOUTHINDIA:20210518T180432Z:3f1b71cc-2209-4710-9247-7c30880ce72a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:48:30 GMT" + "Tue, 18 May 2021 18:04:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,26 +120,26 @@ "192" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7\",\r\n \"name\": \"PSTestRG18f10ed7\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGe44ae3d9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG18f10ed7?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMThmMTBlZDc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "af09cabb-5aae-4f62-9694-a2401db2c9f4" + "ffa31b22-e545-4741-9fbe-c22838b3834d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "1199" ], "x-ms-request-id": [ - "47d0b26b-1b92-4de1-9612-a7bbff38f224" + "65e3951d-6557-4bdd-8944-428f11db7a76" ], "x-ms-correlation-request-id": [ - "47d0b26b-1b92-4de1-9612-a7bbff38f224" + "65e3951d-6557-4bdd-8944-428f11db7a76" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090152Z:47d0b26b-1b92-4de1-9612-a7bbff38f224" + "SOUTHINDIA:20210518T171900Z:65e3951d-6557-4bdd-8944-428f11db7a76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:01:52 GMT" + "Tue, 18 May 2021 17:19:00 GMT" ], "Content-Length": [ "192" @@ -186,26 +186,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7\",\r\n \"name\": \"PSTestRG18f10ed7\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYWU0NGFlM2Q5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Storage/storageAccounts/pstestsa18f10ed7?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTE4ZjEwZWQ3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ce9a72f3-98fe-418d-947b-1e4607b498fa" + "591705c5-d040-4d1a-8d6f-1752fedc5e88" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "dfaf4708-9a9f-4e7d-9735-5ac23e1f00ac" + "23572c3d-7134-457f-bb5d-6795adc1b787" ], "x-ms-correlation-request-id": [ - "dfaf4708-9a9f-4e7d-9735-5ac23e1f00ac" + "23572c3d-7134-457f-bb5d-6795adc1b787" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090156Z:dfaf4708-9a9f-4e7d-9735-5ac23e1f00ac" + "SOUTHINDIA:20210518T171901Z:23572c3d-7134-457f-bb5d-6795adc1b787" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:01:55 GMT" + "Tue, 18 May 2021 17:19:00 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/pstestsae44ae3d9' under resource group 'PSTestRGe44ae3d9' 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/pstestsa18f10ed7' under resource group 'PSTestRG18f10ed7' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYWU0NGFlM2Q5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Storage/storageAccounts/pstestsa18f10ed7?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTE4ZjEwZWQ3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6e39e4a-e80d-4843-aca1-81c58608851a" + "93741a4d-5290-4353-9844-6c5c366a268a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -276,7 +276,7 @@ "no-cache" ], "x-ms-request-id": [ - "b5026858-3c17-476e-86ba-7ed1a105dd16" + "7e816475-2e5c-4848-a731-2821c3e57d5b" ], "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": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "7fe383a9-02b3-441c-903c-213e2e0cfe3e" + "67739fc4-fa33-4ef0-82c5-919424a670d6" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090225Z:7fe383a9-02b3-441c-903c-213e2e0cfe3e" + "SOUTHINDIA:20210518T171923Z:67739fc4-fa33-4ef0-82c5-919424a670d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:25 GMT" + "Tue, 18 May 2021 17:19:22 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/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}", + "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/PSTestRG18f10ed7/providers/Microsoft.Storage/storageAccounts/pstestsa18f10ed7\",\r\n \"name\": \"pstestsa18f10ed7\",\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-05-18T17:19:02.3038693Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-18T17:19:02.3038693Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-18T17:19:02.2256703Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa18f10ed7.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa18f10ed7.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa18f10ed7.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa18f10ed7.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYWU0NGFlM2Q5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Storage/storageAccounts/pstestsa18f10ed7?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTE4ZjEwZWQ3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05eae43b-be3e-42ec-930b-daeb02dc8664" + "f776d460-34c7-4da6-b3dc-d0a75a778fcb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -339,7 +339,7 @@ "no-cache" ], "x-ms-request-id": [ - "e43fdd0a-f8a8-4d5a-9bd6-82c2251359f1" + "cefab780-08c6-4e65-9e47-549008591786" ], "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": [ - "11980" + "11978" ], "x-ms-correlation-request-id": [ - "4f4a4346-d3ea-4dc9-8899-2f0ebaa06ca0" + "27ebbb68-b646-41a7-bd03-df176362161e" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090311Z:4f4a4346-d3ea-4dc9-8899-2f0ebaa06ca0" + "SOUTHINDIA:20210518T171936Z:27ebbb68-b646-41a7-bd03-df176362161e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:03:11 GMT" + "Tue, 18 May 2021 17:19:35 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/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}", + "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/PSTestRG18f10ed7/providers/Microsoft.Storage/storageAccounts/pstestsa18f10ed7\",\r\n \"name\": \"pstestsa18f10ed7\",\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-05-18T17:19:02.3038693Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-18T17:19:02.3038693Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-18T17:19:02.2256703Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa18f10ed7.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa18f10ed7.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa18f10ed7.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa18f10ed7.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Storage/storageAccounts/pstestsae44ae3d9?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYWU0NGFlM2Q5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Storage/storageAccounts/pstestsa18f10ed7?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTE4ZjEwZWQ3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "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": [ - "a22ac111-5cd0-4ddf-9866-75c5dfb81cbe" + "0947ef75-a7c6-4835-86ad-cc14e0ddb2f0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -408,13 +408,13 @@ "no-cache" ], "Location": [ - "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" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/cb012016-f411-4876-b3d8-c5cbfd1cbeb6?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "2c9bff60-efb2-4dda-b51f-3b5d4228e09f" + "cb012016-f411-4876-b3d8-c5cbfd1cbeb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -423,19 +423,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "0a414650-8145-4335-ba92-0766c5408042" + "09a89e31-17e6-4d94-8b2c-789d83a379c5" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090206Z:0a414650-8145-4335-ba92-0766c5408042" + "SOUTHINDIA:20210518T171906Z:09a89e31-17e6-4d94-8b2c-789d83a379c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:06 GMT" + "Tue, 18 May 2021 17:19:05 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -451,16 +451,16 @@ "StatusCode": 202 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/cb012016-f411-4876-b3d8-c5cbfd1cbeb6?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvY2IwMTIwMTYtZjQxMS00ODc2LWIzZDgtYzVjYmZkMWNiZWI2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -471,7 +471,7 @@ "no-cache" ], "x-ms-request-id": [ - "d39c548e-e04a-421d-b15f-add90079c725" + "005a9ebe-411c-4481-bcfa-22d8c7b811cf" ], "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": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "60adec55-970b-4a63-a8d3-673784bba64a" + "b3974f91-d97b-4dcb-ae21-d7d73e6630d1" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090224Z:60adec55-970b-4a63-a8d3-673784bba64a" + "SOUTHINDIA:20210518T171923Z:b3974f91-d97b-4dcb-ae21-d7d73e6630d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:24 GMT" + "Tue, 18 May 2021 17:19:22 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/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}", + "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/PSTestRG18f10ed7/providers/Microsoft.Storage/storageAccounts/pstestsa18f10ed7\",\r\n \"name\": \"pstestsa18f10ed7\",\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-05-18T17:19:02.3038693Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-18T17:19:02.3038693Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-18T17:19:02.2256703Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa18f10ed7.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa18f10ed7.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa18f10ed7.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa18f10ed7.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWU0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTE4ZjEwMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dfcb40a2-cfc3-4ecb-ac49-516de3fe5e76" + "a19acc09-a392-4702-80f7-5b46dd75bdd3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -537,13 +537,13 @@ "gateway" ], "x-ms-request-id": [ - "4d829495-096f-44ae-8b5b-5c068ce92882" + "f715467d-e148-4fc0-bed1-4e10db7ddad8" ], "x-ms-correlation-request-id": [ - "4d829495-096f-44ae-8b5b-5c068ce92882" + "f715467d-e148-4fc0-bed1-4e10db7ddad8" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090230Z:4d829495-096f-44ae-8b5b-5c068ce92882" + "SOUTHINDIA:20210518T171923Z:f715467d-e148-4fc0-bed1-4e10db7ddad8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -552,7 +552,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:30 GMT" + "Tue, 18 May 2021 17:19:23 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/PSTestVMe44ae0' under resource group 'PSTestRGe44ae3d9' 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/PSTestVM18f100' under resource group 'PSTestRG18f10ed7' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWU0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTE4ZjEwMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -591,32 +591,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31997" + "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31923" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4641b22d-f6f1-471c-9fde-9f703c64ba6c" + "9efc42bd-a2b7-4e36-b64d-9e02855345e1" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-correlation-request-id": [ - "d53e5735-5f89-4ad9-92b1-7753232a2938" + "1798465e-d4e8-4e58-9a12-d057caa9fadc" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090522Z:d53e5735-5f89-4ad9-92b1-7753232a2938" + "SOUTHINDIA:20210518T172130Z:1798465e-d4e8-4e58-9a12-d057caa9fadc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:05:21 GMT" + "Tue, 18 May 2021 17:21:30 GMT" ], "Content-Length": [ "1997" @@ -628,25 +628,25 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"Purpose\": \"PSTest\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"DeleteBy\": \"06-2022\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"28b36419-63bd-4468-a819-31c31ba7e2df\",\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"mydisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://pstestsa18f10ed7.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\": \"PSTestVM18f100\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkInterfaces/PSTestNIC18f100\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa18f10ed7.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZTQ0YWUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMThmMTAwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cf1474d-4ac5-4917-a260-eca64cce089e" + "6c73873a-f335-4a01-b218-65861555ed1b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -661,13 +661,13 @@ "gateway" ], "x-ms-request-id": [ - "a7e0932d-a5a4-4622-a1e8-1136fee00a53" + "ef10b27a-5dfc-4d80-a48a-de292e943147" ], "x-ms-correlation-request-id": [ - "a7e0932d-a5a4-4622-a1e8-1136fee00a53" + "ef10b27a-5dfc-4d80-a48a-de292e943147" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090232Z:a7e0932d-a5a4-4622-a1e8-1136fee00a53" + "SOUTHINDIA:20210518T171924Z:ef10b27a-5dfc-4d80-a48a-de292e943147" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -676,7 +676,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:32 GMT" + "Tue, 18 May 2021 17:19:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -688,22 +688,22 @@ "238" ] }, - "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}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNET18f100' under resource group 'PSTestRG18f10ed7' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZTQ0YWUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMThmMTAwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cf1474d-4ac5-4917-a260-eca64cce089e" + "6c73873a-f335-4a01-b218-65861555ed1b" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -715,16 +715,16 @@ "no-cache" ], "ETag": [ - "W/\"26d32880-a4f2-435f-87b2-d0363ded0328\"" + "W/\"6354d545-742f-40b8-a70c-cd91284ce0ab\"" ], "x-ms-request-id": [ - "eefdef71-5847-45fb-8cad-5a439c093936" + "1042de08-134f-42b1-bcbe-dbe4165fdcb5" ], "x-ms-correlation-request-id": [ - "80b325bd-567e-4067-9314-edd0d98f430a" + "369bc398-8019-4175-a4ba-7f3b88b7114b" ], "x-ms-arm-service-request-id": [ - "06a13d35-ea0c-4a42-a279-81baeba114e5" + "9432ec6f-2081-4bd4-9453-f4a00312eb2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -734,16 +734,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090246Z:80b325bd-567e-4067-9314-edd0d98f430a" + "SOUTHINDIA:20210518T171928Z:369bc398-8019-4175-a4ba-7f3b88b7114b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:45 GMT" + "Tue, 18 May 2021 17:19:27 GMT" ], "Content-Length": [ "1315" @@ -755,25 +755,25 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"PSTestVNET18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100\",\r\n \"etag\": \"W/\\\"6354d545-742f-40b8-a70c-cd91284ce0ab\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d0f95e28-72c0-4dc5-aca2-f814a812265a\",\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\": \"PSTestSNC18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100/subnets/PSTestSNC18f100\",\r\n \"etag\": \"W/\\\"6354d545-742f-40b8-a70c-cd91284ce0ab\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZTQ0YWUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMThmMTAwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cf1474d-4ac5-4917-a260-eca64cce089e" + "6c73873a-f335-4a01-b218-65861555ed1b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -785,16 +785,16 @@ "no-cache" ], "ETag": [ - "W/\"26d32880-a4f2-435f-87b2-d0363ded0328\"" + "W/\"6354d545-742f-40b8-a70c-cd91284ce0ab\"" ], "x-ms-request-id": [ - "f9ffef2a-c8d7-4c60-87cb-b43ffd9de490" + "1dc3c4ce-92bb-476f-8163-e41e10a902d6" ], "x-ms-correlation-request-id": [ - "210b5deb-9dfc-4cd7-88e0-6cd249604553" + "f74a1faa-b513-4fbb-9ee4-94f9162edd5b" ], "x-ms-arm-service-request-id": [ - "7f023a25-a797-42b2-8267-85701be4e6fd" + "bc1cb194-b4d4-44f5-ac07-5213022ce95b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -804,16 +804,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090246Z:210b5deb-9dfc-4cd7-88e0-6cd249604553" + "SOUTHINDIA:20210518T171928Z:f74a1faa-b513-4fbb-9ee4-94f9162edd5b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:46 GMT" + "Tue, 18 May 2021 17:19:27 GMT" ], "Content-Length": [ "1315" @@ -825,25 +825,25 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"PSTestVNET18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100\",\r\n \"etag\": \"W/\\\"6354d545-742f-40b8-a70c-cd91284ce0ab\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d0f95e28-72c0-4dc5-aca2-f814a812265a\",\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\": \"PSTestSNC18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100/subnets/PSTestSNC18f100\",\r\n \"etag\": \"W/\\\"6354d545-742f-40b8-a70c-cd91284ce0ab\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/virtualNetworks/PSTestVNETe44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZTQ0YWUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMThmMTAwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNCe44ae0\"\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\": \"PSTestSNC18f100\"\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": [ - "0cf1474d-4ac5-4917-a260-eca64cce089e" + "6c73873a-f335-4a01-b218-65861555ed1b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ @@ -864,19 +864,19 @@ "3" ], "x-ms-request-id": [ - "c253acc4-3cee-493e-adfa-13f3c3fc57b3" + "04bd674d-4ac5-47b4-83f1-2a52966d9056" ], "Azure-AsyncOperation": [ - "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" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/04bd674d-4ac5-47b4-83f1-2a52966d9056?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "d879b249-ade8-48d8-8e58-4d5bbc35836e" + "37f1ad85-b21b-47a1-b728-753125b2ab24" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "01a8c306-36a9-40b8-b1b4-9236b69b5835" + "705739e7-b732-43dd-b155-fcbe96fb3922" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -886,16 +886,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090241Z:d879b249-ade8-48d8-8e58-4d5bbc35836e" + "SOUTHINDIA:20210518T171925Z:37f1ad85-b21b-47a1-b728-753125b2ab24" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:41 GMT" + "Tue, 18 May 2021 17:19:24 GMT" ], "Content-Length": [ "1313" @@ -907,22 +907,22 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"PSTestVNET18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100\",\r\n \"etag\": \"W/\\\"5d87c07f-c6dc-48c1-8b4b-7720963af2d9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d0f95e28-72c0-4dc5-aca2-f814a812265a\",\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\": \"PSTestSNC18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100/subnets/PSTestSNC18f100\",\r\n \"etag\": \"W/\\\"5d87c07f-c6dc-48c1-8b4b-7720963af2d9\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/c253acc4-3cee-493e-adfa-13f3c3fc57b3?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MyNTNhY2M0LTNjZWUtNDkzZS1hZGZhLTEzZjNjM2ZjNTdiMz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/04bd674d-4ac5-47b4-83f1-2a52966d9056?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA0YmQ2NzRkLTRhYzUtNDdiNC04M2YxLTJhNTI5NjZkOTA1Nj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cf1474d-4ac5-4917-a260-eca64cce089e" + "6c73873a-f335-4a01-b218-65861555ed1b" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -934,13 +934,13 @@ "no-cache" ], "x-ms-request-id": [ - "46803eab-0b18-4ca6-88fc-a912036a5c68" + "9509a4e4-ab42-4ece-a156-3aec0c75c8aa" ], "x-ms-correlation-request-id": [ - "dd860a20-c286-4745-a0c7-87e2f932df65" + "d39109a9-088d-48c8-a135-1f0f2870f487" ], "x-ms-arm-service-request-id": [ - "276d4f85-a551-4664-91b2-b3af171b4bbf" + "4b1973f5-b30d-4605-ad63-77e6325f4a22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -950,16 +950,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090245Z:dd860a20-c286-4745-a0c7-87e2f932df65" + "SOUTHINDIA:20210518T171928Z:d39109a9-088d-48c8-a135-1f0f2870f487" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:45 GMT" + "Tue, 18 May 2021 17:19:27 GMT" ], "Content-Length": [ "29" @@ -975,21 +975,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczE4ZjEwMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8224864-6a4c-4052-835e-e25105311475" + "052f5d72-32bf-4dad-aca3-cafef9263539" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -1004,13 +1004,13 @@ "gateway" ], "x-ms-request-id": [ - "00a8944a-3e56-4474-a030-6bb080439362" + "52b7cab8-64dd-44fb-934a-4ca717539003" ], "x-ms-correlation-request-id": [ - "00a8944a-3e56-4474-a030-6bb080439362" + "52b7cab8-64dd-44fb-934a-4ca717539003" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090247Z:00a8944a-3e56-4474-a030-6bb080439362" + "SOUTHINDIA:20210518T171928Z:52b7cab8-64dd-44fb-934a-4ca717539003" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1019,7 +1019,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:47 GMT" + "Tue, 18 May 2021 17:19:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1031,22 +1031,22 @@ "245" ] }, - "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}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdns18f100' under resource group 'PSTestRG18f10ed7' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczE4ZjEwMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8224864-6a4c-4052-835e-e25105311475" + "052f5d72-32bf-4dad-aca3-cafef9263539" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -1058,16 +1058,16 @@ "no-cache" ], "ETag": [ - "W/\"f3ce5dc4-e48d-4aef-b31f-d5dcc58b7645\"" + "W/\"41d17adc-f1a9-46bb-8be7-55e055d260d2\"" ], "x-ms-request-id": [ - "1187b88c-4028-4dbf-820e-c2b26e2c9db1" + "6a1ae01e-e31e-4ff0-bbad-f3771d588f2e" ], "x-ms-correlation-request-id": [ - "548258b2-5774-4a91-9f9c-fa0aab38efee" + "85a37c85-a72c-4cfe-b120-6ac9e273c0e0" ], "x-ms-arm-service-request-id": [ - "dfe5fd88-15c5-4454-b0c7-7d89d57f035d" + "54b4ac1d-e9f3-4511-ae9d-46ec5be02334" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1077,16 +1077,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11987" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090253Z:548258b2-5774-4a91-9f9c-fa0aab38efee" + "SOUTHINDIA:20210518T171931Z:85a37c85-a72c-4cfe-b120-6ac9e273c0e0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:53 GMT" + "Tue, 18 May 2021 17:19:30 GMT" ], "Content-Length": [ "699" @@ -1098,25 +1098,25 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"pstestpublicdns18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns18f100\",\r\n \"etag\": \"W/\\\"41d17adc-f1a9-46bb-8be7-55e055d260d2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c683609b-0dc0-42ca-8329-d45b7ac4a43c\",\r\n \"ipAddress\": \"52.163.246.199\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczE4ZjEwMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8224864-6a4c-4052-835e-e25105311475" + "052f5d72-32bf-4dad-aca3-cafef9263539" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -1128,16 +1128,16 @@ "no-cache" ], "ETag": [ - "W/\"f3ce5dc4-e48d-4aef-b31f-d5dcc58b7645\"" + "W/\"41d17adc-f1a9-46bb-8be7-55e055d260d2\"" ], "x-ms-request-id": [ - "aa89c034-8479-4377-868b-0125f6a1626a" + "68aeed15-a446-496b-856f-9876b9d175f4" ], "x-ms-correlation-request-id": [ - "d74449ca-8c38-4b9a-9e1a-3bf15b3a238a" + "d932bcb6-9bca-44ff-ae23-7dffa7e039af" ], "x-ms-arm-service-request-id": [ - "06b747cc-7fc7-4451-9c5f-d38ef18024d2" + "85a86c4c-690e-484d-9b1d-9e5ce4588e05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1147,16 +1147,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11986" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090254Z:d74449ca-8c38-4b9a-9e1a-3bf15b3a238a" + "SOUTHINDIA:20210518T171931Z:d932bcb6-9bca-44ff-ae23-7dffa7e039af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:54 GMT" + "Tue, 18 May 2021 17:19:30 GMT" ], "Content-Length": [ "699" @@ -1168,25 +1168,25 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"pstestpublicdns18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns18f100\",\r\n \"etag\": \"W/\\\"41d17adc-f1a9-46bb-8be7-55e055d260d2\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c683609b-0dc0-42ca-8329-d45b7ac4a43c\",\r\n \"ipAddress\": \"52.163.246.199\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnse44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczE4ZjEwMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "b8224864-6a4c-4052-835e-e25105311475" + "052f5d72-32bf-4dad-aca3-cafef9263539" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ @@ -1207,19 +1207,19 @@ "1" ], "x-ms-request-id": [ - "297a0828-a3fd-4577-b2c8-da7188640736" + "09f78704-75c7-40af-a924-e651db4668b9" ], "Azure-AsyncOperation": [ - "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" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/09f78704-75c7-40af-a924-e651db4668b9?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "91ee493c-c70f-4f96-93f5-53972ad8827e" + "22ab93f9-5e4c-4f31-a342-220ea440ee45" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1fa3f2c8-6f18-45f4-af70-41593864844e" + "32a1e983-9dce-4eec-8a12-e25df6e1551b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1229,16 +1229,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090251Z:91ee493c-c70f-4f96-93f5-53972ad8827e" + "SOUTHINDIA:20210518T171930Z:22ab93f9-5e4c-4f31-a342-220ea440ee45" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:50 GMT" + "Tue, 18 May 2021 17:19:29 GMT" ], "Content-Length": [ "662" @@ -1250,22 +1250,22 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"pstestpublicdns18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns18f100\",\r\n \"etag\": \"W/\\\"b1282d55-d9d7-48ff-87d5-00fdd0abb28a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c683609b-0dc0-42ca-8329-d45b7ac4a43c\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/297a0828-a3fd-4577-b2c8-da7188640736?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI5N2EwODI4LWEzZmQtNDU3Ny1iMmM4LWRhNzE4ODY0MDczNj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/09f78704-75c7-40af-a924-e651db4668b9?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA5Zjc4NzA0LTc1YzctNDBhZi1hOTI0LWU2NTFkYjQ2NjhiOT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8224864-6a4c-4052-835e-e25105311475" + "052f5d72-32bf-4dad-aca3-cafef9263539" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -1277,13 +1277,13 @@ "no-cache" ], "x-ms-request-id": [ - "01c3b9d0-414c-4829-8673-6ec77e98da54" + "a1a2edfc-cea3-4c31-adb7-73b44c627146" ], "x-ms-correlation-request-id": [ - "5d20395b-5418-4031-bfe5-bb5234b6447c" + "a2315a27-03e1-4006-882f-75973d30c8ea" ], "x-ms-arm-service-request-id": [ - "f0452578-5750-4549-9c38-35d4c3832ebc" + "ec04e159-f46c-4062-bedf-8ede87f7b42e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1293,16 +1293,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090253Z:5d20395b-5418-4031-bfe5-bb5234b6447c" + "SOUTHINDIA:20210518T171931Z:a2315a27-03e1-4006-882f-75973d30c8ea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:53 GMT" + "Tue, 18 May 2021 17:19:30 GMT" ], "Content-Length": [ "29" @@ -1318,21 +1318,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dlNDRhZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cxOGYxMDA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b72d2199-6c30-414e-8bf3-ed454423f5b2" + "cfdd3320-3f22-4cd3-ba94-a1f26efadf10" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -1347,13 +1347,13 @@ "gateway" ], "x-ms-request-id": [ - "c14d029d-ea0e-4540-b8ea-14894a3f9bbe" + "87da154a-5d62-41f6-bc70-badc8afbd37b" ], "x-ms-correlation-request-id": [ - "c14d029d-ea0e-4540-b8ea-14894a3f9bbe" + "87da154a-5d62-41f6-bc70-badc8afbd37b" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090254Z:c14d029d-ea0e-4540-b8ea-14894a3f9bbe" + "SOUTHINDIA:20210518T171931Z:87da154a-5d62-41f6-bc70-badc8afbd37b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1362,7 +1362,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:54 GMT" + "Tue, 18 May 2021 17:19:30 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1374,22 +1374,22 @@ "243" ] }, - "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}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSG18f100' under resource group 'PSTestRG18f10ed7' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dlNDRhZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cxOGYxMDA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b72d2199-6c30-414e-8bf3-ed454423f5b2" + "cfdd3320-3f22-4cd3-ba94-a1f26efadf10" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -1401,16 +1401,16 @@ "no-cache" ], "ETag": [ - "W/\"ae3de340-2cbd-4763-ba29-87e66de8eec3\"" + "W/\"039d16f2-e079-4c9d-b5ad-763bb512fc97\"" ], "x-ms-request-id": [ - "2f6745c5-9371-467e-afa5-2ffb2b6bfff4" + "bc5661ff-4609-4b34-8ffd-615142c9cd0c" ], "x-ms-correlation-request-id": [ - "3fb5f306-5ced-495a-a2da-0dab95a01ab9" + "906593dd-201e-4499-87be-67f684feb526" ], "x-ms-arm-service-request-id": [ - "d9c1db67-3d1c-4d24-96aa-ab2c327737c1" + "363cc786-9331-435b-aff7-2d61a2c7cbbc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1420,16 +1420,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11983" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090302Z:3fb5f306-5ced-495a-a2da-0dab95a01ab9" + "SOUTHINDIA:20210518T171935Z:906593dd-201e-4499-87be-67f684feb526" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:03:02 GMT" + "Tue, 18 May 2021 17:19:34 GMT" ], "Content-Length": [ "8475" @@ -1441,25 +1441,25 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"PSTestNSG18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0479bf05-1c46-492d-9123-e3c8b8ac0ea4\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/securityRules/PSTestNSGRuleRDP18f100\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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\": \"PSTestNSGRuleWeb18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/securityRules/PSTestNSGRuleWeb18f100\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dlNDRhZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cxOGYxMDA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b72d2199-6c30-414e-8bf3-ed454423f5b2" + "cfdd3320-3f22-4cd3-ba94-a1f26efadf10" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -1471,16 +1471,16 @@ "no-cache" ], "ETag": [ - "W/\"ae3de340-2cbd-4763-ba29-87e66de8eec3\"" + "W/\"039d16f2-e079-4c9d-b5ad-763bb512fc97\"" ], "x-ms-request-id": [ - "6b216ece-5ea2-42b1-bd73-5dc4b4df1026" + "e6da0b71-ca4c-44f1-9f41-687936775e5b" ], "x-ms-correlation-request-id": [ - "b09a4623-52c4-48f3-94ad-7b1f426dabf6" + "d4730bbc-e645-4a47-85d0-e894eb50bb67" ], "x-ms-arm-service-request-id": [ - "1ae0b31e-378c-4aed-8ef1-82a19c105082" + "5c932f94-234c-494b-b40c-cb1648d363dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1490,16 +1490,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11982" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090303Z:b09a4623-52c4-48f3-94ad-7b1f426dabf6" + "SOUTHINDIA:20210518T171935Z:d4730bbc-e645-4a47-85d0-e894eb50bb67" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:03:02 GMT" + "Tue, 18 May 2021 17:19:34 GMT" ], "Content-Length": [ "8475" @@ -1511,25 +1511,25 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"PSTestNSG18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0479bf05-1c46-492d-9123-e3c8b8ac0ea4\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/securityRules/PSTestNSGRuleRDP18f100\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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\": \"PSTestNSGRuleWeb18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/securityRules/PSTestNSGRuleWeb18f100\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"039d16f2-e079-4c9d-b5ad-763bb512fc97\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGe44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dlNDRhZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cxOGYxMDA/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\": \"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}", + "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\": \"PSTestNSGRuleRDP18f100\"\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\": \"PSTestNSGRuleWeb18f100\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b72d2199-6c30-414e-8bf3-ed454423f5b2" + "cfdd3320-3f22-4cd3-ba94-a1f26efadf10" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ @@ -1550,19 +1550,19 @@ "3" ], "x-ms-request-id": [ - "1a1a0160-d1a5-4046-ad07-147e123b499f" + "99e93b89-c57c-44c9-99bf-44114bcf00f1" ], "Azure-AsyncOperation": [ - "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" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/99e93b89-c57c-44c9-99bf-44114bcf00f1?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "5f67b2a8-e9be-4af9-8616-43cf2619f122" + "99804b1e-1442-47b8-9a99-bd5f38d1e874" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "94345fb7-2339-4f24-abbb-7e95b8ac396a" + "bdae4b28-c3ff-40e9-b15d-8ae25b77a76b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1572,16 +1572,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090258Z:5f67b2a8-e9be-4af9-8616-43cf2619f122" + "SOUTHINDIA:20210518T171932Z:99804b1e-1442-47b8-9a99-bd5f38d1e874" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:02:58 GMT" + "Tue, 18 May 2021 17:19:31 GMT" ], "Content-Length": [ "8466" @@ -1593,22 +1593,22 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"PSTestNSG18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100\",\r\n \"etag\": \"W/\\\"d7503e72-3071-442a-85bf-72a611d3bb12\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0479bf05-1c46-492d-9123-e3c8b8ac0ea4\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/securityRules/PSTestNSGRuleRDP18f100\",\r\n \"etag\": \"W/\\\"d7503e72-3071-442a-85bf-72a611d3bb12\\\"\",\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\": \"PSTestNSGRuleWeb18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/securityRules/PSTestNSGRuleWeb18f100\",\r\n \"etag\": \"W/\\\"d7503e72-3071-442a-85bf-72a611d3bb12\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"d7503e72-3071-442a-85bf-72a611d3bb12\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"d7503e72-3071-442a-85bf-72a611d3bb12\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"d7503e72-3071-442a-85bf-72a611d3bb12\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"d7503e72-3071-442a-85bf-72a611d3bb12\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"d7503e72-3071-442a-85bf-72a611d3bb12\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"d7503e72-3071-442a-85bf-72a611d3bb12\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/1a1a0160-d1a5-4046-ad07-147e123b499f?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhMWEwMTYwLWQxYTUtNDA0Ni1hZDA3LTE0N2UxMjNiNDk5Zj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/99e93b89-c57c-44c9-99bf-44114bcf00f1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk5ZTkzYjg5LWM1N2MtNDRjOS05OWJmLTQ0MTE0YmNmMDBmMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b72d2199-6c30-414e-8bf3-ed454423f5b2" + "cfdd3320-3f22-4cd3-ba94-a1f26efadf10" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -1620,13 +1620,13 @@ "no-cache" ], "x-ms-request-id": [ - "fb0030e2-b3cb-473f-8089-29878377c11c" + "c50cfbd0-7002-47e0-873c-bbc7cbecfe7e" ], "x-ms-correlation-request-id": [ - "28209842-3178-4e08-9412-4c0f5764248c" + "7853f418-b458-4806-972f-ef0e54aaddf9" ], "x-ms-arm-service-request-id": [ - "856523dd-7397-430a-ae9e-1c417e300f5b" + "8b840b84-8218-455b-a3f0-0366e76ee438" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1636,16 +1636,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11984" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090302Z:28209842-3178-4e08-9412-4c0f5764248c" + "SOUTHINDIA:20210518T171935Z:7853f418-b458-4806-972f-ef0e54aaddf9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:03:01 GMT" + "Tue, 18 May 2021 17:19:34 GMT" ], "Content-Length": [ "29" @@ -1661,21 +1661,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkInterfaces/PSTestNIC18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzE4ZjEwMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f56346a0-a8a9-4113-8e9d-c82593bf8bec" + "c93539b0-1e61-4703-a101-1c256ec3abc5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -1690,13 +1690,13 @@ "gateway" ], "x-ms-request-id": [ - "17df7ca5-0e0d-47db-9c7d-2045ed2fd429" + "61e30003-2942-428d-99f4-dae22dd77cf6" ], "x-ms-correlation-request-id": [ - "17df7ca5-0e0d-47db-9c7d-2045ed2fd429" + "61e30003-2942-428d-99f4-dae22dd77cf6" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090304Z:17df7ca5-0e0d-47db-9c7d-2045ed2fd429" + "SOUTHINDIA:20210518T171935Z:61e30003-2942-428d-99f4-dae22dd77cf6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1705,7 +1705,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:03:04 GMT" + "Tue, 18 May 2021 17:19:34 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1717,22 +1717,22 @@ "239" ] }, - "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}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNIC18f100' under resource group 'PSTestRG18f10ed7' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkInterfaces/PSTestNIC18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzE4ZjEwMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f56346a0-a8a9-4113-8e9d-c82593bf8bec" + "c93539b0-1e61-4703-a101-1c256ec3abc5" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -1744,16 +1744,16 @@ "no-cache" ], "ETag": [ - "W/\"07d689bf-4556-4a65-9177-ad8214244c8f\"" + "W/\"7f8de4c2-a374-4d0e-b7c7-cf679d7aad3a\"" ], "x-ms-request-id": [ - "fe510dd7-6098-4914-936b-8058f3d40304" + "dd156d80-976d-4b84-9183-1edbcefc3e93" ], "x-ms-correlation-request-id": [ - "924eaeb5-8a6a-4ef7-bb65-78c5669d9510" + "09475ed4-d972-449a-be01-d2df3f8fa9f7" ], "x-ms-arm-service-request-id": [ - "b76b9b2b-0a57-431c-bed0-5f690cf77be0" + "7c2c9ba2-0014-4f3c-b8e6-2df9239cc876" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1763,16 +1763,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11980" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090310Z:924eaeb5-8a6a-4ef7-bb65-78c5669d9510" + "SOUTHINDIA:20210518T171936Z:09475ed4-d972-449a-be01-d2df3f8fa9f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:03:10 GMT" + "Tue, 18 May 2021 17:19:35 GMT" ], "Content-Length": [ "2104" @@ -1784,25 +1784,25 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"PSTestNIC18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkInterfaces/PSTestNIC18f100\",\r\n \"etag\": \"W/\\\"7f8de4c2-a374-4d0e-b7c7-cf679d7aad3a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1a9c4280-7d80-47cb-9346-8b61c3a8110a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkInterfaces/PSTestNIC18f100/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"7f8de4c2-a374-4d0e-b7c7-cf679d7aad3a\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns18f100\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100/subnets/PSTestSNC18f100\"\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\": \"fbpptugaolcu1lfc5akkqerglc.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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100\"\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkInterfaces/PSTestNIC18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzE4ZjEwMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f56346a0-a8a9-4113-8e9d-c82593bf8bec" + "c93539b0-1e61-4703-a101-1c256ec3abc5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, @@ -1814,16 +1814,16 @@ "no-cache" ], "ETag": [ - "W/\"07d689bf-4556-4a65-9177-ad8214244c8f\"" + "W/\"7f8de4c2-a374-4d0e-b7c7-cf679d7aad3a\"" ], "x-ms-request-id": [ - "edebd716-db2d-44dd-ae3b-f72d7f2d1dfc" + "8459abdf-8833-48cc-ac82-c4d5bc719835" ], "x-ms-correlation-request-id": [ - "d5463216-b97c-4736-a25d-b03310028c92" + "141cc3e6-fb74-4951-97d2-8b1c1deda915" ], "x-ms-arm-service-request-id": [ - "5b499c31-386b-4f7a-b777-837de30390f1" + "174095c8-5f43-4913-87d2-4654b530ccd6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1833,16 +1833,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11979" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090310Z:d5463216-b97c-4736-a25d-b03310028c92" + "SOUTHINDIA:20210518T171936Z:141cc3e6-fb74-4951-97d2-8b1c1deda915" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:03:10 GMT" + "Tue, 18 May 2021 17:19:35 GMT" ], "Content-Length": [ "2104" @@ -1854,25 +1854,25 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"PSTestNIC18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkInterfaces/PSTestNIC18f100\",\r\n \"etag\": \"W/\\\"7f8de4c2-a374-4d0e-b7c7-cf679d7aad3a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1a9c4280-7d80-47cb-9346-8b61c3a8110a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkInterfaces/PSTestNIC18f100/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"7f8de4c2-a374-4d0e-b7c7-cf679d7aad3a\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns18f100\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100/subnets/PSTestSNC18f100\"\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\": \"fbpptugaolcu1lfc5akkqerglc.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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100\"\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Network/networkInterfaces/PSTestNICe44ae0?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2U0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkInterfaces/PSTestNIC18f100?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzE4ZjEwMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "PUT", - "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}", + "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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100/subnets/PSTestSNC18f100\"\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/PSTestRG18f10ed7/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns18f100\",\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": [ - "f56346a0-a8a9-4113-8e9d-c82593bf8bec" + "c93539b0-1e61-4703-a101-1c256ec3abc5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ @@ -1890,19 +1890,19 @@ "no-cache" ], "x-ms-request-id": [ - "aba3d788-18da-4c8f-b1a5-60069cee895b" + "a44730f3-6230-40bd-a9e1-a6e3c4b5cd37" ], "Azure-AsyncOperation": [ - "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" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/a44730f3-6230-40bd-a9e1-a6e3c4b5cd37?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "46388f67-481d-4ae0-b454-65f07674254f" + "e61d5997-02f9-47c5-82ea-1d282366bc16" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6ce1a0b6-caa8-4a0b-8db0-c1b8c72c5a3a" + "17810fdb-d293-41f9-9c66-950b3534d44a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1912,16 +1912,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1194" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090309Z:46388f67-481d-4ae0-b454-65f07674254f" + "SOUTHINDIA:20210518T171936Z:e61d5997-02f9-47c5-82ea-1d282366bc16" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:03:08 GMT" + "Tue, 18 May 2021 17:19:35 GMT" ], "Content-Length": [ "2104" @@ -1933,7 +1933,7 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"PSTestNIC18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkInterfaces/PSTestNIC18f100\",\r\n \"etag\": \"W/\\\"7f8de4c2-a374-4d0e-b7c7-cf679d7aad3a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1a9c4280-7d80-47cb-9346-8b61c3a8110a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/networkInterfaces/PSTestNIC18f100/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"7f8de4c2-a374-4d0e-b7c7-cf679d7aad3a\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns18f100\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Network/virtualNetworks/PSTestVNET18f100/subnets/PSTestSNC18f100\"\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\": \"fbpptugaolcu1lfc5akkqerglc.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/PSTestRG18f10ed7/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG18f100\"\r\n },\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\"\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { @@ -1943,16 +1943,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1963,27 +1963,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "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" + "02c7f00b-cc2f-4ecb-9a99-5c6a6fdeb69a", + "12fcc5ca-a552-4793-ad91-0643f66696d6", + "54fa19ea-eca8-4db2-a250-40a232dba3d5", + "b715b969-29d8-4b0f-b934-5083f80b38ae", + "8d3e37d8-541e-4bb7-987b-4acb427da260", + "42f7ca5c-7cb4-4559-ad1a-477f46fa1e68", + "d7a84401-b809-4c13-ab7f-35da6750ff78", + "89b45f20-3a79-42f9-b40d-7bb1cf6ffbdd", + "4307c533-af59-4c97-a6e4-76018d8d60c8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11977" ], "x-ms-request-id": [ - "a3a2db6b-9aa9-4a91-aa22-ccb39af988d1" + "3bb034ce-d840-429e-ac44-e8aa81b06bc3" ], "x-ms-correlation-request-id": [ - "a3a2db6b-9aa9-4a91-aa22-ccb39af988d1" + "3bb034ce-d840-429e-ac44-e8aa81b06bc3" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090314Z:a3a2db6b-9aa9-4a91-aa22-ccb39af988d1" + "SOUTHINDIA:20210518T171937Z:3bb034ce-d840-429e-ac44-e8aa81b06bc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1992,7 +1992,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:03:14 GMT" + "Tue, 18 May 2021 17:19:36 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2001,29 +2001,29 @@ "-1" ], "Content-Length": [ - "58182" + "59280" ] }, - "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}", + "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/PSTestRG18f10ed7/providers/Microsoft.Storage/storageAccounts/pstestsa18f10ed7\",\r\n \"name\": \"pstestsa18f10ed7\",\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-05-18T17:19:02.3038693Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-18T17:19:02.3038693Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-18T17:19:02.2256703Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa18f10ed7.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa18f10ed7.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa18f10ed7.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa18f10ed7.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/PSTestRG98efe36e/providers/Microsoft.Storage/storageAccounts/pstestsa98efe36e\",\r\n \"name\": \"pstestsa98efe36e\",\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-05-18T16:53:48.2272036Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-18T16:53:48.2272036Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-18T16:53:48.1334536Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa98efe36e.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa98efe36e.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa98efe36e.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa98efe36e.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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWU0NGFlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTE4ZjEwMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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://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}", + "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://pstestsa18f10ed7.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\": \"PSTestVM18f100\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"18f10ed7-a73\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkInterfaces/PSTestNIC18f100\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa18f10ed7.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"Purpose\": \"PSTest\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"DeleteBy\": \"06-2022\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2043,38 +2043,38 @@ "10" ], "Azure-AsyncOperation": [ - "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" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d3ca4ce7-5a82-40c9-a9ed-41101f20564c?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8879c018-0945-4e9a-96ad-2f0048161a02" + "d3ca4ce7-5a82-40c9-a9ed-41101f20564c" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "a78f0f00-60ca-4aad-946c-ceda8e564228" + "612f0e11-cce1-4263-a728-0fd4c7126c78" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090328Z:a78f0f00-60ca-4aad-946c-ceda8e564228" + "SOUTHINDIA:20210518T171940Z:612f0e11-cce1-4263-a728-0fd4c7126c78" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:03:28 GMT" + "Tue, 18 May 2021 17:19:39 GMT" ], "Content-Length": [ "1968" @@ -2086,23 +2086,23 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM18f100\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"Purpose\": \"PSTest\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"DeleteBy\": \"06-2022\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"28b36419-63bd-4468-a819-31c31ba7e2df\",\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"mydisk\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://pstestsa18f10ed7.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\": \"PSTestVM18f100\",\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/PSTestRG18f10ed7/providers/Microsoft.Network/networkInterfaces/PSTestNIC18f100\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa18f10ed7.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d3ca4ce7-5a82-40c9-a9ed-41101f20564c?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzY2E0Y2U3LTVhODItNDBjOS1hOWVkLTQxMTAxZjIwNTY0Yz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2116,32 +2116,32 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "39b3d787-1b68-4808-845f-10bf70613e3e" + "0d979ac9-fe23-4819-b564-d3156ca003c1" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-correlation-request-id": [ - "ae69f836-101c-4135-b122-8aad4559306d" + "70f6cff3-62d8-4c7c-94a1-b5350b440918" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090339Z:ae69f836-101c-4135-b122-8aad4559306d" + "SOUTHINDIA:20210518T171950Z:70f6cff3-62d8-4c7c-94a1-b5350b440918" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:03:39 GMT" + "Tue, 18 May 2021 17:19:50 GMT" ], "Content-Length": [ "134" @@ -2153,23 +2153,23 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:49:39.7631372+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3ca4ce7-5a82-40c9-a9ed-41101f20564c\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d3ca4ce7-5a82-40c9-a9ed-41101f20564c?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzY2E0Y2U3LTVhODItNDBjOS1hOWVkLTQxMTAxZjIwNTY0Yz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2180,32 +2180,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29996" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac7cf137-9671-4f34-acb4-f7c54bae813a" + "a2dd61df-eea3-4e31-93d7-aad20264722a" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "98765af2-59f6-44a7-adae-2a5c42b48067" + "83c5147c-fcc7-4d74-8725-7a430eafd36c" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090430Z:98765af2-59f6-44a7-adae-2a5c42b48067" + "SOUTHINDIA:20210518T172040Z:83c5147c-fcc7-4d74-8725-7a430eafd36c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:04:30 GMT" + "Tue, 18 May 2021 17:20:40 GMT" ], "Content-Length": [ "134" @@ -2217,23 +2217,23 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:49:39.7631372+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d3ca4ce7-5a82-40c9-a9ed-41101f20564c\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d3ca4ce7-5a82-40c9-a9ed-41101f20564c?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QzY2E0Y2U3LTVhODItNDBjOS1hOWVkLTQxMTAxZjIwNTY0Yz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2244,32 +2244,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1245c02c-4aca-48aa-a233-79fbbb606b40" + "a054c5e9-2cf0-41af-9861-fa2d2f388d23" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "03b57b26-c310-4147-b16a-faa35f1cecf7" + "4603d7da-90ad-41a6-ae92-84afb691a8fb" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090521Z:03b57b26-c310-4147-b16a-faa35f1cecf7" + "SOUTHINDIA:20210518T172130Z:4603d7da-90ad-41a6-ae92-84afb691a8fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:05:21 GMT" + "Tue, 18 May 2021 17:21:30 GMT" ], "Content-Length": [ "184" @@ -2281,7 +2281,7 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:49:39.7631372+05:30\",\r\n \"endTime\": \"2021-05-18T22:51:04.9968104+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d3ca4ce7-5a82-40c9-a9ed-41101f20564c\"\r\n}", "StatusCode": 200 }, { @@ -2291,16 +2291,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2314,32 +2314,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132632137202810360" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "010729a8-4c4c-4548-aa0a-d96125cd8834" + "9ab4b7f6-7d84-4d11-8bf2-c855fea877b8" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-correlation-request-id": [ - "e5ca98b2-f3a2-4e4b-94ec-707365ef0706" + "f65ca38c-a553-4f02-9d9a-cc9a06bb1e73" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090524Z:e5ca98b2-f3a2-4e4b-94ec-707365ef0706" + "SOUTHINDIA:20210518T172131Z:f65ca38c-a553-4f02-9d9a-cc9a06bb1e73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:05:23 GMT" + "Tue, 18 May 2021 17:21:31 GMT" ], "Content-Length": [ - "373040" + "378075" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2348,7 +2348,7 @@ "-1" ] }, - "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]", + "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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"storwarespzoo1611743234900\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storwarespzoo1611743234900\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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 }, { @@ -2358,16 +2358,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2378,35 +2378,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22499" + "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22497" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132600029329976139" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "6a1fac89-cbad-4753-b833-a9463e402e94" + "5a8e2682-8b0c-4c91-8417-13b5ffbebd4d" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "aeb498b6-0642-4cca-a4de-9a7bdfaace3f" + "fbb307de-6c07-4d08-8c40-7c73f06840fa" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090528Z:aeb498b6-0642-4cca-a4de-9a7bdfaace3f" + "SOUTHINDIA:20210518T172131Z:fbb307de-6c07-4d08-8c40-7c73f06840fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:05:28 GMT" + "Tue, 18 May 2021 17:21:31 GMT" ], "Content-Length": [ "1089" @@ -2428,16 +2428,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2448,35 +2448,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21999" + "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132600029329976139" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "1cbda45e-fd53-4141-8259-816f5dce6692" + "54c6a6ca-b1cf-4a1d-93ac-49a365f915c6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "888c78f1-6b10-4b07-95af-da13f88b81df" + "fa2c8198-89ad-449a-8f9c-c6b2c33dbb70" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090529Z:888c78f1-6b10-4b07-95af-da13f88b81df" + "SOUTHINDIA:20210518T172131Z:fa2c8198-89ad-449a-8f9c-c6b2c33dbb70" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:05:28 GMT" + "Tue, 18 May 2021 17:21:31 GMT" ], "Content-Length": [ "1326" @@ -2492,22 +2492,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0/extensions/BGInfo?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWU0NGFlMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTE4ZjEwMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2524,38 +2524,38 @@ "no-cache" ], "Azure-AsyncOperation": [ - "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" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/b723cd7f-7bc3-4d23-bece-9f583f2dc0c6?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d4713eee-b1a9-46f8-8dcc-4387586badda" + "b723cd7f-7bc3-4d23-bece-9f583f2dc0c6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "ee177ad3-8188-4256-b46f-9d58f1c7518f" + "d1d1f8b4-dcf9-4bc9-b635-291c8f3351f1" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090537Z:ee177ad3-8188-4256-b46f-9d58f1c7518f" + "SOUTHINDIA:20210518T172133Z:d1d1f8b4-dcf9-4bc9-b635-291c8f3351f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:05:36 GMT" + "Tue, 18 May 2021 17:21:33 GMT" ], "Content-Length": [ "484" @@ -2567,23 +2567,87 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100/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/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d4713eee-b1a9-46f8-8dcc-4387586badda?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q0NzEzZWVlLWIxYTktNDZmOC04ZGNjLTQzODc1ODZiYWRkYT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/b723cd7f-7bc3-4d23-bece-9f583f2dc0c6?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I3MjNjZDdmLTdiYzMtNGQyMy1iZWNlLTlmNTgzZjJkYzBjNj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29969" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5b9a536d-7c74-4cc9-9171-a525388ac651" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "722086b4-e9c5-4c3c-9796-226545661da7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172203Z:722086b4-e9c5-4c3c-9796-226545661da7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 17:22:02 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:51:32.9967452+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b723cd7f-7bc3-4d23-bece-9f583f2dc0c6\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/b723cd7f-7bc3-4d23-bece-9f583f2dc0c6?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I3MjNjZDdmLTdiYzMtNGQyMy1iZWNlLTlmNTgzZjJkYzBjNj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2594,13 +2658,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e6c63781-1d58-4bf7-8d2e-18a8864d7bab" + "df84e7f4-08c8-4a50-8958-c5ce2ffda5f7" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2610,19 +2674,19 @@ "11990" ], "x-ms-correlation-request-id": [ - "09a15bef-bdea-4904-afb9-11b198563429" + "cf41acb2-28ee-4f0f-85a5-93566f128efb" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090608Z:09a15bef-bdea-4904-afb9-11b198563429" + "SOUTHINDIA:20210518T172233Z:cf41acb2-28ee-4f0f-85a5-93566f128efb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:06:07 GMT" + "Tue, 18 May 2021 17:22:32 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2631,23 +2695,23 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:51:32.9967452+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b723cd7f-7bc3-4d23-bece-9f583f2dc0c6\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/b723cd7f-7bc3-4d23-bece-9f583f2dc0c6?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I3MjNjZDdmLTdiYzMtNGQyMy1iZWNlLTlmNTgzZjJkYzBjNj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2658,13 +2722,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d2eac5e3-db26-4b91-b5ad-8f7c89ad8ee9" + "c4a9bc62-4836-46a6-9a06-b64947c41a4d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2674,19 +2738,19 @@ "11989" ], "x-ms-correlation-request-id": [ - "f08ef308-b9bc-4a17-8aab-7ae9ac9d6d92" + "e92ab6af-7533-493b-92a6-9855c55d47c1" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090638Z:f08ef308-b9bc-4a17-8aab-7ae9ac9d6d92" + "SOUTHINDIA:20210518T172303Z:e92ab6af-7533-493b-92a6-9855c55d47c1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:06:38 GMT" + "Tue, 18 May 2021 17:23:03 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2695,23 +2759,23 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:51:32.9967452+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b723cd7f-7bc3-4d23-bece-9f583f2dc0c6\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/b723cd7f-7bc3-4d23-bece-9f583f2dc0c6?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2I3MjNjZDdmLTdiYzMtNGQyMy1iZWNlLTlmNTgzZjJkYzBjNj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2722,13 +2786,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "55a46bfe-48d7-4281-9de9-2b7d7a1439bb" + "8b9531ed-1954-4d6f-957d-4fd300712643" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2738,19 +2802,19 @@ "11988" ], "x-ms-correlation-request-id": [ - "ef127bdf-a614-4cf5-b68f-8b886d40dfaf" + "2da2cc70-f827-4b3b-839a-a45ee36a28e6" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090709Z:ef127bdf-a614-4cf5-b68f-8b886d40dfaf" + "SOUTHINDIA:20210518T172333Z:2da2cc70-f827-4b3b-839a-a45ee36a28e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:07:09 GMT" + "Tue, 18 May 2021 17:23:33 GMT" ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2759,23 +2823,23 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:51:32.9967452+05:30\",\r\n \"endTime\": \"2021-05-18T22:53:28.6676891+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b723cd7f-7bc3-4d23-bece-9f583f2dc0c6\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.Compute/virtualMachines/PSTestVMe44ae0/extensions/BGInfo?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWU0NGFlMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTE4ZjEwMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4edb1250-f739-40ac-a7ab-ae7a1733eaf4" + "e9a876cb-0ac6-4b5d-a1e6-8f82a9f2029b" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2786,13 +2850,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31995" + "Microsoft.Compute/LowCostGet3Min;3986,Microsoft.Compute/LowCostGet30Min;31912" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9185587b-f172-400b-b204-547c7535675a" + "f61f6a66-3381-4906-85f5-bcad2345da1b" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2802,16 +2866,16 @@ "11987" ], "x-ms-correlation-request-id": [ - "5ab0cad4-a01f-45fd-b773-b775e4c4d978" + "8d344f28-5146-4623-99ee-49fbe2563d98" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090709Z:5ab0cad4-a01f-45fd-b773-b775e4c4d978" + "SOUTHINDIA:20210518T172333Z:8d344f28-5146-4623-99ee-49fbe2563d98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:07:09 GMT" + "Tue, 18 May 2021 17:23:33 GMT" ], "Content-Length": [ "485" @@ -2823,25 +2887,25 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c54f2f7a-9f5e-4118-b227-151e58abaf44" + "27a88b02-e928-46ef-9046-50ada23d5657" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -2856,13 +2920,13 @@ "gateway" ], "x-ms-request-id": [ - "987d5e08-603b-4bd2-8f10-0426f35a3296" + "9394d838-3a6e-4df2-882a-308df9213962" ], "x-ms-correlation-request-id": [ - "987d5e08-603b-4bd2-8f10-0426f35a3296" + "9394d838-3a6e-4df2-882a-308df9213962" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090713Z:987d5e08-603b-4bd2-8f10-0426f35a3296" + "SOUTHINDIA:20210518T172334Z:9394d838-3a6e-4df2-882a-308df9213962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2871,7 +2935,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:07:13 GMT" + "Tue, 18 May 2021 17:23:33 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2883,25 +2947,25 @@ "239" ] }, - "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}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7' under resource group 'PSTestRG18f10ed7' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "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": [ - "4e3b5c07-a6b4-4fca-8fbb-9e88dc7b8f0f" + "e3feeed4-7e31-445c-a0b8-6ec2022c807e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ], "Content-Type": [ @@ -2922,10 +2986,10 @@ "nosniff" ], "x-ms-request-id": [ - "4e178e94-fc24-4d0a-87ab-8bf06f0b4d19" + "23357cb0-d241-441c-86ad-ebbd3a8a9b8c" ], "x-ms-client-request-id": [ - "4e3b5c07-a6b4-4fca-8fbb-9e88dc7b8f0f" + "e3feeed4-7e31-445c-a0b8-6ec2022c807e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2937,13 +3001,13 @@ "209" ], "x-ms-correlation-request-id": [ - "4e178e94-fc24-4d0a-87ab-8bf06f0b4d19" + "23357cb0-d241-441c-86ad-ebbd3a8a9b8c" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090723Z:4e178e94-fc24-4d0a-87ab-8bf06f0b4d19" + "SOUTHINDIA:20210518T172358Z:23357cb0-d241-441c-86ad-ebbd3a8a9b8c" ], "Date": [ - "Tue, 20 Apr 2021 09:07:23 GMT" + "Tue, 18 May 2021 17:23:58 GMT" ], "Content-Length": [ "466" @@ -2955,26 +3019,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV18f10ed7\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T17%3A23%3A58.3720686Z'\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupconfig/vaultconfig?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e1ccb8-342b-4f71-9e75-8b41856d5ebf" + "81792f4c-fa4d-48fc-b0ed-e50032eb39cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2988,11 +3052,11 @@ "nosniff" ], "x-ms-request-id": [ - "cd6c1602-f0c9-4c13-9e00-e4538487f235" + "2a728481-9173-4c94-b801-1dd09d64fba7" ], "x-ms-client-request-id": [ - "46e1ccb8-342b-4f71-9e75-8b41856d5ebf", - "46e1ccb8-342b-4f71-9e75-8b41856d5ebf" + "81792f4c-fa4d-48fc-b0ed-e50032eb39cf", + "81792f4c-fa4d-48fc-b0ed-e50032eb39cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3007,13 +3071,13 @@ "149" ], "x-ms-correlation-request-id": [ - "cd6c1602-f0c9-4c13-9e00-e4538487f235" + "2a728481-9173-4c94-b801-1dd09d64fba7" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090726Z:cd6c1602-f0c9-4c13-9e00-e4538487f235" + "SOUTHINDIA:20210518T172359Z:2a728481-9173-4c94-b801-1dd09d64fba7" ], "Date": [ - "Tue, 20 Apr 2021 09:07:26 GMT" + "Tue, 18 May 2021 17:23:58 GMT" ], "Content-Length": [ "380" @@ -3025,26 +3089,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupconfig/vaultconfig?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "480b0f85-c0d9-437b-a66d-81af5b3983bc" + "010d3f65-2dff-4760-9203-cb75a69eeac0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3058,11 +3122,11 @@ "nosniff" ], "x-ms-request-id": [ - "7923f9a0-6c60-4022-83b6-b2cc564e990a" + "64a9a203-8d63-4e6f-bdd5-a0a8d6f73ebb" ], "x-ms-client-request-id": [ - "480b0f85-c0d9-437b-a66d-81af5b3983bc", - "480b0f85-c0d9-437b-a66d-81af5b3983bc" + "010d3f65-2dff-4760-9203-cb75a69eeac0", + "010d3f65-2dff-4760-9203-cb75a69eeac0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3077,13 +3141,13 @@ "148" ], "x-ms-correlation-request-id": [ - "7923f9a0-6c60-4022-83b6-b2cc564e990a" + "64a9a203-8d63-4e6f-bdd5-a0a8d6f73ebb" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090728Z:7923f9a0-6c60-4022-83b6-b2cc564e990a" + "SOUTHINDIA:20210518T172400Z:64a9a203-8d63-4e6f-bdd5-a0a8d6f73ebb" ], "Date": [ - "Tue, 20 Apr 2021 09:07:28 GMT" + "Tue, 18 May 2021 17:23:59 GMT" ], "Content-Length": [ "381" @@ -3095,26 +3159,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupconfig/vaultconfig?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "46e1ccb8-342b-4f71-9e75-8b41856d5ebf" + "81792f4c-fa4d-48fc-b0ed-e50032eb39cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3134,11 +3198,11 @@ "nosniff" ], "x-ms-request-id": [ - "6cdc1f7d-29d9-401e-b57c-493740fbd0b9" + "85a1703d-44ae-4b15-9dbf-473bdf4f0065" ], "x-ms-client-request-id": [ - "46e1ccb8-342b-4f71-9e75-8b41856d5ebf", - "46e1ccb8-342b-4f71-9e75-8b41856d5ebf" + "81792f4c-fa4d-48fc-b0ed-e50032eb39cf", + "81792f4c-fa4d-48fc-b0ed-e50032eb39cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3150,16 +3214,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-correlation-request-id": [ - "6cdc1f7d-29d9-401e-b57c-493740fbd0b9" + "85a1703d-44ae-4b15-9dbf-473bdf4f0065" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090727Z:6cdc1f7d-29d9-401e-b57c-493740fbd0b9" + "SOUTHINDIA:20210518T172359Z:85a1703d-44ae-4b15-9dbf-473bdf4f0065" ], "Date": [ - "Tue, 20 Apr 2021 09:07:27 GMT" + "Tue, 18 May 2021 17:23:59 GMT" ], "Content-Length": [ "381" @@ -3171,26 +3235,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupEncryptionConfigs/backupResourceEncryptionConfig?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBFbmNyeXB0aW9uQ29uZmlncy9iYWNrdXBSZXNvdXJjZUVuY3J5cHRpb25Db25maWc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupEncryptionConfigs/backupResourceEncryptionConfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBFbmNyeXB0aW9uQ29uZmlncy9iYWNrdXBSZXNvdXJjZUVuY3J5cHRpb25Db25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "480b0f85-c0d9-437b-a66d-81af5b3983bc" + "010d3f65-2dff-4760-9203-cb75a69eeac0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3204,11 +3268,11 @@ "nosniff" ], "x-ms-request-id": [ - "409c51e6-e00a-49a0-88c6-b1f9ca94cf00" + "c85a38ce-5cd6-422e-9dcf-14a14e47f943" ], "x-ms-client-request-id": [ - "480b0f85-c0d9-437b-a66d-81af5b3983bc", - "480b0f85-c0d9-437b-a66d-81af5b3983bc" + "010d3f65-2dff-4760-9203-cb75a69eeac0", + "010d3f65-2dff-4760-9203-cb75a69eeac0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3223,13 +3287,13 @@ "149" ], "x-ms-correlation-request-id": [ - "409c51e6-e00a-49a0-88c6-b1f9ca94cf00" + "c85a38ce-5cd6-422e-9dcf-14a14e47f943" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090728Z:409c51e6-e00a-49a0-88c6-b1f9ca94cf00" + "SOUTHINDIA:20210518T172359Z:c85a38ce-5cd6-422e-9dcf-14a14e47f943" ], "Date": [ - "Tue, 20 Apr 2021 09:07:27 GMT" + "Tue, 18 May 2021 17:23:59 GMT" ], "Content-Length": [ "481" @@ -3241,26 +3305,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/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/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==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM18f100'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMThmMTAwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d750065-800e-4195-bb08-79f9cc80e53e" + "885d728f-ddae-4728-91cd-a524baecb0fb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3274,11 +3338,11 @@ "nosniff" ], "x-ms-request-id": [ - "665d962a-ae11-4ace-af97-df7b0644f118" + "e8fdaec1-0e1b-4943-b12d-ce57e7958c31" ], "x-ms-client-request-id": [ - "4d750065-800e-4195-bb08-79f9cc80e53e", - "4d750065-800e-4195-bb08-79f9cc80e53e" + "885d728f-ddae-4728-91cd-a524baecb0fb", + "885d728f-ddae-4728-91cd-a524baecb0fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3293,13 +3357,13 @@ "149" ], "x-ms-correlation-request-id": [ - "665d962a-ae11-4ace-af97-df7b0644f118" + "e8fdaec1-0e1b-4943-b12d-ce57e7958c31" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090734Z:665d962a-ae11-4ace-af97-df7b0644f118" + "SOUTHINDIA:20210518T172405Z:e8fdaec1-0e1b-4943-b12d-ce57e7958c31" ], "Date": [ - "Tue, 20 Apr 2021 09:07:34 GMT" + "Tue, 18 May 2021 17:24:04 GMT" ], "Content-Length": [ "12" @@ -3315,22 +3379,22 @@ "StatusCode": 200 }, { - "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==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM18f100'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMThmMTAwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3f539e7-a981-4a5c-89aa-e204f877fffa" + "d0ba54a1-c84c-4bbe-8cd5-ad27f997d00e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3344,11 +3408,11 @@ "nosniff" ], "x-ms-request-id": [ - "d055f159-6dd3-4744-8c37-54ccad552ec9" + "14940f81-4907-4ef4-93c1-85f358a26558" ], "x-ms-client-request-id": [ - "e3f539e7-a981-4a5c-89aa-e204f877fffa", - "e3f539e7-a981-4a5c-89aa-e204f877fffa" + "d0ba54a1-c84c-4bbe-8cd5-ad27f997d00e", + "d0ba54a1-c84c-4bbe-8cd5-ad27f997d00e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3363,13 +3427,13 @@ "148" ], "x-ms-correlation-request-id": [ - "d055f159-6dd3-4744-8c37-54ccad552ec9" + "14940f81-4907-4ef4-93c1-85f358a26558" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090837Z:d055f159-6dd3-4744-8c37-54ccad552ec9" + "SOUTHINDIA:20210518T172447Z:14940f81-4907-4ef4-93c1-85f358a26558" ], "Date": [ - "Tue, 20 Apr 2021 09:08:37 GMT" + "Tue, 18 May 2021 17:24:47 GMT" ], "Content-Length": [ "914" @@ -3381,26 +3445,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG18f10ed7\",\r\n \"friendlyName\": \"PSTestVM18f100\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3a2421c-62ff-434b-be39-3efbdcd5f949" + "8ea92b1d-c216-4fcf-a439-be3e8b99c89e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3414,11 +3478,11 @@ "nosniff" ], "x-ms-request-id": [ - "f4d239aa-f844-42d8-9dd1-a1d3756000eb" + "d0edcc67-2ff6-4766-a76f-1b3ee2cedeb0" ], "x-ms-client-request-id": [ - "f3a2421c-62ff-434b-be39-3efbdcd5f949", - "f3a2421c-62ff-434b-be39-3efbdcd5f949" + "8ea92b1d-c216-4fcf-a439-be3e8b99c89e", + "8ea92b1d-c216-4fcf-a439-be3e8b99c89e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3433,13 +3497,13 @@ "149" ], "x-ms-correlation-request-id": [ - "f4d239aa-f844-42d8-9dd1-a1d3756000eb" + "d0edcc67-2ff6-4766-a76f-1b3ee2cedeb0" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090746Z:f4d239aa-f844-42d8-9dd1-a1d3756000eb" + "SOUTHINDIA:20210518T172405Z:d0edcc67-2ff6-4766-a76f-1b3ee2cedeb0" ], "Date": [ - "Tue, 20 Apr 2021 09:07:46 GMT" + "Tue, 18 May 2021 17:24:04 GMT" ], "Content-Length": [ "762" @@ -3451,26 +3515,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/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-05-19T03: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-05-19T03: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/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==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3484,11 +3548,11 @@ "nosniff" ], "x-ms-request-id": [ - "23d89c7c-8537-4546-af58-6725992e2943" + "36a156e9-91ac-42c8-9d69-2f5b97e7859c" ], "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9", - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a", + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3503,13 +3567,13 @@ "149" ], "x-ms-correlation-request-id": [ - "23d89c7c-8537-4546-af58-6725992e2943" + "36a156e9-91ac-42c8-9d69-2f5b97e7859c" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090748Z:23d89c7c-8537-4546-af58-6725992e2943" + "SOUTHINDIA:20210518T172405Z:36a156e9-91ac-42c8-9d69-2f5b97e7859c" ], "Date": [ - "Tue, 20 Apr 2021 09:07:48 GMT" + "Tue, 18 May 2021 17:24:05 GMT" ], "Content-Length": [ "6249" @@ -3521,26 +3585,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/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/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/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/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/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/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/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/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectableItems/vm;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG18f10ed7\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM18f100\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/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/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/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/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==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxOGYxMGVkNyUzQnBzdGVzdHZtMThmMTAwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE4ZjEwZWQ3JTNCcHN0ZXN0dm0xOGYxMDA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "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}", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3557,23 +3621,23 @@ "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" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/vm;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationResults/2d691ca4-2b33-4df5-8e25-7261231d9d87?api-version=2021-03-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" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/vm;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationsStatus/2d691ca4-2b33-4df5-8e25-7261231d9d87?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "68ab6906-e5aa-4e8c-a85b-bb32ba48517b" + "534ad134-a30d-4958-b5f5-b4b672cc875b" ], "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9", - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a", + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3582,16 +3646,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-correlation-request-id": [ - "68ab6906-e5aa-4e8c-a85b-bb32ba48517b" + "534ad134-a30d-4958-b5f5-b4b672cc875b" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090749Z:68ab6906-e5aa-4e8c-a85b-bb32ba48517b" + "SOUTHINDIA:20210518T172406Z:534ad134-a30d-4958-b5f5-b4b672cc875b" ], "Date": [ - "Tue, 20 Apr 2021 09:07:49 GMT" + "Tue, 18 May 2021 17:24:05 GMT" ], "Expires": [ "-1" @@ -3604,22 +3668,22 @@ "StatusCode": 202 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/2d691ca4-2b33-4df5-8e25-7261231d9d87?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zLzJkNjkxY2E0LTJiMzMtNGRmNS04ZTI1LTcyNjEyMzFkOWQ4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3633,11 +3697,11 @@ "nosniff" ], "x-ms-request-id": [ - "0c554de7-82f9-4cd6-95cc-479092008fcd" + "979f086b-02f0-4d16-a63d-aa415438a858" ], "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9", - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a", + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3652,13 +3716,13 @@ "149" ], "x-ms-correlation-request-id": [ - "0c554de7-82f9-4cd6-95cc-479092008fcd" + "979f086b-02f0-4d16-a63d-aa415438a858" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090749Z:0c554de7-82f9-4cd6-95cc-479092008fcd" + "SOUTHINDIA:20210518T172406Z:979f086b-02f0-4d16-a63d-aa415438a858" ], "Date": [ - "Tue, 20 Apr 2021 09:07:49 GMT" + "Tue, 18 May 2021 17:24:06 GMT" ], "Content-Length": [ "188" @@ -3670,26 +3734,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"2d691ca4-2b33-4df5-8e25-7261231d9d87\",\r\n \"name\": \"2d691ca4-2b33-4df5-8e25-7261231d9d87\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:06.2261429Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/2d691ca4-2b33-4df5-8e25-7261231d9d87?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zLzJkNjkxY2E0LTJiMzMtNGRmNS04ZTI1LTcyNjEyMzFkOWQ4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3703,11 +3767,11 @@ "nosniff" ], "x-ms-request-id": [ - "eeab58f7-d708-4f53-8ed9-06eaf17c5ffd" + "b2eea06c-7f40-4395-9c2e-b6d0de219860" ], "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9", - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a", + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3722,13 +3786,13 @@ "148" ], "x-ms-correlation-request-id": [ - "eeab58f7-d708-4f53-8ed9-06eaf17c5ffd" + "b2eea06c-7f40-4395-9c2e-b6d0de219860" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090755Z:eeab58f7-d708-4f53-8ed9-06eaf17c5ffd" + "SOUTHINDIA:20210518T172416Z:b2eea06c-7f40-4395-9c2e-b6d0de219860" ], "Date": [ - "Tue, 20 Apr 2021 09:07:54 GMT" + "Tue, 18 May 2021 17:24:15 GMT" ], "Content-Length": [ "188" @@ -3740,26 +3804,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"2d691ca4-2b33-4df5-8e25-7261231d9d87\",\r\n \"name\": \"2d691ca4-2b33-4df5-8e25-7261231d9d87\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:06.2261429Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/2d691ca4-2b33-4df5-8e25-7261231d9d87?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zLzJkNjkxY2E0LTJiMzMtNGRmNS04ZTI1LTcyNjEyMzFkOWQ4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3773,11 +3837,11 @@ "nosniff" ], "x-ms-request-id": [ - "e05f6660-b641-47b1-9a2e-f6f18608295a" + "9aa7a627-c734-471d-abb9-666d136732c4" ], "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9", - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a", + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3792,13 +3856,13 @@ "147" ], "x-ms-correlation-request-id": [ - "e05f6660-b641-47b1-9a2e-f6f18608295a" + "9aa7a627-c734-471d-abb9-666d136732c4" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090801Z:e05f6660-b641-47b1-9a2e-f6f18608295a" + "SOUTHINDIA:20210518T172426Z:9aa7a627-c734-471d-abb9-666d136732c4" ], "Date": [ - "Tue, 20 Apr 2021 09:08:00 GMT" + "Tue, 18 May 2021 17:24:26 GMT" ], "Content-Length": [ "188" @@ -3810,26 +3874,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"2d691ca4-2b33-4df5-8e25-7261231d9d87\",\r\n \"name\": \"2d691ca4-2b33-4df5-8e25-7261231d9d87\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:06.2261429Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/2d691ca4-2b33-4df5-8e25-7261231d9d87?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zLzJkNjkxY2E0LTJiMzMtNGRmNS04ZTI1LTcyNjEyMzFkOWQ4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3843,11 +3907,11 @@ "nosniff" ], "x-ms-request-id": [ - "6b218bb3-bf4d-462a-8264-23691aa7ffd7" + "20575c04-35ba-4418-b466-9775e3dc39a1" ], "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9", - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a", + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3862,13 +3926,13 @@ "146" ], "x-ms-correlation-request-id": [ - "6b218bb3-bf4d-462a-8264-23691aa7ffd7" + "20575c04-35ba-4418-b466-9775e3dc39a1" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090806Z:6b218bb3-bf4d-462a-8264-23691aa7ffd7" + "SOUTHINDIA:20210518T172437Z:20575c04-35ba-4418-b466-9775e3dc39a1" ], "Date": [ - "Tue, 20 Apr 2021 09:08:05 GMT" + "Tue, 18 May 2021 17:24:36 GMT" ], "Content-Length": [ "188" @@ -3880,26 +3944,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"2d691ca4-2b33-4df5-8e25-7261231d9d87\",\r\n \"name\": \"2d691ca4-2b33-4df5-8e25-7261231d9d87\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:06.2261429Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/2d691ca4-2b33-4df5-8e25-7261231d9d87?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zLzJkNjkxY2E0LTJiMzMtNGRmNS04ZTI1LTcyNjEyMzFkOWQ4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3913,11 +3977,11 @@ "nosniff" ], "x-ms-request-id": [ - "4875f234-29fa-4279-8a9e-a39b7c876b95" + "5dcd2e9a-42c2-4fce-bfb1-e5ea67f2145d" ], "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9", - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a", + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3932,16 +3996,16 @@ "145" ], "x-ms-correlation-request-id": [ - "4875f234-29fa-4279-8a9e-a39b7c876b95" + "5dcd2e9a-42c2-4fce-bfb1-e5ea67f2145d" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090812Z:4875f234-29fa-4279-8a9e-a39b7c876b95" + "SOUTHINDIA:20210518T172447Z:5dcd2e9a-42c2-4fce-bfb1-e5ea67f2145d" ], "Date": [ - "Tue, 20 Apr 2021 09:08:12 GMT" + "Tue, 18 May 2021 17:24:47 GMT" ], "Content-Length": [ - "188" + "304" ], "Content-Type": [ "application/json" @@ -3950,26 +4014,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"2d691ca4-2b33-4df5-8e25-7261231d9d87\",\r\n \"name\": \"2d691ca4-2b33-4df5-8e25-7261231d9d87\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:24:06.2261429Z\",\r\n \"endTime\": \"2021-05-18T17:24:06.2261429Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"717cc57e-0ece-4da3-aa9f-b770ce6f3bfa\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/2d691ca4-2b33-4df5-8e25-7261231d9d87?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zLzJkNjkxY2E0LTJiMzMtNGRmNS04ZTI1LTcyNjEyMzFkOWQ4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3983,11 +4047,11 @@ "nosniff" ], "x-ms-request-id": [ - "e13a7d31-cb9b-4679-8cd8-392ffb4dc688" + "467bd382-83ae-4fb7-bae0-14d46ca3e47d" ], "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9", - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a", + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4002,16 +4066,16 @@ "144" ], "x-ms-correlation-request-id": [ - "e13a7d31-cb9b-4679-8cd8-392ffb4dc688" + "467bd382-83ae-4fb7-bae0-14d46ca3e47d" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090818Z:e13a7d31-cb9b-4679-8cd8-392ffb4dc688" + "SOUTHINDIA:20210518T172447Z:467bd382-83ae-4fb7-bae0-14d46ca3e47d" ], "Date": [ - "Tue, 20 Apr 2021 09:08:17 GMT" + "Tue, 18 May 2021 17:24:47 GMT" ], "Content-Length": [ - "188" + "304" ], "Content-Type": [ "application/json" @@ -4020,26 +4084,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"2d691ca4-2b33-4df5-8e25-7261231d9d87\",\r\n \"name\": \"2d691ca4-2b33-4df5-8e25-7261231d9d87\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:24:06.2261429Z\",\r\n \"endTime\": \"2021-05-18T17:24:06.2261429Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"717cc57e-0ece-4da3-aa9f-b770ce6f3bfa\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/717cc57e-0ece-4da3-aa9f-b770ce6f3bfa?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzLzcxN2NjNTdlLTBlY2UtNGRhMy1hYTlmLWI3NzBjZTZmM2JmYT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4049,39 +4113,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6b5c0042-916e-4cc7-b648-d67f0ba1fd36" + "1c171dd2-6c98-45c3-bc5e-bed186c89e55" ], "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9", - "7712a120-3a89-41c8-aed0-6cc735501fb9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "e0e96f65-4f50-460d-b81d-f06b16e6440a", + "e0e96f65-4f50-460d-b81d-f06b16e6440a" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "149" ], "x-ms-correlation-request-id": [ - "6b5c0042-916e-4cc7-b648-d67f0ba1fd36" + "1c171dd2-6c98-45c3-bc5e-bed186c89e55" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090823Z:6b5c0042-916e-4cc7-b648-d67f0ba1fd36" + "SOUTHINDIA:20210518T172447Z:1c171dd2-6c98-45c3-bc5e-bed186c89e55" ], "Date": [ - "Tue, 20 Apr 2021 09:08:23 GMT" + "Tue, 18 May 2021 17:24:47 GMT" ], "Content-Length": [ - "188" + "839" ], "Content-Type": [ "application/json" @@ -4090,26 +4155,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/717cc57e-0ece-4da3-aa9f-b770ce6f3bfa\",\r\n \"name\": \"717cc57e-0ece-4da3-aa9f-b770ce6f3bfa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT31.160725S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm18f100\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T17:24:06.2261429Z\",\r\n \"endTime\": \"2021-05-18T17:24:37.3868679Z\",\r\n \"activityId\": \"e0e96f65-4f50-460d-b81d-f06b16e6440a\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "85bbc442-6b93-44eb-9672-cb6e77fe66e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4123,11 +4188,11 @@ "nosniff" ], "x-ms-request-id": [ - "63c2b4be-c3fc-40ec-ad6b-e2b4e7d6ca20" + "6a469095-1e4b-4880-958a-894a5c4b6230" ], "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9", - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "85bbc442-6b93-44eb-9672-cb6e77fe66e9", + "85bbc442-6b93-44eb-9672-cb6e77fe66e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4139,19 +4204,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "149" ], "x-ms-correlation-request-id": [ - "63c2b4be-c3fc-40ec-ad6b-e2b4e7d6ca20" + "6a469095-1e4b-4880-958a-894a5c4b6230" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090829Z:63c2b4be-c3fc-40ec-ad6b-e2b4e7d6ca20" + "SOUTHINDIA:20210518T172448Z:6a469095-1e4b-4880-958a-894a5c4b6230" ], "Date": [ - "Tue, 20 Apr 2021 09:08:29 GMT" + "Tue, 18 May 2021 17:24:47 GMT" ], "Content-Length": [ - "188" + "1495" ], "Content-Type": [ "application/json" @@ -4160,26 +4225,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM18f100\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\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\": \"70369425388761\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "00c5f762-e1ef-4376-a669-b11ec5351178" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4193,11 +4258,11 @@ "nosniff" ], "x-ms-request-id": [ - "506b0de3-a04c-4363-bd69-04f951cdfded" + "d2f9b4aa-90f0-4188-b4e9-c7c4b9792442" ], "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9", - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "00c5f762-e1ef-4376-a669-b11ec5351178", + "00c5f762-e1ef-4376-a669-b11ec5351178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4209,19 +4274,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "148" ], "x-ms-correlation-request-id": [ - "506b0de3-a04c-4363-bd69-04f951cdfded" + "d2f9b4aa-90f0-4188-b4e9-c7c4b9792442" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090835Z:506b0de3-a04c-4363-bd69-04f951cdfded" + "SOUTHINDIA:20210518T180433Z:d2f9b4aa-90f0-4188-b4e9-c7c4b9792442" ], "Date": [ - "Tue, 20 Apr 2021 09:08:34 GMT" + "Tue, 18 May 2021 18:04:32 GMT" ], "Content-Length": [ - "304" + "2220" ], "Content-Type": [ "application/json" @@ -4230,26 +4295,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\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\": \"PSTestVM18f100\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\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-05-18T17:24:48.6797422Z\",\r\n \"protectedItemDataId\": \"70369425388761\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"lastRecoveryPoint\": \"2021-05-18T17:25:52.98999Z\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxOGYxMGVkNyUzQnBzdGVzdHZtMThmMTAwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE4ZjEwZWQ3JTNCcHN0ZXN0dm0xOGYxMDA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "85bbc442-6b93-44eb-9672-cb6e77fe66e9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4263,11 +4328,11 @@ "nosniff" ], "x-ms-request-id": [ - "0618d97b-0239-4574-ba4b-6b2d00787d20" + "ac9811a5-52e2-430c-803c-d39207c99b7c" ], "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9", - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "85bbc442-6b93-44eb-9672-cb6e77fe66e9", + "85bbc442-6b93-44eb-9672-cb6e77fe66e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4279,19 +4344,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "149" ], "x-ms-correlation-request-id": [ - "0618d97b-0239-4574-ba4b-6b2d00787d20" + "ac9811a5-52e2-430c-803c-d39207c99b7c" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090835Z:0618d97b-0239-4574-ba4b-6b2d00787d20" + "SOUTHINDIA:20210518T172448Z:ac9811a5-52e2-430c-803c-d39207c99b7c" ], "Date": [ - "Tue, 20 Apr 2021 09:08:35 GMT" + "Tue, 18 May 2021 17:24:47 GMT" ], "Content-Length": [ - "304" + "1550" ], "Content-Type": [ "application/json" @@ -4300,26 +4365,32 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM18f100\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\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\": \"70369425388761\",\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;pstestrg18f10ed7;pstestvm18f100\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "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": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100/backup?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxOGYxMGVkNyUzQnBzdGVzdHZtMThmMTAwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE4ZjEwZWQ3JTNCcHN0ZXN0dm0xOGYxMDAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "69" ] }, "ResponseHeaders": { @@ -4329,68 +4400,70 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationResults/ff0b4891-6f31-4245-9bfe-add3e0e9159d?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationsStatus/ff0b4891-6f31-4245-9bfe-add3e0e9159d?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "472f635c-4cc9-45a6-9c06-295cda72af00" + "d4a5bdb8-05f3-4214-ae88-a8e5e06a904f" ], "x-ms-client-request-id": [ - "7712a120-3a89-41c8-aed0-6cc735501fb9", - "7712a120-3a89-41c8-aed0-6cc735501fb9" - ], - "X-Powered-By": [ - "ASP.NET" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "472f635c-4cc9-45a6-9c06-295cda72af00" + "d4a5bdb8-05f3-4214-ae88-a8e5e06a904f" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090836Z:472f635c-4cc9-45a6-9c06-295cda72af00" + "SOUTHINDIA:20210518T172448Z:d4a5bdb8-05f3-4214-ae88-a8e5e06a904f" ], "Date": [ - "Tue, 20 Apr 2021 09:08:35 GMT" - ], - "Content-Length": [ - "840" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 17:24:48 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "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 + "ResponseBody": "", + "StatusCode": 202 }, { - "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==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/ff0b4891-6f31-4245-9bfe-add3e0e9159d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2ZmMGI0ODkxLTZmMzEtNDI0NS05YmZlLWFkZDNlMGU5MTU5ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9cbc5de-7c1d-4ec9-b52c-81e773505f2b" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4404,11 +4477,11 @@ "nosniff" ], "x-ms-request-id": [ - "123d3384-a29e-4cdb-939d-1d458e8b0832" + "b82dc88e-6feb-4bcc-82ad-4705f84e9ba9" ], "x-ms-client-request-id": [ - "a9cbc5de-7c1d-4ec9-b52c-81e773505f2b", - "a9cbc5de-7c1d-4ec9-b52c-81e773505f2b" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4420,19 +4493,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "143" ], "x-ms-correlation-request-id": [ - "123d3384-a29e-4cdb-939d-1d458e8b0832" + "b82dc88e-6feb-4bcc-82ad-4705f84e9ba9" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090838Z:123d3384-a29e-4cdb-939d-1d458e8b0832" + "SOUTHINDIA:20210518T172448Z:b82dc88e-6feb-4bcc-82ad-4705f84e9ba9" ], "Date": [ - "Tue, 20 Apr 2021 09:08:37 GMT" + "Tue, 18 May 2021 17:24:48 GMT" ], "Content-Length": [ - "1495" + "188" ], "Content-Type": [ "application/json" @@ -4441,26 +4514,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"ff0b4891-6f31-4245-9bfe-add3e0e9159d\",\r\n \"name\": \"ff0b4891-6f31-4245-9bfe-add3e0e9159d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/ff0b4891-6f31-4245-9bfe-add3e0e9159d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2ZmMGI0ODkxLTZmMzEtNDI0NS05YmZlLWFkZDNlMGU5MTU5ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef0f31be-e390-495f-bb15-807e852965a6" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4474,11 +4547,11 @@ "nosniff" ], "x-ms-request-id": [ - "256b984b-3cf7-4613-9aae-ab5022346ae6" + "cf0ba794-f4e7-48be-8edf-1d31fe42115c" ], "x-ms-client-request-id": [ - "ef0f31be-e390-495f-bb15-807e852965a6", - "ef0f31be-e390-495f-bb15-807e852965a6" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4490,19 +4563,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "142" ], "x-ms-correlation-request-id": [ - "256b984b-3cf7-4613-9aae-ab5022346ae6" + "cf0ba794-f4e7-48be-8edf-1d31fe42115c" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094835Z:256b984b-3cf7-4613-9aae-ab5022346ae6" + "SOUTHINDIA:20210518T172459Z:cf0ba794-f4e7-48be-8edf-1d31fe42115c" ], "Date": [ - "Tue, 20 Apr 2021 09:48:34 GMT" + "Tue, 18 May 2021 17:24:58 GMT" ], "Content-Length": [ - "2222" + "304" ], "Content-Type": [ "application/json" @@ -4511,26 +4584,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"ff0b4891-6f31-4245-9bfe-add3e0e9159d\",\r\n \"name\": \"ff0b4891-6f31-4245-9bfe-add3e0e9159d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"endTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\"\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?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdlNDRhZTNkOSUzQnBzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2U0NGFlM2Q5JTNCcHN0ZXN0dm1lNDRhZTA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/ff0b4891-6f31-4245-9bfe-add3e0e9159d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2ZmMGI0ODkxLTZmMzEtNDI0NS05YmZlLWFkZDNlMGU5MTU5ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9cbc5de-7c1d-4ec9-b52c-81e773505f2b" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4544,11 +4617,11 @@ "nosniff" ], "x-ms-request-id": [ - "88567f9d-65cc-4e64-9c5b-228b01a7e1da" + "58fe517a-a33c-4a4e-bdb9-1e89ac0b5cf6" ], "x-ms-client-request-id": [ - "a9cbc5de-7c1d-4ec9-b52c-81e773505f2b", - "a9cbc5de-7c1d-4ec9-b52c-81e773505f2b" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4560,19 +4633,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "141" ], "x-ms-correlation-request-id": [ - "88567f9d-65cc-4e64-9c5b-228b01a7e1da" + "58fe517a-a33c-4a4e-bdb9-1e89ac0b5cf6" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090839Z:88567f9d-65cc-4e64-9c5b-228b01a7e1da" + "SOUTHINDIA:20210518T172459Z:58fe517a-a33c-4a4e-bdb9-1e89ac0b5cf6" ], "Date": [ - "Tue, 20 Apr 2021 09:08:39 GMT" + "Tue, 18 May 2021 17:24:58 GMT" ], "Content-Length": [ - "1550" + "304" ], "Content-Type": [ "application/json" @@ -4581,32 +4654,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"ff0b4891-6f31-4245-9bfe-add3e0e9159d\",\r\n \"name\": \"ff0b4891-6f31-4245-9bfe-add3e0e9159d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"endTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\"\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/backup?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdlNDRhZTNkOSUzQnBzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2U0NGFlM2Q5JTNCcHN0ZXN0dm1lNDRhZTAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "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": [ - "69" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4616,70 +4683,68 @@ "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/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" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "efb46b89-9945-45d2-9415-17d3840dab15" + "2cf58f62-1733-4307-b721-043b062a96cf" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "148" ], "x-ms-correlation-request-id": [ - "efb46b89-9945-45d2-9415-17d3840dab15" + "2cf58f62-1733-4307-b721-043b062a96cf" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090840Z:efb46b89-9945-45d2-9415-17d3840dab15" + "SOUTHINDIA:20210518T172459Z:2cf58f62-1733-4307-b721-043b062a96cf" ], "Date": [ - "Tue, 20 Apr 2021 09:08:40 GMT" + "Tue, 18 May 2021 17:24:59 GMT" + ], + "Content-Length": [ + "969" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT10.7544792S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\r\n }\r\n}", + "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4689,39 +4754,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b0ba7396-44b1-41f1-af18-b0c9bf54aed4" + "77e84f18-5aaf-490d-af21-244865e1a31a" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" + ], + "X-Powered-By": [ + "ASP.NET" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "147" ], "x-ms-correlation-request-id": [ - "b0ba7396-44b1-41f1-af18-b0c9bf54aed4" + "77e84f18-5aaf-490d-af21-244865e1a31a" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090841Z:b0ba7396-44b1-41f1-af18-b0c9bf54aed4" + "SOUTHINDIA:20210518T172500Z:77e84f18-5aaf-490d-af21-244865e1a31a" ], "Date": [ - "Tue, 20 Apr 2021 09:08:40 GMT" + "Tue, 18 May 2021 17:24:59 GMT" ], "Content-Length": [ - "304" + "969" ], "Content-Type": [ "application/json" @@ -4730,26 +4796,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT11.1354286S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4759,39 +4825,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "11b0143d-4a2f-470b-a742-5dcd02afec4c" + "a42dd2f6-9500-4b67-908a-350e440c3d85" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "146" ], "x-ms-correlation-request-id": [ - "11b0143d-4a2f-470b-a742-5dcd02afec4c" + "a42dd2f6-9500-4b67-908a-350e440c3d85" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090842Z:11b0143d-4a2f-470b-a742-5dcd02afec4c" + "SOUTHINDIA:20210518T172600Z:a42dd2f6-9500-4b67-908a-350e440c3d85" ], "Date": [ - "Tue, 20 Apr 2021 09:08:41 GMT" + "Tue, 18 May 2021 17:26:00 GMT" ], "Content-Length": [ - "304" + "971" ], "Content-Type": [ "application/json" @@ -4800,26 +4867,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT1M11.7254235S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4837,11 +4904,11 @@ "nosniff" ], "x-ms-request-id": [ - "2051a7df-ae06-4d4a-8cdd-2b3e75cd5e7d" + "317ea06c-f18e-4d4e-88f0-0a266fcbb11b" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -4850,19 +4917,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "145" ], "x-ms-correlation-request-id": [ - "2051a7df-ae06-4d4a-8cdd-2b3e75cd5e7d" + "317ea06c-f18e-4d4e-88f0-0a266fcbb11b" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090842Z:2051a7df-ae06-4d4a-8cdd-2b3e75cd5e7d" + "SOUTHINDIA:20210518T172701Z:317ea06c-f18e-4d4e-88f0-0a266fcbb11b" ], "Date": [ - "Tue, 20 Apr 2021 09:08:42 GMT" + "Tue, 18 May 2021 17:27:00 GMT" ], "Content-Length": [ - "968" + "971" ], "Content-Type": [ "application/json" @@ -4871,26 +4938,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT2M12.4891813S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4908,11 +4975,11 @@ "nosniff" ], "x-ms-request-id": [ - "448fabc1-8dc9-46b8-a943-44fd1951c718" + "decfcb6d-fc83-46b7-a389-6db93a1d3147" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -4921,19 +4988,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "144" ], "x-ms-correlation-request-id": [ - "448fabc1-8dc9-46b8-a943-44fd1951c718" + "decfcb6d-fc83-46b7-a389-6db93a1d3147" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090843Z:448fabc1-8dc9-46b8-a943-44fd1951c718" + "SOUTHINDIA:20210518T172802Z:decfcb6d-fc83-46b7-a389-6db93a1d3147" ], "Date": [ - "Tue, 20 Apr 2021 09:08:43 GMT" + "Tue, 18 May 2021 17:28:01 GMT" ], "Content-Length": [ - "968" + "971" ], "Content-Type": [ "application/json" @@ -4942,26 +5009,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT3M13.1962497S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4979,11 +5046,11 @@ "nosniff" ], "x-ms-request-id": [ - "434293b4-745a-4654-a3e7-66ea916115b5" + "89bd7acc-2fc2-460b-b4cf-94fbe3caef22" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -4992,19 +5059,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "143" ], "x-ms-correlation-request-id": [ - "434293b4-745a-4654-a3e7-66ea916115b5" + "89bd7acc-2fc2-460b-b4cf-94fbe3caef22" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090914Z:434293b4-745a-4654-a3e7-66ea916115b5" + "SOUTHINDIA:20210518T172902Z:89bd7acc-2fc2-460b-b4cf-94fbe3caef22" ], "Date": [ - "Tue, 20 Apr 2021 09:09:14 GMT" + "Tue, 18 May 2021 17:29:02 GMT" ], "Content-Length": [ - "969" + "971" ], "Content-Type": [ "application/json" @@ -5013,26 +5080,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT4M14.0034419S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5050,11 +5117,11 @@ "nosniff" ], "x-ms-request-id": [ - "1bd19d62-d791-46c3-bd2c-bb54a47309b1" + "abdef1e4-aefa-4141-9a1c-69470d16a677" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5063,19 +5130,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "142" ], "x-ms-correlation-request-id": [ - "1bd19d62-d791-46c3-bd2c-bb54a47309b1" + "abdef1e4-aefa-4141-9a1c-69470d16a677" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T090947Z:1bd19d62-d791-46c3-bd2c-bb54a47309b1" + "SOUTHINDIA:20210518T173003Z:abdef1e4-aefa-4141-9a1c-69470d16a677" ], "Date": [ - "Tue, 20 Apr 2021 09:09:47 GMT" + "Tue, 18 May 2021 17:30:03 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -5084,26 +5151,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT5M14.7366928S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5121,11 +5188,11 @@ "nosniff" ], "x-ms-request-id": [ - "8e47bd53-737f-460f-8468-6f4968f02bc1" + "5024ec5a-122e-400b-8e27-a05a713c6c44" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5134,16 +5201,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "141" ], "x-ms-correlation-request-id": [ - "8e47bd53-737f-460f-8468-6f4968f02bc1" + "5024ec5a-122e-400b-8e27-a05a713c6c44" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091018Z:8e47bd53-737f-460f-8468-6f4968f02bc1" + "SOUTHINDIA:20210518T173104Z:5024ec5a-122e-400b-8e27-a05a713c6c44" ], "Date": [ - "Tue, 20 Apr 2021 09:10:18 GMT" + "Tue, 18 May 2021 17:31:03 GMT" ], "Content-Length": [ "971" @@ -5155,26 +5222,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT6M15.5438648S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5192,11 +5259,11 @@ "nosniff" ], "x-ms-request-id": [ - "fb3ba44f-f477-49ca-8c16-fcaa4b53cbe0" + "cedfff50-4234-407e-a751-405ddf670a02" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5205,19 +5272,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "140" ], "x-ms-correlation-request-id": [ - "fb3ba44f-f477-49ca-8c16-fcaa4b53cbe0" + "cedfff50-4234-407e-a751-405ddf670a02" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091125Z:fb3ba44f-f477-49ca-8c16-fcaa4b53cbe0" + "SOUTHINDIA:20210518T173205Z:cedfff50-4234-407e-a751-405ddf670a02" ], "Date": [ - "Tue, 20 Apr 2021 09:11:24 GMT" + "Tue, 18 May 2021 17:32:04 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5226,26 +5293,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT7M16.302979S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5263,11 +5330,11 @@ "nosniff" ], "x-ms-request-id": [ - "2f0a395e-e87e-4087-b57d-d98d41e5287a" + "2318d38c-24c3-4597-9e52-7e9797922b2c" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5276,19 +5343,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "139" ], "x-ms-correlation-request-id": [ - "2f0a395e-e87e-4087-b57d-d98d41e5287a" + "2318d38c-24c3-4597-9e52-7e9797922b2c" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091226Z:2f0a395e-e87e-4087-b57d-d98d41e5287a" + "SOUTHINDIA:20210518T173305Z:2318d38c-24c3-4597-9e52-7e9797922b2c" ], "Date": [ - "Tue, 20 Apr 2021 09:12:25 GMT" + "Tue, 18 May 2021 17:33:05 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5297,26 +5364,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT8M16.8986171S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5334,11 +5401,11 @@ "nosniff" ], "x-ms-request-id": [ - "30de5d75-719a-467a-a7c2-f647e9c77949" + "a0ddc2c1-7a41-47e7-841a-1b22f12d9113" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5347,19 +5414,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "138" ], "x-ms-correlation-request-id": [ - "30de5d75-719a-467a-a7c2-f647e9c77949" + "a0ddc2c1-7a41-47e7-841a-1b22f12d9113" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091258Z:30de5d75-719a-467a-a7c2-f647e9c77949" + "SOUTHINDIA:20210518T173406Z:a0ddc2c1-7a41-47e7-841a-1b22f12d9113" ], "Date": [ - "Tue, 20 Apr 2021 09:12:58 GMT" + "Tue, 18 May 2021 17:34:06 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5368,26 +5435,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT9M17.5365979S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5405,11 +5472,11 @@ "nosniff" ], "x-ms-request-id": [ - "bbb43b0a-8361-4abd-83a8-62157d8a7a08" + "bb06a6ed-b8e1-41f5-8514-861e971f7da3" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5418,16 +5485,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "137" ], "x-ms-correlation-request-id": [ - "bbb43b0a-8361-4abd-83a8-62157d8a7a08" + "bb06a6ed-b8e1-41f5-8514-861e971f7da3" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091333Z:bbb43b0a-8361-4abd-83a8-62157d8a7a08" + "SOUTHINDIA:20210518T173507Z:bb06a6ed-b8e1-41f5-8514-861e971f7da3" ], "Date": [ - "Tue, 20 Apr 2021 09:13:33 GMT" + "Tue, 18 May 2021 17:35:06 GMT" ], "Content-Length": [ "971" @@ -5439,26 +5506,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT10M18.3283673S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5476,11 +5543,11 @@ "nosniff" ], "x-ms-request-id": [ - "dd212867-b32b-4cc1-852f-71a5f22c13dd" + "adffd923-a1bc-45a5-9cd1-db6b2833583a" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5489,16 +5556,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "136" ], "x-ms-correlation-request-id": [ - "dd212867-b32b-4cc1-852f-71a5f22c13dd" + "adffd923-a1bc-45a5-9cd1-db6b2833583a" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091404Z:dd212867-b32b-4cc1-852f-71a5f22c13dd" + "SOUTHINDIA:20210518T173608Z:adffd923-a1bc-45a5-9cd1-db6b2833583a" ], "Date": [ - "Tue, 20 Apr 2021 09:14:03 GMT" + "Tue, 18 May 2021 17:36:07 GMT" ], "Content-Length": [ "971" @@ -5510,26 +5577,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT11M19.1090348S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5547,11 +5614,11 @@ "nosniff" ], "x-ms-request-id": [ - "e2319bf3-2f3d-4f50-a987-9df6e2da606a" + "857fb62c-4c2f-422a-8373-e35db6870fd9" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5560,16 +5627,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "135" ], "x-ms-correlation-request-id": [ - "e2319bf3-2f3d-4f50-a987-9df6e2da606a" + "857fb62c-4c2f-422a-8373-e35db6870fd9" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091435Z:e2319bf3-2f3d-4f50-a987-9df6e2da606a" + "SOUTHINDIA:20210518T173708Z:857fb62c-4c2f-422a-8373-e35db6870fd9" ], "Date": [ - "Tue, 20 Apr 2021 09:14:35 GMT" + "Tue, 18 May 2021 17:37:08 GMT" ], "Content-Length": [ "971" @@ -5581,26 +5648,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT12M19.7792103S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5618,11 +5685,11 @@ "nosniff" ], "x-ms-request-id": [ - "88ce2ea7-dfa1-4b18-b770-aac219465ef4" + "630ebd91-0934-4651-8648-0f619ad64213" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5631,19 +5698,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "134" ], "x-ms-correlation-request-id": [ - "88ce2ea7-dfa1-4b18-b770-aac219465ef4" + "630ebd91-0934-4651-8648-0f619ad64213" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091505Z:88ce2ea7-dfa1-4b18-b770-aac219465ef4" + "SOUTHINDIA:20210518T173809Z:630ebd91-0934-4651-8648-0f619ad64213" ], "Date": [ - "Tue, 20 Apr 2021 09:15:05 GMT" + "Tue, 18 May 2021 17:38:08 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5652,26 +5719,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT13M20.488287S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5689,11 +5756,11 @@ "nosniff" ], "x-ms-request-id": [ - "955d4621-1958-4030-b8bb-eda64eefef32" + "0744052a-8f5d-4081-8c56-4afcd7ea217f" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5702,19 +5769,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "133" ], "x-ms-correlation-request-id": [ - "955d4621-1958-4030-b8bb-eda64eefef32" + "0744052a-8f5d-4081-8c56-4afcd7ea217f" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091536Z:955d4621-1958-4030-b8bb-eda64eefef32" + "SOUTHINDIA:20210518T173910Z:0744052a-8f5d-4081-8c56-4afcd7ea217f" ], "Date": [ - "Tue, 20 Apr 2021 09:15:35 GMT" + "Tue, 18 May 2021 17:39:09 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -5723,26 +5790,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT14M21.1143625S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5760,11 +5827,11 @@ "nosniff" ], "x-ms-request-id": [ - "dc2ad186-47a7-46ff-97aa-52579e4af1b3" + "f78845db-c12e-4932-967b-75b0f747cc53" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5773,16 +5840,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "132" ], "x-ms-correlation-request-id": [ - "dc2ad186-47a7-46ff-97aa-52579e4af1b3" + "f78845db-c12e-4932-967b-75b0f747cc53" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091607Z:dc2ad186-47a7-46ff-97aa-52579e4af1b3" + "SOUTHINDIA:20210518T174010Z:f78845db-c12e-4932-967b-75b0f747cc53" ], "Date": [ - "Tue, 20 Apr 2021 09:16:07 GMT" + "Tue, 18 May 2021 17:40:10 GMT" ], "Content-Length": [ "971" @@ -5794,26 +5861,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT15M21.8016293S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5831,11 +5898,11 @@ "nosniff" ], "x-ms-request-id": [ - "e0275f47-c4ff-4fda-8fc5-b9edc61fe641" + "cbfc8f18-896e-43a0-89d2-a6d7e5447f59" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5844,19 +5911,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "131" ], "x-ms-correlation-request-id": [ - "e0275f47-c4ff-4fda-8fc5-b9edc61fe641" + "cbfc8f18-896e-43a0-89d2-a6d7e5447f59" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091639Z:e0275f47-c4ff-4fda-8fc5-b9edc61fe641" + "SOUTHINDIA:20210518T174111Z:cbfc8f18-896e-43a0-89d2-a6d7e5447f59" ], "Date": [ - "Tue, 20 Apr 2021 09:16:39 GMT" + "Tue, 18 May 2021 17:41:11 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -5865,26 +5932,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT16M22.4044941S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5902,11 +5969,11 @@ "nosniff" ], "x-ms-request-id": [ - "55629c39-8987-437a-a895-52887320658e" + "5e296039-4bbd-47dd-8fe1-17051139746c" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5915,19 +5982,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "130" ], "x-ms-correlation-request-id": [ - "55629c39-8987-437a-a895-52887320658e" + "5e296039-4bbd-47dd-8fe1-17051139746c" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091710Z:55629c39-8987-437a-a895-52887320658e" + "SOUTHINDIA:20210518T174212Z:5e296039-4bbd-47dd-8fe1-17051139746c" ], "Date": [ - "Tue, 20 Apr 2021 09:17:09 GMT" + "Tue, 18 May 2021 17:42:11 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -5936,26 +6003,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT17M23.0941972S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5973,11 +6040,11 @@ "nosniff" ], "x-ms-request-id": [ - "df729505-ddc2-4141-bfd9-5809a0c86cfc" + "f5338844-28e2-448d-8cdd-68badf02ef51" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -5986,19 +6053,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "129" ], "x-ms-correlation-request-id": [ - "df729505-ddc2-4141-bfd9-5809a0c86cfc" + "f5338844-28e2-448d-8cdd-68badf02ef51" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091743Z:df729505-ddc2-4141-bfd9-5809a0c86cfc" + "SOUTHINDIA:20210518T174312Z:f5338844-28e2-448d-8cdd-68badf02ef51" ], "Date": [ - "Tue, 20 Apr 2021 09:17:42 GMT" + "Tue, 18 May 2021 17:43:12 GMT" ], "Content-Length": [ - "969" + "971" ], "Content-Type": [ "application/json" @@ -6007,26 +6074,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT18M23.8238262S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6044,11 +6111,11 @@ "nosniff" ], "x-ms-request-id": [ - "b8cf3ab0-3523-4857-97af-94d5015a3486" + "55cd7b75-6538-4648-9f3e-e3fe3e635744" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -6057,19 +6124,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "128" ], "x-ms-correlation-request-id": [ - "b8cf3ab0-3523-4857-97af-94d5015a3486" + "55cd7b75-6538-4648-9f3e-e3fe3e635744" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091815Z:b8cf3ab0-3523-4857-97af-94d5015a3486" + "SOUTHINDIA:20210518T174413Z:55cd7b75-6538-4648-9f3e-e3fe3e635744" ], "Date": [ - "Tue, 20 Apr 2021 09:18:15 GMT" + "Tue, 18 May 2021 17:44:13 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -6078,26 +6145,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT19M24.6707628S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6115,11 +6182,11 @@ "nosniff" ], "x-ms-request-id": [ - "aaa0b8f8-18d3-4f85-965e-e4f278d576dd" + "5d0957f0-b971-40a4-b9e9-aaea357be82e" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -6128,19 +6195,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "127" ], "x-ms-correlation-request-id": [ - "aaa0b8f8-18d3-4f85-965e-e4f278d576dd" + "5d0957f0-b971-40a4-b9e9-aaea357be82e" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091846Z:aaa0b8f8-18d3-4f85-965e-e4f278d576dd" + "SOUTHINDIA:20210518T174514Z:5d0957f0-b971-40a4-b9e9-aaea357be82e" ], "Date": [ - "Tue, 20 Apr 2021 09:18:46 GMT" + "Tue, 18 May 2021 17:45:13 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -6149,26 +6216,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT20M25.4397875S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6186,11 +6253,11 @@ "nosniff" ], "x-ms-request-id": [ - "aeca1f4a-bf73-4530-9b7c-c9adc40e5fd4" + "6199cfa6-9eee-480f-8f47-161e637a8f9c" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -6199,19 +6266,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "126" ], "x-ms-correlation-request-id": [ - "aeca1f4a-bf73-4530-9b7c-c9adc40e5fd4" + "6199cfa6-9eee-480f-8f47-161e637a8f9c" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091917Z:aeca1f4a-bf73-4530-9b7c-c9adc40e5fd4" + "SOUTHINDIA:20210518T174615Z:6199cfa6-9eee-480f-8f47-161e637a8f9c" ], "Date": [ - "Tue, 20 Apr 2021 09:19:17 GMT" + "Tue, 18 May 2021 17:46:14 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -6220,26 +6287,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT21M26.1948693S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6257,11 +6324,11 @@ "nosniff" ], "x-ms-request-id": [ - "fe4497ab-d93d-44d8-8edf-c222e41e234f" + "d7f4848e-76e9-42be-92a9-a8b8056b2fd9" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -6270,19 +6337,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "125" ], "x-ms-correlation-request-id": [ - "fe4497ab-d93d-44d8-8edf-c222e41e234f" + "d7f4848e-76e9-42be-92a9-a8b8056b2fd9" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T091948Z:fe4497ab-d93d-44d8-8edf-c222e41e234f" + "SOUTHINDIA:20210518T174716Z:d7f4848e-76e9-42be-92a9-a8b8056b2fd9" ], "Date": [ - "Tue, 20 Apr 2021 09:19:48 GMT" + "Tue, 18 May 2021 17:47:15 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -6291,26 +6358,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT22M27.3302268S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6328,11 +6395,11 @@ "nosniff" ], "x-ms-request-id": [ - "36ed1b97-cd20-4510-9e56-6bf212d4ae0f" + "8b3c5375-7c62-433d-bb0e-a6702a195c76" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -6341,16 +6408,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "124" ], "x-ms-correlation-request-id": [ - "36ed1b97-cd20-4510-9e56-6bf212d4ae0f" + "8b3c5375-7c62-433d-bb0e-a6702a195c76" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092019Z:36ed1b97-cd20-4510-9e56-6bf212d4ae0f" + "SOUTHINDIA:20210518T174817Z:8b3c5375-7c62-433d-bb0e-a6702a195c76" ], "Date": [ - "Tue, 20 Apr 2021 09:20:19 GMT" + "Tue, 18 May 2021 17:48:16 GMT" ], "Content-Length": [ "971" @@ -6362,26 +6429,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT23M28.0678861S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6399,11 +6466,11 @@ "nosniff" ], "x-ms-request-id": [ - "1025497b-82c7-45c8-8eca-78489fbad411" + "d5bdd1cc-4b2f-40c7-960c-394b4629dca4" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -6412,19 +6479,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "123" ], "x-ms-correlation-request-id": [ - "1025497b-82c7-45c8-8eca-78489fbad411" + "d5bdd1cc-4b2f-40c7-960c-394b4629dca4" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092050Z:1025497b-82c7-45c8-8eca-78489fbad411" + "SOUTHINDIA:20210518T174917Z:d5bdd1cc-4b2f-40c7-960c-394b4629dca4" ], "Date": [ - "Tue, 20 Apr 2021 09:20:49 GMT" + "Tue, 18 May 2021 17:49:17 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -6433,26 +6500,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT24M28.7589144S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6470,11 +6537,11 @@ "nosniff" ], "x-ms-request-id": [ - "a91600f8-7964-4ffb-8bac-bbfe6289230d" + "af9b914c-1ffd-418e-acd5-111272225fee" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -6483,19 +6550,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "122" ], "x-ms-correlation-request-id": [ - "a91600f8-7964-4ffb-8bac-bbfe6289230d" + "af9b914c-1ffd-418e-acd5-111272225fee" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092121Z:a91600f8-7964-4ffb-8bac-bbfe6289230d" + "SOUTHINDIA:20210518T175018Z:af9b914c-1ffd-418e-acd5-111272225fee" ], "Date": [ - "Tue, 20 Apr 2021 09:21:20 GMT" + "Tue, 18 May 2021 17:50:18 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -6504,26 +6571,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT25M29.6250485S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6541,11 +6608,11 @@ "nosniff" ], "x-ms-request-id": [ - "47cb329d-2890-4c7f-98b7-681dd0b9b999" + "7431d7a7-a297-439b-9647-0402dc09b96e" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -6554,16 +6621,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "121" ], "x-ms-correlation-request-id": [ - "47cb329d-2890-4c7f-98b7-681dd0b9b999" + "7431d7a7-a297-439b-9647-0402dc09b96e" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092152Z:47cb329d-2890-4c7f-98b7-681dd0b9b999" + "SOUTHINDIA:20210518T175119Z:7431d7a7-a297-439b-9647-0402dc09b96e" ], "Date": [ - "Tue, 20 Apr 2021 09:21:51 GMT" + "Tue, 18 May 2021 17:51:18 GMT" ], "Content-Length": [ "971" @@ -6575,26 +6642,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT26M30.3525716S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6612,11 +6679,11 @@ "nosniff" ], "x-ms-request-id": [ - "418a9d31-aaa0-4016-9ff5-6b2107ccdff0" + "d523e9d3-8f06-4e77-81af-c0d9fd0a2817" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -6625,16 +6692,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "123" + "120" ], "x-ms-correlation-request-id": [ - "418a9d31-aaa0-4016-9ff5-6b2107ccdff0" + "d523e9d3-8f06-4e77-81af-c0d9fd0a2817" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092223Z:418a9d31-aaa0-4016-9ff5-6b2107ccdff0" + "SOUTHINDIA:20210518T175220Z:d523e9d3-8f06-4e77-81af-c0d9fd0a2817" ], "Date": [ - "Tue, 20 Apr 2021 09:22:22 GMT" + "Tue, 18 May 2021 17:52:19 GMT" ], "Content-Length": [ "971" @@ -6646,26 +6713,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT27M31.1337504S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6683,11 +6750,11 @@ "nosniff" ], "x-ms-request-id": [ - "79dea670-d46d-48df-b40d-79c51bd600b3" + "f522437a-d587-43a6-b88d-934d6cccaaf0" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -6696,16 +6763,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "122" + "119" ], "x-ms-correlation-request-id": [ - "79dea670-d46d-48df-b40d-79c51bd600b3" + "f522437a-d587-43a6-b88d-934d6cccaaf0" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092254Z:79dea670-d46d-48df-b40d-79c51bd600b3" + "SOUTHINDIA:20210518T175320Z:f522437a-d587-43a6-b88d-934d6cccaaf0" ], "Date": [ - "Tue, 20 Apr 2021 09:22:53 GMT" + "Tue, 18 May 2021 17:53:20 GMT" ], "Content-Length": [ "971" @@ -6717,26 +6784,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT28M31.8401575S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6754,11 +6821,11 @@ "nosniff" ], "x-ms-request-id": [ - "63771ee4-ded3-454f-9949-24db3336154e" + "4f3bcf8b-656a-47c3-8a72-ef14c9bab636" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -6767,16 +6834,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" + "118" ], "x-ms-correlation-request-id": [ - "63771ee4-ded3-454f-9949-24db3336154e" + "4f3bcf8b-656a-47c3-8a72-ef14c9bab636" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092326Z:63771ee4-ded3-454f-9949-24db3336154e" + "SOUTHINDIA:20210518T175421Z:4f3bcf8b-656a-47c3-8a72-ef14c9bab636" ], "Date": [ - "Tue, 20 Apr 2021 09:23:25 GMT" + "Tue, 18 May 2021 17:54:21 GMT" ], "Content-Length": [ "971" @@ -6788,26 +6855,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT29M32.6119759S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6825,11 +6892,11 @@ "nosniff" ], "x-ms-request-id": [ - "21c5fb69-b923-4a27-8049-df64e1851918" + "feb11e67-7840-4132-a591-059468c8c367" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -6838,16 +6905,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "117" ], "x-ms-correlation-request-id": [ - "21c5fb69-b923-4a27-8049-df64e1851918" + "feb11e67-7840-4132-a591-059468c8c367" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092356Z:21c5fb69-b923-4a27-8049-df64e1851918" + "SOUTHINDIA:20210518T175522Z:feb11e67-7840-4132-a591-059468c8c367" ], "Date": [ - "Tue, 20 Apr 2021 09:23:56 GMT" + "Tue, 18 May 2021 17:55:21 GMT" ], "Content-Length": [ "971" @@ -6859,26 +6926,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT30M33.4213916S\",\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\": \"pstestvm18f100\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2RjYWFlYWJiLTVjMDMtNDk3NC05YjM3LWVjNzNmNGZhOWU1Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6896,11 +6963,11 @@ "nosniff" ], "x-ms-request-id": [ - "51336b3b-16b3-4d0f-b1a9-3e3a33c1600b" + "4cab38e2-25f1-491c-8304-67d74cdaaf67" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "8a9508bc-4994-4835-ac02-e4d25134b36d", + "8a9508bc-4994-4835-ac02-e4d25134b36d" ], "X-Powered-By": [ "ASP.NET" @@ -6909,19 +6976,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "119" + "116" ], "x-ms-correlation-request-id": [ - "51336b3b-16b3-4d0f-b1a9-3e3a33c1600b" + "4cab38e2-25f1-491c-8304-67d74cdaaf67" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092427Z:51336b3b-16b3-4d0f-b1a9-3e3a33c1600b" + "SOUTHINDIA:20210518T175623Z:4cab38e2-25f1-491c-8304-67d74cdaaf67" ], "Date": [ - "Tue, 20 Apr 2021 09:24:27 GMT" + "Tue, 18 May 2021 17:56:22 GMT" ], "Content-Length": [ - "971" + "1034" ], "Content-Type": [ "application/json" @@ -6930,26 +6997,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"name\": \"dcaaeabb-5c03-4974-9b37-ec73f4fa9e5f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT31M12.5886642S\",\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\": \"pstestvm18f100\",\r\n \"Backup Size\": \"9826 MB\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T17:24:48.6797422Z\",\r\n \"endTime\": \"2021-05-18T17:56:01.2684064Z\",\r\n \"activityId\": \"8a9508bc-4994-4835-ac02-e4d25134b36d\"\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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100/recoveryPoints?$filter=startDate%20eq%20'2021-05-18%2005:23:48%20PM'%20and%20endDate%20eq%20'2021-05-18%2005:57:01%20PM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxOGYxMGVkNyUzQnBzdGVzdHZtMThmMTAwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE4ZjEwZWQ3JTNCcHN0ZXN0dm0xOGYxMDAvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTA1LTE4JTIwMDU6MjM6NDglMjBQTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wNS0xOCUyMDA1OjU3OjAxJTIwUE0nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629" + "2f655436-a03f-4f33-95f9-e578f197eb05" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6959,40 +7026,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "449f69f4-c27f-4f50-afeb-ab905e8f1ceb" + "48419c13-63aa-4bff-9bc5-1e0f4055e751" ], "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" - ], - "X-Powered-By": [ - "ASP.NET" + "2f655436-a03f-4f33-95f9-e578f197eb05", + "2f655436-a03f-4f33-95f9-e578f197eb05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "118" + "149" ], "x-ms-correlation-request-id": [ - "449f69f4-c27f-4f50-afeb-ab905e8f1ceb" + "48419c13-63aa-4bff-9bc5-1e0f4055e751" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092458Z:449f69f4-c27f-4f50-afeb-ab905e8f1ceb" + "SOUTHINDIA:20210518T175623Z:48419c13-63aa-4bff-9bc5-1e0f4055e751" ], "Date": [ - "Tue, 20 Apr 2021 09:24:58 GMT" + "Tue, 18 May 2021 17:56:22 GMT" ], "Content-Length": [ - "971" + "1252" ], "Content-Type": [ "application/json" @@ -7001,26 +7067,26 @@ "-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\": \"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}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/recoveryPoints/37327501082840\",\r\n \"name\": \"37327501082840\",\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-05-18T17:25:52.98999Z\",\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/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", + "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": [ - "8389a340-0305-41be-bf34-56b22b077629" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -7030,68 +7096,57 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "X-Content-Type-Options": [ - "nosniff" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" ], "x-ms-request-id": [ - "0fb7a605-596d-4df2-a389-02f714cc4014" + "7bd4fe00-3e51-47ed-849a-6e998d2cf85c" ], - "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "x-ms-correlation-request-id": [ + "7bd4fe00-3e51-47ed-849a-6e998d2cf85c" ], - "X-Powered-By": [ - "ASP.NET" + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T175623Z:7bd4fe00-3e51-47ed-849a-6e998d2cf85c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" - ], - "x-ms-correlation-request-id": [ - "0fb7a605-596d-4df2-a389-02f714cc4014" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092529Z:0fb7a605-596d-4df2-a389-02f714cc4014" + "X-Content-Type-Options": [ + "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:25:29 GMT" - ], - "Content-Length": [ - "971" + "Tue, 18 May 2021 17:56:23 GMT" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "564" ] }, - "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}", + "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/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", + "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": [ - "8389a340-0305-41be-bf34-56b22b077629" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -7101,68 +7156,57 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "X-Content-Type-Options": [ - "nosniff" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-request-id": [ - "96807ee7-a6d5-4c1f-9c82-e63aaca075df" + "ca309e9b-4be5-40b2-a468-f62df2dde1f8" ], - "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "x-ms-correlation-request-id": [ + "ca309e9b-4be5-40b2-a468-f62df2dde1f8" ], - "X-Powered-By": [ - "ASP.NET" + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T180330Z:ca309e9b-4be5-40b2-a468-f62df2dde1f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "116" - ], - "x-ms-correlation-request-id": [ - "96807ee7-a6d5-4c1f-9c82-e63aaca075df" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092600Z:96807ee7-a6d5-4c1f-9c82-e63aaca075df" + "X-Content-Type-Options": [ + "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:26:00 GMT" - ], - "Content-Length": [ - "971" + "Tue, 18 May 2021 18:03:30 GMT" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "564" ] }, - "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}", + "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/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", + "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": [ - "8389a340-0305-41be-bf34-56b22b077629" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -7172,68 +7216,57 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "X-Content-Type-Options": [ - "nosniff" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" ], "x-ms-request-id": [ - "de01dad5-99e5-4908-8f6d-280b3bd94578" + "5abc6701-e5ee-46b5-ac51-2ab206ccfa91" ], - "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "x-ms-correlation-request-id": [ + "5abc6701-e5ee-46b5-ac51-2ab206ccfa91" ], - "X-Powered-By": [ - "ASP.NET" + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T175623Z:5abc6701-e5ee-46b5-ac51-2ab206ccfa91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "115" - ], - "x-ms-correlation-request-id": [ - "de01dad5-99e5-4908-8f6d-280b3bd94578" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092631Z:de01dad5-99e5-4908-8f6d-280b3bd94578" + "X-Content-Type-Options": [ + "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:26:30 GMT" - ], - "Content-Length": [ - "971" + "Tue, 18 May 2021 17:56:23 GMT" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "17473" ] }, - "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}", + "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/PSTestRG18f10ed7/providers/Microsoft.Storage/storageAccounts/pstestsa18f10ed7\",\r\n \"name\": \"pstestsa18f10ed7\",\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/backupJobs/24834766-14f5-4a5c-aacc-7e29136bafac?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzLzI0ODM0NzY2LTE0ZjUtNGE1Yy1hYWNjLTdlMjkxMzZiYWZhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "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": [ - "8389a340-0305-41be-bf34-56b22b077629" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -7243,3437 +7276,63 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "X-Content-Type-Options": [ - "nosniff" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "x-ms-request-id": [ - "4f8a9b2c-e816-496a-a35c-16deae239508" + "18a4457c-c62c-47df-9b0f-e7081e4a1ef3" ], - "x-ms-client-request-id": [ - "8389a340-0305-41be-bf34-56b22b077629", - "8389a340-0305-41be-bf34-56b22b077629" + "x-ms-correlation-request-id": [ + "18a4457c-c62c-47df-9b0f-e7081e4a1ef3" ], - "X-Powered-By": [ - "ASP.NET" + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T180330Z:18a4457c-c62c-47df-9b0f-e7081e4a1ef3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "114" - ], - "x-ms-correlation-request-id": [ - "4f8a9b2c-e816-496a-a35c-16deae239508" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092702Z:4f8a9b2c-e816-496a-a35c-16deae239508" + "X-Content-Type-Options": [ + "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:27:02 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "aea3349f-2c1d-435e-93da-5cd094d75532" - ], - "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": [ - "113" - ], - "x-ms-correlation-request-id": [ - "aea3349f-2c1d-435e-93da-5cd094d75532" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092733Z:aea3349f-2c1d-435e-93da-5cd094d75532" - ], - "Date": [ - "Tue, 20 Apr 2021 09:27:33 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "bbb590ea-384e-4575-988a-6a737237a87d" - ], - "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": [ - "112" - ], - "x-ms-correlation-request-id": [ - "bbb590ea-384e-4575-988a-6a737237a87d" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092804Z:bbb590ea-384e-4575-988a-6a737237a87d" - ], - "Date": [ - "Tue, 20 Apr 2021 09:28:03 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "0336f505-2bf4-4cff-9e86-3728df2e28aa" - ], - "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": [ - "111" - ], - "x-ms-correlation-request-id": [ - "0336f505-2bf4-4cff-9e86-3728df2e28aa" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092836Z:0336f505-2bf4-4cff-9e86-3728df2e28aa" - ], - "Date": [ - "Tue, 20 Apr 2021 09:28:35 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "deb24b55-cc60-45a3-8c55-10593b29bc21" - ], - "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": [ - "110" - ], - "x-ms-correlation-request-id": [ - "deb24b55-cc60-45a3-8c55-10593b29bc21" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092907Z:deb24b55-cc60-45a3-8c55-10593b29bc21" - ], - "Date": [ - "Tue, 20 Apr 2021 09:29:07 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "9b34f66f-5577-4afe-bf48-b8eb5c5883c9" - ], - "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": [ - "109" - ], - "x-ms-correlation-request-id": [ - "9b34f66f-5577-4afe-bf48-b8eb5c5883c9" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T092938Z:9b34f66f-5577-4afe-bf48-b8eb5c5883c9" - ], - "Date": [ - "Tue, 20 Apr 2021 09:29:38 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "fafba05b-3540-450e-bbb0-5a704c2fc6a1" - ], - "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": [ - "108" - ], - "x-ms-correlation-request-id": [ - "fafba05b-3540-450e-bbb0-5a704c2fc6a1" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093010Z:fafba05b-3540-450e-bbb0-5a704c2fc6a1" - ], - "Date": [ - "Tue, 20 Apr 2021 09:30:10 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "96729218-29d0-440d-b88e-d8cb1e835f15" - ], - "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": [ - "107" - ], - "x-ms-correlation-request-id": [ - "96729218-29d0-440d-b88e-d8cb1e835f15" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093041Z:96729218-29d0-440d-b88e-d8cb1e835f15" - ], - "Date": [ - "Tue, 20 Apr 2021 09:30:41 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\": \"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/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": [ - "284fff34-1370-4186-9065-2e5284c311e8" - ], - "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": [ - "106" - ], - "x-ms-correlation-request-id": [ - "284fff34-1370-4186-9065-2e5284c311e8" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093112Z:284fff34-1370-4186-9065-2e5284c311e8" - ], - "Date": [ - "Tue, 20 Apr 2021 09:31:12 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "4a564d16-c25a-41fe-86d9-cca08f14b074" - ], - "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": [ - "105" - ], - "x-ms-correlation-request-id": [ - "4a564d16-c25a-41fe-86d9-cca08f14b074" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093143Z:4a564d16-c25a-41fe-86d9-cca08f14b074" - ], - "Date": [ - "Tue, 20 Apr 2021 09:31:42 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\": \"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/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": [ - "7b9fd405-c059-47c7-a546-67535aac0a58" - ], - "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": [ - "104" - ], - "x-ms-correlation-request-id": [ - "7b9fd405-c059-47c7-a546-67535aac0a58" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093214Z:7b9fd405-c059-47c7-a546-67535aac0a58" - ], - "Date": [ - "Tue, 20 Apr 2021 09:32:13 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "12b8abda-fd9e-4eea-ae78-debe652cab38" - ], - "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": [ - "103" - ], - "x-ms-correlation-request-id": [ - "12b8abda-fd9e-4eea-ae78-debe652cab38" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093245Z:12b8abda-fd9e-4eea-ae78-debe652cab38" - ], - "Date": [ - "Tue, 20 Apr 2021 09:32:44 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\": \"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/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": [ - "15cf96f6-be03-48df-b1ae-657f124be818" - ], - "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": [ - "102" - ], - "x-ms-correlation-request-id": [ - "15cf96f6-be03-48df-b1ae-657f124be818" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093316Z:15cf96f6-be03-48df-b1ae-657f124be818" - ], - "Date": [ - "Tue, 20 Apr 2021 09:33:15 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "5c8b23e4-cd64-48db-b9a1-1ea6461d0635" - ], - "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": [ - "101" - ], - "x-ms-correlation-request-id": [ - "5c8b23e4-cd64-48db-b9a1-1ea6461d0635" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093348Z:5c8b23e4-cd64-48db-b9a1-1ea6461d0635" - ], - "Date": [ - "Tue, 20 Apr 2021 09:33:47 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\": \"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/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": [ - "99c969cb-77a8-47af-be0e-b5febbbbf67a" - ], - "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": [ - "100" - ], - "x-ms-correlation-request-id": [ - "99c969cb-77a8-47af-be0e-b5febbbbf67a" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093419Z:99c969cb-77a8-47af-be0e-b5febbbbf67a" - ], - "Date": [ - "Tue, 20 Apr 2021 09:34:18 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "34dafb05-e77e-4071-9cbf-43961cd81fd1" - ], - "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": [ - "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": [ - "4f93c8f3-51df-4709-8386-4546d31e7035" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093521Z:4f93c8f3-51df-4709-8386-4546d31e7035" - ], - "Date": [ - "Tue, 20 Apr 2021 09:35:20 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "fd85e2df-7aac-44d0-8ec7-3a47f497b0ff" - ], - "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": [ - "97" - ], - "x-ms-correlation-request-id": [ - "fd85e2df-7aac-44d0-8ec7-3a47f497b0ff" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093552Z:fd85e2df-7aac-44d0-8ec7-3a47f497b0ff" - ], - "Date": [ - "Tue, 20 Apr 2021 09:35:51 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "16727004-0f12-434f-a0cd-0fecb0bec405" - ], - "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": [ - "96" - ], - "x-ms-correlation-request-id": [ - "16727004-0f12-434f-a0cd-0fecb0bec405" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093622Z:16727004-0f12-434f-a0cd-0fecb0bec405" - ], - "Date": [ - "Tue, 20 Apr 2021 09:36:22 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "8e940e2e-3457-4f91-a71b-f656532c36bb" - ], - "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": [ - "95" - ], - "x-ms-correlation-request-id": [ - "8e940e2e-3457-4f91-a71b-f656532c36bb" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093653Z:8e940e2e-3457-4f91-a71b-f656532c36bb" - ], - "Date": [ - "Tue, 20 Apr 2021 09:36:53 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "507fabe5-8069-453d-86f8-e92b99dca77e" - ], - "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": [ - "94" - ], - "x-ms-correlation-request-id": [ - "507fabe5-8069-453d-86f8-e92b99dca77e" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093724Z:507fabe5-8069-453d-86f8-e92b99dca77e" - ], - "Date": [ - "Tue, 20 Apr 2021 09:37:23 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "c0e874e4-57e4-4451-b712-bc71fef5a91e" - ], - "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": [ - "93" - ], - "x-ms-correlation-request-id": [ - "c0e874e4-57e4-4451-b712-bc71fef5a91e" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093755Z:c0e874e4-57e4-4451-b712-bc71fef5a91e" - ], - "Date": [ - "Tue, 20 Apr 2021 09:37:54 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "e314d0fc-2e16-401b-9d27-823c182dae26" - ], - "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": [ - "92" - ], - "x-ms-correlation-request-id": [ - "e314d0fc-2e16-401b-9d27-823c182dae26" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093826Z:e314d0fc-2e16-401b-9d27-823c182dae26" - ], - "Date": [ - "Tue, 20 Apr 2021 09:38:26 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "23a72503-83cb-44e2-b697-78dcbb13dfba" - ], - "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": [ - "91" - ], - "x-ms-correlation-request-id": [ - "23a72503-83cb-44e2-b697-78dcbb13dfba" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093859Z:23a72503-83cb-44e2-b697-78dcbb13dfba" - ], - "Date": [ - "Tue, 20 Apr 2021 09:38:59 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "ef8089b1-bbca-48ce-b1e7-c8491506e1ef" - ], - "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": [ - "90" - ], - "x-ms-correlation-request-id": [ - "ef8089b1-bbca-48ce-b1e7-c8491506e1ef" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T093930Z:ef8089b1-bbca-48ce-b1e7-c8491506e1ef" - ], - "Date": [ - "Tue, 20 Apr 2021 09:39:30 GMT" - ], - "Content-Length": [ - "971" - ], - "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\": \"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/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": [ - "1ec64794-4039-45aa-94a4-daf4b3ac12af" - ], - "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": [ - "89" - ], - "x-ms-correlation-request-id": [ - "1ec64794-4039-45aa-94a4-daf4b3ac12af" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094000Z:1ec64794-4039-45aa-94a4-daf4b3ac12af" - ], - "Date": [ - "Tue, 20 Apr 2021 09:40:00 GMT" - ], - "Content-Length": [ - "1034" - ], - "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\": \"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/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": [ - "960e66bf-21f9-4358-90bf-0fe31d15e3c7" - ], - "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" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1cf6552f-45d0-4c7b-8f8c-ff754b2dd442" - ], - "x-ms-client-request-id": [ - "960e66bf-21f9-4358-90bf-0fe31d15e3c7", - "960e66bf-21f9-4358-90bf-0fe31d15e3c7" - ], - "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" - ], - "x-ms-correlation-request-id": [ - "1cf6552f-45d0-4c7b-8f8c-ff754b2dd442" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094001Z:1cf6552f-45d0-4c7b-8f8c-ff754b2dd442" - ], - "Date": [ - "Tue, 20 Apr 2021 09:40:01 GMT" - ], - "Content-Length": [ - "1254" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "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/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": [ - "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": [ - "11996" - ], - "x-ms-request-id": [ - "a2150d94-f68c-49c6-acaa-87b3ec9ae2d2" - ], - "x-ms-correlation-request-id": [ - "a2150d94-f68c-49c6-acaa-87b3ec9ae2d2" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094003Z:a2150d94-f68c-49c6-acaa-87b3ec9ae2d2" - ], - "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": [ - "564" - ] - }, - "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/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": [ - "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": [ - "11998" - ], - "x-ms-request-id": [ - "9325b984-fad0-4515-a763-dc1421f4f2a5" - ], - "x-ms-correlation-request-id": [ - "9325b984-fad0-4515-a763-dc1421f4f2a5" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094724Z:9325b984-fad0-4515-a763-dc1421f4f2a5" - ], - "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": [ - "564" - ] - }, - "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/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\": \"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": [ - "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" - ], - "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/e90ef822-3b63-420d-a81f-048dd28d5651?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/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67795256-deab-4c60-9b90-2b7e3d38cf43" - ], - "x-ms-client-request-id": [ - "aee322ad-9493-4194-927e-0a5a7a9e9754", - "aee322ad-9493-4194-927e-0a5a7a9e9754" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "67795256-deab-4c60-9b90-2b7e3d38cf43" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094005Z:67795256-deab-4c60-9b90-2b7e3d38cf43" - ], - "Date": [ - "Tue, 20 Apr 2021 09:40:05 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%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": [ - "aee322ad-9493-4194-927e-0a5a7a9e9754" - ], - "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" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63c2683d-4905-42b0-bb3a-bb92cc39eed0" - ], - "x-ms-client-request-id": [ - "aee322ad-9493-4194-927e-0a5a7a9e9754", - "aee322ad-9493-4194-927e-0a5a7a9e9754" - ], - "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" - ], - "x-ms-correlation-request-id": [ - "63c2683d-4905-42b0-bb3a-bb92cc39eed0" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094107Z:63c2683d-4905-42b0-bb3a-bb92cc39eed0" - ], - "Date": [ - "Tue, 20 Apr 2021 09:41:06 GMT" - ], - "Content-Length": [ - "304" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "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/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": [ - "aee322ad-9493-4194-927e-0a5a7a9e9754" - ], - "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" - ], - "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/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9003a1ff-6e65-4045-81da-58b631f97173" - ], - "x-ms-client-request-id": [ - "aee322ad-9493-4194-927e-0a5a7a9e9754", - "aee322ad-9493-4194-927e-0a5a7a9e9754" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" - ], - "x-ms-correlation-request-id": [ - "9003a1ff-6e65-4045-81da-58b631f97173" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094108Z:9003a1ff-6e65-4045-81da-58b631f97173" - ], - "Date": [ - "Tue, 20 Apr 2021 09:41:08 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "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": [ - "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" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47774e7a-4107-4974-bd0b-c8dfc7707a01" - ], - "x-ms-client-request-id": [ - "aee322ad-9493-4194-927e-0a5a7a9e9754", - "aee322ad-9493-4194-927e-0a5a7a9e9754" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" - ], - "x-ms-correlation-request-id": [ - "47774e7a-4107-4974-bd0b-c8dfc7707a01" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094108Z:47774e7a-4107-4974-bd0b-c8dfc7707a01" - ], - "Date": [ - "Tue, 20 Apr 2021 09:41:08 GMT" - ], - "Content-Length": [ - "304" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "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/backupOperations/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBPcGVyYXRpb25zL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "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" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf79b0de-9d5e-475c-8874-f9f29f423217" - ], - "x-ms-client-request-id": [ - "aee322ad-9493-4194-927e-0a5a7a9e9754", - "aee322ad-9493-4194-927e-0a5a7a9e9754" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" - ], - "x-ms-correlation-request-id": [ - "bf79b0de-9d5e-475c-8874-f9f29f423217" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094109Z:bf79b0de-9d5e-475c-8874-f9f29f423217" - ], - "Date": [ - "Tue, 20 Apr 2021 09:41:09 GMT" - ], - "Content-Length": [ - "304" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "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/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": [ - "f3cfa9f0-bad3-4a67-8efe-7ec182fa2e5f" - ], - "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": [ - "86" - ], - "x-ms-correlation-request-id": [ - "f3cfa9f0-bad3-4a67-8efe-7ec182fa2e5f" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094142Z:f3cfa9f0-bad3-4a67-8efe-7ec182fa2e5f" - ], - "Date": [ - "Tue, 20 Apr 2021 09:41:42 GMT" - ], - "Content-Length": [ - "1066" - ], - "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\": \"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/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": [ - "570f7b15-2a3b-4997-8e84-53a955f8c2e8" - ], - "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": [ - "85" - ], - "x-ms-correlation-request-id": [ - "570f7b15-2a3b-4997-8e84-53a955f8c2e8" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094213Z:570f7b15-2a3b-4997-8e84-53a955f8c2e8" - ], - "Date": [ - "Tue, 20 Apr 2021 09:42:13 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\": \"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/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": [ - "7d258169-8416-4031-b152-02a9b9a53260" - ], - "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": [ - "84" - ], - "x-ms-correlation-request-id": [ - "7d258169-8416-4031-b152-02a9b9a53260" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094244Z:7d258169-8416-4031-b152-02a9b9a53260" - ], - "Date": [ - "Tue, 20 Apr 2021 09:42:43 GMT" - ], - "Content-Length": [ - "1066" - ], - "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\": \"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/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": [ - "c1ced28b-e28c-4373-b919-2dad980e67af" - ], - "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": [ - "83" - ], - "x-ms-correlation-request-id": [ - "c1ced28b-e28c-4373-b919-2dad980e67af" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094314Z:c1ced28b-e28c-4373-b919-2dad980e67af" - ], - "Date": [ - "Tue, 20 Apr 2021 09:43:14 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\": \"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/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": [ - "e762b913-cf23-4a17-b0a9-787f696626d0" - ], - "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": [ - "82" - ], - "x-ms-correlation-request-id": [ - "e762b913-cf23-4a17-b0a9-787f696626d0" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094345Z:e762b913-cf23-4a17-b0a9-787f696626d0" - ], - "Date": [ - "Tue, 20 Apr 2021 09:43:45 GMT" - ], - "Content-Length": [ - "1066" - ], - "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\": \"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/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": [ - "6999f6f9-4985-4c7c-8292-e2041e059feb" - ], - "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": [ - "81" - ], - "x-ms-correlation-request-id": [ - "6999f6f9-4985-4c7c-8292-e2041e059feb" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094416Z:6999f6f9-4985-4c7c-8292-e2041e059feb" - ], - "Date": [ - "Tue, 20 Apr 2021 09:44:16 GMT" - ], - "Content-Length": [ - "1066" - ], - "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\": \"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/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": [ - "984df84d-b18f-488e-8138-8612c849e616" - ], - "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": [ - "80" - ], - "x-ms-correlation-request-id": [ - "984df84d-b18f-488e-8138-8612c849e616" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094447Z:984df84d-b18f-488e-8138-8612c849e616" - ], - "Date": [ - "Tue, 20 Apr 2021 09:44:47 GMT" - ], - "Content-Length": [ - "1066" - ], - "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\": \"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/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": [ - "dbfcb5d8-867f-4abd-abd2-39a33259dee3" - ], - "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": [ - "79" - ], - "x-ms-correlation-request-id": [ - "dbfcb5d8-867f-4abd-abd2-39a33259dee3" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094518Z:dbfcb5d8-867f-4abd-abd2-39a33259dee3" - ], - "Date": [ - "Tue, 20 Apr 2021 09:45:18 GMT" - ], - "Content-Length": [ - "1066" - ], - "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\": \"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/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": [ - "23c93492-56b7-4ec6-859b-6a402ab59de5" - ], - "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": [ - "78" - ], - "x-ms-correlation-request-id": [ - "23c93492-56b7-4ec6-859b-6a402ab59de5" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094549Z:23c93492-56b7-4ec6-859b-6a402ab59de5" - ], - "Date": [ - "Tue, 20 Apr 2021 09:45:49 GMT" - ], - "Content-Length": [ - "1066" + "Tue, 18 May 2021 18:03:30 GMT" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "17473" ] }, - "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}", + "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/PSTestRG18f10ed7/providers/Microsoft.Storage/storageAccounts/pstestsa18f10ed7\",\r\n \"name\": \"pstestsa18f10ed7\",\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/backupJobs/e90ef822-3b63-420d-a81f-048dd28d5651?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBKb2JzL2U5MGVmODIyLTNiNjMtNDIwZC1hODFmLTA0OGRkMjhkNTY1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100/recoveryPoints/37327501082840/restore?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxOGYxMGVkNyUzQnBzdGVzdHZtMThmMTAwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE4ZjEwZWQ3JTNCcHN0ZXN0dm0xOGYxMDAvcmVjb3ZlcnlQb2ludHMvMzczMjc1MDEwODI4NDAvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMRestoreRequest\",\r\n \"recoveryPointId\": \"37327501082840\",\r\n \"recoveryType\": \"RestoreDisks\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\r\n \"storageAccountId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Storage/storageAccounts/pstestsa18f10ed7\",\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": [ - "aee322ad-9493-4194-927e-0a5a7a9e9754" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "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": [ - "d5692b98-9156-4373-8521-ea23254c41a5" - ], - "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": [ - "77" - ], - "x-ms-correlation-request-id": [ - "d5692b98-9156-4373-8521-ea23254c41a5" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094620Z:d5692b98-9156-4373-8521-ea23254c41a5" - ], - "Date": [ - "Tue, 20 Apr 2021 09:46:20 GMT" - ], - "Content-Length": [ - "1066" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "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\": \"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/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" + "application/json; charset=utf-8" ], - "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-Length": [ + "644" ] }, "ResponseHeaders": { @@ -10683,68 +7342,76 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationResults/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationsStatus/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c5558114-9b69-4472-8d42-57b616b1a074" + "03910d1d-71e8-40b6-9c6b-9159645edde0" ], "x-ms-client-request-id": [ - "aee322ad-9493-4194-927e-0a5a7a9e9754", - "aee322ad-9493-4194-927e-0a5a7a9e9754" - ], - "X-Powered-By": [ - "ASP.NET" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa", + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "76" + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "c5558114-9b69-4472-8d42-57b616b1a074" + "03910d1d-71e8-40b6-9c6b-9159645edde0" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094651Z:c5558114-9b69-4472-8d42-57b616b1a074" + "SOUTHINDIA:20210518T175624Z:03910d1d-71e8-40b6-9c6b-9159645edde0" ], "Date": [ - "Tue, 20 Apr 2021 09:46:51 GMT" - ], - "Content-Length": [ - "1066" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 17:56:23 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "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 + "ResponseBody": "", + "StatusCode": 202 }, { - "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": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100/recoveryPoints/37327501082840/restore?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxOGYxMGVkNyUzQnBzdGVzdHZtMThmMTAwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE4ZjEwZWQ3JTNCcHN0ZXN0dm0xOGYxMDAvcmVjb3ZlcnlQb2ludHMvMzczMjc1MDEwODI4NDAvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMRestoreRequest\",\r\n \"recoveryPointId\": \"37327501082840\",\r\n \"recoveryType\": \"RestoreDisks\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\r\n \"targetResourceGroupId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7\",\r\n \"storageAccountId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Storage/storageAccounts/pstestsa18f10ed7\",\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": [ - "aee322ad-9493-4194-927e-0a5a7a9e9754" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "761" ] }, "ResponseHeaders": { @@ -10754,65 +7421,67 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationResults/a519900b-4e8b-4730-af74-5a0c3491491d?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationsStatus/a519900b-4e8b-4730-af74-5a0c3491491d?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0fb67663-cba6-4dd0-86a9-f4de1572c279" + "036fe6af-f61f-4cf5-b4ae-a3102cf4853c" ], "x-ms-client-request-id": [ - "aee322ad-9493-4194-927e-0a5a7a9e9754", - "aee322ad-9493-4194-927e-0a5a7a9e9754" - ], - "X-Powered-By": [ - "ASP.NET" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1", + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "75" + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" ], "x-ms-correlation-request-id": [ - "0fb67663-cba6-4dd0-86a9-f4de1572c279" + "036fe6af-f61f-4cf5-b4ae-a3102cf4853c" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094723Z:0fb67663-cba6-4dd0-86a9-f4de1572c279" + "SOUTHINDIA:20210518T180330Z:036fe6af-f61f-4cf5-b4ae-a3102cf4853c" ], "Date": [ - "Tue, 20 Apr 2021 09:47:22 GMT" - ], - "Content-Length": [ - "1754" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 18:03:30 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "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 + "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/2c0aadc7-1876-4ecb-8ef8-e59f938dbeed?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZ2U0NGFlM2Q5O3BzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnZTQ0YWUzZDk7cHN0ZXN0dm1lNDRhZTAvb3BlcmF0aW9uc1N0YXR1cy8yYzBhYWRjNy0xODc2LTRlY2ItOGVmOC1lNTlmOTM4ZGJlZWQ/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationsStatus/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzE4ZjEwZWQ3O3BzdGVzdHZtMThmMTAwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnMThmMTBlZDc7cHN0ZXN0dm0xOGYxMDAvb3BlcmF0aW9uc1N0YXR1cy9mZGE1MDQwMS1lNThlLTQwN2UtYjJkZi1lNTFhMTQyYWZiNjU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19383552-d979-4e86-9cf7-b5780cd268a8" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10826,11 +7495,11 @@ "nosniff" ], "x-ms-request-id": [ - "9578e05b-56c3-48ee-aa54-5a6e3ca156e0" + "d4210fac-6a9f-4d16-a540-5a6a20400361" ], "x-ms-client-request-id": [ - "19383552-d979-4e86-9cf7-b5780cd268a8", - "19383552-d979-4e86-9cf7-b5780cd268a8" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa", + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10842,16 +7511,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "9578e05b-56c3-48ee-aa54-5a6e3ca156e0" + "d4210fac-6a9f-4d16-a540-5a6a20400361" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094828Z:9578e05b-56c3-48ee-aa54-5a6e3ca156e0" + "SOUTHINDIA:20210518T175724Z:d4210fac-6a9f-4d16-a540-5a6a20400361" ], "Date": [ - "Tue, 20 Apr 2021 09:48:27 GMT" + "Tue, 18 May 2021 17:57:24 GMT" ], "Content-Length": [ "304" @@ -10863,23 +7532,23 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"name\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"endTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"fda50401-e58e-407e-b2df-e51a142afb65\"\r\n }\r\n}", "StatusCode": 200 }, { - "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==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationResults/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzE4ZjEwZWQ3O3BzdGVzdHZtMThmMTAwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnMThmMTBlZDc7cHN0ZXN0dm0xOGYxMDAvb3BlcmF0aW9uUmVzdWx0cy9mZGE1MDQwMS1lNThlLTQwN2UtYjJkZi1lNTFhMTQyYWZiNjU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19383552-d979-4e86-9cf7-b5780cd268a8" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10893,17 +7562,17 @@ "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" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationsStatus/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e43782a2-819a-47d5-a3ae-8e28077eeb4f" + "be463100-f943-4f56-a0c7-f4a185e3c986" ], "x-ms-client-request-id": [ - "19383552-d979-4e86-9cf7-b5780cd268a8", - "19383552-d979-4e86-9cf7-b5780cd268a8" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa", + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10912,16 +7581,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "e43782a2-819a-47d5-a3ae-8e28077eeb4f" + "be463100-f943-4f56-a0c7-f4a185e3c986" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094828Z:e43782a2-819a-47d5-a3ae-8e28077eeb4f" + "SOUTHINDIA:20210518T175724Z:be463100-f943-4f56-a0c7-f4a185e3c986" ], "Date": [ - "Tue, 20 Apr 2021 09:48:28 GMT" + "Tue, 18 May 2021 17:57:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10934,22 +7603,22 @@ "StatusCode": 204 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2ZkYTUwNDAxLWU1OGUtNDA3ZS1iMmRmLWU1MWExNDJhZmI2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19383552-d979-4e86-9cf7-b5780cd268a8" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10963,11 +7632,11 @@ "nosniff" ], "x-ms-request-id": [ - "9eef12ea-3fcc-4ae1-ac7e-32c661611d28" + "9c650a6d-dcfb-4bf2-9463-90cbc528b4ff" ], "x-ms-client-request-id": [ - "19383552-d979-4e86-9cf7-b5780cd268a8", - "19383552-d979-4e86-9cf7-b5780cd268a8" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa", + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10979,16 +7648,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "140" ], "x-ms-correlation-request-id": [ - "9eef12ea-3fcc-4ae1-ac7e-32c661611d28" + "9c650a6d-dcfb-4bf2-9463-90cbc528b4ff" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094829Z:9eef12ea-3fcc-4ae1-ac7e-32c661611d28" + "SOUTHINDIA:20210518T175725Z:9c650a6d-dcfb-4bf2-9463-90cbc528b4ff" ], "Date": [ - "Tue, 20 Apr 2021 09:48:28 GMT" + "Tue, 18 May 2021 17:57:24 GMT" ], "Content-Length": [ "304" @@ -11000,26 +7669,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"name\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"endTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"fda50401-e58e-407e-b2df-e51a142afb65\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2ZkYTUwNDAxLWU1OGUtNDA3ZS1iMmRmLWU1MWExNDJhZmI2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19383552-d979-4e86-9cf7-b5780cd268a8" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11033,11 +7702,11 @@ "nosniff" ], "x-ms-request-id": [ - "2e5b2384-3584-435e-bd08-f30718cdedec" + "354b77b0-1a46-42e7-9159-24446ef9f67b" ], "x-ms-client-request-id": [ - "19383552-d979-4e86-9cf7-b5780cd268a8", - "19383552-d979-4e86-9cf7-b5780cd268a8" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa", + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11049,16 +7718,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "139" ], "x-ms-correlation-request-id": [ - "2e5b2384-3584-435e-bd08-f30718cdedec" + "354b77b0-1a46-42e7-9159-24446ef9f67b" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094830Z:2e5b2384-3584-435e-bd08-f30718cdedec" + "SOUTHINDIA:20210518T175725Z:354b77b0-1a46-42e7-9159-24446ef9f67b" ], "Date": [ - "Tue, 20 Apr 2021 09:48:30 GMT" + "Tue, 18 May 2021 17:57:25 GMT" ], "Content-Length": [ "304" @@ -11070,26 +7739,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"name\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"endTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"fda50401-e58e-407e-b2df-e51a142afb65\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2ZkYTUwNDAxLWU1OGUtNDA3ZS1iMmRmLWU1MWExNDJhZmI2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19383552-d979-4e86-9cf7-b5780cd268a8" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11107,11 +7776,11 @@ "nosniff" ], "x-ms-request-id": [ - "ad472772-275c-4a01-88e9-8d0d67b5a1c4" + "cbf8c3c9-2512-40ca-a170-11f7335b055c" ], "x-ms-client-request-id": [ - "19383552-d979-4e86-9cf7-b5780cd268a8", - "19383552-d979-4e86-9cf7-b5780cd268a8" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa", + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "X-Powered-By": [ "ASP.NET" @@ -11120,19 +7789,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "74" + "115" ], "x-ms-correlation-request-id": [ - "ad472772-275c-4a01-88e9-8d0d67b5a1c4" + "cbf8c3c9-2512-40ca-a170-11f7335b055c" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094830Z:ad472772-275c-4a01-88e9-8d0d67b5a1c4" + "SOUTHINDIA:20210518T175726Z:cbf8c3c9-2512-40ca-a170-11f7335b055c" ], "Date": [ - "Tue, 20 Apr 2021 09:48:30 GMT" + "Tue, 18 May 2021 17:57:25 GMT" ], "Content-Length": [ - "1372" + "1065" ], "Content-Type": [ "application/json" @@ -11141,26 +7810,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"name\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT1M1.7233983S\",\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\": \"pstestsa18f10ed7\",\r\n \"Recovery point time \": \"5/18/2021 5:25:52 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"activityId\": \"77c89476-78b5-4ec1-845a-fe1806e8a2aa\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2ZkYTUwNDAxLWU1OGUtNDA3ZS1iMmRmLWU1MWExNDJhZmI2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3ad07d72-dd5d-4965-b834-1a56ed50cbfd" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11170,35 +7839,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0aaf73b9-053b-4e6f-940e-59d91c5da27d" + "9b58206e-171a-4f8b-83fd-3fc3ee86a13d" ], "x-ms-client-request-id": [ - "3ad07d72-dd5d-4965-b834-1a56ed50cbfd" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa", + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" + ], + "X-Powered-By": [ + "ASP.NET" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "114" ], "x-ms-correlation-request-id": [ - "0aaf73b9-053b-4e6f-940e-59d91c5da27d" + "9b58206e-171a-4f8b-83fd-3fc3ee86a13d" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094834Z:0aaf73b9-053b-4e6f-940e-59d91c5da27d" + "SOUTHINDIA:20210518T175726Z:9b58206e-171a-4f8b-83fd-3fc3ee86a13d" ], "Date": [ - "Tue, 20 Apr 2021 09:48:34 GMT" + "Tue, 18 May 2021 17:57:25 GMT" ], "Content-Length": [ - "478" + "1065" ], "Content-Type": [ "application/json" @@ -11207,26 +7881,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"name\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT1M2.0667409S\",\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\": \"pstestsa18f10ed7\",\r\n \"Recovery point time \": \"5/18/2021 5:25:52 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"activityId\": \"77c89476-78b5-4ec1-845a-fe1806e8a2aa\"\r\n }\r\n}", "StatusCode": 200 }, { - "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==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2ZkYTUwNDAxLWU1OGUtNDA3ZS1iMmRmLWU1MWExNDJhZmI2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a512159-542a-47ca-a224-ef95c17df3be" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11236,39 +7910,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ca11185b-de84-4d67-98da-3955724c122f" + "02f4f416-3ffd-449a-b6a7-b88b7346a0b3" ], "x-ms-client-request-id": [ - "7a512159-542a-47ca-a224-ef95c17df3be", - "7a512159-542a-47ca-a224-ef95c17df3be" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa", + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "113" ], "x-ms-correlation-request-id": [ - "ca11185b-de84-4d67-98da-3955724c122f" + "02f4f416-3ffd-449a-b6a7-b88b7346a0b3" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094835Z:ca11185b-de84-4d67-98da-3955724c122f" + "SOUTHINDIA:20210518T175827Z:02f4f416-3ffd-449a-b6a7-b88b7346a0b3" ], "Date": [ - "Tue, 20 Apr 2021 09:48:34 GMT" + "Tue, 18 May 2021 17:58:26 GMT" ], "Content-Length": [ - "914" + "1065" ], "Content-Type": [ "application/json" @@ -11277,26 +7952,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"name\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT2M2.7217917S\",\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\": \"pstestsa18f10ed7\",\r\n \"Recovery point time \": \"5/18/2021 5:25:52 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"activityId\": \"77c89476-78b5-4ec1-845a-fe1806e8a2aa\"\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?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdlNDRhZTNkOSUzQnBzdGVzdHZtZTQ0YWUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2U0NGFlM2Q5JTNCcHN0ZXN0dm1lNDRhZTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2ZkYTUwNDAxLWU1OGUtNDA3ZS1iMmRmLWU1MWExNDJhZmI2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11306,112 +7981,40 @@ "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" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "9f029cb3-bf66-47af-bb03-a8a25cc51ba6" + "8598aaae-ac48-4a36-838c-356db3a361d8" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa", + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-correlation-request-id": [ - "9f029cb3-bf66-47af-bb03-a8a25cc51ba6" - ], - "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094836Z:9f029cb3-bf66-47af-bb03-a8a25cc51ba6" - ], - "Date": [ - "Tue, 20 Apr 2021 09:48:36 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "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": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" - ], - "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" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1970477e-390d-48fc-8d3d-3c097a0649af" - ], - "x-ms-client-request-id": [ - "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": [ - "133" + "112" ], "x-ms-correlation-request-id": [ - "1970477e-390d-48fc-8d3d-3c097a0649af" + "8598aaae-ac48-4a36-838c-356db3a361d8" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094837Z:1970477e-390d-48fc-8d3d-3c097a0649af" + "SOUTHINDIA:20210518T175927Z:8598aaae-ac48-4a36-838c-356db3a361d8" ], "Date": [ - "Tue, 20 Apr 2021 09:48:36 GMT" + "Tue, 18 May 2021 17:59:27 GMT" ], "Content-Length": [ - "188" + "1065" ], "Content-Type": [ "application/json" @@ -11420,26 +8023,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"name\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT3M3.3558244S\",\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\": \"pstestsa18f10ed7\",\r\n \"Recovery point time \": \"5/18/2021 5:25:52 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"activityId\": \"77c89476-78b5-4ec1-845a-fe1806e8a2aa\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2ZkYTUwNDAxLWU1OGUtNDA3ZS1iMmRmLWU1MWExNDJhZmI2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11449,39 +8052,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "92c5bd35-cc6d-4994-b48c-81f4e795612c" + "2b2fa13c-c239-431f-8c90-9a48fa30bf2c" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa", + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "111" ], "x-ms-correlation-request-id": [ - "92c5bd35-cc6d-4994-b48c-81f4e795612c" + "2b2fa13c-c239-431f-8c90-9a48fa30bf2c" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094843Z:92c5bd35-cc6d-4994-b48c-81f4e795612c" + "SOUTHINDIA:20210518T180028Z:2b2fa13c-c239-431f-8c90-9a48fa30bf2c" ], "Date": [ - "Tue, 20 Apr 2021 09:48:42 GMT" + "Tue, 18 May 2021 18:00:28 GMT" ], "Content-Length": [ - "188" + "1065" ], "Content-Type": [ "application/json" @@ -11490,26 +8094,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"name\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT4M4.0256316S\",\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\": \"pstestsa18f10ed7\",\r\n \"Recovery point time \": \"5/18/2021 5:25:52 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"activityId\": \"77c89476-78b5-4ec1-845a-fe1806e8a2aa\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2ZkYTUwNDAxLWU1OGUtNDA3ZS1iMmRmLWU1MWExNDJhZmI2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11519,39 +8123,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "95430ff8-eeed-4dff-a852-0d5e27829431" + "c6e4eceb-b004-498d-a855-c62a821e3683" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa", + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "110" ], "x-ms-correlation-request-id": [ - "95430ff8-eeed-4dff-a852-0d5e27829431" + "c6e4eceb-b004-498d-a855-c62a821e3683" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094848Z:95430ff8-eeed-4dff-a852-0d5e27829431" + "SOUTHINDIA:20210518T180129Z:c6e4eceb-b004-498d-a855-c62a821e3683" ], "Date": [ - "Tue, 20 Apr 2021 09:48:47 GMT" + "Tue, 18 May 2021 18:01:28 GMT" ], "Content-Length": [ - "188" + "1065" ], "Content-Type": [ "application/json" @@ -11560,26 +8165,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"name\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT5M4.6869937S\",\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\": \"pstestsa18f10ed7\",\r\n \"Recovery point time \": \"5/18/2021 5:25:52 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"activityId\": \"77c89476-78b5-4ec1-845a-fe1806e8a2aa\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2ZkYTUwNDAxLWU1OGUtNDA3ZS1iMmRmLWU1MWExNDJhZmI2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11589,39 +8194,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "4e0ab857-8699-4c29-942c-0efa78a75a16" + "de2d8968-a58c-444a-9ba0-aa1662dabf35" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa", + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "109" ], "x-ms-correlation-request-id": [ - "4e0ab857-8699-4c29-942c-0efa78a75a16" + "de2d8968-a58c-444a-9ba0-aa1662dabf35" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094854Z:4e0ab857-8699-4c29-942c-0efa78a75a16" + "SOUTHINDIA:20210518T180229Z:de2d8968-a58c-444a-9ba0-aa1662dabf35" ], "Date": [ - "Tue, 20 Apr 2021 09:48:53 GMT" + "Tue, 18 May 2021 18:02:29 GMT" ], "Content-Length": [ - "188" + "1065" ], "Content-Type": [ "application/json" @@ -11630,26 +8236,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"name\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT6M5.3653932S\",\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\": \"pstestsa18f10ed7\",\r\n \"Recovery point time \": \"5/18/2021 5:25:52 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"activityId\": \"77c89476-78b5-4ec1-845a-fe1806e8a2aa\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2ZkYTUwNDAxLWU1OGUtNDA3ZS1iMmRmLWU1MWExNDJhZmI2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11659,39 +8265,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b557c020-90bd-45fe-bede-b4919b11a6cc" + "bf8f8e3c-96aa-4eb5-a835-9388ca2ac570" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "77c89476-78b5-4ec1-845a-fe1806e8a2aa", + "77c89476-78b5-4ec1-845a-fe1806e8a2aa" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "108" ], "x-ms-correlation-request-id": [ - "b557c020-90bd-45fe-bede-b4919b11a6cc" + "bf8f8e3c-96aa-4eb5-a835-9388ca2ac570" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094900Z:b557c020-90bd-45fe-bede-b4919b11a6cc" + "SOUTHINDIA:20210518T180330Z:bf8f8e3c-96aa-4eb5-a835-9388ca2ac570" ], "Date": [ - "Tue, 20 Apr 2021 09:49:00 GMT" + "Tue, 18 May 2021 18:03:29 GMT" ], "Content-Length": [ - "188" + "1755" ], "Content-Type": [ "application/json" @@ -11700,26 +8307,23 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"name\": \"fda50401-e58e-407e-b2df-e51a142afb65\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT7M5.1724894S\",\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\": \"pstestsa18f10ed7\",\r\n \"Recovery point time \": \"5/18/2021 5:25:52 PM\",\r\n \"Config Blob Name\": \"config-pstestvm18f100-fda50401-e58e-407e-b2df-e51a142afb65.json\",\r\n \"Config Blob Container Name\": \"pstestvm18f100-a10fa344aabb44628e68098259f6cc96\",\r\n \"Config Blob Uri\": \"https://pstestsa18f10ed7.blob.core.windows.net/pstestvm18f100-a10fa344aabb44628e68098259f6cc96/config-pstestvm18f100-fda50401-e58e-407e-b2df-e51a142afb65.json\",\r\n \"Template Blob Uri\": \"https://pstestsa18f10ed7.blob.core.windows.net/pstestvm18f100-a10fa344aabb44628e68098259f6cc96/azuredeployfda50401-e58e-407e-b2df-e51a142afb65.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\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T17:56:23.9184217Z\",\r\n \"endTime\": \"2021-05-18T18:03:29.0909111Z\",\r\n \"activityId\": \"77c89476-78b5-4ec1-845a-fe1806e8a2aa\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationsStatus/a519900b-4e8b-4730-af74-5a0c3491491d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzE4ZjEwZWQ3O3BzdGVzdHZtMThmMTAwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnMThmMTBlZDc7cHN0ZXN0dm0xOGYxMDAvb3BlcmF0aW9uc1N0YXR1cy9hNTE5OTAwYi00ZThiLTQ3MzAtYWY3NC01YTBjMzQ5MTQ5MWQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" - ], - "Accept-Language": [ - "en-US" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11733,11 +8337,11 @@ "nosniff" ], "x-ms-request-id": [ - "9afcc331-b1c8-49c3-892f-8b83969ce61c" + "fe28db9e-5746-4585-8de5-c36795ffe486" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1", + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11749,19 +8353,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "148" ], "x-ms-correlation-request-id": [ - "9afcc331-b1c8-49c3-892f-8b83969ce61c" + "fe28db9e-5746-4585-8de5-c36795ffe486" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094905Z:9afcc331-b1c8-49c3-892f-8b83969ce61c" + "SOUTHINDIA:20210518T180431Z:fe28db9e-5746-4585-8de5-c36795ffe486" ], "Date": [ - "Tue, 20 Apr 2021 09:49:05 GMT" + "Tue, 18 May 2021 18:04:31 GMT" ], "Content-Length": [ - "188" + "304" ], "Content-Type": [ "application/json" @@ -11770,26 +8374,23 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"a519900b-4e8b-4730-af74-5a0c3491491d\",\r\n \"name\": \"a519900b-4e8b-4730-af74-5a0c3491491d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T18:03:30.7652223Z\",\r\n \"endTime\": \"2021-05-18T18:03:30.7652223Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a519900b-4e8b-4730-af74-5a0c3491491d\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationResults/a519900b-4e8b-4730-af74-5a0c3491491d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzE4ZjEwZWQ3O3BzdGVzdHZtMThmMTAwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnMThmMTBlZDc7cHN0ZXN0dm0xOGYxMDAvb3BlcmF0aW9uUmVzdWx0cy9hNTE5OTAwYi00ZThiLTQ3MzAtYWY3NC01YTBjMzQ5MTQ5MWQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" - ], - "Accept-Language": [ - "en-US" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11799,67 +8400,67 @@ "Pragma": [ "no-cache" ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/protectedItems/VM;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100/operationsStatus/a519900b-4e8b-4730-af74-5a0c3491491d?api-version=2021-03-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "1a7bc418-6e16-455d-91e4-64940a0fc9f9" + "3c4819bd-6111-44e5-9640-c4c221fda53f" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1", + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-IIS/10.0" - ], "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "148" ], "x-ms-correlation-request-id": [ - "1a7bc418-6e16-455d-91e4-64940a0fc9f9" + "3c4819bd-6111-44e5-9640-c4c221fda53f" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094911Z:1a7bc418-6e16-455d-91e4-64940a0fc9f9" + "SOUTHINDIA:20210518T180431Z:3c4819bd-6111-44e5-9640-c4c221fda53f" ], "Date": [ - "Tue, 20 Apr 2021 09:49:10 GMT" - ], - "Content-Length": [ - "188" + "Tue, 18 May 2021 18:04:31 GMT" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "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 + "ResponseBody": "", + "StatusCode": 204 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/a519900b-4e8b-4730-af74-5a0c3491491d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2E1MTk5MDBiLTRlOGItNDczMC1hZjc0LTVhMGMzNDkxNDkxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11873,11 +8474,11 @@ "nosniff" ], "x-ms-request-id": [ - "16ab3d39-0022-490c-8911-ee6473260b6c" + "d67ba390-08a9-4bb1-a4f0-238837b48ffc" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1", + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11889,19 +8490,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "138" ], "x-ms-correlation-request-id": [ - "16ab3d39-0022-490c-8911-ee6473260b6c" + "d67ba390-08a9-4bb1-a4f0-238837b48ffc" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094917Z:16ab3d39-0022-490c-8911-ee6473260b6c" + "SOUTHINDIA:20210518T180431Z:d67ba390-08a9-4bb1-a4f0-238837b48ffc" ], "Date": [ - "Tue, 20 Apr 2021 09:49:16 GMT" + "Tue, 18 May 2021 18:04:31 GMT" ], "Content-Length": [ - "188" + "304" ], "Content-Type": [ "application/json" @@ -11910,26 +8511,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"a519900b-4e8b-4730-af74-5a0c3491491d\",\r\n \"name\": \"a519900b-4e8b-4730-af74-5a0c3491491d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T18:03:30.7652223Z\",\r\n \"endTime\": \"2021-05-18T18:03:30.7652223Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a519900b-4e8b-4730-af74-5a0c3491491d\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/a519900b-4e8b-4730-af74-5a0c3491491d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2E1MTk5MDBiLTRlOGItNDczMC1hZjc0LTVhMGMzNDkxNDkxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11943,11 +8544,11 @@ "nosniff" ], "x-ms-request-id": [ - "c71df854-fba5-4579-a6c7-b3356e604ed3" + "e8bf51ba-2a1b-4907-a169-5d7a18c8b9c9" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1", + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11959,19 +8560,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "137" ], "x-ms-correlation-request-id": [ - "c71df854-fba5-4579-a6c7-b3356e604ed3" + "e8bf51ba-2a1b-4907-a169-5d7a18c8b9c9" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094922Z:c71df854-fba5-4579-a6c7-b3356e604ed3" + "SOUTHINDIA:20210518T180432Z:e8bf51ba-2a1b-4907-a169-5d7a18c8b9c9" ], "Date": [ - "Tue, 20 Apr 2021 09:49:22 GMT" + "Tue, 18 May 2021 18:04:31 GMT" ], "Content-Length": [ - "188" + "304" ], "Content-Type": [ "application/json" @@ -11980,26 +8581,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"a519900b-4e8b-4730-af74-5a0c3491491d\",\r\n \"name\": \"a519900b-4e8b-4730-af74-5a0c3491491d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T18:03:30.7652223Z\",\r\n \"endTime\": \"2021-05-18T18:03:30.7652223Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a519900b-4e8b-4730-af74-5a0c3491491d\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/a519900b-4e8b-4730-af74-5a0c3491491d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzL2E1MTk5MDBiLTRlOGItNDczMC1hZjc0LTVhMGMzNDkxNDkxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12009,39 +8610,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "3d2e1e69-6c09-4ed3-ac73-1b9fa3ad2e82" + "4b7e1ab4-774a-441e-b972-b6319ed78f05" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1", + "83de1ff4-fe13-4695-934d-a8c2ccd5c0e1" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "107" ], "x-ms-correlation-request-id": [ - "3d2e1e69-6c09-4ed3-ac73-1b9fa3ad2e82" + "4b7e1ab4-774a-441e-b972-b6319ed78f05" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094928Z:3d2e1e69-6c09-4ed3-ac73-1b9fa3ad2e82" + "SOUTHINDIA:20210518T180432Z:4b7e1ab4-774a-441e-b972-b6319ed78f05" ], "Date": [ - "Tue, 20 Apr 2021 09:49:28 GMT" + "Tue, 18 May 2021 18:04:31 GMT" ], "Content-Length": [ - "188" + "1416" ], "Content-Type": [ "application/json" @@ -12050,26 +8652,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/a519900b-4e8b-4730-af74-5a0c3491491d\",\r\n \"name\": \"a519900b-4e8b-4730-af74-5a0c3491491d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT0.8106432S\",\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\": \"pstestsa18f10ed7\",\r\n \"Recovery point time \": null,\r\n \"Target resource group\": \"PSTestRG18f10ed7\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"estimatedRemainingDuration\": \"PT0S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Failed\",\r\n \"startTime\": \"2021-05-18T18:03:30.7652223Z\",\r\n \"endTime\": \"2021-05-18T18:03:31.5758655Z\",\r\n \"activityId\": \"83de1ff4-fe13-4695-934d-a8c2ccd5c0e1\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "036ce3d1-d1d0-4302-bdac-7fdb4735b8e6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, "ResponseHeaders": { @@ -12083,11 +8685,10 @@ "nosniff" ], "x-ms-request-id": [ - "14092576-6746-4cf3-8f9f-ecf65a7dd7c8" + "c6296fbe-eb3d-47c2-bb51-d55427b2ad42" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "036ce3d1-d1d0-4302-bdac-7fdb4735b8e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12095,23 +8696,20 @@ "Server": [ "Microsoft-IIS/10.0" ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "123" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-correlation-request-id": [ - "14092576-6746-4cf3-8f9f-ecf65a7dd7c8" + "c6296fbe-eb3d-47c2-bb51-d55427b2ad42" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094934Z:14092576-6746-4cf3-8f9f-ecf65a7dd7c8" + "SOUTHINDIA:20210518T180432Z:c6296fbe-eb3d-47c2-bb51-d55427b2ad42" ], "Date": [ - "Tue, 20 Apr 2021 09:49:34 GMT" + "Tue, 18 May 2021 18:04:32 GMT" ], "Content-Length": [ - "188" + "478" ], "Content-Type": [ "application/json" @@ -12120,26 +8718,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV18f10ed7\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T17%3A23%3A58.3720686Z'\\\"\",\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/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7\",\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/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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "ac313b34-ecf8-4d77-b268-8e65897d9080" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12153,11 +8751,11 @@ "nosniff" ], "x-ms-request-id": [ - "502df4dc-a94d-493c-b3ce-741173162f3d" + "7b5fc1d2-565b-457d-9c32-22e6de70196b" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "ac313b34-ecf8-4d77-b268-8e65897d9080", + "ac313b34-ecf8-4d77-b268-8e65897d9080" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12169,19 +8767,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "122" + "147" ], "x-ms-correlation-request-id": [ - "502df4dc-a94d-493c-b3ce-741173162f3d" + "7b5fc1d2-565b-457d-9c32-22e6de70196b" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094939Z:502df4dc-a94d-493c-b3ce-741173162f3d" + "SOUTHINDIA:20210518T180433Z:7b5fc1d2-565b-457d-9c32-22e6de70196b" ], "Date": [ - "Tue, 20 Apr 2021 09:49:38 GMT" + "Tue, 18 May 2021 18:04:32 GMT" ], "Content-Length": [ - "188" + "914" ], "Content-Type": [ "application/json" @@ -12190,26 +8788,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.Compute/virtualMachines/PSTestVM18f100\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG18f10ed7\",\r\n \"friendlyName\": \"PSTestVM18f100\",\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/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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg18f10ed7%3Bpstestvm18f100?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxOGYxMGVkNyUzQnBzdGVzdHZtMThmMTAwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE4ZjEwZWQ3JTNCcHN0ZXN0dm0xOGYxMDA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12219,67 +8817,70 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperationResults/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "518527fb-4a6c-4db8-835e-d9df8bb29500" + "3bfba657-c328-4a1e-ab42-d2fa345c2678" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-IIS/10.0" - ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "518527fb-4a6c-4db8-835e-d9df8bb29500" + "3bfba657-c328-4a1e-ab42-d2fa345c2678" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094945Z:518527fb-4a6c-4db8-835e-d9df8bb29500" + "SOUTHINDIA:20210518T180433Z:3bfba657-c328-4a1e-ab42-d2fa345c2678" ], "Date": [ - "Tue, 20 Apr 2021 09:49:45 GMT" - ], - "Content-Length": [ - "188" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 18:04:33 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "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 + "ResponseBody": "", + "StatusCode": 202 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2Q2ZTBkMzE1LWQxYzctNDc2NS04OTMzLTJhOGIzNzNjM2UxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12293,11 +8894,11 @@ "nosniff" ], "x-ms-request-id": [ - "7b9673d3-a30a-4ae2-86ed-78b62d48a1d2" + "e84331a1-98f4-486c-b7c7-3043e45b78a4" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12309,16 +8910,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "136" ], "x-ms-correlation-request-id": [ - "7b9673d3-a30a-4ae2-86ed-78b62d48a1d2" + "e84331a1-98f4-486c-b7c7-3043e45b78a4" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094951Z:7b9673d3-a30a-4ae2-86ed-78b62d48a1d2" + "SOUTHINDIA:20210518T180433Z:e84331a1-98f4-486c-b7c7-3043e45b78a4" ], "Date": [ - "Tue, 20 Apr 2021 09:49:50 GMT" + "Tue, 18 May 2021 18:04:33 GMT" ], "Content-Length": [ "188" @@ -12330,26 +8931,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"name\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2Q2ZTBkMzE1LWQxYzctNDc2NS04OTMzLTJhOGIzNzNjM2UxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12363,11 +8964,11 @@ "nosniff" ], "x-ms-request-id": [ - "d1f581cb-f443-4b5f-aa7e-78840d319b82" + "0164728a-442f-4a17-93ff-8d9df88b7d56" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12379,16 +8980,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "119" + "135" ], "x-ms-correlation-request-id": [ - "d1f581cb-f443-4b5f-aa7e-78840d319b82" + "0164728a-442f-4a17-93ff-8d9df88b7d56" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T094956Z:d1f581cb-f443-4b5f-aa7e-78840d319b82" + "SOUTHINDIA:20210518T180444Z:0164728a-442f-4a17-93ff-8d9df88b7d56" ], "Date": [ - "Tue, 20 Apr 2021 09:49:56 GMT" + "Tue, 18 May 2021 18:04:43 GMT" ], "Content-Length": [ "188" @@ -12400,26 +9001,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"name\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2Q2ZTBkMzE1LWQxYzctNDc2NS04OTMzLTJhOGIzNzNjM2UxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12433,11 +9034,11 @@ "nosniff" ], "x-ms-request-id": [ - "544f4f5a-7f78-4a08-8160-f15b5c57ad6d" + "442a01b1-3a71-464e-98bc-f63ba16e8343" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12449,16 +9050,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "118" + "134" ], "x-ms-correlation-request-id": [ - "544f4f5a-7f78-4a08-8160-f15b5c57ad6d" + "442a01b1-3a71-464e-98bc-f63ba16e8343" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095002Z:544f4f5a-7f78-4a08-8160-f15b5c57ad6d" + "SOUTHINDIA:20210518T180454Z:442a01b1-3a71-464e-98bc-f63ba16e8343" ], "Date": [ - "Tue, 20 Apr 2021 09:50:01 GMT" + "Tue, 18 May 2021 18:04:53 GMT" ], "Content-Length": [ "188" @@ -12470,26 +9071,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"name\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2Q2ZTBkMzE1LWQxYzctNDc2NS04OTMzLTJhOGIzNzNjM2UxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12503,11 +9104,11 @@ "nosniff" ], "x-ms-request-id": [ - "d2e4feac-451d-40c1-8f39-b3b9e33423cc" + "8f4ded6e-b1f3-4410-98ba-d7d1852c871f" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12519,16 +9120,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" + "133" ], "x-ms-correlation-request-id": [ - "d2e4feac-451d-40c1-8f39-b3b9e33423cc" + "8f4ded6e-b1f3-4410-98ba-d7d1852c871f" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095007Z:d2e4feac-451d-40c1-8f39-b3b9e33423cc" + "SOUTHINDIA:20210518T180504Z:8f4ded6e-b1f3-4410-98ba-d7d1852c871f" ], "Date": [ - "Tue, 20 Apr 2021 09:50:07 GMT" + "Tue, 18 May 2021 18:05:03 GMT" ], "Content-Length": [ "188" @@ -12540,26 +9141,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"name\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2Q2ZTBkMzE1LWQxYzctNDc2NS04OTMzLTJhOGIzNzNjM2UxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12573,11 +9174,11 @@ "nosniff" ], "x-ms-request-id": [ - "a4a28c63-ee95-47ad-9810-a26409e08f91" + "20f2a836-f4c0-41d8-9cb9-9a1fa9338c07" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12589,16 +9190,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "116" + "132" ], "x-ms-correlation-request-id": [ - "a4a28c63-ee95-47ad-9810-a26409e08f91" + "20f2a836-f4c0-41d8-9cb9-9a1fa9338c07" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095013Z:a4a28c63-ee95-47ad-9810-a26409e08f91" + "SOUTHINDIA:20210518T180514Z:20f2a836-f4c0-41d8-9cb9-9a1fa9338c07" ], "Date": [ - "Tue, 20 Apr 2021 09:50:13 GMT" + "Tue, 18 May 2021 18:05:13 GMT" ], "Content-Length": [ "188" @@ -12610,26 +9211,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"name\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2Q2ZTBkMzE1LWQxYzctNDc2NS04OTMzLTJhOGIzNzNjM2UxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12643,11 +9244,11 @@ "nosniff" ], "x-ms-request-id": [ - "9d5e1807-79f2-4618-9aba-c429d74dc638" + "fb4f1a1e-260a-4f36-9fa0-9a9af9036961" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12659,16 +9260,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "115" + "131" ], "x-ms-correlation-request-id": [ - "9d5e1807-79f2-4618-9aba-c429d74dc638" + "fb4f1a1e-260a-4f36-9fa0-9a9af9036961" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095019Z:9d5e1807-79f2-4618-9aba-c429d74dc638" + "SOUTHINDIA:20210518T180524Z:fb4f1a1e-260a-4f36-9fa0-9a9af9036961" ], "Date": [ - "Tue, 20 Apr 2021 09:50:19 GMT" + "Tue, 18 May 2021 18:05:24 GMT" ], "Content-Length": [ "188" @@ -12680,26 +9281,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"name\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2Q2ZTBkMzE1LWQxYzctNDc2NS04OTMzLTJhOGIzNzNjM2UxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12713,11 +9314,11 @@ "nosniff" ], "x-ms-request-id": [ - "56e7964a-1c31-4e0c-b8cf-1129285428fa" + "596c1758-48e3-43bc-9e4d-019dc6dd5677" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12729,16 +9330,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "114" + "130" ], "x-ms-correlation-request-id": [ - "56e7964a-1c31-4e0c-b8cf-1129285428fa" + "596c1758-48e3-43bc-9e4d-019dc6dd5677" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095024Z:56e7964a-1c31-4e0c-b8cf-1129285428fa" + "SOUTHINDIA:20210518T180535Z:596c1758-48e3-43bc-9e4d-019dc6dd5677" ], "Date": [ - "Tue, 20 Apr 2021 09:50:23 GMT" + "Tue, 18 May 2021 18:05:34 GMT" ], "Content-Length": [ "188" @@ -12750,26 +9351,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"name\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2Q2ZTBkMzE1LWQxYzctNDc2NS04OTMzLTJhOGIzNzNjM2UxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12783,11 +9384,11 @@ "nosniff" ], "x-ms-request-id": [ - "7710a2d1-2dae-44f0-a6a3-021d805d0a00" + "d5183370-baf8-4f9d-9bba-d7696a0d8d7b" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12799,16 +9400,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "113" + "129" ], "x-ms-correlation-request-id": [ - "7710a2d1-2dae-44f0-a6a3-021d805d0a00" + "d5183370-baf8-4f9d-9bba-d7696a0d8d7b" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095030Z:7710a2d1-2dae-44f0-a6a3-021d805d0a00" + "SOUTHINDIA:20210518T180545Z:d5183370-baf8-4f9d-9bba-d7696a0d8d7b" ], "Date": [ - "Tue, 20 Apr 2021 09:50:30 GMT" + "Tue, 18 May 2021 18:05:45 GMT" ], "Content-Length": [ "188" @@ -12820,26 +9421,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"name\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2Q2ZTBkMzE1LWQxYzctNDc2NS04OTMzLTJhOGIzNzNjM2UxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12853,11 +9454,11 @@ "nosniff" ], "x-ms-request-id": [ - "3ce923de-9be2-4355-a18e-779d6caea5d0" + "a91db875-d084-48c4-af03-a71f2b895fc5" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12869,16 +9470,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "112" + "128" ], "x-ms-correlation-request-id": [ - "3ce923de-9be2-4355-a18e-779d6caea5d0" + "a91db875-d084-48c4-af03-a71f2b895fc5" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095036Z:3ce923de-9be2-4355-a18e-779d6caea5d0" + "SOUTHINDIA:20210518T180555Z:a91db875-d084-48c4-af03-a71f2b895fc5" ], "Date": [ - "Tue, 20 Apr 2021 09:50:35 GMT" + "Tue, 18 May 2021 18:05:55 GMT" ], "Content-Length": [ "188" @@ -12890,26 +9491,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"name\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2Q2ZTBkMzE1LWQxYzctNDc2NS04OTMzLTJhOGIzNzNjM2UxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12923,11 +9524,11 @@ "nosniff" ], "x-ms-request-id": [ - "c1b8fde6-291a-44ee-813c-78df6429c1ab" + "cf1092e3-4893-410b-8415-19441b46e94f" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12939,16 +9540,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "111" + "127" ], "x-ms-correlation-request-id": [ - "c1b8fde6-291a-44ee-813c-78df6429c1ab" + "cf1092e3-4893-410b-8415-19441b46e94f" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095041Z:c1b8fde6-291a-44ee-813c-78df6429c1ab" + "SOUTHINDIA:20210518T180605Z:cf1092e3-4893-410b-8415-19441b46e94f" ], "Date": [ - "Tue, 20 Apr 2021 09:50:41 GMT" + "Tue, 18 May 2021 18:06:05 GMT" ], "Content-Length": [ "188" @@ -12960,26 +9561,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"name\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2Q2ZTBkMzE1LWQxYzctNDc2NS04OTMzLTJhOGIzNzNjM2UxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12993,11 +9594,11 @@ "nosniff" ], "x-ms-request-id": [ - "3d515a75-abf2-4af5-841d-5859344d80c1" + "4b79711c-bfd6-4e85-ba75-1fcc5e1ec8d7" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13009,16 +9610,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "110" + "126" ], "x-ms-correlation-request-id": [ - "3d515a75-abf2-4af5-841d-5859344d80c1" + "4b79711c-bfd6-4e85-ba75-1fcc5e1ec8d7" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095047Z:3d515a75-abf2-4af5-841d-5859344d80c1" + "SOUTHINDIA:20210518T180615Z:4b79711c-bfd6-4e85-ba75-1fcc5e1ec8d7" ], "Date": [ - "Tue, 20 Apr 2021 09:50:47 GMT" + "Tue, 18 May 2021 18:06:15 GMT" ], "Content-Length": [ "188" @@ -13030,26 +9631,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"name\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2Q2ZTBkMzE1LWQxYzctNDc2NS04OTMzLTJhOGIzNzNjM2UxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13063,11 +9664,11 @@ "nosniff" ], "x-ms-request-id": [ - "89626ab0-c0af-480c-84d7-a540a220a485" + "9668200f-de96-4b3c-9436-58003880220b" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13079,16 +9680,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "109" + "125" ], "x-ms-correlation-request-id": [ - "89626ab0-c0af-480c-84d7-a540a220a485" + "9668200f-de96-4b3c-9436-58003880220b" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095053Z:89626ab0-c0af-480c-84d7-a540a220a485" + "SOUTHINDIA:20210518T180626Z:9668200f-de96-4b3c-9436-58003880220b" ], "Date": [ - "Tue, 20 Apr 2021 09:50:52 GMT" + "Tue, 18 May 2021 18:06:25 GMT" ], "Content-Length": [ "304" @@ -13100,26 +9701,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"name\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"9becc35c-2b62-465e-81d4-c66093154a05\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupOperations/d6e0d315-d1c7-4765-8933-2a8b373c3e1d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBPcGVyYXRpb25zL2Q2ZTBkMzE1LWQxYzctNDc2NS04OTMzLTJhOGIzNzNjM2UxZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13133,11 +9734,11 @@ "nosniff" ], "x-ms-request-id": [ - "cc11880a-4277-43cc-977b-201663c52fb1" + "dd2dc004-a1ee-4708-8bf8-052af57545e2" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13149,16 +9750,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "108" + "124" ], "x-ms-correlation-request-id": [ - "cc11880a-4277-43cc-977b-201663c52fb1" + "dd2dc004-a1ee-4708-8bf8-052af57545e2" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095054Z:cc11880a-4277-43cc-977b-201663c52fb1" + "SOUTHINDIA:20210518T180626Z:dd2dc004-a1ee-4708-8bf8-052af57545e2" ], "Date": [ - "Tue, 20 Apr 2021 09:50:54 GMT" + "Tue, 18 May 2021 18:06:25 GMT" ], "Content-Length": [ "304" @@ -13170,26 +9771,26 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"name\": \"d6e0d315-d1c7-4765-8933-2a8b373c3e1d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"9becc35c-2b62-465e-81d4-c66093154a05\"\r\n }\r\n}", "StatusCode": 200 }, { - "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", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/9becc35c-2b62-465e-81d4-c66093154a05?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNy9iYWNrdXBKb2JzLzliZWNjMzVjLTJiNjItNDY1ZS04MWQ0LWM2NjA5MzE1NGEwNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13207,11 +9808,11 @@ "nosniff" ], "x-ms-request-id": [ - "840e672e-fd1a-4d18-a488-beaa64a945bb" + "a3ad5c75-ab67-4225-a83f-82d27c521578" ], "x-ms-client-request-id": [ - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c", - "a70ed0d1-eb7b-49be-9298-1c689b6ec15c" + "b351b02c-94dc-4fb8-9b41-fd9020159534", + "b351b02c-94dc-4fb8-9b41-fd9020159534" ], "X-Powered-By": [ "ASP.NET" @@ -13220,16 +9821,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "73" + "106" ], "x-ms-correlation-request-id": [ - "840e672e-fd1a-4d18-a488-beaa64a945bb" + "a3ad5c75-ab67-4225-a83f-82d27c521578" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095055Z:840e672e-fd1a-4d18-a488-beaa64a945bb" + "SOUTHINDIA:20210518T180626Z:a3ad5c75-ab67-4225-a83f-82d27c521578" ], "Date": [ - "Tue, 20 Apr 2021 09:50:54 GMT" + "Tue, 18 May 2021 18:06:25 GMT" ], "Content-Length": [ "845" @@ -13241,25 +9842,25 @@ "-1" ] }, - "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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7/backupJobs/9becc35c-2b62-465e-81d4-c66093154a05\",\r\n \"name\": \"9becc35c-2b62-465e-81d4-c66093154a05\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg18f10ed7;pstestvm18f100\",\r\n \"duration\": \"PT1M51.9556125S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM18f100\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM18f100\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T18:04:33.5460716Z\",\r\n \"endTime\": \"2021-05-18T18:06:25.5016841Z\",\r\n \"activityId\": \"b351b02c-94dc-4fb8-9b41-fd9020159534\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGe44ae3d9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVe44ae3d9?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZlNDRhZTNkOT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG18f10ed7/providers/Microsoft.RecoveryServices/vaults/PSTestRSV18f10ed7?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMThmMTBlZDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxOGYxMGVkNz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e04eacdc-7d2b-4207-80a2-f2a8abd80f2c" + "0c3b9c22-b5cb-46e9-998f-519e22b12530" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -13274,25 +9875,25 @@ "nosniff" ], "x-ms-request-id": [ - "c3cfa5a7-2f5d-44f3-8089-93db4656cb12" + "9634e33e-52ef-439e-95cd-3aaa285d45d7" ], "x-ms-client-request-id": [ - "e04eacdc-7d2b-4207-80a2-f2a8abd80f2c" + "0c3b9c22-b5cb-46e9-998f-519e22b12530" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "8" + "9" ], "x-ms-correlation-request-id": [ - "c3cfa5a7-2f5d-44f3-8089-93db4656cb12" + "9634e33e-52ef-439e-95cd-3aaa285d45d7" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095106Z:c3cfa5a7-2f5d-44f3-8089-93db4656cb12" + "SOUTHINDIA:20210518T180628Z:9634e33e-52ef-439e-95cd-3aaa285d45d7" ], "Date": [ - "Tue, 20 Apr 2021 09:51:06 GMT" + "Tue, 18 May 2021 18:06:28 GMT" ], "Expires": [ "-1" @@ -13305,22 +9906,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGe44ae3d9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZTQ0YWUzZDk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG18f10ed7?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMThmMTBlZDc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "44cf9b54-337b-4d4b-a57d-80f3875be8b6" + "5f82ba54-ba49-4a8c-af9d-fe68d6dac46b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13331,22 +9932,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "a4d8a9f5-bd52-4650-88f9-13686aba6978" + "5a3e8699-5a27-4961-9a13-0c570a3d22c5" ], "x-ms-correlation-request-id": [ - "a4d8a9f5-bd52-4650-88f9-13686aba6978" + "5a3e8699-5a27-4961-9a13-0c570a3d22c5" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095112Z:a4d8a9f5-bd52-4650-88f9-13686aba6978" + "SOUTHINDIA:20210518T180630Z:5a3e8699-5a27-4961-9a13-0c570a3d22c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13355,7 +9956,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:51:11 GMT" + "Tue, 18 May 2021 18:06:30 GMT" ], "Expires": [ "-1" @@ -13368,16 +9969,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekU0UmpFd1JVUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13388,22 +9989,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11996" ], "x-ms-request-id": [ - "533315bf-4ebe-477a-84dd-a2c9be9b5efe" + "d8fbd7f3-101e-47e6-8218-ae0d1534cd18" ], "x-ms-correlation-request-id": [ - "533315bf-4ebe-477a-84dd-a2c9be9b5efe" + "d8fbd7f3-101e-47e6-8218-ae0d1534cd18" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095127Z:533315bf-4ebe-477a-84dd-a2c9be9b5efe" + "SOUTHINDIA:20210518T180645Z:d8fbd7f3-101e-47e6-8218-ae0d1534cd18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13412,7 +10013,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:51:26 GMT" + "Tue, 18 May 2021 18:06:45 GMT" ], "Expires": [ "-1" @@ -13425,16 +10026,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekU0UmpFd1JVUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13445,22 +10046,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11995" ], "x-ms-request-id": [ - "03c71a75-63ff-46a6-8159-99c00a971f42" + "3a2c864e-5bd5-4610-ae76-644cf8f772c0" ], "x-ms-correlation-request-id": [ - "03c71a75-63ff-46a6-8159-99c00a971f42" + "3a2c864e-5bd5-4610-ae76-644cf8f772c0" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095143Z:03c71a75-63ff-46a6-8159-99c00a971f42" + "SOUTHINDIA:20210518T180700Z:3a2c864e-5bd5-4610-ae76-644cf8f772c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13469,7 +10070,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:51:43 GMT" + "Tue, 18 May 2021 18:07:00 GMT" ], "Expires": [ "-1" @@ -13482,16 +10083,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekU0UmpFd1JVUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13502,22 +10103,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11994" ], "x-ms-request-id": [ - "6566c70e-f868-4e3e-9323-23d8d3cb2538" + "7c8e95d6-51f0-49ea-a7e8-33b6ad9ad5af" ], "x-ms-correlation-request-id": [ - "6566c70e-f868-4e3e-9323-23d8d3cb2538" + "7c8e95d6-51f0-49ea-a7e8-33b6ad9ad5af" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095159Z:6566c70e-f868-4e3e-9323-23d8d3cb2538" + "SOUTHINDIA:20210518T180715Z:7c8e95d6-51f0-49ea-a7e8-33b6ad9ad5af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13526,7 +10127,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:51:59 GMT" + "Tue, 18 May 2021 18:07:15 GMT" ], "Expires": [ "-1" @@ -13539,16 +10140,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekU0UmpFd1JVUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13559,22 +10160,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11993" ], "x-ms-request-id": [ - "5a5ebbcb-f3a1-4811-b5a5-3dfa77eca055" + "d15c7021-fde9-45ae-ad95-515fb51a2ab1" ], "x-ms-correlation-request-id": [ - "5a5ebbcb-f3a1-4811-b5a5-3dfa77eca055" + "d15c7021-fde9-45ae-ad95-515fb51a2ab1" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095215Z:5a5ebbcb-f3a1-4811-b5a5-3dfa77eca055" + "SOUTHINDIA:20210518T180730Z:d15c7021-fde9-45ae-ad95-515fb51a2ab1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13583,7 +10184,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:52:15 GMT" + "Tue, 18 May 2021 18:07:29 GMT" ], "Expires": [ "-1" @@ -13596,16 +10197,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekU0UmpFd1JVUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13616,22 +10217,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11992" ], "x-ms-request-id": [ - "cbf50439-41be-4f3d-9d1f-ae717ae3dae2" + "063f2005-28d2-44f6-bfa4-ac57de47af42" ], "x-ms-correlation-request-id": [ - "cbf50439-41be-4f3d-9d1f-ae717ae3dae2" + "063f2005-28d2-44f6-bfa4-ac57de47af42" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095231Z:cbf50439-41be-4f3d-9d1f-ae717ae3dae2" + "SOUTHINDIA:20210518T180745Z:063f2005-28d2-44f6-bfa4-ac57de47af42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13640,7 +10241,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:52:31 GMT" + "Tue, 18 May 2021 18:07:44 GMT" ], "Expires": [ "-1" @@ -13653,16 +10254,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekU0UmpFd1JVUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13673,22 +10274,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11991" ], "x-ms-request-id": [ - "596fe342-a25d-41a0-affa-4693a36bff74" + "9c412992-b64b-4d9c-9750-b8c752667fbd" ], "x-ms-correlation-request-id": [ - "596fe342-a25d-41a0-affa-4693a36bff74" + "9c412992-b64b-4d9c-9750-b8c752667fbd" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095247Z:596fe342-a25d-41a0-affa-4693a36bff74" + "SOUTHINDIA:20210518T180800Z:9c412992-b64b-4d9c-9750-b8c752667fbd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13697,7 +10298,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:52:47 GMT" + "Tue, 18 May 2021 18:08:00 GMT" ], "Expires": [ "-1" @@ -13710,16 +10311,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekU0UmpFd1JVUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13730,22 +10331,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11990" ], "x-ms-request-id": [ - "764d39de-9551-4a07-b661-c0d3b9292dd7" + "1464eff8-cc56-409a-b3a1-bd8521523231" ], "x-ms-correlation-request-id": [ - "764d39de-9551-4a07-b661-c0d3b9292dd7" + "1464eff8-cc56-409a-b3a1-bd8521523231" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095303Z:764d39de-9551-4a07-b661-c0d3b9292dd7" + "SOUTHINDIA:20210518T180815Z:1464eff8-cc56-409a-b3a1-bd8521523231" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13754,7 +10355,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:53:02 GMT" + "Tue, 18 May 2021 18:08:15 GMT" ], "Expires": [ "-1" @@ -13767,16 +10368,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekU0UmpFd1JVUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13787,22 +10388,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11989" ], "x-ms-request-id": [ - "f62c0aa7-17d0-4aa2-bc81-f2afe287c21d" + "058d3985-7a64-45f0-a913-b1862f0131a6" ], "x-ms-correlation-request-id": [ - "f62c0aa7-17d0-4aa2-bc81-f2afe287c21d" + "058d3985-7a64-45f0-a913-b1862f0131a6" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095318Z:f62c0aa7-17d0-4aa2-bc81-f2afe287c21d" + "SOUTHINDIA:20210518T180831Z:058d3985-7a64-45f0-a913-b1862f0131a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13811,7 +10412,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:53:18 GMT" + "Tue, 18 May 2021 18:08:30 GMT" ], "Expires": [ "-1" @@ -13824,16 +10425,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekU0UmpFd1JVUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13844,22 +10445,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11988" ], "x-ms-request-id": [ - "26a93d13-fadd-46c1-ae45-4e33017bc58f" + "2e3265f8-4de9-4815-b943-dc593d156d00" ], "x-ms-correlation-request-id": [ - "26a93d13-fadd-46c1-ae45-4e33017bc58f" + "2e3265f8-4de9-4815-b943-dc593d156d00" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095334Z:26a93d13-fadd-46c1-ae45-4e33017bc58f" + "SOUTHINDIA:20210518T180846Z:2e3265f8-4de9-4815-b943-dc593d156d00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13868,7 +10469,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:53:33 GMT" + "Tue, 18 May 2021 18:08:45 GMT" ], "Expires": [ "-1" @@ -13881,16 +10482,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekU0UmpFd1JVUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13900,17 +10501,74 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11987" + ], + "x-ms-request-id": [ + "d0fa01ed-d08b-42cd-b397-e60459d50e97" + ], + "x-ms-correlation-request-id": [ + "d0fa01ed-d08b-42cd-b397-e60459d50e97" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T180901Z:d0fa01ed-d08b-42cd-b397-e60459d50e97" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 18:09:01 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekU0UmpFd1JVUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" ], "x-ms-request-id": [ - "8f721c4f-5662-47f0-9414-b0a03a2ae5a8" + "afd39250-c438-4cc5-bc15-b47ac89825d0" ], "x-ms-correlation-request-id": [ - "8f721c4f-5662-47f0-9414-b0a03a2ae5a8" + "afd39250-c438-4cc5-bc15-b47ac89825d0" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095350Z:8f721c4f-5662-47f0-9414-b0a03a2ae5a8" + "SOUTHINDIA:20210518T180916Z:afd39250-c438-4cc5-bc15-b47ac89825d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13919,7 +10577,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:53:50 GMT" + "Tue, 18 May 2021 18:09:16 GMT" ], "Expires": [ "-1" @@ -13932,16 +10590,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0U0NEFFM0Q5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFUwTkVGRk0wUTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE4RjEwRUQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekU0UmpFd1JVUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29220.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13952,16 +10610,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11985" ], "x-ms-request-id": [ - "f464ae8c-1e35-445a-892c-0d519f3995fe" + "acd8b202-bc44-4139-92b5-d0b56f986568" ], "x-ms-correlation-request-id": [ - "f464ae8c-1e35-445a-892c-0d519f3995fe" + "acd8b202-bc44-4139-92b5-d0b56f986568" ], "x-ms-routing-request-id": [ - "CENTRALUSEUAP:20210420T095351Z:f464ae8c-1e35-445a-892c-0d519f3995fe" + "SOUTHINDIA:20210518T180916Z:acd8b202-bc44-4139-92b5-d0b56f986568" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13970,7 +10628,7 @@ "nosniff" ], "Date": [ - "Tue, 20 Apr 2021 09:53:50 GMT" + "Tue, 18 May 2021 18:09:16 GMT" ], "Expires": [ "-1" @@ -13986,6 +10644,6 @@ "Names": {}, "Variables": { "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", - "NamingSuffix": "e44ae3d9-3295-488d-908b-1ddd21aefc22" + "NamingSuffix": "18f10ed7-a73f-4ff6-8ee6-fa642ef69b7f" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMBackup.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMBackup.json index 0b30ee2dbbcb..b6a8ae09dde2 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMBackup.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMBackup.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG20635f76?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMjA2MzVmNzY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG799b55d8?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3a5fb43-ddf6-4221-8a11-5f38b03a6f4a" + "7ec7d221-9cdb-42db-b251-2a1147a13b67" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -33,13 +33,13 @@ "11998" ], "x-ms-request-id": [ - "02913399-df82-4c50-93f2-b84d1cdf13c5" + "c7a05605-c886-4197-8e69-e7b3ec339edc" ], "x-ms-correlation-request-id": [ - "02913399-df82-4c50-93f2-b84d1cdf13c5" + "c7a05605-c886-4197-8e69-e7b3ec339edc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120037Z:02913399-df82-4c50-93f2-b84d1cdf13c5" + "SOUTHINDIA:20210518T155539Z:c7a05605-c886-4197-8e69-e7b3ec339edc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:36 GMT" + "Tue, 18 May 2021 15:55:39 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 'PSTestRG20635f76' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG799b55d8' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG20635f76?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMjA2MzVmNzY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG799b55d8?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed6cefe6-4c12-4750-a440-03ca2f6a9d11" + "7e48158d-c9a2-4aa6-a9db-aef56e7c3bb7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-request-id": [ - "cde84ef9-fd82-4852-ac4f-9febd6dc7950" + "15977700-ec46-4ac1-95fd-adfbe16a9fe3" ], "x-ms-correlation-request-id": [ - "cde84ef9-fd82-4852-ac4f-9febd6dc7950" + "15977700-ec46-4ac1-95fd-adfbe16a9fe3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123826Z:cde84ef9-fd82-4852-ac4f-9febd6dc7950" + "SOUTHINDIA:20210518T164314Z:15977700-ec46-4ac1-95fd-adfbe16a9fe3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:38:25 GMT" + "Tue, 18 May 2021 16:43:13 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,26 +120,26 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76\",\r\n \"name\": \"PSTestRG20635f76\",\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/PSTestRG799b55d8\",\r\n \"name\": \"PSTestRG799b55d8\",\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/PSTestRG20635f76?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMjA2MzVmNzY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG799b55d8?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3a324bfd-4654-4858-8d4f-b85b3a5241f8" + "bd7cb082-21c6-48f4-af50-3a9a2b15ffbe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,16 +156,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "d633e9c1-50c4-44ef-bd40-ad8c57d501a6" + "9a645ff6-98ec-4421-8211-042b0833d676" ], "x-ms-correlation-request-id": [ - "d633e9c1-50c4-44ef-bd40-ad8c57d501a6" + "9a645ff6-98ec-4421-8211-042b0833d676" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120038Z:d633e9c1-50c4-44ef-bd40-ad8c57d501a6" + "SOUTHINDIA:20210518T155540Z:9a645ff6-98ec-4421-8211-042b0833d676" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:37 GMT" + "Tue, 18 May 2021 15:55:40 GMT" ], "Content-Length": [ "192" @@ -186,25 +186,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76\",\r\n \"name\": \"PSTestRG20635f76\",\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/PSTestRG799b55d8\",\r\n \"name\": \"PSTestRG799b55d8\",\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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Nj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf351514-5945-49cb-a635-fa15daa43ed9" + "fa5cbe4b-8ff9-4a68-838c-d9bfde2bc682" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "f7dbcaea-94f6-42ff-8a23-7834d1ce278a" + "6a723c03-fede-436e-8741-e3796e3ba4a8" ], "x-ms-correlation-request-id": [ - "f7dbcaea-94f6-42ff-8a23-7834d1ce278a" + "6a723c03-fede-436e-8741-e3796e3ba4a8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120038Z:f7dbcaea-94f6-42ff-8a23-7834d1ce278a" + "SOUTHINDIA:20210518T155541Z:6a723c03-fede-436e-8741-e3796e3ba4a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:37 GMT" + "Tue, 18 May 2021 15:55:40 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,25 +246,25 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSV20635f76' under resource group 'PSTestRG20635f76' 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/PSTestRSV799b55d8' under resource group 'PSTestRG799b55d8' 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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Nj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "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": [ - "303c6960-a625-484d-9825-e65844d03402" + "4b3d1eb7-81dc-4017-816b-b23e58281575" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ], "Content-Type": [ @@ -285,10 +285,10 @@ "nosniff" ], "x-ms-request-id": [ - "007c324b-0665-439e-9475-c502b6b32294" + "e9167b85-4b04-4eb6-8ff8-783468efef72" ], "x-ms-client-request-id": [ - "303c6960-a625-484d-9825-e65844d03402" + "4b3d1eb7-81dc-4017-816b-b23e58281575" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -297,16 +297,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "209" + "208" ], "x-ms-correlation-request-id": [ - "007c324b-0665-439e-9475-c502b6b32294" + "e9167b85-4b04-4eb6-8ff8-783468efef72" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120042Z:007c324b-0665-439e-9475-c502b6b32294" + "SOUTHINDIA:20210518T155544Z:e9167b85-4b04-4eb6-8ff8-783468efef72" ], "Date": [ - "Mon, 15 Feb 2021 12:00:41 GMT" + "Tue, 18 May 2021 15:55:43 GMT" ], "Content-Length": [ "466" @@ -318,26 +318,172 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV20635f76\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T12%3A00%3A42.0179834Z'\\\"\",\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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76\",\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\": \"PSTestRSV799b55d8\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T15%3A55%3A44.4067546Z'\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8\",\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/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTIwNjM1MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6de06531-19be-4f56-b775-dbba90276354" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "b9e8f361-c4d0-4921-a61f-7b726871686c" + ], + "x-ms-client-request-id": [ + "6de06531-19be-4f56-b775-dbba90276354", + "6de06531-19be-4f56-b775-dbba90276354" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "b9e8f361-c4d0-4921-a61f-7b726871686c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T155545Z:b9e8f361-c4d0-4921-a61f-7b726871686c" + ], + "Date": [ + "Tue, 18 May 2021 15:55:44 GMT" + ], + "Content-Length": [ + "380" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6de06531-19be-4f56-b775-dbba90276354" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "111" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d7f70d0a-7d82-4b94-8dcf-d76912a76492" + ], + "x-ms-client-request-id": [ + "6de06531-19be-4f56-b775-dbba90276354", + "6de06531-19be-4f56-b775-dbba90276354" + ], + "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-correlation-request-id": [ + "d7f70d0a-7d82-4b94-8dcf-d76912a76492" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T155545Z:d7f70d0a-7d82-4b94-8dcf-d76912a76492" + ], + "Date": [ + "Tue, 18 May 2021 15:55:45 GMT" + ], + "Content-Length": [ + "381" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTc5OWI1MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a87503db-1891-4d46-8855-a98340570f86" + "cca5c6d6-844b-4cc2-83bc-4cb921173227" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -351,13 +497,13 @@ "gateway" ], "x-ms-request-id": [ - "54e07f63-f3d3-47bb-a092-1af9fc841fe1" + "bc314d5c-ede7-480d-a8a6-95dc2f601987" ], "x-ms-correlation-request-id": [ - "54e07f63-f3d3-47bb-a092-1af9fc841fe1" + "bc314d5c-ede7-480d-a8a6-95dc2f601987" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120042Z:54e07f63-f3d3-47bb-a092-1af9fc841fe1" + "SOUTHINDIA:20210518T155546Z:bc314d5c-ede7-480d-a8a6-95dc2f601987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -366,7 +512,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:42 GMT" + "Tue, 18 May 2021 15:55:45 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -378,23 +524,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVM206350' under resource group 'PSTestRG20635f76' 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/PSTestVM799b50' under resource group 'PSTestRG799b55d8' 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/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTIwNjM1MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTc5OWI1MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -405,13 +551,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31950" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "16a7beb7-17a8-46b2-8b45-5f04ee1c7f12" + "c91dc572-2b0d-49b2-82c2-6a71239fc1a6" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -421,19 +567,19 @@ "11993" ], "x-ms-correlation-request-id": [ - "1a1397c1-8973-4cb1-bf4e-33d9fef21555" + "eca18efa-bbbb-4ef8-9261-a997dbafa0b9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120251Z:1a1397c1-8973-4cb1-bf4e-33d9fef21555" + "SOUTHINDIA:20210518T155756Z:eca18efa-bbbb-4ef8-9261-a997dbafa0b9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:02:50 GMT" + "Tue, 18 May 2021 15:57:56 GMT" ], "Content-Length": [ - "2184" + "2180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -442,26 +588,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2e4a00b2-9afe-487d-bb54-1f4c7449bd66\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM206350_OsDisk_1_5f7bb2210a904488851886a87317af95\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/disks/PSTestVM206350_OsDisk_1_5f7bb2210a904488851886a87317af95\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM206350\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"266c5ef5-4cad-4431-9e54-44de97840eb5\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM799b50_OsDisk_1_db750eade50343acae6d0719bbcacda9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/disks/PSTestVM799b50_OsDisk_1_db750eade50343acae6d0719bbcacda9\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM799b50\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTIwNjM1MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTc5OWI1MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b8f0d6c-6ea2-4f2f-a33c-26e2c35d41f5" + "8ffd7483-e823-4dc3-95e5-14f9ee9bf080" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -472,13 +618,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31954" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "18f40e86-dac5-402f-9bfe-5dbd8e3c05fe" + "3a931953-7c9d-4cdc-8657-137570c744c8" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -488,19 +634,19 @@ "11983" ], "x-ms-correlation-request-id": [ - "4ffa3dff-23a4-4f82-848b-0ae97550b7d9" + "d81e10f8-a95a-450f-bb1a-452a8946b98e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120525Z:4ffa3dff-23a4-4f82-848b-0ae97550b7d9" + "SOUTHINDIA:20210518T160030Z:d81e10f8-a95a-450f-bb1a-452a8946b98e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:05:25 GMT" + "Tue, 18 May 2021 16:00:30 GMT" ], "Content-Length": [ - "2747" + "2743" ], "Content-Type": [ "application/json; charset=utf-8" @@ -509,26 +655,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2e4a00b2-9afe-487d-bb54-1f4c7449bd66\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM206350_OsDisk_1_5f7bb2210a904488851886a87317af95\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/disks/PSTestVM206350_OsDisk_1_5f7bb2210a904488851886a87317af95\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM206350\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"266c5ef5-4cad-4431-9e54-44de97840eb5\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM799b50_OsDisk_1_db750eade50343acae6d0719bbcacda9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/disks/PSTestVM799b50_OsDisk_1_db750eade50343acae6d0719bbcacda9\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM799b50\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMjA2MzUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUNzk5YjUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e91a8f24-d714-4ee0-a886-29f38ca1399e" + "0af40289-21bc-4f42-9f99-3571f5a09e81" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -542,13 +688,13 @@ "gateway" ], "x-ms-request-id": [ - "c04164a6-24d6-4e29-b68d-a64ce0a4bb28" + "4180c8af-5351-46df-aa0d-d4fb98e41b91" ], "x-ms-correlation-request-id": [ - "c04164a6-24d6-4e29-b68d-a64ce0a4bb28" + "4180c8af-5351-46df-aa0d-d4fb98e41b91" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120043Z:c04164a6-24d6-4e29-b68d-a64ce0a4bb28" + "SOUTHINDIA:20210518T155546Z:4180c8af-5351-46df-aa0d-d4fb98e41b91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -557,7 +703,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:42 GMT" + "Tue, 18 May 2021 15:55:46 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -569,23 +715,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNET206350' under resource group 'PSTestRG20635f76' 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/PSTestVNET799b50' under resource group 'PSTestRG799b55d8' 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/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMjA2MzUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUNzk5YjUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e91a8f24-d714-4ee0-a886-29f38ca1399e" + "0af40289-21bc-4f42-9f99-3571f5a09e81" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -596,16 +742,16 @@ "no-cache" ], "ETag": [ - "W/\"824db213-33e3-4701-b413-f09112414231\"" + "W/\"bd465604-7ce8-49a1-ae00-ebf6186aec4b\"" ], "x-ms-request-id": [ - "857e6069-af2b-4031-bc52-d54d5a759e93" + "39085630-f771-432c-8e32-89783d3e96c9" ], "x-ms-correlation-request-id": [ - "c17bda84-75ad-4cd9-a10f-014dfe5610ea" + "2499b1d3-7c9f-4bdd-89da-b85cd83cbf29" ], "x-ms-arm-service-request-id": [ - "f4077339-96cb-46a3-8f07-4bb434d2176a" + "2c9e3a51-7fb6-4688-83f8-7f61473a3d67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -615,19 +761,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11997" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120048Z:c17bda84-75ad-4cd9-a10f-014dfe5610ea" + "SOUTHINDIA:20210518T155553Z:2499b1d3-7c9f-4bdd-89da-b85cd83cbf29" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:47 GMT" + "Tue, 18 May 2021 15:55:52 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -636,26 +782,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350\",\r\n \"etag\": \"W/\\\"824db213-33e3-4701-b413-f09112414231\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b654cb6e-241b-4ee9-b751-1ee775d25638\",\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\": \"PSTestSNC206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350/subnets/PSTestSNC206350\",\r\n \"etag\": \"W/\\\"824db213-33e3-4701-b413-f09112414231\\\"\",\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\": \"PSTestVNET799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50\",\r\n \"etag\": \"W/\\\"bd465604-7ce8-49a1-ae00-ebf6186aec4b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"31928b4b-0029-458e-b126-cf567cc2184c\",\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\": \"PSTestSNC799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50/subnets/PSTestSNC799b50\",\r\n \"etag\": \"W/\\\"bd465604-7ce8-49a1-ae00-ebf6186aec4b\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMjA2MzUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUNzk5YjUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e91a8f24-d714-4ee0-a886-29f38ca1399e" + "0af40289-21bc-4f42-9f99-3571f5a09e81" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -666,16 +812,16 @@ "no-cache" ], "ETag": [ - "W/\"824db213-33e3-4701-b413-f09112414231\"" + "W/\"bd465604-7ce8-49a1-ae00-ebf6186aec4b\"" ], "x-ms-request-id": [ - "e980b208-8999-4b15-a3e8-b0949d63ab80" + "0220e635-3fb5-4398-9d13-fd033dd7771c" ], "x-ms-correlation-request-id": [ - "8f6a03cf-d720-42bd-9c5d-0043e5ca7d89" + "3fca7d2d-a1b4-4080-9fea-1d784603e151" ], "x-ms-arm-service-request-id": [ - "ab3558db-37f4-4da9-bc39-5835730838c3" + "204ca5b2-01cc-40e6-8497-7980e04b82f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -685,19 +831,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11996" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120048Z:8f6a03cf-d720-42bd-9c5d-0043e5ca7d89" + "SOUTHINDIA:20210518T155553Z:3fca7d2d-a1b4-4080-9fea-1d784603e151" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:47 GMT" + "Tue, 18 May 2021 15:55:52 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -706,26 +852,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350\",\r\n \"etag\": \"W/\\\"824db213-33e3-4701-b413-f09112414231\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b654cb6e-241b-4ee9-b751-1ee775d25638\",\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\": \"PSTestSNC206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350/subnets/PSTestSNC206350\",\r\n \"etag\": \"W/\\\"824db213-33e3-4701-b413-f09112414231\\\"\",\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\": \"PSTestVNET799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50\",\r\n \"etag\": \"W/\\\"bd465604-7ce8-49a1-ae00-ebf6186aec4b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"31928b4b-0029-458e-b126-cf567cc2184c\",\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\": \"PSTestSNC799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50/subnets/PSTestSNC799b50\",\r\n \"etag\": \"W/\\\"bd465604-7ce8-49a1-ae00-ebf6186aec4b\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMjA2MzUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUNzk5YjUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNC206350\"\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\": \"PSTestSNC799b50\"\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": [ - "e91a8f24-d714-4ee0-a886-29f38ca1399e" + "0af40289-21bc-4f42-9f99-3571f5a09e81" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -745,19 +891,19 @@ "3" ], "x-ms-request-id": [ - "9100e4bd-dcc5-4762-b135-9178c74d8c49" + "e70740f8-2e9f-47a0-bd7f-b5587103c7ec" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/9100e4bd-dcc5-4762-b135-9178c74d8c49?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/e70740f8-2e9f-47a0-bd7f-b5587103c7ec?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "1bd1b171-ae82-4b2d-9328-1c8e4c9f39de" + "a2c4eb5e-3b4d-4554-8af8-bf1b9740b0d6" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "086fbfe6-45bb-42bd-9097-992765589d4a" + "a8c8a664-6381-4a09-9003-bb20293bbdcc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -767,19 +913,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1198" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120045Z:1bd1b171-ae82-4b2d-9328-1c8e4c9f39de" + "SOUTHINDIA:20210518T155549Z:a2c4eb5e-3b4d-4554-8af8-bf1b9740b0d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:44 GMT" + "Tue, 18 May 2021 15:55:49 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -788,23 +934,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350\",\r\n \"etag\": \"W/\\\"7b3ba7a1-7d95-42ca-adfa-85164bed3e7f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b654cb6e-241b-4ee9-b751-1ee775d25638\",\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\": \"PSTestSNC206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350/subnets/PSTestSNC206350\",\r\n \"etag\": \"W/\\\"7b3ba7a1-7d95-42ca-adfa-85164bed3e7f\\\"\",\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\": \"PSTestVNET799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50\",\r\n \"etag\": \"W/\\\"a9358143-2b6e-41b7-80ba-d8ffa1dc95cc\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"31928b4b-0029-458e-b126-cf567cc2184c\",\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\": \"PSTestSNC799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50/subnets/PSTestSNC799b50\",\r\n \"etag\": \"W/\\\"a9358143-2b6e-41b7-80ba-d8ffa1dc95cc\\\"\",\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/9100e4bd-dcc5-4762-b135-9178c74d8c49?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzkxMDBlNGJkLWRjYzUtNDc2Mi1iMTM1LTkxNzhjNzRkOGM0OT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/e70740f8-2e9f-47a0-bd7f-b5587103c7ec?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3MDc0MGY4LTJlOWYtNDdhMC1iZDdmLWI1NTg3MTAzYzdlYz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e91a8f24-d714-4ee0-a886-29f38ca1399e" + "0af40289-21bc-4f42-9f99-3571f5a09e81" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -815,13 +961,13 @@ "no-cache" ], "x-ms-request-id": [ - "bdf0db64-c170-4cf4-aaea-eba976b6064d" + "e3ae115d-7f48-48ee-9922-61060dd0406a" ], "x-ms-correlation-request-id": [ - "30e7d580-50da-4955-8918-cc42767d3d81" + "c8d3a84c-0a7f-429e-ab8f-863356b632f7" ], "x-ms-arm-service-request-id": [ - "1c294218-4e1b-4638-bcee-0be6f5864cf4" + "83d5a975-65ad-4151-982d-e3cfbd20a3a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -831,16 +977,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11998" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120048Z:30e7d580-50da-4955-8918-cc42767d3d81" + "SOUTHINDIA:20210518T155553Z:c8d3a84c-0a7f-429e-ab8f-863356b632f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:47 GMT" + "Tue, 18 May 2021 15:55:52 GMT" ], "Content-Length": [ "29" @@ -856,22 +1002,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczIwNjM1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruczc5OWI1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4033297c-323a-49f3-bbe2-707d9c3699b5" + "0d5d410f-5d64-43e1-8175-1eac01e24891" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -885,13 +1031,13 @@ "gateway" ], "x-ms-request-id": [ - "fedcd636-76cb-4efd-b05b-c840544c1475" + "7341f7be-400e-4f46-9e7c-b17452c20f22" ], "x-ms-correlation-request-id": [ - "fedcd636-76cb-4efd-b05b-c840544c1475" + "7341f7be-400e-4f46-9e7c-b17452c20f22" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120048Z:fedcd636-76cb-4efd-b05b-c840544c1475" + "SOUTHINDIA:20210518T155553Z:7341f7be-400e-4f46-9e7c-b17452c20f22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -900,7 +1046,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:48 GMT" + "Tue, 18 May 2021 15:55:53 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -912,23 +1058,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdns206350' under resource group 'PSTestRG20635f76' 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/pstestpublicdns799b50' under resource group 'PSTestRG799b55d8' 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/PSTestRG20635f76/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczIwNjM1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruczc5OWI1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4033297c-323a-49f3-bbe2-707d9c3699b5" + "0d5d410f-5d64-43e1-8175-1eac01e24891" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -939,16 +1085,16 @@ "no-cache" ], "ETag": [ - "W/\"56bd7e4c-9eb8-4a23-ae8e-07f7456b89eb\"" + "W/\"e0d03905-3d3d-4eb3-b67f-2f912c6852db\"" ], "x-ms-request-id": [ - "f3afeaf9-5dad-4e11-a65a-0fd407b2e8be" + "96616c85-ddec-4966-b8b5-48b470276ba9" ], "x-ms-correlation-request-id": [ - "ca2ab761-1b07-4c45-934e-1ae0bf1423e5" + "05c949f2-dbaa-4668-8cac-8f9bff38a7e9" ], "x-ms-arm-service-request-id": [ - "93ed668b-6592-49e8-903d-9ffd8cbbf561" + "4034d17b-769b-4945-afc2-1a4e9b123f7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -958,19 +1104,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11993" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120050Z:ca2ab761-1b07-4c45-934e-1ae0bf1423e5" + "SOUTHINDIA:20210518T155556Z:05c949f2-dbaa-4668-8cac-8f9bff38a7e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:50 GMT" + "Tue, 18 May 2021 15:55:55 GMT" ], "Content-Length": [ - "697" + "698" ], "Content-Type": [ "application/json; charset=utf-8" @@ -979,26 +1125,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns206350\",\r\n \"etag\": \"W/\\\"56bd7e4c-9eb8-4a23-ae8e-07f7456b89eb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"214d7b74-c71c-46b8-a868-ac1ed0d64885\",\r\n \"ipAddress\": \"52.230.86.99\",\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\": \"pstestpublicdns799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns799b50\",\r\n \"etag\": \"W/\\\"e0d03905-3d3d-4eb3-b67f-2f912c6852db\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9ff66ca0-7eb6-4971-b0ef-69aa1aef77dd\",\r\n \"ipAddress\": \"23.101.20.130\",\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/PSTestRG20635f76/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczIwNjM1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruczc5OWI1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4033297c-323a-49f3-bbe2-707d9c3699b5" + "0d5d410f-5d64-43e1-8175-1eac01e24891" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1009,16 +1155,16 @@ "no-cache" ], "ETag": [ - "W/\"56bd7e4c-9eb8-4a23-ae8e-07f7456b89eb\"" + "W/\"e0d03905-3d3d-4eb3-b67f-2f912c6852db\"" ], "x-ms-request-id": [ - "da870ec4-ffb3-43d2-bf64-5f4cc72668df" + "874fbad7-45cc-486e-bded-a1fabc9ca0de" ], "x-ms-correlation-request-id": [ - "75063f6c-0777-4688-9038-38ff254fd0ca" + "30a07039-08f5-4351-befe-7b7a6d9abc9c" ], "x-ms-arm-service-request-id": [ - "450c216c-bfa9-49fb-aa27-ea63124a7ce4" + "6ec4eef4-a7c2-48d1-8d93-20e24a096bbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1028,19 +1174,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11992" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120051Z:75063f6c-0777-4688-9038-38ff254fd0ca" + "SOUTHINDIA:20210518T155556Z:30a07039-08f5-4351-befe-7b7a6d9abc9c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:50 GMT" + "Tue, 18 May 2021 15:55:55 GMT" ], "Content-Length": [ - "697" + "698" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1049,26 +1195,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns206350\",\r\n \"etag\": \"W/\\\"56bd7e4c-9eb8-4a23-ae8e-07f7456b89eb\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"214d7b74-c71c-46b8-a868-ac1ed0d64885\",\r\n \"ipAddress\": \"52.230.86.99\",\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\": \"pstestpublicdns799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns799b50\",\r\n \"etag\": \"W/\\\"e0d03905-3d3d-4eb3-b67f-2f912c6852db\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9ff66ca0-7eb6-4971-b0ef-69aa1aef77dd\",\r\n \"ipAddress\": \"23.101.20.130\",\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/PSTestRG20635f76/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczIwNjM1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruczc5OWI1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "4033297c-323a-49f3-bbe2-707d9c3699b5" + "0d5d410f-5d64-43e1-8175-1eac01e24891" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1088,19 +1234,19 @@ "1" ], "x-ms-request-id": [ - "3b3b73cb-01a1-4207-a03f-97d391448a6d" + "d6c11ef1-4a8d-4139-ae53-232e77212228" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/3b3b73cb-01a1-4207-a03f-97d391448a6d?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/d6c11ef1-4a8d-4139-ae53-232e77212228?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "4cdaab9f-681e-4f63-8210-ccd2ae223c72" + "de671a4c-9178-4b0d-9b07-ab441f207c46" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "cbc1f8aa-4c80-452b-93cb-1fe320d0f521" + "95948901-1d64-4573-b904-45f4ed355251" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1110,16 +1256,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1197" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120049Z:4cdaab9f-681e-4f63-8210-ccd2ae223c72" + "SOUTHINDIA:20210518T155554Z:de671a4c-9178-4b0d-9b07-ab441f207c46" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:49 GMT" + "Tue, 18 May 2021 15:55:54 GMT" ], "Content-Length": [ "662" @@ -1131,23 +1277,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns206350\",\r\n \"etag\": \"W/\\\"6f768dea-6746-4c0c-8de3-d0a550bd1754\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"214d7b74-c71c-46b8-a868-ac1ed0d64885\",\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\": \"pstestpublicdns799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns799b50\",\r\n \"etag\": \"W/\\\"3de3cf67-c9c4-49e2-ac07-affb5b83b4d5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9ff66ca0-7eb6-4971-b0ef-69aa1aef77dd\",\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/3b3b73cb-01a1-4207-a03f-97d391448a6d?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNiM2I3M2NiLTAxYTEtNDIwNy1hMDNmLTk3ZDM5MTQ0OGE2ZD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/d6c11ef1-4a8d-4139-ae53-232e77212228?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q2YzExZWYxLTRhOGQtNDEzOS1hZTUzLTIzMmU3NzIxMjIyOD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4033297c-323a-49f3-bbe2-707d9c3699b5" + "0d5d410f-5d64-43e1-8175-1eac01e24891" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1158,13 +1304,13 @@ "no-cache" ], "x-ms-request-id": [ - "290ca9f4-b081-4152-ad40-3cbeb0911390" + "31dd8e58-2331-4973-9d61-68d6a37bdb54" ], "x-ms-correlation-request-id": [ - "990740fe-26e9-4f96-a6a7-0672a7532d0f" + "0f576b86-c577-4366-a296-14be175c01cc" ], "x-ms-arm-service-request-id": [ - "c24d0c8c-5d48-4b36-a1e6-d6b7e6814176" + "3996aa08-be68-4fda-aecb-b0dd52d0883d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1174,16 +1320,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11994" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120050Z:990740fe-26e9-4f96-a6a7-0672a7532d0f" + "SOUTHINDIA:20210518T155555Z:0f576b86-c577-4366-a296-14be175c01cc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:50 GMT" + "Tue, 18 May 2021 15:55:55 GMT" ], "Content-Length": [ "29" @@ -1199,22 +1345,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cyMDYzNTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c3OTliNTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7855de46-73cd-4227-9b93-774c1e2e0a28" + "3c192624-5bb2-4478-8b86-80d3f9a30648" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1228,13 +1374,13 @@ "gateway" ], "x-ms-request-id": [ - "e3933fbd-5667-4d80-8b99-3e8d28d4bad8" + "50cc5491-d0af-4f6d-9fc3-7216fb618f6e" ], "x-ms-correlation-request-id": [ - "e3933fbd-5667-4d80-8b99-3e8d28d4bad8" + "50cc5491-d0af-4f6d-9fc3-7216fb618f6e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120051Z:e3933fbd-5667-4d80-8b99-3e8d28d4bad8" + "SOUTHINDIA:20210518T155556Z:50cc5491-d0af-4f6d-9fc3-7216fb618f6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1243,7 +1389,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:50 GMT" + "Tue, 18 May 2021 15:55:55 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1255,23 +1401,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSG206350' under resource group 'PSTestRG20635f76' 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/PSTestNSG799b50' under resource group 'PSTestRG799b55d8' 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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cyMDYzNTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c3OTliNTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7855de46-73cd-4227-9b93-774c1e2e0a28" + "3c192624-5bb2-4478-8b86-80d3f9a30648" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1282,16 +1428,16 @@ "no-cache" ], "ETag": [ - "W/\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\"" + "W/\"185fd266-7c0a-4087-8a61-811e5bbbab94\"" ], "x-ms-request-id": [ - "bfe319a0-93d9-4565-8bbd-2fbc15f9f433" + "fecb0808-2f7b-4ade-a690-1aa4ad78b2b1" ], "x-ms-correlation-request-id": [ - "0d88f115-3dfa-426b-8655-bb81f6af84af" + "5fea8880-7726-461d-83ac-5079cb630b71" ], "x-ms-arm-service-request-id": [ - "eec28aa5-899c-487a-afcc-903bf88dd750" + "d17c05fe-c4cb-4b54-a2c3-5551197466bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1301,16 +1447,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11989" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120055Z:0d88f115-3dfa-426b-8655-bb81f6af84af" + "SOUTHINDIA:20210518T155600Z:5fea8880-7726-461d-83ac-5079cb630b71" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:54 GMT" + "Tue, 18 May 2021 15:55:59 GMT" ], "Content-Length": [ "8475" @@ -1322,26 +1468,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7d0753c4-d255-4cef-b27c-bfef29115ea2\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/securityRules/PSTestNSGRuleRDP206350\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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\": \"PSTestNSGRuleWeb206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/securityRules/PSTestNSGRuleWeb206350\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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\": \"PSTestNSG799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d521ff5e-9e84-4c75-9537-b31ee0e3ef17\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/securityRules/PSTestNSGRuleRDP799b50\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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\": \"PSTestNSGRuleWeb799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/securityRules/PSTestNSGRuleWeb799b50\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cyMDYzNTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c3OTliNTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7855de46-73cd-4227-9b93-774c1e2e0a28" + "3c192624-5bb2-4478-8b86-80d3f9a30648" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1352,16 +1498,16 @@ "no-cache" ], "ETag": [ - "W/\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\"" + "W/\"185fd266-7c0a-4087-8a61-811e5bbbab94\"" ], "x-ms-request-id": [ - "8a8afe5f-f733-4b3b-bb26-5b49e47ff57d" + "4cfea290-110b-4c06-983e-26385d1142ea" ], "x-ms-correlation-request-id": [ - "4f7624f4-de4e-4b0b-be9c-2579f21240a9" + "3c66919d-fdd6-4754-a4b3-7318a313a0c8" ], "x-ms-arm-service-request-id": [ - "1ff624e7-04ab-4b8b-a9ea-a286f79d8135" + "8f2362c5-a5b8-46b9-89ca-453ba5c3a6dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1371,16 +1517,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11988" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120055Z:4f7624f4-de4e-4b0b-be9c-2579f21240a9" + "SOUTHINDIA:20210518T155600Z:3c66919d-fdd6-4754-a4b3-7318a313a0c8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:54 GMT" + "Tue, 18 May 2021 15:55:59 GMT" ], "Content-Length": [ "8475" @@ -1392,26 +1538,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7d0753c4-d255-4cef-b27c-bfef29115ea2\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/securityRules/PSTestNSGRuleRDP206350\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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\": \"PSTestNSGRuleWeb206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/securityRules/PSTestNSGRuleWeb206350\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"ba9665e4-1eb6-4236-8f2f-448811ce70d8\\\"\",\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\": \"PSTestNSG799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d521ff5e-9e84-4c75-9537-b31ee0e3ef17\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/securityRules/PSTestNSGRuleRDP799b50\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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\": \"PSTestNSGRuleWeb799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/securityRules/PSTestNSGRuleWeb799b50\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"185fd266-7c0a-4087-8a61-811e5bbbab94\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cyMDYzNTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c3OTliNTA/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\": \"PSTestNSGRuleRDP206350\"\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\": \"PSTestNSGRuleWeb206350\"\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\": \"PSTestNSGRuleRDP799b50\"\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\": \"PSTestNSGRuleWeb799b50\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7855de46-73cd-4227-9b93-774c1e2e0a28" + "3c192624-5bb2-4478-8b86-80d3f9a30648" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1431,19 +1577,19 @@ "3" ], "x-ms-request-id": [ - "d8dff30a-456e-4bcc-8851-0abb8a12f1f2" + "a32eaec9-6339-4b8d-a3aa-63c3450163aa" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/d8dff30a-456e-4bcc-8851-0abb8a12f1f2?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/a32eaec9-6339-4b8d-a3aa-63c3450163aa?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "992bb3d3-4ec7-4dcb-aac1-59dedd330358" + "ca86ad1e-8359-4ab1-a92e-2fe37e3ccf28" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8c31c201-84af-4820-b34b-c138674f8abb" + "df3eb94b-c6df-4565-b566-7baca925fc0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1453,16 +1599,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1196" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120052Z:992bb3d3-4ec7-4dcb-aac1-59dedd330358" + "SOUTHINDIA:20210518T155557Z:ca86ad1e-8359-4ab1-a92e-2fe37e3ccf28" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:51 GMT" + "Tue, 18 May 2021 15:55:56 GMT" ], "Content-Length": [ "8466" @@ -1474,23 +1620,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350\",\r\n \"etag\": \"W/\\\"30a12c23-a355-4381-85e5-bf336025fb4e\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7d0753c4-d255-4cef-b27c-bfef29115ea2\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/securityRules/PSTestNSGRuleRDP206350\",\r\n \"etag\": \"W/\\\"30a12c23-a355-4381-85e5-bf336025fb4e\\\"\",\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\": \"PSTestNSGRuleWeb206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/securityRules/PSTestNSGRuleWeb206350\",\r\n \"etag\": \"W/\\\"30a12c23-a355-4381-85e5-bf336025fb4e\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"30a12c23-a355-4381-85e5-bf336025fb4e\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"30a12c23-a355-4381-85e5-bf336025fb4e\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"30a12c23-a355-4381-85e5-bf336025fb4e\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"30a12c23-a355-4381-85e5-bf336025fb4e\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"30a12c23-a355-4381-85e5-bf336025fb4e\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"30a12c23-a355-4381-85e5-bf336025fb4e\\\"\",\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\": \"PSTestNSG799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50\",\r\n \"etag\": \"W/\\\"c012368a-3570-4d24-bcbe-52105a267060\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d521ff5e-9e84-4c75-9537-b31ee0e3ef17\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/securityRules/PSTestNSGRuleRDP799b50\",\r\n \"etag\": \"W/\\\"c012368a-3570-4d24-bcbe-52105a267060\\\"\",\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\": \"PSTestNSGRuleWeb799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/securityRules/PSTestNSGRuleWeb799b50\",\r\n \"etag\": \"W/\\\"c012368a-3570-4d24-bcbe-52105a267060\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"c012368a-3570-4d24-bcbe-52105a267060\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"c012368a-3570-4d24-bcbe-52105a267060\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"c012368a-3570-4d24-bcbe-52105a267060\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"c012368a-3570-4d24-bcbe-52105a267060\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"c012368a-3570-4d24-bcbe-52105a267060\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"c012368a-3570-4d24-bcbe-52105a267060\\\"\",\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/d8dff30a-456e-4bcc-8851-0abb8a12f1f2?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q4ZGZmMzBhLTQ1NmUtNGJjYy04ODUxLTBhYmI4YTEyZjFmMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/a32eaec9-6339-4b8d-a3aa-63c3450163aa?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EzMmVhZWM5LTYzMzktNGI4ZC1hM2FhLTYzYzM0NTAxNjNhYT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7855de46-73cd-4227-9b93-774c1e2e0a28" + "3c192624-5bb2-4478-8b86-80d3f9a30648" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1501,13 +1647,13 @@ "no-cache" ], "x-ms-request-id": [ - "80a3511b-59b0-405a-b470-57f6d7d06768" + "ab12b64b-945e-4a04-820c-e4ad59b5b597" ], "x-ms-correlation-request-id": [ - "4b620a84-9087-4e01-a26b-51dfedcfab0f" + "4f9392d5-2b6d-4472-8401-106e24fd08e5" ], "x-ms-arm-service-request-id": [ - "37beffb6-0f6c-41d0-a23a-a6f9ecb57894" + "89274dee-9448-41a4-9a30-ce46290481cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1517,16 +1663,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11990" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120055Z:4b620a84-9087-4e01-a26b-51dfedcfab0f" + "SOUTHINDIA:20210518T155600Z:4f9392d5-2b6d-4472-8401-106e24fd08e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:54 GMT" + "Tue, 18 May 2021 15:55:59 GMT" ], "Content-Length": [ "29" @@ -1542,22 +1688,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzIwNjM1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzc5OWI1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "996eea28-be10-4a0c-88eb-039067498e27" + "1a568554-83b6-47ce-b913-9d1fc3753fa0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1571,13 +1717,13 @@ "gateway" ], "x-ms-request-id": [ - "625b3494-5b93-4464-895b-ea1ef95ab413" + "3e5d647e-bee8-4a6a-b43b-123eba6b185a" ], "x-ms-correlation-request-id": [ - "625b3494-5b93-4464-895b-ea1ef95ab413" + "3e5d647e-bee8-4a6a-b43b-123eba6b185a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120055Z:625b3494-5b93-4464-895b-ea1ef95ab413" + "SOUTHINDIA:20210518T155600Z:3e5d647e-bee8-4a6a-b43b-123eba6b185a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1586,7 +1732,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:54 GMT" + "Tue, 18 May 2021 15:56:00 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1598,23 +1744,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNIC206350' under resource group 'PSTestRG20635f76' 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/PSTestNIC799b50' under resource group 'PSTestRG799b55d8' 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/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzIwNjM1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzc5OWI1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "996eea28-be10-4a0c-88eb-039067498e27" + "1a568554-83b6-47ce-b913-9d1fc3753fa0" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1625,16 +1771,16 @@ "no-cache" ], "ETag": [ - "W/\"90b48cc6-04ea-4021-8256-a1cacac8297e\"" + "W/\"a8b08a64-3eaf-4b17-b73e-43ae0ce982e7\"" ], "x-ms-request-id": [ - "2a644c26-aeeb-44b7-85cf-9518c088ad0c" + "56ea82e9-bfd1-4e7e-93c2-3d3a1d272965" ], "x-ms-correlation-request-id": [ - "9e68425b-487e-4ce4-aed6-af53a596d400" + "86cc5cc8-342f-4c64-af51-dd0e28e6e0c7" ], "x-ms-arm-service-request-id": [ - "adc3388a-9eae-48af-bb23-faeb87574157" + "679556f1-1c93-47ab-a454-dd3cd5ba4a78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1644,16 +1790,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11986" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120056Z:9e68425b-487e-4ce4-aed6-af53a596d400" + "SOUTHINDIA:20210518T155602Z:86cc5cc8-342f-4c64-af51-dd0e28e6e0c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:55 GMT" + "Tue, 18 May 2021 15:56:01 GMT" ], "Content-Length": [ "2104" @@ -1665,26 +1811,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350\",\r\n \"etag\": \"W/\\\"90b48cc6-04ea-4021-8256-a1cacac8297e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"42e8add7-7be2-4094-a388-c3268f2b5191\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"90b48cc6-04ea-4021-8256-a1cacac8297e\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns206350\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350/subnets/PSTestSNC206350\"\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\": \"n1fvjnq1etuu3n0rd1txluswha.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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350\"\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\": \"PSTestNIC799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50\",\r\n \"etag\": \"W/\\\"a8b08a64-3eaf-4b17-b73e-43ae0ce982e7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"162d3f38-f55a-4c2b-bfca-90c2fd6a1aae\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"a8b08a64-3eaf-4b17-b73e-43ae0ce982e7\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns799b50\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50/subnets/PSTestSNC799b50\"\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\": \"jofzemjjachelmjgz3lhzqqyje.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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50\"\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/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzIwNjM1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzc5OWI1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "996eea28-be10-4a0c-88eb-039067498e27" + "1a568554-83b6-47ce-b913-9d1fc3753fa0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ] }, "ResponseHeaders": { @@ -1695,16 +1841,16 @@ "no-cache" ], "ETag": [ - "W/\"90b48cc6-04ea-4021-8256-a1cacac8297e\"" + "W/\"a8b08a64-3eaf-4b17-b73e-43ae0ce982e7\"" ], "x-ms-request-id": [ - "471ba7ab-60b8-4bfd-8d62-350e17114ad3" + "d1be3c82-5764-411e-a400-e47cb0bd5608" ], "x-ms-correlation-request-id": [ - "4767d2ba-0849-4d3b-8209-9c72859848b1" + "85d857b3-ed2d-468a-ba87-6ff90b2faee1" ], "x-ms-arm-service-request-id": [ - "bf284876-b7b8-4b1b-8e51-da524e04bdd8" + "8fba22d0-b14d-4e2f-b4be-25cb9194d7fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1714,16 +1860,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11985" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120056Z:4767d2ba-0849-4d3b-8209-9c72859848b1" + "SOUTHINDIA:20210518T155602Z:85d857b3-ed2d-468a-ba87-6ff90b2faee1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:56 GMT" + "Tue, 18 May 2021 15:56:01 GMT" ], "Content-Length": [ "2104" @@ -1735,26 +1881,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350\",\r\n \"etag\": \"W/\\\"90b48cc6-04ea-4021-8256-a1cacac8297e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"42e8add7-7be2-4094-a388-c3268f2b5191\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"90b48cc6-04ea-4021-8256-a1cacac8297e\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns206350\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350/subnets/PSTestSNC206350\"\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\": \"n1fvjnq1etuu3n0rd1txluswha.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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350\"\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\": \"PSTestNIC799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50\",\r\n \"etag\": \"W/\\\"a8b08a64-3eaf-4b17-b73e-43ae0ce982e7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"162d3f38-f55a-4c2b-bfca-90c2fd6a1aae\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"a8b08a64-3eaf-4b17-b73e-43ae0ce982e7\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns799b50\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50/subnets/PSTestSNC799b50\"\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\": \"jofzemjjachelmjgz3lhzqqyje.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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50\"\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/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzIwNjM1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzc5OWI1MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350\",\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/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350/subnets/PSTestSNC206350\"\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/PSTestRG20635f76/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns206350\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50\",\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/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50/subnets/PSTestSNC799b50\"\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/PSTestRG799b55d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns799b50\",\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": [ - "996eea28-be10-4a0c-88eb-039067498e27" + "1a568554-83b6-47ce-b913-9d1fc3753fa0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/20.3.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/20.4.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1771,19 +1917,19 @@ "no-cache" ], "x-ms-request-id": [ - "4fdb48c7-23ba-4985-8af6-e80d347d649f" + "dd4502e2-76d7-40c6-b07b-4de951877cf7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/4fdb48c7-23ba-4985-8af6-e80d347d649f?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/dd4502e2-76d7-40c6-b07b-4de951877cf7?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "e0e2ec6b-5c62-4644-bc9d-91691a7dd327" + "72db6a44-a92d-4ef4-96a1-a7d1ba646ee1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c2a8e563-93cd-44cb-873e-1a5f403aa99c" + "dea73b0a-e24b-4c7a-9b14-ddfdb8b9ada3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1793,16 +1939,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1195" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120056Z:e0e2ec6b-5c62-4644-bc9d-91691a7dd327" + "SOUTHINDIA:20210518T155601Z:72db6a44-a92d-4ef4-96a1-a7d1ba646ee1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:55 GMT" + "Tue, 18 May 2021 15:56:01 GMT" ], "Content-Length": [ "2104" @@ -1814,26 +1960,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350\",\r\n \"etag\": \"W/\\\"90b48cc6-04ea-4021-8256-a1cacac8297e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"42e8add7-7be2-4094-a388-c3268f2b5191\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"90b48cc6-04ea-4021-8256-a1cacac8297e\\\"\",\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/PSTestRG20635f76/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns206350\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Network/virtualNetworks/PSTestVNET206350/subnets/PSTestSNC206350\"\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\": \"n1fvjnq1etuu3n0rd1txluswha.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/PSTestRG20635f76/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG206350\"\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\": \"PSTestNIC799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50\",\r\n \"etag\": \"W/\\\"a8b08a64-3eaf-4b17-b73e-43ae0ce982e7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"162d3f38-f55a-4c2b-bfca-90c2fd6a1aae\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"a8b08a64-3eaf-4b17-b73e-43ae0ce982e7\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns799b50\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET799b50/subnets/PSTestSNC799b50\"\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\": \"jofzemjjachelmjgz3lhzqqyje.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/PSTestRG799b55d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG799b50\"\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/resourceGroups/PSTestRG20635f76/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1844,16 +1990,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11997" ], "x-ms-request-id": [ - "c0475f1f-3ba1-47b9-ab62-8beec8d52a81" + "78ef2702-f941-4c49-ae0f-8960572c411f" ], "x-ms-correlation-request-id": [ - "c0475f1f-3ba1-47b9-ab62-8beec8d52a81" + "78ef2702-f941-4c49-ae0f-8960572c411f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120057Z:c0475f1f-3ba1-47b9-ab62-8beec8d52a81" + "SOUTHINDIA:20210518T155602Z:78ef2702-f941-4c49-ae0f-8960572c411f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1862,7 +2008,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:56 GMT" + "Tue, 18 May 2021 15:56:01 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1878,22 +2024,22 @@ "StatusCode": 200 }, { - "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": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1904,21 +2050,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "4a1886d1-c4da-4258-ace5-170f27a7111c", - "9075d483-7205-42bc-9116-b66281550fc7", - "2dc1aa34-c578-45c6-a6e6-1366f20a385d" + "0f7ec9cf-800b-42ba-91bc-3df5f7aec562", + "ce3c1c28-0c66-44f9-9b7b-11cb66829526", + "74bcf125-a007-4bcd-966d-29b56c18c1c4", + "70d161ff-7cfa-43f1-a521-7409734493ac", + "fb351b44-be30-47c2-89d5-62c4af370ad1", + "e767bf73-e03f-4ed7-945d-7ca7a9854126", + "9f63ec2f-846c-4998-a4f5-e54def584577", + "8c90b0de-acc0-4881-b96a-afcbd3ec56df", + "388c06e3-6218-4d1b-a0e9-f3c48fe1700b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11996" ], "x-ms-request-id": [ - "b73f5ae6-13cc-4ba7-b796-503ec9473f76" + "5f2f0c6d-73a4-4964-a658-80d8c79bed2d" ], "x-ms-correlation-request-id": [ - "b73f5ae6-13cc-4ba7-b796-503ec9473f76" + "5f2f0c6d-73a4-4964-a658-80d8c79bed2d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120058Z:b73f5ae6-13cc-4ba7-b796-503ec9473f76" + "SOUTHINDIA:20210518T155603Z:5f2f0c6d-73a4-4964-a658-80d8c79bed2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1927,7 +2079,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:57 GMT" + "Tue, 18 May 2021 15:56:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1936,35 +2088,35 @@ "-1" ], "Content-Length": [ - "28983" + "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_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/PSTestRG1574334b/providers/Microsoft.Storage/storageAccounts/pstestsa1574334b\",\r\n \"name\": \"pstestsa1574334b\",\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-05-18T15:06:52.6852032Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-18T15:06:52.6852032Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-18T15:06:52.6070765Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa1574334b.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa1574334b.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa1574334b.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa1574334b.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\": \"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/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTIwNjM1MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTc5OWI1MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM206350\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"20635f76-939\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM799b50\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"799b55d8-aed\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1152" + "1148" ] }, "ResponseHeaders": { @@ -1978,41 +2130,41 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/bc1013a4-de2c-427d-835e-a3433f45a1cc?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/71b20052-5168-4f2f-a22a-acd77e07f0c9?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bc1013a4-de2c-427d-835e-a3433f45a1cc" + "71b20052-5168-4f2f-a22a-acd77e07f0c9" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "dfcdd406-77b4-42bf-94c0-b78dc5f6a0ab" + "3525f9b2-d4ea-46a9-aa48-52bf73bd6b06" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120100Z:dfcdd406-77b4-42bf-94c0-b78dc5f6a0ab" + "SOUTHINDIA:20210518T155606Z:3525f9b2-d4ea-46a9-aa48-52bf73bd6b06" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:59 GMT" + "Tue, 18 May 2021 15:56:05 GMT" ], "Content-Length": [ - "1911" + "1907" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2021,23 +2173,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM206350\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2e4a00b2-9afe-487d-bb54-1f4c7449bd66\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM206350\",\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/PSTestRG20635f76/providers/Microsoft.Network/networkInterfaces/PSTestNIC206350\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM799b50\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"266c5ef5-4cad-4431-9e54-44de97840eb5\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM799b50\",\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/PSTestRG799b55d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC799b50\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/bc1013a4-de2c-427d-835e-a3433f45a1cc?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JjMTAxM2E0LWRlMmMtNDI3ZC04MzVlLWEzNDMzZjQ1YTFjYz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/71b20052-5168-4f2f-a22a-acd77e07f0c9?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcxYjIwMDUyLTUxNjgtNGYyZi1hMjJhLWFjZDc3ZTA3ZjBjOT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2051,13 +2203,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0649fa12-3c4a-48fb-b381-cf59b23978b4" + "5fa13b68-3587-4863-92e6-5dc29a89a628" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2067,16 +2219,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "fa38de6b-4254-4e69-9da6-f93ef017b2db" + "d699570f-5d77-46bf-a6af-5f1e52f32deb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120110Z:fa38de6b-4254-4e69-9da6-f93ef017b2db" + "SOUTHINDIA:20210518T155616Z:d699570f-5d77-46bf-a6af-5f1e52f32deb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:01:10 GMT" + "Tue, 18 May 2021 15:56:16 GMT" ], "Content-Length": [ "134" @@ -2088,23 +2240,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:30:59.7929631+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc1013a4-de2c-427d-835e-a3433f45a1cc\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T21:26:05.4294427+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"71b20052-5168-4f2f-a22a-acd77e07f0c9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/bc1013a4-de2c-427d-835e-a3433f45a1cc?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JjMTAxM2E0LWRlMmMtNDI3ZC04MzVlLWEzNDMzZjQ1YTFjYz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/71b20052-5168-4f2f-a22a-acd77e07f0c9?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcxYjIwMDUyLTUxNjgtNGYyZi1hMjJhLWFjZDc3ZTA3ZjBjOT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2115,13 +2267,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29963" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3dceef42-aa33-44ce-a2ce-82e2d244779f" + "c324a354-f314-490b-b357-46ac774630d5" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2131,16 +2283,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "b95105b6-e140-461e-b5b7-87cb1b2de7cc" + "7ddb8c84-3e85-4be0-9c0e-c502068fd701" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120200Z:b95105b6-e140-461e-b5b7-87cb1b2de7cc" + "SOUTHINDIA:20210518T155706Z:7ddb8c84-3e85-4be0-9c0e-c502068fd701" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:02:00 GMT" + "Tue, 18 May 2021 15:57:06 GMT" ], "Content-Length": [ "134" @@ -2152,23 +2304,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:30:59.7929631+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"bc1013a4-de2c-427d-835e-a3433f45a1cc\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T21:26:05.4294427+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"71b20052-5168-4f2f-a22a-acd77e07f0c9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/bc1013a4-de2c-427d-835e-a3433f45a1cc?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JjMTAxM2E0LWRlMmMtNDI3ZC04MzVlLWEzNDMzZjQ1YTFjYz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/71b20052-5168-4f2f-a22a-acd77e07f0c9?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcxYjIwMDUyLTUxNjgtNGYyZi1hMjJhLWFjZDc3ZTA3ZjBjOT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2179,13 +2331,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1db6961b-3f9f-47b7-b568-87973d25ef4a" + "0ae02d09-a694-4c78-8833-8eb7bba8f914" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2195,16 +2347,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "0142e57e-083d-48f2-a50f-be2b5b3d88cf" + "8905f5f3-8f43-4eb0-8148-a5da1b85fd9a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120251Z:0142e57e-083d-48f2-a50f-be2b5b3d88cf" + "SOUTHINDIA:20210518T155756Z:8905f5f3-8f43-4eb0-8148-a5da1b85fd9a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:02:50 GMT" + "Tue, 18 May 2021 15:57:56 GMT" ], "Content-Length": [ "184" @@ -2216,26 +2368,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:30:59.7929631+05:30\",\r\n \"endTime\": \"2021-02-15T17:32:31.4660761+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bc1013a4-de2c-427d-835e-a3433f45a1cc\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T21:26:05.4294427+05:30\",\r\n \"endTime\": \"2021-05-18T21:27:45.8505603+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"71b20052-5168-4f2f-a22a-acd77e07f0c9\"\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": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2249,10 +2401,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "79e3be3f-313c-45c9-83e7-941ae80eda09" + "5cf40ea0-b1e1-487e-9ecb-09629d7d6295" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2262,19 +2414,19 @@ "11992" ], "x-ms-correlation-request-id": [ - "67a318e6-5ab8-4d93-949a-1026cc5184e4" + "fc51a09b-b298-4348-93ac-c940a1080d9c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120251Z:67a318e6-5ab8-4d93-949a-1026cc5184e4" + "SOUTHINDIA:20210518T155757Z:fc51a09b-b298-4348-93ac-c940a1080d9c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:02:51 GMT" + "Tue, 18 May 2021 15:57:56 GMT" ], "Content-Length": [ - "360618" + "378075" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2283,26 +2435,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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"storwarespzoo1611743234900\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storwarespzoo1611743234900\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2313,16 +2465,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22497" + "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22499" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "dd6e7aee-f869-4793-9d5f-5c9c6a8e46c5" + "5045835a-cdfc-43de-a51e-f73257d6537b" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2332,16 +2484,16 @@ "11991" ], "x-ms-correlation-request-id": [ - "7d76f946-2649-4a7a-af32-fe3101a98132" + "793161b2-3036-462f-a111-b47eff30b7b5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120252Z:7d76f946-2649-4a7a-af32-fe3101a98132" + "SOUTHINDIA:20210518T155757Z:793161b2-3036-462f-a111-b47eff30b7b5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:02:51 GMT" + "Tue, 18 May 2021 15:57:57 GMT" ], "Content-Length": [ "1089" @@ -2353,26 +2505,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": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2383,16 +2535,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21993" + "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "0967ce3c-123f-41f3-9702-4b6587e7c087" + "cda0a4fe-2bd2-438b-8292-377faefef6f1" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2402,16 +2554,16 @@ "11990" ], "x-ms-correlation-request-id": [ - "f819c103-f043-4f55-8c2f-6e351a6cabf8" + "cc6d069b-34b5-40e6-ba21-201a8fe0741d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120252Z:f819c103-f043-4f55-8c2f-6e351a6cabf8" + "SOUTHINDIA:20210518T155757Z:cc6d069b-34b5-40e6-ba21-201a8fe0741d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:02:52 GMT" + "Tue, 18 May 2021 15:57:57 GMT" ], "Content-Length": [ "1326" @@ -2423,26 +2575,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/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTIwNjM1MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTc5OWI1MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2459,38 +2611,38 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/5c00b92d-510e-4ed3-b475-9eedd3cbda12?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d546367d-ee0c-4f9f-a739-9e5deb60af71?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1197" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5c00b92d-510e-4ed3-b475-9eedd3cbda12" + "d546367d-ee0c-4f9f-a739-9e5deb60af71" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "934809df-5816-40c5-893e-63b696d9a1be" + "66d4ad14-820a-4ce5-8c10-bb72ff40fe4f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120254Z:934809df-5816-40c5-893e-63b696d9a1be" + "SOUTHINDIA:20210518T155759Z:66d4ad14-820a-4ce5-8c10-bb72ff40fe4f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:02:53 GMT" + "Tue, 18 May 2021 15:57:59 GMT" ], "Content-Length": [ "484" @@ -2502,23 +2654,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350/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/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50/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/5c00b92d-510e-4ed3-b475-9eedd3cbda12?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjMDBiOTJkLTUxMGUtNGVkMy1iNDc1LTllZWRkM2NiZGExMj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d546367d-ee0c-4f9f-a739-9e5deb60af71?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q1NDYzNjdkLWVlMGMtNGY5Zi1hNzM5LTllNWRlYjYwYWY3MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2529,13 +2681,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29960" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2f88fcd9-b850-4001-8d86-6086153b8799" + "7aab5faf-b62c-4654-8ce9-cadde4e8e58e" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2545,19 +2697,19 @@ "11989" ], "x-ms-correlation-request-id": [ - "5df7de62-820b-4b65-8d64-10a9e7802268" + "3cd72357-99de-4f1f-95b3-61af1ac8e8a5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120324Z:5df7de62-820b-4b65-8d64-10a9e7802268" + "SOUTHINDIA:20210518T155829Z:3cd72357-99de-4f1f-95b3-61af1ac8e8a5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:03:23 GMT" + "Tue, 18 May 2021 15:58:29 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2566,23 +2718,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:32:53.810179+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5c00b92d-510e-4ed3-b475-9eedd3cbda12\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T21:27:59.2098321+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d546367d-ee0c-4f9f-a739-9e5deb60af71\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/5c00b92d-510e-4ed3-b475-9eedd3cbda12?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjMDBiOTJkLTUxMGUtNGVkMy1iNDc1LTllZWRkM2NiZGExMj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d546367d-ee0c-4f9f-a739-9e5deb60af71?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q1NDYzNjdkLWVlMGMtNGY5Zi1hNzM5LTllNWRlYjYwYWY3MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2593,13 +2745,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29959" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4df89483-f0c0-4d01-9b2f-4dc76800374b" + "d074752c-448e-495c-b028-bb9ba07fda7f" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2609,19 +2761,19 @@ "11988" ], "x-ms-correlation-request-id": [ - "2b71ef54-97a7-4780-94c1-f2c18d188111" + "36302729-2fdb-46c7-8ff5-b416954c7435" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120354Z:2b71ef54-97a7-4780-94c1-f2c18d188111" + "SOUTHINDIA:20210518T155859Z:36302729-2fdb-46c7-8ff5-b416954c7435" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:03:54 GMT" + "Tue, 18 May 2021 15:58:59 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2630,23 +2782,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:32:53.810179+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5c00b92d-510e-4ed3-b475-9eedd3cbda12\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T21:27:59.2098321+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d546367d-ee0c-4f9f-a739-9e5deb60af71\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/5c00b92d-510e-4ed3-b475-9eedd3cbda12?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjMDBiOTJkLTUxMGUtNGVkMy1iNDc1LTllZWRkM2NiZGExMj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d546367d-ee0c-4f9f-a739-9e5deb60af71?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q1NDYzNjdkLWVlMGMtNGY5Zi1hNzM5LTllNWRlYjYwYWY3MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2657,13 +2809,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29958" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "18eed465-b292-44e8-b521-ff2a64f3539b" + "711758a7-806e-4fa2-b4d2-ff00b42b39b4" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2673,19 +2825,19 @@ "11987" ], "x-ms-correlation-request-id": [ - "e2a67387-6c45-4cd9-bda5-54f4f4281ca4" + "2b71aaf1-7364-4f31-92fa-d617dea73dfd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120424Z:e2a67387-6c45-4cd9-bda5-54f4f4281ca4" + "SOUTHINDIA:20210518T155929Z:2b71aaf1-7364-4f31-92fa-d617dea73dfd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:04:24 GMT" + "Tue, 18 May 2021 15:59:29 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2694,23 +2846,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:32:53.810179+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5c00b92d-510e-4ed3-b475-9eedd3cbda12\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T21:27:59.2098321+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d546367d-ee0c-4f9f-a739-9e5deb60af71\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/5c00b92d-510e-4ed3-b475-9eedd3cbda12?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjMDBiOTJkLTUxMGUtNGVkMy1iNDc1LTllZWRkM2NiZGExMj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d546367d-ee0c-4f9f-a739-9e5deb60af71?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q1NDYzNjdkLWVlMGMtNGY5Zi1hNzM5LTllNWRlYjYwYWY3MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2721,13 +2873,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29957" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "403dd91e-baaf-49d0-868a-dcb4ec0b16ec" + "42a3c1b0-0549-4570-92f2-7b6a5a515734" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2737,19 +2889,19 @@ "11986" ], "x-ms-correlation-request-id": [ - "d6df46e2-5e0c-403e-8b24-dfa4e4b850fe" + "fb5529a2-2be3-4221-a8be-d3c65ac7dfb4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120454Z:d6df46e2-5e0c-403e-8b24-dfa4e4b850fe" + "SOUTHINDIA:20210518T160000Z:fb5529a2-2be3-4221-a8be-d3c65ac7dfb4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:04:54 GMT" + "Tue, 18 May 2021 15:59:59 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2758,23 +2910,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:32:53.810179+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5c00b92d-510e-4ed3-b475-9eedd3cbda12\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T21:27:59.2098321+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d546367d-ee0c-4f9f-a739-9e5deb60af71\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/5c00b92d-510e-4ed3-b475-9eedd3cbda12?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVjMDBiOTJkLTUxMGUtNGVkMy1iNDc1LTllZWRkM2NiZGExMj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/d546367d-ee0c-4f9f-a739-9e5deb60af71?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q1NDYzNjdkLWVlMGMtNGY5Zi1hNzM5LTllNWRlYjYwYWY3MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2785,13 +2937,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b79c307d-a565-4b54-9ed1-6bdebc6cee44" + "494fc5a6-7ee4-418f-9c18-e85745613e4a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2801,19 +2953,19 @@ "11985" ], "x-ms-correlation-request-id": [ - "83a1dc9d-bfdb-4165-a46c-da2e22b07ed9" + "5cb9ffaa-b125-4b27-9d0b-13fc7c1c5962" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120525Z:83a1dc9d-bfdb-4165-a46c-da2e22b07ed9" + "SOUTHINDIA:20210518T160030Z:5cb9ffaa-b125-4b27-9d0b-13fc7c1c5962" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:05:24 GMT" + "Tue, 18 May 2021 16:00:29 GMT" ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2822,23 +2974,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:32:53.810179+05:30\",\r\n \"endTime\": \"2021-02-15T17:35:09.4848249+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5c00b92d-510e-4ed3-b475-9eedd3cbda12\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T21:27:59.2098321+05:30\",\r\n \"endTime\": \"2021-05-18T21:30:03.3808669+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d546367d-ee0c-4f9f-a739-9e5deb60af71\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTIwNjM1MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTc5OWI1MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac1e39bf-1cfc-4802-8b2e-b02f18876baa" + "952f54c7-7ccc-46b3-acda-1e3b16b3abfd" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2849,13 +3001,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31955" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "38948764-8ea2-4eb8-a511-5b165719b99e" + "fc87ae4d-4644-4502-a93e-cc32f28fcd18" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2865,16 +3017,16 @@ "11984" ], "x-ms-correlation-request-id": [ - "734e0f10-c0a6-441c-afac-9977ef11a5c1" + "d01cc9ff-6914-455c-8ca0-051751583e62" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120525Z:734e0f10-c0a6-441c-afac-9977ef11a5c1" + "SOUTHINDIA:20210518T160030Z:d01cc9ff-6914-455c-8ca0-051751583e62" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:05:25 GMT" + "Tue, 18 May 2021 16:00:30 GMT" ], "Content-Length": [ "485" @@ -2886,26 +3038,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350/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/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM206350'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMjA2MzUwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM799b50'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNNzk5YjUwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6c8bec7-1492-48be-a758-e7c27e7a1c4e" + "ae03ed3a-8142-4f49-8413-9322ad1fb6bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2919,11 +3071,11 @@ "nosniff" ], "x-ms-request-id": [ - "da74e247-0786-4fc2-b251-e6321ab63bdc" + "9412c950-d2fe-4804-81dc-7e5f80ac2b8d" ], "x-ms-client-request-id": [ - "b6c8bec7-1492-48be-a758-e7c27e7a1c4e", - "b6c8bec7-1492-48be-a758-e7c27e7a1c4e" + "ae03ed3a-8142-4f49-8413-9322ad1fb6bb", + "ae03ed3a-8142-4f49-8413-9322ad1fb6bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2938,13 +3090,13 @@ "149" ], "x-ms-correlation-request-id": [ - "da74e247-0786-4fc2-b251-e6321ab63bdc" + "9412c950-d2fe-4804-81dc-7e5f80ac2b8d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120531Z:da74e247-0786-4fc2-b251-e6321ab63bdc" + "SOUTHINDIA:20210518T160035Z:9412c950-d2fe-4804-81dc-7e5f80ac2b8d" ], "Date": [ - "Mon, 15 Feb 2021 12:05:30 GMT" + "Tue, 18 May 2021 16:00:35 GMT" ], "Content-Length": [ "12" @@ -2960,22 +3112,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM206350'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMjA2MzUwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM799b50'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNNzk5YjUwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "771d0bf2-7c0e-47c5-abac-aa88a1cbbf36" + "5d0c4ee1-dc12-4b36-a734-78fda53ad2c3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2989,11 +3141,11 @@ "nosniff" ], "x-ms-request-id": [ - "117d304a-36b9-4d73-b60c-59683ceb0d64" + "3af922c0-d837-41af-b855-fc36ffb7e829" ], "x-ms-client-request-id": [ - "771d0bf2-7c0e-47c5-abac-aa88a1cbbf36", - "771d0bf2-7c0e-47c5-abac-aa88a1cbbf36" + "5d0c4ee1-dc12-4b36-a734-78fda53ad2c3", + "5d0c4ee1-dc12-4b36-a734-78fda53ad2c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3008,13 +3160,13 @@ "148" ], "x-ms-correlation-request-id": [ - "117d304a-36b9-4d73-b60c-59683ceb0d64" + "3af922c0-d837-41af-b855-fc36ffb7e829" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120651Z:117d304a-36b9-4d73-b60c-59683ceb0d64" + "SOUTHINDIA:20210518T160130Z:3af922c0-d837-41af-b855-fc36ffb7e829" ], "Date": [ - "Mon, 15 Feb 2021 12:06:51 GMT" + "Tue, 18 May 2021 16:01:29 GMT" ], "Content-Length": [ "914" @@ -3026,26 +3178,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG20635f76\",\r\n \"friendlyName\": \"PSTestVM206350\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG799b55d8\",\r\n \"friendlyName\": \"PSTestVM799b50\",\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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75d4631b-7843-4b70-a81b-c13bfa4b406f" + "0c6ff323-f5c5-4538-b331-dd450cf851c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3059,11 +3211,11 @@ "nosniff" ], "x-ms-request-id": [ - "ee995780-6d2f-489d-8051-be84fa720aa5" + "6071305d-2e17-417e-9549-9f5b401a810b" ], "x-ms-client-request-id": [ - "75d4631b-7843-4b70-a81b-c13bfa4b406f", - "75d4631b-7843-4b70-a81b-c13bfa4b406f" + "0c6ff323-f5c5-4538-b331-dd450cf851c8", + "0c6ff323-f5c5-4538-b331-dd450cf851c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3078,13 +3230,13 @@ "149" ], "x-ms-correlation-request-id": [ - "ee995780-6d2f-489d-8051-be84fa720aa5" + "6071305d-2e17-417e-9549-9f5b401a810b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120532Z:ee995780-6d2f-489d-8051-be84fa720aa5" + "SOUTHINDIA:20210518T160035Z:6071305d-2e17-417e-9549-9f5b401a810b" ], "Date": [ - "Mon, 15 Feb 2021 12:05:32 GMT" + "Tue, 18 May 2021 16:00:35 GMT" ], "Content-Length": [ "762" @@ -3096,26 +3248,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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-15T22: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-15T22: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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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-05-19T01:30: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-05-19T01:30: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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3129,11 +3281,11 @@ "nosniff" ], "x-ms-request-id": [ - "93ebf161-d866-4419-841c-c2d323c99c94" + "757489a9-6f04-4c7c-afeb-5d913e6d5c3e" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3148,16 +3300,16 @@ "149" ], "x-ms-correlation-request-id": [ - "93ebf161-d866-4419-841c-c2d323c99c94" + "757489a9-6f04-4c7c-afeb-5d913e6d5c3e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120532Z:93ebf161-d866-4419-841c-c2d323c99c94" + "SOUTHINDIA:20210518T160036Z:757489a9-6f04-4c7c-afeb-5d913e6d5c3e" ], "Date": [ - "Mon, 15 Feb 2021 12:05:32 GMT" + "Tue, 18 May 2021 16:00:35 GMT" ], "Content-Length": [ - "18900" + "5355" ], "Content-Type": [ "application/json" @@ -3166,26 +3318,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3199,11 +3351,11 @@ "nosniff" ], "x-ms-request-id": [ - "3acaacbb-12ba-4684-ab57-efa5da5399d2" + "0eed942c-6295-4571-8ac6-2e43f3ac39ba" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3218,16 +3370,16 @@ "148" ], "x-ms-correlation-request-id": [ - "3acaacbb-12ba-4684-ab57-efa5da5399d2" + "0eed942c-6295-4571-8ac6-2e43f3ac39ba" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120555Z:3acaacbb-12ba-4684-ab57-efa5da5399d2" + "SOUTHINDIA:20210518T160052Z:0eed942c-6295-4571-8ac6-2e43f3ac39ba" ], "Date": [ - "Mon, 15 Feb 2021 12:05:55 GMT" + "Tue, 18 May 2021 16:00:52 GMT" ], "Content-Length": [ - "19794" + "6249" ], "Content-Type": [ "application/json" @@ -3236,26 +3388,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350/protectableItems/vm;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG20635f76\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM206350\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50/protectableItems/vm;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG799b55d8\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM799b50\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/refreshContainers?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBGYWJyaWNzL0F6dXJlL3JlZnJlc2hDb250YWluZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/refreshContainers?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3JlZnJlc2hDb250YWluZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3266,23 +3418,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/operationResults/f6341f9d-e29f-4431-bc72-2ef4931361b2?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/operationResults/ba3ae10b-7c45-49fe-9c20-723a4008f37a?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/operationsStatus/f6341f9d-e29f-4431-bc72-2ef4931361b2?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/operationsStatus/ba3ae10b-7c45-49fe-9c20-723a4008f37a?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e4efc915-4a7f-4369-9d6b-46927d652b90" + "e41160d9-594d-4a55-8f4e-d6f23ba1c7c0" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3294,13 +3446,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "e4efc915-4a7f-4369-9d6b-46927d652b90" + "e41160d9-594d-4a55-8f4e-d6f23ba1c7c0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120534Z:e4efc915-4a7f-4369-9d6b-46927d652b90" + "SOUTHINDIA:20210518T160036Z:e41160d9-594d-4a55-8f4e-d6f23ba1c7c0" ], "Date": [ - "Mon, 15 Feb 2021 12:05:34 GMT" + "Tue, 18 May 2021 16:00:36 GMT" ], "Expires": [ "-1" @@ -3313,22 +3465,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/operationResults/f6341f9d-e29f-4431-bc72-2ef4931361b2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvZjYzNDFmOWQtZTI5Zi00NDMxLWJjNzItMmVmNDkzMTM2MWIyP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/operationResults/ba3ae10b-7c45-49fe-9c20-723a4008f37a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvYmEzYWUxMGItN2M0NS00OWZlLTljMjAtNzIzYTQwMDhmMzdhP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3339,7 +3491,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/operationResults/f6341f9d-e29f-4431-bc72-2ef4931361b2?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/operationResults/ba3ae10b-7c45-49fe-9c20-723a4008f37a?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3348,11 +3500,11 @@ "nosniff" ], "x-ms-request-id": [ - "35e01dc0-86e5-4ba5-ae80-06d26ad19ab0" + "67d4ff17-5db7-499d-8749-81828a9ecbe5" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3364,13 +3516,13 @@ "149" ], "x-ms-correlation-request-id": [ - "35e01dc0-86e5-4ba5-ae80-06d26ad19ab0" + "67d4ff17-5db7-499d-8749-81828a9ecbe5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120534Z:35e01dc0-86e5-4ba5-ae80-06d26ad19ab0" + "SOUTHINDIA:20210518T160036Z:67d4ff17-5db7-499d-8749-81828a9ecbe5" ], "Date": [ - "Mon, 15 Feb 2021 12:05:34 GMT" + "Tue, 18 May 2021 16:00:36 GMT" ], "Expires": [ "-1" @@ -3383,22 +3535,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/operationResults/f6341f9d-e29f-4431-bc72-2ef4931361b2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvZjYzNDFmOWQtZTI5Zi00NDMxLWJjNzItMmVmNDkzMTM2MWIyP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/operationResults/ba3ae10b-7c45-49fe-9c20-723a4008f37a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvYmEzYWUxMGItN2M0NS00OWZlLTljMjAtNzIzYTQwMDhmMzdhP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3409,7 +3561,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/operationResults/f6341f9d-e29f-4431-bc72-2ef4931361b2?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/operationResults/ba3ae10b-7c45-49fe-9c20-723a4008f37a?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3418,11 +3570,11 @@ "nosniff" ], "x-ms-request-id": [ - "6a5bd65a-2385-42f7-8ed8-72b5368a755a" + "3b9e8410-a45c-47d4-bcc3-9f935ad81823" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3434,13 +3586,13 @@ "148" ], "x-ms-correlation-request-id": [ - "6a5bd65a-2385-42f7-8ed8-72b5368a755a" + "3b9e8410-a45c-47d4-bcc3-9f935ad81823" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120545Z:6a5bd65a-2385-42f7-8ed8-72b5368a755a" + "SOUTHINDIA:20210518T160042Z:3b9e8410-a45c-47d4-bcc3-9f935ad81823" ], "Date": [ - "Mon, 15 Feb 2021 12:05:44 GMT" + "Tue, 18 May 2021 16:00:41 GMT" ], "Expires": [ "-1" @@ -3453,22 +3605,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/operationResults/f6341f9d-e29f-4431-bc72-2ef4931361b2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvZjYzNDFmOWQtZTI5Zi00NDMxLWJjNzItMmVmNDkzMTM2MWIyP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/operationResults/ba3ae10b-7c45-49fe-9c20-723a4008f37a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvYmEzYWUxMGItN2M0NS00OWZlLTljMjAtNzIzYTQwMDhmMzdhP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3478,15 +3630,21 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/operationResults/ba3ae10b-7c45-49fe-9c20-723a4008f37a?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e0c3a2e9-c163-4460-ab29-2192a8f5913b" + "8117e096-8b9e-406f-b803-7bffdf38e564" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3498,38 +3656,41 @@ "147" ], "x-ms-correlation-request-id": [ - "e0c3a2e9-c163-4460-ab29-2192a8f5913b" + "8117e096-8b9e-406f-b803-7bffdf38e564" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120555Z:e0c3a2e9-c163-4460-ab29-2192a8f5913b" + "SOUTHINDIA:20210518T160047Z:8117e096-8b9e-406f-b803-7bffdf38e564" ], "Date": [ - "Mon, 15 Feb 2021 12:05:54 GMT" + "Tue, 18 May 2021 16:00:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 204 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/operationResults/f6341f9d-e29f-4431-bc72-2ef4931361b2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvZjYzNDFmOWQtZTI5Zi00NDMxLWJjNzItMmVmNDkzMTM2MWIyP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/operationResults/ba3ae10b-7c45-49fe-9c20-723a4008f37a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvYmEzYWUxMGItN2M0NS00OWZlLTljMjAtNzIzYTQwMDhmMzdhP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3543,11 +3704,11 @@ "nosniff" ], "x-ms-request-id": [ - "6044b9ac-5a52-4bcc-8243-12518748ea0e" + "9b3c0e06-194e-490c-a976-85f0eb8a6c1a" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3559,13 +3720,74 @@ "146" ], "x-ms-correlation-request-id": [ - "6044b9ac-5a52-4bcc-8243-12518748ea0e" + "9b3c0e06-194e-490c-a976-85f0eb8a6c1a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T160052Z:9b3c0e06-194e-490c-a976-85f0eb8a6c1a" + ], + "Date": [ + "Tue, 18 May 2021 16:00:51 GMT" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/operationResults/ba3ae10b-7c45-49fe-9c20-723a4008f37a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvYmEzYWUxMGItN2M0NS00OWZlLTljMjAtNzIzYTQwMDhmMzdhP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e044c193-aa8a-43fd-b965-643c5c77635d" + ], + "x-ms-client-request-id": [ + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "145" + ], + "x-ms-correlation-request-id": [ + "e044c193-aa8a-43fd-b965-643c5c77635d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120555Z:6044b9ac-5a52-4bcc-8243-12518748ea0e" + "SOUTHINDIA:20210518T160052Z:e044c193-aa8a-43fd-b965-643c5c77635d" ], "Date": [ - "Mon, 15 Feb 2021 12:05:54 GMT" + "Tue, 18 May 2021 16:00:52 GMT" ], "Expires": [ "-1" @@ -3575,22 +3797,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg20635f76%3Bpstestvm206350/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg20635f76%3Bpstestvm206350?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcyMDYzNWY3NiUzQnBzdGVzdHZtMjA2MzUwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzIwNjM1Zjc2JTNCcHN0ZXN0dm0yMDYzNTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg799b55d8%3Bpstestvm799b50/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg799b55d8%3Bpstestvm799b50?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc3OTliNTVkOCUzQnBzdGVzdHZtNzk5YjUwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzc5OWI1NWQ4JTNCcHN0ZXN0dm03OTliNTA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3607,23 +3829,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350/protectedItems/vm;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350/operationResults/df7ffe9a-ef15-4833-9451-df5bab590fb3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50/protectedItems/vm;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50/operationResults/aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350/protectedItems/vm;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350/operationsStatus/df7ffe9a-ef15-4833-9451-df5bab590fb3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50/protectedItems/vm;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50/operationsStatus/aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d79fc787-86f4-48e1-a3f7-9709cf24e276" + "d4d68d58-1803-46ae-aef7-333d2b421c9e" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3632,16 +3854,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "d79fc787-86f4-48e1-a3f7-9709cf24e276" + "d4d68d58-1803-46ae-aef7-333d2b421c9e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120558Z:d79fc787-86f4-48e1-a3f7-9709cf24e276" + "SOUTHINDIA:20210518T160053Z:d4d68d58-1803-46ae-aef7-333d2b421c9e" ], "Date": [ - "Mon, 15 Feb 2021 12:05:57 GMT" + "Tue, 18 May 2021 16:00:52 GMT" ], "Expires": [ "-1" @@ -3654,22 +3876,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/df7ffe9a-ef15-4833-9451-df5bab590fb3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2RmN2ZmZTlhLWVmMTUtNDgzMy05NDUxLWRmNWJhYjU5MGZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2FlY2RhYmVhLTM4OTAtNGUyZi05ZDdlLTViOGIxYWE2NGNjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3683,11 +3905,11 @@ "nosniff" ], "x-ms-request-id": [ - "de97d7a7-9d29-4d54-94d8-609fa1cc0f29" + "8c58b87a-5248-4e43-a68b-9b6c343a509f" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3702,16 +3924,16 @@ "149" ], "x-ms-correlation-request-id": [ - "de97d7a7-9d29-4d54-94d8-609fa1cc0f29" + "8c58b87a-5248-4e43-a68b-9b6c343a509f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120558Z:de97d7a7-9d29-4d54-94d8-609fa1cc0f29" + "SOUTHINDIA:20210518T160053Z:8c58b87a-5248-4e43-a68b-9b6c343a509f" ], "Date": [ - "Mon, 15 Feb 2021 12:05:58 GMT" + "Tue, 18 May 2021 16:00:53 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -3720,26 +3942,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"name\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:05:56.4033401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"name\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:00:53.398266Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/df7ffe9a-ef15-4833-9451-df5bab590fb3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2RmN2ZmZTlhLWVmMTUtNDgzMy05NDUxLWRmNWJhYjU5MGZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2FlY2RhYmVhLTM4OTAtNGUyZi05ZDdlLTViOGIxYWE2NGNjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3753,11 +3975,11 @@ "nosniff" ], "x-ms-request-id": [ - "d91c4478-3d7d-4be7-8532-1413a2be3f0f" + "26c8c35b-1585-4a6a-8308-9524d52e2429" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3772,16 +3994,16 @@ "148" ], "x-ms-correlation-request-id": [ - "d91c4478-3d7d-4be7-8532-1413a2be3f0f" + "26c8c35b-1585-4a6a-8308-9524d52e2429" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120609Z:d91c4478-3d7d-4be7-8532-1413a2be3f0f" + "SOUTHINDIA:20210518T160058Z:26c8c35b-1585-4a6a-8308-9524d52e2429" ], "Date": [ - "Mon, 15 Feb 2021 12:06:08 GMT" + "Tue, 18 May 2021 16:00:58 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -3790,26 +4012,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"name\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:05:56.4033401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"name\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:00:53.398266Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/df7ffe9a-ef15-4833-9451-df5bab590fb3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2RmN2ZmZTlhLWVmMTUtNDgzMy05NDUxLWRmNWJhYjU5MGZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2FlY2RhYmVhLTM4OTAtNGUyZi05ZDdlLTViOGIxYWE2NGNjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3823,11 +4045,11 @@ "nosniff" ], "x-ms-request-id": [ - "f6fe7d83-bebc-4b7f-9fa8-14a979e7a9d5" + "d3a2195f-506b-4199-883c-858509750a1d" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3842,16 +4064,16 @@ "147" ], "x-ms-correlation-request-id": [ - "f6fe7d83-bebc-4b7f-9fa8-14a979e7a9d5" + "d3a2195f-506b-4199-883c-858509750a1d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120619Z:f6fe7d83-bebc-4b7f-9fa8-14a979e7a9d5" + "SOUTHINDIA:20210518T160104Z:d3a2195f-506b-4199-883c-858509750a1d" ], "Date": [ - "Mon, 15 Feb 2021 12:06:19 GMT" + "Tue, 18 May 2021 16:01:03 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -3860,26 +4082,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"name\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:05:56.4033401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"name\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:00:53.398266Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/df7ffe9a-ef15-4833-9451-df5bab590fb3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2RmN2ZmZTlhLWVmMTUtNDgzMy05NDUxLWRmNWJhYjU5MGZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2FlY2RhYmVhLTM4OTAtNGUyZi05ZDdlLTViOGIxYWE2NGNjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3893,11 +4115,11 @@ "nosniff" ], "x-ms-request-id": [ - "014e6a9c-6093-4f82-9bc2-a0265371e0fe" + "d609caec-3056-4bf7-b2cf-7ec4ebbc5320" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3912,16 +4134,16 @@ "146" ], "x-ms-correlation-request-id": [ - "014e6a9c-6093-4f82-9bc2-a0265371e0fe" + "d609caec-3056-4bf7-b2cf-7ec4ebbc5320" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120629Z:014e6a9c-6093-4f82-9bc2-a0265371e0fe" + "SOUTHINDIA:20210518T160109Z:d609caec-3056-4bf7-b2cf-7ec4ebbc5320" ], "Date": [ - "Mon, 15 Feb 2021 12:06:29 GMT" + "Tue, 18 May 2021 16:01:08 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -3930,26 +4152,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"name\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:05:56.4033401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"name\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:00:53.398266Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/df7ffe9a-ef15-4833-9451-df5bab590fb3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2RmN2ZmZTlhLWVmMTUtNDgzMy05NDUxLWRmNWJhYjU5MGZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2FlY2RhYmVhLTM4OTAtNGUyZi05ZDdlLTViOGIxYWE2NGNjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3963,11 +4185,11 @@ "nosniff" ], "x-ms-request-id": [ - "cd4cddca-4214-4b7c-aad6-2aab31a61082" + "2f16f39d-8796-436f-8fc5-8949867ab782" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3982,16 +4204,16 @@ "145" ], "x-ms-correlation-request-id": [ - "cd4cddca-4214-4b7c-aad6-2aab31a61082" + "2f16f39d-8796-436f-8fc5-8949867ab782" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120640Z:cd4cddca-4214-4b7c-aad6-2aab31a61082" + "SOUTHINDIA:20210518T160114Z:2f16f39d-8796-436f-8fc5-8949867ab782" ], "Date": [ - "Mon, 15 Feb 2021 12:06:39 GMT" + "Tue, 18 May 2021 16:01:13 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -4000,26 +4222,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"name\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:05:56.4033401Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"name\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:00:53.398266Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/df7ffe9a-ef15-4833-9451-df5bab590fb3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2RmN2ZmZTlhLWVmMTUtNDgzMy05NDUxLWRmNWJhYjU5MGZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2FlY2RhYmVhLTM4OTAtNGUyZi05ZDdlLTViOGIxYWE2NGNjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4033,11 +4255,11 @@ "nosniff" ], "x-ms-request-id": [ - "ed9368af-eb1a-457c-9030-f69fa255957f" + "8c252b48-6a2b-4f65-8fac-f9e95fd0229e" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4052,16 +4274,16 @@ "144" ], "x-ms-correlation-request-id": [ - "ed9368af-eb1a-457c-9030-f69fa255957f" + "8c252b48-6a2b-4f65-8fac-f9e95fd0229e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120650Z:ed9368af-eb1a-457c-9030-f69fa255957f" + "SOUTHINDIA:20210518T160119Z:8c252b48-6a2b-4f65-8fac-f9e95fd0229e" ], "Date": [ - "Mon, 15 Feb 2021 12:06:50 GMT" + "Tue, 18 May 2021 16:01:18 GMT" ], "Content-Length": [ - "304" + "187" ], "Content-Type": [ "application/json" @@ -4070,26 +4292,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"name\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T12:05:56.4033401Z\",\r\n \"endTime\": \"2021-02-15T12:05:56.4033401Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"1d33be2e-9ebf-4075-8194-f4e871ee4757\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"name\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:00:53.398266Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/df7ffe9a-ef15-4833-9451-df5bab590fb3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2RmN2ZmZTlhLWVmMTUtNDgzMy05NDUxLWRmNWJhYjU5MGZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2FlY2RhYmVhLTM4OTAtNGUyZi05ZDdlLTViOGIxYWE2NGNjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4103,11 +4325,11 @@ "nosniff" ], "x-ms-request-id": [ - "4a812d85-717f-469c-98d0-107747d2f74b" + "14b04448-7563-4b08-b1eb-64ecdacc28b8" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4122,16 +4344,16 @@ "143" ], "x-ms-correlation-request-id": [ - "4a812d85-717f-469c-98d0-107747d2f74b" + "14b04448-7563-4b08-b1eb-64ecdacc28b8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120650Z:4a812d85-717f-469c-98d0-107747d2f74b" + "SOUTHINDIA:20210518T160124Z:14b04448-7563-4b08-b1eb-64ecdacc28b8" ], "Date": [ - "Mon, 15 Feb 2021 12:06:50 GMT" + "Tue, 18 May 2021 16:01:24 GMT" ], "Content-Length": [ - "304" + "187" ], "Content-Type": [ "application/json" @@ -4140,26 +4362,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"name\": \"df7ffe9a-ef15-4833-9451-df5bab590fb3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T12:05:56.4033401Z\",\r\n \"endTime\": \"2021-02-15T12:05:56.4033401Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"1d33be2e-9ebf-4075-8194-f4e871ee4757\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"name\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:00:53.398266Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/1d33be2e-9ebf-4075-8194-f4e871ee4757?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzFkMzNiZTJlLTllYmYtNDA3NS04MTk0LWY0ZTg3MWVlNDc1Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2FlY2RhYmVhLTM4OTAtNGUyZi05ZDdlLTViOGIxYWE2NGNjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4169,40 +4391,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "31ce75b6-9b39-42a7-ae18-cd0fdac092d2" + "b0fd366a-e2c5-4114-b435-59345187d0aa" ], "x-ms-client-request-id": [ - "ee198aae-bf3a-4722-a782-a9b3ee207bf7", - "ee198aae-bf3a-4722-a782-a9b3ee207bf7" - ], - "X-Powered-By": [ - "ASP.NET" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "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" + "142" ], "x-ms-correlation-request-id": [ - "31ce75b6-9b39-42a7-ae18-cd0fdac092d2" + "b0fd366a-e2c5-4114-b435-59345187d0aa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120650Z:31ce75b6-9b39-42a7-ae18-cd0fdac092d2" + "SOUTHINDIA:20210518T160130Z:b0fd366a-e2c5-4114-b435-59345187d0aa" ], "Date": [ - "Mon, 15 Feb 2021 12:06:50 GMT" + "Tue, 18 May 2021 16:01:29 GMT" ], "Content-Length": [ - "840" + "302" ], "Content-Type": [ "application/json" @@ -4211,26 +4432,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/1d33be2e-9ebf-4075-8194-f4e871ee4757\",\r\n \"name\": \"1d33be2e-9ebf-4075-8194-f4e871ee4757\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT43.2790418S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm206350\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T12:05:56.4105121Z\",\r\n \"endTime\": \"2021-02-15T12:06:39.6895539Z\",\r\n \"activityId\": \"ee198aae-bf3a-4722-a782-a9b3ee207bf7\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"name\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T16:00:53.398266Z\",\r\n \"endTime\": \"2021-05-18T16:00:53.398266Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"8b7fde08-800d-4ee9-a52d-5f285f8b1d44\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2FlY2RhYmVhLTM4OTAtNGUyZi05ZDdlLTViOGIxYWE2NGNjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6693440e-086b-407e-95ed-777a39339c42" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4244,11 +4465,11 @@ "nosniff" ], "x-ms-request-id": [ - "21827c43-e4a9-4909-8775-162d4a886c92" + "7199ebba-d0fa-403f-b006-2e4a273c966b" ], "x-ms-client-request-id": [ - "6693440e-086b-407e-95ed-777a39339c42", - "6693440e-086b-407e-95ed-777a39339c42" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4260,19 +4481,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "141" ], "x-ms-correlation-request-id": [ - "21827c43-e4a9-4909-8775-162d4a886c92" + "7199ebba-d0fa-403f-b006-2e4a273c966b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120651Z:21827c43-e4a9-4909-8775-162d4a886c92" + "SOUTHINDIA:20210518T160130Z:7199ebba-d0fa-403f-b006-2e4a273c966b" ], "Date": [ - "Mon, 15 Feb 2021 12:06:51 GMT" + "Tue, 18 May 2021 16:01:29 GMT" ], "Content-Length": [ - "1495" + "302" ], "Content-Type": [ "application/json" @@ -4281,26 +4502,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350/protectedItems/VM;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM206350\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350\",\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\": \"17594004325776\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"name\": \"aecdabea-3890-4e2f-9d7e-5b8b1aa64ccc\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T16:00:53.398266Z\",\r\n \"endTime\": \"2021-05-18T16:00:53.398266Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"8b7fde08-800d-4ee9-a52d-5f285f8b1d44\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/8b7fde08-800d-4ee9-a52d-5f285f8b1d44?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzhiN2ZkZTA4LTgwMGQtNGVlOS1hNTJkLTVmMjg1ZjhiMWQ0ND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc91817b-9012-452b-9c2e-78a946dd9910" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4310,39 +4531,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d8164dc1-aab3-4007-82db-a3932d600316" + "231e4f5e-09a3-4afb-8db6-68c967cef6b2" ], "x-ms-client-request-id": [ - "cc91817b-9012-452b-9c2e-78a946dd9910", - "cc91817b-9012-452b-9c2e-78a946dd9910" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01", + "937dca7a-23c9-45ce-a2c3-cfd5e05f6e01" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "149" ], "x-ms-correlation-request-id": [ - "d8164dc1-aab3-4007-82db-a3932d600316" + "231e4f5e-09a3-4afb-8db6-68c967cef6b2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123827Z:d8164dc1-aab3-4007-82db-a3932d600316" + "SOUTHINDIA:20210518T160130Z:231e4f5e-09a3-4afb-8db6-68c967cef6b2" ], "Date": [ - "Mon, 15 Feb 2021 12:38:26 GMT" + "Tue, 18 May 2021 16:01:29 GMT" ], "Content-Length": [ - "1771" + "839" ], "Content-Type": [ "application/json" @@ -4351,26 +4573,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350/protectedItems/VM;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM206350\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350\",\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-15T12:06:52.8267422Z\",\r\n \"protectedItemDataId\": \"17594004325776\",\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;pstestrg20635f76;pstestvm206350\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"lastRecoveryPoint\": \"2021-02-15T12:06:56.8613853Z\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/8b7fde08-800d-4ee9-a52d-5f285f8b1d44\",\r\n \"name\": \"8b7fde08-800d-4ee9-a52d-5f285f8b1d44\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT31.3103179S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm799b50\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T16:00:53.398266Z\",\r\n \"endTime\": \"2021-05-18T16:01:24.7085839Z\",\r\n \"activityId\": \"937dca7a-23c9-45ce-a2c3-cfd5e05f6e01\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg20635f76%3Bpstestvm206350/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg20635f76%3Bpstestvm206350?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcyMDYzNWY3NiUzQnBzdGVzdHZtMjA2MzUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzIwNjM1Zjc2JTNCcHN0ZXN0dm0yMDYzNTA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6693440e-086b-407e-95ed-777a39339c42" + "8b74be41-f39f-4d48-9ac3-cfc137d7808c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4384,11 +4606,11 @@ "nosniff" ], "x-ms-request-id": [ - "87d4acf8-6bb3-412e-a7e8-b89d269e96a9" + "b2d75b77-08c8-4204-9685-b8368106647b" ], "x-ms-client-request-id": [ - "6693440e-086b-407e-95ed-777a39339c42", - "6693440e-086b-407e-95ed-777a39339c42" + "8b74be41-f39f-4d48-9ac3-cfc137d7808c", + "8b74be41-f39f-4d48-9ac3-cfc137d7808c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4403,16 +4625,16 @@ "149" ], "x-ms-correlation-request-id": [ - "87d4acf8-6bb3-412e-a7e8-b89d269e96a9" + "b2d75b77-08c8-4204-9685-b8368106647b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120652Z:87d4acf8-6bb3-412e-a7e8-b89d269e96a9" + "SOUTHINDIA:20210518T160130Z:b2d75b77-08c8-4204-9685-b8368106647b" ], "Date": [ - "Mon, 15 Feb 2021 12:06:52 GMT" + "Tue, 18 May 2021 16:01:30 GMT" ], "Content-Length": [ - "1550" + "1495" ], "Content-Type": [ "application/json" @@ -4421,30 +4643,170 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350/protectedItems/VM;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM206350\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350\",\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\": \"17594004325776\",\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;pstestrg20635f76;pstestvm206350\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50/protectedItems/VM;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM799b50\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50\",\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\": \"52776759803142\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg20635f76%3Bpstestvm206350/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg20635f76%3Bpstestvm206350/backup?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcyMDYzNWY3NiUzQnBzdGVzdHZtMjA2MzUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzIwNjM1Zjc2JTNCcHN0ZXN0dm0yMDYzNTAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "89885449-6e5e-4897-8c53-dd7eacea6001" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "c36fe0fa-422c-4c6b-bc01-c9a5ebafd1e0" + ], + "x-ms-client-request-id": [ + "89885449-6e5e-4897-8c53-dd7eacea6001", + "89885449-6e5e-4897-8c53-dd7eacea6001" + ], + "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": [ + "c36fe0fa-422c-4c6b-bc01-c9a5ebafd1e0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164315Z:c36fe0fa-422c-4c6b-bc01-c9a5ebafd1e0" + ], + "Date": [ + "Tue, 18 May 2021 16:43:15 GMT" + ], + "Content-Length": [ + "1870" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50/protectedItems/VM;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\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 },\r\n \"friendlyName\": \"PSTestVM799b50\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50\",\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-05-18T16:01:31.6794325Z\",\r\n \"protectedItemDataId\": \"52776759803142\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"lastRecoveryPoint\": \"2021-05-18T16:01:34.9583405Z\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg799b55d8%3Bpstestvm799b50/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg799b55d8%3Bpstestvm799b50?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc3OTliNTVkOCUzQnBzdGVzdHZtNzk5YjUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzc5OWI1NWQ4JTNCcHN0ZXN0dm03OTliNTA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8b74be41-f39f-4d48-9ac3-cfc137d7808c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "75b35f64-bbd6-4854-97c0-0cf89a4ab4cc" + ], + "x-ms-client-request-id": [ + "8b74be41-f39f-4d48-9ac3-cfc137d7808c", + "8b74be41-f39f-4d48-9ac3-cfc137d7808c" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "75b35f64-bbd6-4854-97c0-0cf89a4ab4cc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T160131Z:75b35f64-bbd6-4854-97c0-0cf89a4ab4cc" + ], + "Date": [ + "Tue, 18 May 2021 16:01:30 GMT" + ], + "Content-Length": [ + "1550" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50/protectedItems/VM;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM799b50\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50\",\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\": \"52776759803142\",\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;pstestrg799b55d8;pstestvm799b50\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg799b55d8%3Bpstestvm799b50/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg799b55d8%3Bpstestvm799b50/backup?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc3OTliNTVkOCUzQnBzdGVzdHZtNzk5YjUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzc5OWI1NWQ4JTNCcHN0ZXN0dm03OTliNTAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], "Content-Length": [ "69" ] @@ -4457,23 +4819,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350/protectedItems/VM;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350/operationResults/0a910fcf-3257-417d-b2bf-78d94cfa40bc?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50/protectedItems/VM;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50/operationResults/1038c171-4a3d-40da-9740-329b9fb25f83?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350/protectedItems/VM;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350/operationsStatus/0a910fcf-3257-417d-b2bf-78d94cfa40bc?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50/protectedItems/VM;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50/operationsStatus/1038c171-4a3d-40da-9740-329b9fb25f83?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "343b7f91-94de-4f0b-85c6-e58adace1158" + "01482512-b019-4f5a-b677-73cad495db1f" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4485,13 +4847,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "343b7f91-94de-4f0b-85c6-e58adace1158" + "01482512-b019-4f5a-b677-73cad495db1f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120652Z:343b7f91-94de-4f0b-85c6-e58adace1158" + "SOUTHINDIA:20210518T160131Z:01482512-b019-4f5a-b677-73cad495db1f" ], "Date": [ - "Mon, 15 Feb 2021 12:06:52 GMT" + "Tue, 18 May 2021 16:01:30 GMT" ], "Expires": [ "-1" @@ -4504,22 +4866,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/0a910fcf-3257-417d-b2bf-78d94cfa40bc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zLzBhOTEwZmNmLTMyNTctNDE3ZC1iMmJmLTc4ZDk0Y2ZhNDBiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/1038c171-4a3d-40da-9740-329b9fb25f83?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zLzEwMzhjMTcxLTRhM2QtNDBkYS05NzQwLTMyOWI5ZmIyNWY4Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4533,11 +4895,11 @@ "nosniff" ], "x-ms-request-id": [ - "b4b74ca1-15d9-4dcc-94e9-f0fa43bfda58" + "f99f6d2b-e581-4739-9d4c-febcda414555" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4549,16 +4911,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "140" ], "x-ms-correlation-request-id": [ - "b4b74ca1-15d9-4dcc-94e9-f0fa43bfda58" + "f99f6d2b-e581-4739-9d4c-febcda414555" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120653Z:b4b74ca1-15d9-4dcc-94e9-f0fa43bfda58" + "SOUTHINDIA:20210518T160131Z:f99f6d2b-e581-4739-9d4c-febcda414555" ], "Date": [ - "Mon, 15 Feb 2021 12:06:52 GMT" + "Tue, 18 May 2021 16:01:31 GMT" ], "Content-Length": [ "188" @@ -4570,26 +4932,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a910fcf-3257-417d-b2bf-78d94cfa40bc\",\r\n \"name\": \"0a910fcf-3257-417d-b2bf-78d94cfa40bc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1038c171-4a3d-40da-9740-329b9fb25f83\",\r\n \"name\": \"1038c171-4a3d-40da-9740-329b9fb25f83\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/0a910fcf-3257-417d-b2bf-78d94cfa40bc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zLzBhOTEwZmNmLTMyNTctNDE3ZC1iMmJmLTc4ZDk0Y2ZhNDBiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/1038c171-4a3d-40da-9740-329b9fb25f83?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zLzEwMzhjMTcxLTRhM2QtNDBkYS05NzQwLTMyOWI5ZmIyNWY4Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4603,11 +4965,11 @@ "nosniff" ], "x-ms-request-id": [ - "4860169a-3705-4a8f-ba20-c4f047b17655" + "e198b95b-833e-4818-9cd5-e56889c0a451" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4619,16 +4981,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "139" ], "x-ms-correlation-request-id": [ - "4860169a-3705-4a8f-ba20-c4f047b17655" + "e198b95b-833e-4818-9cd5-e56889c0a451" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120703Z:4860169a-3705-4a8f-ba20-c4f047b17655" + "SOUTHINDIA:20210518T160137Z:e198b95b-833e-4818-9cd5-e56889c0a451" ], "Date": [ - "Mon, 15 Feb 2021 12:07:03 GMT" + "Tue, 18 May 2021 16:01:36 GMT" ], "Content-Length": [ "304" @@ -4640,26 +5002,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a910fcf-3257-417d-b2bf-78d94cfa40bc\",\r\n \"name\": \"0a910fcf-3257-417d-b2bf-78d94cfa40bc\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"endTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"1038c171-4a3d-40da-9740-329b9fb25f83\",\r\n \"name\": \"1038c171-4a3d-40da-9740-329b9fb25f83\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"endTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/0a910fcf-3257-417d-b2bf-78d94cfa40bc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zLzBhOTEwZmNmLTMyNTctNDE3ZC1iMmJmLTc4ZDk0Y2ZhNDBiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/1038c171-4a3d-40da-9740-329b9fb25f83?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zLzEwMzhjMTcxLTRhM2QtNDBkYS05NzQwLTMyOWI5ZmIyNWY4Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4673,11 +5035,11 @@ "nosniff" ], "x-ms-request-id": [ - "57dd9094-7c8e-4df3-aa7f-24ad82a66d0b" + "e166ff7b-5755-49fc-8023-a01a7bddf9a1" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4689,16 +5051,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "138" ], "x-ms-correlation-request-id": [ - "57dd9094-7c8e-4df3-aa7f-24ad82a66d0b" + "e166ff7b-5755-49fc-8023-a01a7bddf9a1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120703Z:57dd9094-7c8e-4df3-aa7f-24ad82a66d0b" + "SOUTHINDIA:20210518T160137Z:e166ff7b-5755-49fc-8023-a01a7bddf9a1" ], "Date": [ - "Mon, 15 Feb 2021 12:07:03 GMT" + "Tue, 18 May 2021 16:01:36 GMT" ], "Content-Length": [ "304" @@ -4710,26 +5072,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a910fcf-3257-417d-b2bf-78d94cfa40bc\",\r\n \"name\": \"0a910fcf-3257-417d-b2bf-78d94cfa40bc\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"endTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"1038c171-4a3d-40da-9740-329b9fb25f83\",\r\n \"name\": \"1038c171-4a3d-40da-9740-329b9fb25f83\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"endTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4747,11 +5109,11 @@ "nosniff" ], "x-ms-request-id": [ - "5cb514fe-189b-41bd-853c-8ee5e13a2600" + "461f1de2-55d2-4ccb-afa6-03567b29a7da" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -4763,13 +5125,13 @@ "148" ], "x-ms-correlation-request-id": [ - "5cb514fe-189b-41bd-853c-8ee5e13a2600" + "461f1de2-55d2-4ccb-afa6-03567b29a7da" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120704Z:5cb514fe-189b-41bd-853c-8ee5e13a2600" + "SOUTHINDIA:20210518T160137Z:461f1de2-55d2-4ccb-afa6-03567b29a7da" ], "Date": [ - "Mon, 15 Feb 2021 12:07:04 GMT" + "Tue, 18 May 2021 16:01:36 GMT" ], "Content-Length": [ "968" @@ -4781,26 +5143,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT10.684814S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT5.6247497S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4818,11 +5180,11 @@ "nosniff" ], "x-ms-request-id": [ - "440d8add-d539-4f90-850c-3a85b3df0620" + "597a47b0-cb1a-41e5-8fbd-457f2aa3a816" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -4834,16 +5196,16 @@ "147" ], "x-ms-correlation-request-id": [ - "440d8add-d539-4f90-850c-3a85b3df0620" + "597a47b0-cb1a-41e5-8fbd-457f2aa3a816" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120705Z:440d8add-d539-4f90-850c-3a85b3df0620" + "SOUTHINDIA:20210518T160137Z:597a47b0-cb1a-41e5-8fbd-457f2aa3a816" ], "Date": [ - "Mon, 15 Feb 2021 12:07:05 GMT" + "Tue, 18 May 2021 16:01:37 GMT" ], "Content-Length": [ - "969" + "968" ], "Content-Type": [ "application/json" @@ -4852,26 +5214,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT11.6555793S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT5.9468635S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4889,11 +5251,11 @@ "nosniff" ], "x-ms-request-id": [ - "6c65d9d1-2a5b-4bec-af79-b89a95c65ba0" + "2ac64bad-66c6-4e65-b72a-78f41fc83e42" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -4905,16 +5267,16 @@ "146" ], "x-ms-correlation-request-id": [ - "6c65d9d1-2a5b-4bec-af79-b89a95c65ba0" + "2ac64bad-66c6-4e65-b72a-78f41fc83e42" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120806Z:6c65d9d1-2a5b-4bec-af79-b89a95c65ba0" + "SOUTHINDIA:20210518T160208Z:2ac64bad-66c6-4e65-b72a-78f41fc83e42" ], "Date": [ - "Mon, 15 Feb 2021 12:08:05 GMT" + "Tue, 18 May 2021 16:02:08 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -4923,26 +5285,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT1M12.3942507S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT36.2798245S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4960,11 +5322,11 @@ "nosniff" ], "x-ms-request-id": [ - "c76877d7-6df9-4ead-b575-f4456f90b42d" + "05e449cb-c81c-4d93-a7e0-3632a632c5db" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -4976,16 +5338,16 @@ "145" ], "x-ms-correlation-request-id": [ - "c76877d7-6df9-4ead-b575-f4456f90b42d" + "05e449cb-c81c-4d93-a7e0-3632a632c5db" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120906Z:c76877d7-6df9-4ead-b575-f4456f90b42d" + "SOUTHINDIA:20210518T160238Z:05e449cb-c81c-4d93-a7e0-3632a632c5db" ], "Date": [ - "Mon, 15 Feb 2021 12:09:06 GMT" + "Tue, 18 May 2021 16:02:38 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -4994,26 +5356,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT2M12.8656928S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT1M6.6482307S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5031,11 +5393,11 @@ "nosniff" ], "x-ms-request-id": [ - "85c42aa1-3dcf-439d-87bc-0abaeab09a57" + "f348b82b-6e44-44db-9486-f209ad4a4930" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5047,13 +5409,13 @@ "144" ], "x-ms-correlation-request-id": [ - "85c42aa1-3dcf-439d-87bc-0abaeab09a57" + "f348b82b-6e44-44db-9486-f209ad4a4930" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T121007Z:85c42aa1-3dcf-439d-87bc-0abaeab09a57" + "SOUTHINDIA:20210518T160309Z:f348b82b-6e44-44db-9486-f209ad4a4930" ], "Date": [ - "Mon, 15 Feb 2021 12:10:06 GMT" + "Tue, 18 May 2021 16:03:08 GMT" ], "Content-Length": [ "971" @@ -5065,26 +5427,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT3M13.5857722S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT1M37.0576438S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5102,11 +5464,11 @@ "nosniff" ], "x-ms-request-id": [ - "cb1484df-0a70-40da-8b41-00d63c9159de" + "f49cb473-e8e0-469f-91aa-8cb82633d829" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5118,16 +5480,16 @@ "143" ], "x-ms-correlation-request-id": [ - "cb1484df-0a70-40da-8b41-00d63c9159de" + "f49cb473-e8e0-469f-91aa-8cb82633d829" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T121107Z:cb1484df-0a70-40da-8b41-00d63c9159de" + "SOUTHINDIA:20210518T160339Z:f49cb473-e8e0-469f-91aa-8cb82633d829" ], "Date": [ - "Mon, 15 Feb 2021 12:11:07 GMT" + "Tue, 18 May 2021 16:03:39 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5136,26 +5498,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT4M14.0590004S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT2M7.4607304S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5173,11 +5535,11 @@ "nosniff" ], "x-ms-request-id": [ - "4e12f1f9-80b3-4076-992b-3bceb700fae0" + "c402aff4-0d65-4028-a499-09e4e2d2c83b" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5189,13 +5551,13 @@ "142" ], "x-ms-correlation-request-id": [ - "4e12f1f9-80b3-4076-992b-3bceb700fae0" + "c402aff4-0d65-4028-a499-09e4e2d2c83b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T121208Z:4e12f1f9-80b3-4076-992b-3bceb700fae0" + "SOUTHINDIA:20210518T160409Z:c402aff4-0d65-4028-a499-09e4e2d2c83b" ], "Date": [ - "Mon, 15 Feb 2021 12:12:07 GMT" + "Tue, 18 May 2021 16:04:09 GMT" ], "Content-Length": [ "971" @@ -5207,26 +5569,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT5M14.5852362S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT2M37.7931457S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5244,11 +5606,11 @@ "nosniff" ], "x-ms-request-id": [ - "f5af71a5-4fe0-4b97-8604-8ca425a4b03a" + "9eda5f94-5ce9-4540-9fcd-dbe32f9cbb9a" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5260,16 +5622,16 @@ "141" ], "x-ms-correlation-request-id": [ - "f5af71a5-4fe0-4b97-8604-8ca425a4b03a" + "9eda5f94-5ce9-4540-9fcd-dbe32f9cbb9a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T121309Z:f5af71a5-4fe0-4b97-8604-8ca425a4b03a" + "SOUTHINDIA:20210518T160440Z:9eda5f94-5ce9-4540-9fcd-dbe32f9cbb9a" ], "Date": [ - "Mon, 15 Feb 2021 12:13:08 GMT" + "Tue, 18 May 2021 16:04:39 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5278,26 +5640,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT6M15.4039293S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT3M8.2415733S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5315,11 +5677,11 @@ "nosniff" ], "x-ms-request-id": [ - "5c2c4cdc-ca6b-43db-8049-6cf148a71c9c" + "efe9c6c1-ac7a-4ae6-8037-bcedd15fa643" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5331,13 +5693,13 @@ "140" ], "x-ms-correlation-request-id": [ - "5c2c4cdc-ca6b-43db-8049-6cf148a71c9c" + "efe9c6c1-ac7a-4ae6-8037-bcedd15fa643" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T121409Z:5c2c4cdc-ca6b-43db-8049-6cf148a71c9c" + "SOUTHINDIA:20210518T160510Z:efe9c6c1-ac7a-4ae6-8037-bcedd15fa643" ], "Date": [ - "Mon, 15 Feb 2021 12:14:09 GMT" + "Tue, 18 May 2021 16:05:10 GMT" ], "Content-Length": [ "971" @@ -5349,26 +5711,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT7M15.8366112S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT3M38.5573961S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5386,11 +5748,11 @@ "nosniff" ], "x-ms-request-id": [ - "4074aa34-77be-4cac-b41b-d8402492f4da" + "b4d8d497-74c5-4679-9c1d-723cfa7298fb" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5402,16 +5764,16 @@ "139" ], "x-ms-correlation-request-id": [ - "4074aa34-77be-4cac-b41b-d8402492f4da" + "b4d8d497-74c5-4679-9c1d-723cfa7298fb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T121510Z:4074aa34-77be-4cac-b41b-d8402492f4da" + "SOUTHINDIA:20210518T160540Z:b4d8d497-74c5-4679-9c1d-723cfa7298fb" ], "Date": [ - "Mon, 15 Feb 2021 12:15:10 GMT" + "Tue, 18 May 2021 16:05:40 GMT" ], "Content-Length": [ - "970" + "969" ], "Content-Type": [ "application/json" @@ -5420,26 +5782,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT8M16.6668108S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT4M8.938575S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5457,11 +5819,11 @@ "nosniff" ], "x-ms-request-id": [ - "c40b2f3c-2216-4454-a44f-b7e90c8395b6" + "4cbdfa7e-2994-46a2-9db6-7f9380fc4c7f" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5473,16 +5835,16 @@ "138" ], "x-ms-correlation-request-id": [ - "c40b2f3c-2216-4454-a44f-b7e90c8395b6" + "4cbdfa7e-2994-46a2-9db6-7f9380fc4c7f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T121611Z:c40b2f3c-2216-4454-a44f-b7e90c8395b6" + "SOUTHINDIA:20210518T160611Z:4cbdfa7e-2994-46a2-9db6-7f9380fc4c7f" ], "Date": [ - "Mon, 15 Feb 2021 12:16:11 GMT" + "Tue, 18 May 2021 16:06:10 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -5491,26 +5853,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT9M17.3872356S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT4M39.4951985S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5528,11 +5890,11 @@ "nosniff" ], "x-ms-request-id": [ - "4b96b572-6325-4490-af31-0e116008781d" + "dae73e36-6452-423d-9478-b9908574d1be" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5544,13 +5906,13 @@ "137" ], "x-ms-correlation-request-id": [ - "4b96b572-6325-4490-af31-0e116008781d" + "dae73e36-6452-423d-9478-b9908574d1be" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T121711Z:4b96b572-6325-4490-af31-0e116008781d" + "SOUTHINDIA:20210518T160642Z:dae73e36-6452-423d-9478-b9908574d1be" ], "Date": [ - "Mon, 15 Feb 2021 12:17:11 GMT" + "Tue, 18 May 2021 16:06:41 GMT" ], "Content-Length": [ "971" @@ -5562,26 +5924,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT10M17.8299293S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT5M10.0336815S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5599,11 +5961,11 @@ "nosniff" ], "x-ms-request-id": [ - "f525a6e9-8dcb-4b33-95f6-1c4ccf5d4033" + "eb81dfd3-20eb-45a3-b6e9-4818a289c14f" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5615,13 +5977,13 @@ "136" ], "x-ms-correlation-request-id": [ - "f525a6e9-8dcb-4b33-95f6-1c4ccf5d4033" + "eb81dfd3-20eb-45a3-b6e9-4818a289c14f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T121812Z:f525a6e9-8dcb-4b33-95f6-1c4ccf5d4033" + "SOUTHINDIA:20210518T160712Z:eb81dfd3-20eb-45a3-b6e9-4818a289c14f" ], "Date": [ - "Mon, 15 Feb 2021 12:18:11 GMT" + "Tue, 18 May 2021 16:07:11 GMT" ], "Content-Length": [ "971" @@ -5633,26 +5995,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT11M18.3574399S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT5M40.5430947S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5670,11 +6032,11 @@ "nosniff" ], "x-ms-request-id": [ - "221147e2-7418-4222-9cf2-780e2782b7a5" + "b2b63237-dfb3-4ff2-b4b5-b68b20b2825d" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5686,13 +6048,13 @@ "135" ], "x-ms-correlation-request-id": [ - "221147e2-7418-4222-9cf2-780e2782b7a5" + "b2b63237-dfb3-4ff2-b4b5-b68b20b2825d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T121912Z:221147e2-7418-4222-9cf2-780e2782b7a5" + "SOUTHINDIA:20210518T160742Z:b2b63237-dfb3-4ff2-b4b5-b68b20b2825d" ], "Date": [ - "Mon, 15 Feb 2021 12:19:12 GMT" + "Tue, 18 May 2021 16:07:42 GMT" ], "Content-Length": [ "971" @@ -5704,26 +6066,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT12M19.0456856S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT6M10.8553934S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5741,11 +6103,11 @@ "nosniff" ], "x-ms-request-id": [ - "df975e81-2c22-4de8-8a48-4f78716d5e54" + "eecda861-83b0-469b-a072-0e918ed1cee3" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5757,13 +6119,13 @@ "134" ], "x-ms-correlation-request-id": [ - "df975e81-2c22-4de8-8a48-4f78716d5e54" + "eecda861-83b0-469b-a072-0e918ed1cee3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T122013Z:df975e81-2c22-4de8-8a48-4f78716d5e54" + "SOUTHINDIA:20210518T160813Z:eecda861-83b0-469b-a072-0e918ed1cee3" ], "Date": [ - "Mon, 15 Feb 2021 12:20:13 GMT" + "Tue, 18 May 2021 16:08:12 GMT" ], "Content-Length": [ "971" @@ -5775,26 +6137,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT13M19.7816111S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT6M41.2811238S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5812,11 +6174,11 @@ "nosniff" ], "x-ms-request-id": [ - "7e402faf-dade-4d92-a4a6-09ff242f0ea0" + "79024c3c-5e53-4d20-8447-061672d05d6f" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5828,13 +6190,13 @@ "133" ], "x-ms-correlation-request-id": [ - "7e402faf-dade-4d92-a4a6-09ff242f0ea0" + "79024c3c-5e53-4d20-8447-061672d05d6f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T122114Z:7e402faf-dade-4d92-a4a6-09ff242f0ea0" + "SOUTHINDIA:20210518T160843Z:79024c3c-5e53-4d20-8447-061672d05d6f" ], "Date": [ - "Mon, 15 Feb 2021 12:21:14 GMT" + "Tue, 18 May 2021 16:08:43 GMT" ], "Content-Length": [ "971" @@ -5846,26 +6208,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT14M20.6227587S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT7M11.6319162S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5883,11 +6245,11 @@ "nosniff" ], "x-ms-request-id": [ - "cffcda84-f6a2-4929-bee4-9c15879dd601" + "0e263d10-b360-4beb-b973-7205756d48f7" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5899,16 +6261,16 @@ "132" ], "x-ms-correlation-request-id": [ - "cffcda84-f6a2-4929-bee4-9c15879dd601" + "0e263d10-b360-4beb-b973-7205756d48f7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T122215Z:cffcda84-f6a2-4929-bee4-9c15879dd601" + "SOUTHINDIA:20210518T160914Z:0e263d10-b360-4beb-b973-7205756d48f7" ], "Date": [ - "Mon, 15 Feb 2021 12:22:14 GMT" + "Tue, 18 May 2021 16:09:13 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5917,26 +6279,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT15M21.1155942S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT7M42.0086367S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5954,11 +6316,11 @@ "nosniff" ], "x-ms-request-id": [ - "cb6c9f41-b798-4139-9a91-2c1d04868df9" + "d140b36f-e348-475a-847c-c116c61b442a" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -5970,16 +6332,16 @@ "131" ], "x-ms-correlation-request-id": [ - "cb6c9f41-b798-4139-9a91-2c1d04868df9" + "d140b36f-e348-475a-847c-c116c61b442a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T122315Z:cb6c9f41-b798-4139-9a91-2c1d04868df9" + "SOUTHINDIA:20210518T160944Z:d140b36f-e348-475a-847c-c116c61b442a" ], "Date": [ - "Mon, 15 Feb 2021 12:23:15 GMT" + "Tue, 18 May 2021 16:09:43 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5988,26 +6350,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT16M21.8091026S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT8M12.3787399S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6025,11 +6387,11 @@ "nosniff" ], "x-ms-request-id": [ - "62266e67-5c52-45ff-a496-0604665c93e2" + "9c77d7ea-9dca-40c4-bebd-3f732cd3fe4b" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6041,16 +6403,16 @@ "130" ], "x-ms-correlation-request-id": [ - "62266e67-5c52-45ff-a496-0604665c93e2" + "9c77d7ea-9dca-40c4-bebd-3f732cd3fe4b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T122416Z:62266e67-5c52-45ff-a496-0604665c93e2" + "SOUTHINDIA:20210518T161014Z:9c77d7ea-9dca-40c4-bebd-3f732cd3fe4b" ], "Date": [ - "Mon, 15 Feb 2021 12:24:15 GMT" + "Tue, 18 May 2021 16:10:14 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6059,26 +6421,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT17M22.2290349S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT8M42.7669449S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6096,11 +6458,11 @@ "nosniff" ], "x-ms-request-id": [ - "deec2a3b-5ab7-4a56-b1c1-f492e3fb8c04" + "da4ef42d-e7cd-4d4d-923e-d0f0f03e2428" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6112,16 +6474,16 @@ "129" ], "x-ms-correlation-request-id": [ - "deec2a3b-5ab7-4a56-b1c1-f492e3fb8c04" + "da4ef42d-e7cd-4d4d-923e-d0f0f03e2428" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T122516Z:deec2a3b-5ab7-4a56-b1c1-f492e3fb8c04" + "SOUTHINDIA:20210518T161045Z:da4ef42d-e7cd-4d4d-923e-d0f0f03e2428" ], "Date": [ - "Mon, 15 Feb 2021 12:25:16 GMT" + "Tue, 18 May 2021 16:10:44 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6130,26 +6492,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT18M22.9792314S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT9M13.2658441S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6167,11 +6529,11 @@ "nosniff" ], "x-ms-request-id": [ - "de6d011c-fc7c-4df2-9521-3c11211baad6" + "c543ecfb-a25d-490c-bbab-8bc3bbf61d66" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6183,16 +6545,16 @@ "128" ], "x-ms-correlation-request-id": [ - "de6d011c-fc7c-4df2-9521-3c11211baad6" + "c543ecfb-a25d-490c-bbab-8bc3bbf61d66" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T122617Z:de6d011c-fc7c-4df2-9521-3c11211baad6" + "SOUTHINDIA:20210518T161115Z:c543ecfb-a25d-490c-bbab-8bc3bbf61d66" ], "Date": [ - "Mon, 15 Feb 2021 12:26:17 GMT" + "Tue, 18 May 2021 16:11:15 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6201,26 +6563,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT19M23.7447758S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT9M43.7136571S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6238,11 +6600,11 @@ "nosniff" ], "x-ms-request-id": [ - "5f9b2596-4968-45ac-8679-db2029f94a75" + "2eb4952b-a412-4514-8a17-0dfb4673d101" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6254,13 +6616,13 @@ "127" ], "x-ms-correlation-request-id": [ - "5f9b2596-4968-45ac-8679-db2029f94a75" + "2eb4952b-a412-4514-8a17-0dfb4673d101" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T122718Z:5f9b2596-4968-45ac-8679-db2029f94a75" + "SOUTHINDIA:20210518T161146Z:2eb4952b-a412-4514-8a17-0dfb4673d101" ], "Date": [ - "Mon, 15 Feb 2021 12:27:18 GMT" + "Tue, 18 May 2021 16:11:45 GMT" ], "Content-Length": [ "971" @@ -6272,26 +6634,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT20M24.1661632S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT10M14.0651909S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6309,11 +6671,11 @@ "nosniff" ], "x-ms-request-id": [ - "39caf1f0-6d3a-467b-815f-d8e77c2a69f7" + "1c6e0ad1-4165-48d4-bfbf-84699b38e839" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6325,13 +6687,13 @@ "126" ], "x-ms-correlation-request-id": [ - "39caf1f0-6d3a-467b-815f-d8e77c2a69f7" + "1c6e0ad1-4165-48d4-bfbf-84699b38e839" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T122818Z:39caf1f0-6d3a-467b-815f-d8e77c2a69f7" + "SOUTHINDIA:20210518T161216Z:1c6e0ad1-4165-48d4-bfbf-84699b38e839" ], "Date": [ - "Mon, 15 Feb 2021 12:28:17 GMT" + "Tue, 18 May 2021 16:12:15 GMT" ], "Content-Length": [ "971" @@ -6343,26 +6705,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT21M24.5730486S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT10M44.4698516S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6380,11 +6742,11 @@ "nosniff" ], "x-ms-request-id": [ - "f1123773-0dcf-4281-b74a-e32ba62e552d" + "f614e8aa-0a29-477c-9f76-134b79852384" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6396,13 +6758,13 @@ "125" ], "x-ms-correlation-request-id": [ - "f1123773-0dcf-4281-b74a-e32ba62e552d" + "f614e8aa-0a29-477c-9f76-134b79852384" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T122919Z:f1123773-0dcf-4281-b74a-e32ba62e552d" + "SOUTHINDIA:20210518T161246Z:f614e8aa-0a29-477c-9f76-134b79852384" ], "Date": [ - "Mon, 15 Feb 2021 12:29:18 GMT" + "Tue, 18 May 2021 16:12:46 GMT" ], "Content-Length": [ "971" @@ -6414,26 +6776,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT22M25.1878393S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT11M14.8844197S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6451,11 +6813,11 @@ "nosniff" ], "x-ms-request-id": [ - "cc2bb0b2-901b-4b29-a567-f72abf9b07e5" + "76251051-59cf-412d-9ad4-a1520b3ce1ee" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6467,13 +6829,13 @@ "124" ], "x-ms-correlation-request-id": [ - "cc2bb0b2-901b-4b29-a567-f72abf9b07e5" + "76251051-59cf-412d-9ad4-a1520b3ce1ee" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123019Z:cc2bb0b2-901b-4b29-a567-f72abf9b07e5" + "SOUTHINDIA:20210518T161317Z:76251051-59cf-412d-9ad4-a1520b3ce1ee" ], "Date": [ - "Mon, 15 Feb 2021 12:30:18 GMT" + "Tue, 18 May 2021 16:13:17 GMT" ], "Content-Length": [ "971" @@ -6485,26 +6847,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT23M25.6270603S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT11M45.2783007S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6522,11 +6884,11 @@ "nosniff" ], "x-ms-request-id": [ - "3f040958-326b-40f7-b0a2-12d763c903c4" + "9858c979-41cd-4e59-b23c-eaf2279283f1" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6538,16 +6900,16 @@ "123" ], "x-ms-correlation-request-id": [ - "3f040958-326b-40f7-b0a2-12d763c903c4" + "9858c979-41cd-4e59-b23c-eaf2279283f1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123120Z:3f040958-326b-40f7-b0a2-12d763c903c4" + "SOUTHINDIA:20210518T161347Z:9858c979-41cd-4e59-b23c-eaf2279283f1" ], "Date": [ - "Mon, 15 Feb 2021 12:31:19 GMT" + "Tue, 18 May 2021 16:13:47 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6556,26 +6918,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT24M26.3846836S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT12M15.830968S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6593,11 +6955,11 @@ "nosniff" ], "x-ms-request-id": [ - "72058c46-9af5-48f5-af72-c554d0a06db6" + "de1fec1d-8243-4cb7-8a67-d036637216d4" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6609,13 +6971,13 @@ "122" ], "x-ms-correlation-request-id": [ - "72058c46-9af5-48f5-af72-c554d0a06db6" + "de1fec1d-8243-4cb7-8a67-d036637216d4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123221Z:72058c46-9af5-48f5-af72-c554d0a06db6" + "SOUTHINDIA:20210518T161418Z:de1fec1d-8243-4cb7-8a67-d036637216d4" ], "Date": [ - "Mon, 15 Feb 2021 12:32:20 GMT" + "Tue, 18 May 2021 16:14:18 GMT" ], "Content-Length": [ "971" @@ -6627,26 +6989,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT25M27.1499097S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT12M46.1917329S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6664,11 +7026,11 @@ "nosniff" ], "x-ms-request-id": [ - "b9b9198b-47b1-4405-b925-02a63053505a" + "e26df753-b41f-46dc-99ab-2b2131ad17c6" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6680,13 +7042,13 @@ "121" ], "x-ms-correlation-request-id": [ - "b9b9198b-47b1-4405-b925-02a63053505a" + "e26df753-b41f-46dc-99ab-2b2131ad17c6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123322Z:b9b9198b-47b1-4405-b925-02a63053505a" + "SOUTHINDIA:20210518T161448Z:e26df753-b41f-46dc-99ab-2b2131ad17c6" ], "Date": [ - "Mon, 15 Feb 2021 12:33:22 GMT" + "Tue, 18 May 2021 16:14:48 GMT" ], "Content-Length": [ "971" @@ -6698,26 +7060,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT26M27.8659011S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT13M16.5894348S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6735,11 +7097,11 @@ "nosniff" ], "x-ms-request-id": [ - "c42d391f-e001-4e09-80f8-20904e384fed" + "d7283409-b7a6-43d1-a593-a9b50454f75c" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6751,16 +7113,16 @@ "120" ], "x-ms-correlation-request-id": [ - "c42d391f-e001-4e09-80f8-20904e384fed" + "d7283409-b7a6-43d1-a593-a9b50454f75c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123423Z:c42d391f-e001-4e09-80f8-20904e384fed" + "SOUTHINDIA:20210518T161519Z:d7283409-b7a6-43d1-a593-a9b50454f75c" ], "Date": [ - "Mon, 15 Feb 2021 12:34:22 GMT" + "Tue, 18 May 2021 16:15:18 GMT" ], "Content-Length": [ - "969" + "971" ], "Content-Type": [ "application/json" @@ -6769,26 +7131,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT27M29.14747S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT13M47.0074181S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6806,11 +7168,11 @@ "nosniff" ], "x-ms-request-id": [ - "833c9224-6cc6-4ed1-80aa-c9b159f4dc5a" + "7e25b3c7-bd01-42eb-b684-920f5258f062" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6819,16 +7181,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "119" ], "x-ms-correlation-request-id": [ - "833c9224-6cc6-4ed1-80aa-c9b159f4dc5a" + "7e25b3c7-bd01-42eb-b684-920f5258f062" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123524Z:833c9224-6cc6-4ed1-80aa-c9b159f4dc5a" + "SOUTHINDIA:20210518T161549Z:7e25b3c7-bd01-42eb-b684-920f5258f062" ], "Date": [ - "Mon, 15 Feb 2021 12:35:23 GMT" + "Tue, 18 May 2021 16:15:48 GMT" ], "Content-Length": [ "971" @@ -6840,26 +7202,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT28M30.2413983S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT14M17.3467007S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6877,11 +7239,11 @@ "nosniff" ], "x-ms-request-id": [ - "8706a98f-d513-4915-bdf2-7ad5ebb3cba4" + "cb1b9c84-7c06-40f7-b2b5-9624c813a827" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6890,16 +7252,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "118" ], "x-ms-correlation-request-id": [ - "8706a98f-d513-4915-bdf2-7ad5ebb3cba4" + "cb1b9c84-7c06-40f7-b2b5-9624c813a827" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123625Z:8706a98f-d513-4915-bdf2-7ad5ebb3cba4" + "SOUTHINDIA:20210518T161619Z:cb1b9c84-7c06-40f7-b2b5-9624c813a827" ], "Date": [ - "Mon, 15 Feb 2021 12:36:24 GMT" + "Tue, 18 May 2021 16:16:19 GMT" ], "Content-Length": [ "971" @@ -6911,26 +7273,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT29M31.2065961S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT14M47.6931332S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6948,11 +7310,11 @@ "nosniff" ], "x-ms-request-id": [ - "2421f5a8-71cd-4f6e-b9a9-fe48dfda9a2b" + "6de552d4-9a8a-4bc8-88fc-9191d6c8a782" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -6961,19 +7323,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "117" ], "x-ms-correlation-request-id": [ - "2421f5a8-71cd-4f6e-b9a9-fe48dfda9a2b" + "6de552d4-9a8a-4bc8-88fc-9191d6c8a782" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123725Z:2421f5a8-71cd-4f6e-b9a9-fe48dfda9a2b" + "SOUTHINDIA:20210518T161650Z:6de552d4-9a8a-4bc8-88fc-9191d6c8a782" ], "Date": [ - "Mon, 15 Feb 2021 12:37:25 GMT" + "Tue, 18 May 2021 16:16:49 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -6982,26 +7344,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT30M31.9845616S\",\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\": \"pstestvm206350\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT15M18.04319S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzUxMTk2M2Y1LWIyOGMtNGEzZi05MmRjLWJlZjdkM2QyMWQxNz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7019,11 +7381,11 @@ "nosniff" ], "x-ms-request-id": [ - "213cc1a8-1a46-4404-a340-601ba0f6f859" + "778110fc-4056-4227-945f-f7331f0bc4e9" ], "x-ms-client-request-id": [ - "b05086a5-ba8b-4935-ad15-43c350f839dd", - "b05086a5-ba8b-4935-ad15-43c350f839dd" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" @@ -7032,19 +7394,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "116" ], "x-ms-correlation-request-id": [ - "213cc1a8-1a46-4404-a340-601ba0f6f859" + "778110fc-4056-4227-945f-f7331f0bc4e9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123826Z:213cc1a8-1a46-4404-a340-601ba0f6f859" + "SOUTHINDIA:20210518T161720Z:778110fc-4056-4227-945f-f7331f0bc4e9" ], "Date": [ - "Mon, 15 Feb 2021 12:38:25 GMT" + "Tue, 18 May 2021 16:17:19 GMT" ], "Content-Length": [ - "1034" + "970" ], "Content-Type": [ "application/json" @@ -7053,26 +7415,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"name\": \"511963f5-b28c-4a3f-92dc-bef7d3d21d17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT31M10.9577138S\",\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\": \"pstestvm206350\",\r\n \"Backup Size\": \"11630 MB\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T12:06:52.8267422Z\",\r\n \"endTime\": \"2021-02-15T12:38:03.784456Z\",\r\n \"activityId\": \"b05086a5-ba8b-4935-ad15-43c350f839dd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT15M48.422083S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7231b7ac-5e51-45e4-803d-916982621e9f" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7082,35 +7444,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "fd893490-1e98-489f-bd1a-003c308e20e6" + "cb47dea2-6781-4136-97e0-d3e001a03f2c" ], "x-ms-client-request-id": [ - "7231b7ac-5e51-45e4-803d-916982621e9f" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "115" ], "x-ms-correlation-request-id": [ - "fd893490-1e98-489f-bd1a-003c308e20e6" + "cb47dea2-6781-4136-97e0-d3e001a03f2c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123826Z:fd893490-1e98-489f-bd1a-003c308e20e6" + "SOUTHINDIA:20210518T161750Z:cb47dea2-6781-4136-97e0-d3e001a03f2c" ], "Date": [ - "Mon, 15 Feb 2021 12:38:26 GMT" + "Tue, 18 May 2021 16:17:50 GMT" ], "Content-Length": [ - "478" + "971" ], "Content-Type": [ "application/json" @@ -7119,26 +7486,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV20635f76\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T12%3A00%3A42.0179834Z'\\\"\",\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/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76\",\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\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT16M18.8906106S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "131ed604-da31-4cf7-9334-83ffadd2af27" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7148,39 +7515,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "efb1cc1c-0e98-40f2-9dc5-bd2f2e1510c9" + "4328e67a-0750-4f6b-9aac-d2e02e50499f" ], "x-ms-client-request-id": [ - "131ed604-da31-4cf7-9334-83ffadd2af27", - "131ed604-da31-4cf7-9334-83ffadd2af27" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "114" ], "x-ms-correlation-request-id": [ - "efb1cc1c-0e98-40f2-9dc5-bd2f2e1510c9" + "4328e67a-0750-4f6b-9aac-d2e02e50499f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123827Z:efb1cc1c-0e98-40f2-9dc5-bd2f2e1510c9" + "SOUTHINDIA:20210518T161821Z:4328e67a-0750-4f6b-9aac-d2e02e50499f" ], "Date": [ - "Mon, 15 Feb 2021 12:38:26 GMT" + "Tue, 18 May 2021 16:18:20 GMT" ], "Content-Length": [ - "914" + "971" ], "Content-Type": [ "application/json" @@ -7189,26 +7557,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.Compute/virtualMachines/PSTestVM206350\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG20635f76\",\r\n \"friendlyName\": \"PSTestVM206350\",\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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT16M49.3657257S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg20635f76%3Bpstestvm206350/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg20635f76%3Bpstestvm206350?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcyMDYzNWY3NiUzQnBzdGVzdHZtMjA2MzUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzIwNjM1Zjc2JTNCcHN0ZXN0dm0yMDYzNTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7218,70 +7586,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperationResults/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "18652f0d-99c0-4d19-88b5-8bb7a2af5793" + "9b427209-12b7-4e0b-a952-91b05eab6577" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "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": [ + "113" ], "x-ms-correlation-request-id": [ - "18652f0d-99c0-4d19-88b5-8bb7a2af5793" + "9b427209-12b7-4e0b-a952-91b05eab6577" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123828Z:18652f0d-99c0-4d19-88b5-8bb7a2af5793" + "SOUTHINDIA:20210518T161851Z:9b427209-12b7-4e0b-a952-91b05eab6577" ], "Date": [ - "Mon, 15 Feb 2021 12:38:27 GMT" + "Tue, 18 May 2021 16:18:51 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT17M19.7278281S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2JhYTkzN2VlLTM2ZTQtNGUwOS05Yjc0LWM5NDgzODYyYWU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7291,39 +7657,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "20788776-27eb-4705-8a0a-53119da348cb" + "328617d7-a19d-45b4-87e5-23ce776780f5" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "112" ], "x-ms-correlation-request-id": [ - "20788776-27eb-4705-8a0a-53119da348cb" + "328617d7-a19d-45b4-87e5-23ce776780f5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123828Z:20788776-27eb-4705-8a0a-53119da348cb" + "SOUTHINDIA:20210518T161922Z:328617d7-a19d-45b4-87e5-23ce776780f5" ], "Date": [ - "Mon, 15 Feb 2021 12:38:27 GMT" + "Tue, 18 May 2021 16:19:21 GMT" ], "Content-Length": [ - "188" + "971" ], "Content-Type": [ "application/json" @@ -7332,26 +7699,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"name\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT17M50.1918757S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2JhYTkzN2VlLTM2ZTQtNGUwOS05Yjc0LWM5NDgzODYyYWU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7361,39 +7728,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6dbb9b1a-f41a-4e33-8558-203e8cca59ad" + "e7c577ad-8ef1-4a99-a5a1-02fc76b5e282" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "111" ], "x-ms-correlation-request-id": [ - "6dbb9b1a-f41a-4e33-8558-203e8cca59ad" + "e7c577ad-8ef1-4a99-a5a1-02fc76b5e282" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123838Z:6dbb9b1a-f41a-4e33-8558-203e8cca59ad" + "SOUTHINDIA:20210518T161952Z:e7c577ad-8ef1-4a99-a5a1-02fc76b5e282" ], "Date": [ - "Mon, 15 Feb 2021 12:38:38 GMT" + "Tue, 18 May 2021 16:19:51 GMT" ], "Content-Length": [ - "188" + "971" ], "Content-Type": [ "application/json" @@ -7402,26 +7770,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"name\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT18M20.5784731S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2JhYTkzN2VlLTM2ZTQtNGUwOS05Yjc0LWM5NDgzODYyYWU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7431,15 +7799,4330 @@ "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1f190798-c77e-40c6-b682-6623b908a474" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "110" + ], + "x-ms-correlation-request-id": [ + "1f190798-c77e-40c6-b682-6623b908a474" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162023Z:1f190798-c77e-40c6-b682-6623b908a474" + ], + "Date": [ + "Tue, 18 May 2021 16:20:22 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT18M51.1245141S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "2a15fae2-21c2-423f-a890-e92318e3e856" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "109" + ], + "x-ms-correlation-request-id": [ + "2a15fae2-21c2-423f-a890-e92318e3e856" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162053Z:2a15fae2-21c2-423f-a890-e92318e3e856" + ], + "Date": [ + "Tue, 18 May 2021 16:20:53 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT19M21.5786078S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "9c537bfe-d40b-4a83-8f74-cc24cb96f7bb" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "108" + ], + "x-ms-correlation-request-id": [ + "9c537bfe-d40b-4a83-8f74-cc24cb96f7bb" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162124Z:9c537bfe-d40b-4a83-8f74-cc24cb96f7bb" + ], + "Date": [ + "Tue, 18 May 2021 16:21:23 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT19M51.9982238S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "5edc5113-0d8a-4200-a87c-4ab5898b4b95" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "107" + ], + "x-ms-correlation-request-id": [ + "5edc5113-0d8a-4200-a87c-4ab5898b4b95" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162154Z:5edc5113-0d8a-4200-a87c-4ab5898b4b95" + ], + "Date": [ + "Tue, 18 May 2021 16:21:54 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT20M22.4166077S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "b42dd00c-06ec-4f49-a4e0-08dcdb1dfb7c" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "106" + ], + "x-ms-correlation-request-id": [ + "b42dd00c-06ec-4f49-a4e0-08dcdb1dfb7c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162225Z:b42dd00c-06ec-4f49-a4e0-08dcdb1dfb7c" + ], + "Date": [ + "Tue, 18 May 2021 16:22:25 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT20M52.7923382S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "656fe9ef-735d-4a9c-aa65-8d1516eb32cd" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "105" + ], + "x-ms-correlation-request-id": [ + "656fe9ef-735d-4a9c-aa65-8d1516eb32cd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162256Z:656fe9ef-735d-4a9c-aa65-8d1516eb32cd" + ], + "Date": [ + "Tue, 18 May 2021 16:22:55 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT21M24.0352675S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "1eab81d3-b0f7-4140-80d8-1bec2b8c7494" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "104" + ], + "x-ms-correlation-request-id": [ + "1eab81d3-b0f7-4140-80d8-1bec2b8c7494" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162326Z:1eab81d3-b0f7-4140-80d8-1bec2b8c7494" + ], + "Date": [ + "Tue, 18 May 2021 16:23:26 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT21M54.3642222S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "8c3206d5-f0e2-4c17-a3ff-e0bf80d433be" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "103" + ], + "x-ms-correlation-request-id": [ + "8c3206d5-f0e2-4c17-a3ff-e0bf80d433be" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162356Z:8c3206d5-f0e2-4c17-a3ff-e0bf80d433be" + ], + "Date": [ + "Tue, 18 May 2021 16:23:56 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT22M24.8026011S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "d84c3ea6-b90e-46eb-a8f3-4838721f6e00" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "102" + ], + "x-ms-correlation-request-id": [ + "d84c3ea6-b90e-46eb-a8f3-4838721f6e00" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162427Z:d84c3ea6-b90e-46eb-a8f3-4838721f6e00" + ], + "Date": [ + "Tue, 18 May 2021 16:24:26 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT22M55.1876057S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "abade8f7-ca9b-438b-a801-e422636c3936" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "101" + ], + "x-ms-correlation-request-id": [ + "abade8f7-ca9b-438b-a801-e422636c3936" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162457Z:abade8f7-ca9b-438b-a801-e422636c3936" + ], + "Date": [ + "Tue, 18 May 2021 16:24:56 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT23M25.531355S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "d97cafd1-d802-4c23-954a-5c7660d4be05" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "100" + ], + "x-ms-correlation-request-id": [ + "d97cafd1-d802-4c23-954a-5c7660d4be05" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162527Z:d97cafd1-d802-4c23-954a-5c7660d4be05" + ], + "Date": [ + "Tue, 18 May 2021 16:25:27 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT23M55.9396033S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "a1dff05e-4941-4e82-9190-40e35e0e51af" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" + ], + "x-ms-correlation-request-id": [ + "a1dff05e-4941-4e82-9190-40e35e0e51af" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162558Z:a1dff05e-4941-4e82-9190-40e35e0e51af" + ], + "Date": [ + "Tue, 18 May 2021 16:25:57 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT24M26.3003029S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "5800f8bd-3737-4ce4-b4a0-49e0ce4b7563" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "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": [ + "5800f8bd-3737-4ce4-b4a0-49e0ce4b7563" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162628Z:5800f8bd-3737-4ce4-b4a0-49e0ce4b7563" + ], + "Date": [ + "Tue, 18 May 2021 16:26:28 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT24M56.8937817S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "b132c9ed-a3a8-4a9d-94eb-3a5403ed3173" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "97" + ], + "x-ms-correlation-request-id": [ + "b132c9ed-a3a8-4a9d-94eb-3a5403ed3173" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162659Z:b132c9ed-a3a8-4a9d-94eb-3a5403ed3173" + ], + "Date": [ + "Tue, 18 May 2021 16:26:59 GMT" + ], + "Content-Length": [ + "969" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT25M27.29972S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "3949e72a-4fb0-4744-a625-5a49951ba0c7" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "96" + ], + "x-ms-correlation-request-id": [ + "3949e72a-4fb0-4744-a625-5a49951ba0c7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162729Z:3949e72a-4fb0-4744-a625-5a49951ba0c7" + ], + "Date": [ + "Tue, 18 May 2021 16:27:29 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT25M57.769636S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "92f1fbcc-6bf5-4741-b85e-c3eb86ead1fd" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "95" + ], + "x-ms-correlation-request-id": [ + "92f1fbcc-6bf5-4741-b85e-c3eb86ead1fd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162800Z:92f1fbcc-6bf5-4741-b85e-c3eb86ead1fd" + ], + "Date": [ + "Tue, 18 May 2021 16:27:59 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT26M28.2671369S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "d072616c-bd91-40c9-91b4-c582343f7589" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "94" + ], + "x-ms-correlation-request-id": [ + "d072616c-bd91-40c9-91b4-c582343f7589" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162831Z:d072616c-bd91-40c9-91b4-c582343f7589" + ], + "Date": [ + "Tue, 18 May 2021 16:28:31 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT26M59.1000078S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "82787654-3e94-4e51-9977-b7ce9348d924" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "93" + ], + "x-ms-correlation-request-id": [ + "82787654-3e94-4e51-9977-b7ce9348d924" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162901Z:82787654-3e94-4e51-9977-b7ce9348d924" + ], + "Date": [ + "Tue, 18 May 2021 16:29:01 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT27M29.5533736S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "26c061c0-d2f4-41ae-8f42-e91e6208c41a" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "92" + ], + "x-ms-correlation-request-id": [ + "26c061c0-d2f4-41ae-8f42-e91e6208c41a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T162932Z:26c061c0-d2f4-41ae-8f42-e91e6208c41a" + ], + "Date": [ + "Tue, 18 May 2021 16:29:31 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT28M0.2147805S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "7f739d99-2bf5-4292-8590-3629e3d6e6d3" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "91" + ], + "x-ms-correlation-request-id": [ + "7f739d99-2bf5-4292-8590-3629e3d6e6d3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163002Z:7f739d99-2bf5-4292-8590-3629e3d6e6d3" + ], + "Date": [ + "Tue, 18 May 2021 16:30:01 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT28M30.7688403S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "83308028-d79c-4f84-ad77-1a6107b3e1d5" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "90" + ], + "x-ms-correlation-request-id": [ + "83308028-d79c-4f84-ad77-1a6107b3e1d5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163033Z:83308028-d79c-4f84-ad77-1a6107b3e1d5" + ], + "Date": [ + "Tue, 18 May 2021 16:30:32 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT29M1.1460799S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "f8eb6586-b2d1-4e2b-9ccc-1167e5c9f4b1" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "89" + ], + "x-ms-correlation-request-id": [ + "f8eb6586-b2d1-4e2b-9ccc-1167e5c9f4b1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163103Z:f8eb6586-b2d1-4e2b-9ccc-1167e5c9f4b1" + ], + "Date": [ + "Tue, 18 May 2021 16:31:02 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT29M31.5138619S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "67964115-19a9-4a9a-9ef8-2240a3699311" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "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": [ + "67964115-19a9-4a9a-9ef8-2240a3699311" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163134Z:67964115-19a9-4a9a-9ef8-2240a3699311" + ], + "Date": [ + "Tue, 18 May 2021 16:31:33 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT30M1.9728761S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "d91ae738-ff03-43b0-947c-6e708e51e293" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "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": [ + "d91ae738-ff03-43b0-947c-6e708e51e293" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163204Z:d91ae738-ff03-43b0-947c-6e708e51e293" + ], + "Date": [ + "Tue, 18 May 2021 16:32:04 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT30M32.3468456S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "77c928ec-cdc5-4f31-839c-f218e68507df" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "86" + ], + "x-ms-correlation-request-id": [ + "77c928ec-cdc5-4f31-839c-f218e68507df" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163234Z:77c928ec-cdc5-4f31-839c-f218e68507df" + ], + "Date": [ + "Tue, 18 May 2021 16:32:34 GMT" + ], + "Content-Length": [ + "968" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT31M2.68581S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "f0911381-28e5-416b-b341-ef3643a13e9a" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "85" + ], + "x-ms-correlation-request-id": [ + "f0911381-28e5-416b-b341-ef3643a13e9a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163305Z:f0911381-28e5-416b-b341-ef3643a13e9a" + ], + "Date": [ + "Tue, 18 May 2021 16:33:04 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT31M33.2428188S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "d939cce2-4285-4669-8881-13f3e1d21c00" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "84" + ], + "x-ms-correlation-request-id": [ + "d939cce2-4285-4669-8881-13f3e1d21c00" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163335Z:d939cce2-4285-4669-8881-13f3e1d21c00" + ], + "Date": [ + "Tue, 18 May 2021 16:33:34 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT32M3.6341975S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "f437ddca-4111-4325-bba8-d914a1a9d7cd" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "83" + ], + "x-ms-correlation-request-id": [ + "f437ddca-4111-4325-bba8-d914a1a9d7cd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163406Z:f437ddca-4111-4325-bba8-d914a1a9d7cd" + ], + "Date": [ + "Tue, 18 May 2021 16:34:06 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT32M34.0312063S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "2d01f8a6-4184-4e8b-b3f8-d15db3f1d00d" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "82" + ], + "x-ms-correlation-request-id": [ + "2d01f8a6-4184-4e8b-b3f8-d15db3f1d00d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163436Z:2d01f8a6-4184-4e8b-b3f8-d15db3f1d00d" + ], + "Date": [ + "Tue, 18 May 2021 16:34:36 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT33M4.3782604S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "34acc050-8c9c-490a-9146-83bd0ef4a11b" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "81" + ], + "x-ms-correlation-request-id": [ + "34acc050-8c9c-490a-9146-83bd0ef4a11b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163506Z:34acc050-8c9c-490a-9146-83bd0ef4a11b" + ], + "Date": [ + "Tue, 18 May 2021 16:35:06 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT33M34.7544191S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "ec6a141d-ac15-4813-a005-ddf47f095709" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "80" + ], + "x-ms-correlation-request-id": [ + "ec6a141d-ac15-4813-a005-ddf47f095709" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163537Z:ec6a141d-ac15-4813-a005-ddf47f095709" + ], + "Date": [ + "Tue, 18 May 2021 16:35:36 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT34M5.3332472S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "6e0b2e50-ad93-471b-b545-846a1eca1c74" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "79" + ], + "x-ms-correlation-request-id": [ + "6e0b2e50-ad93-471b-b545-846a1eca1c74" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163608Z:6e0b2e50-ad93-471b-b545-846a1eca1c74" + ], + "Date": [ + "Tue, 18 May 2021 16:36:07 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT34M35.9961645S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "32ed41fe-a714-4fa7-a57c-22475c66c9c8" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "78" + ], + "x-ms-correlation-request-id": [ + "32ed41fe-a714-4fa7-a57c-22475c66c9c8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163638Z:32ed41fe-a714-4fa7-a57c-22475c66c9c8" + ], + "Date": [ + "Tue, 18 May 2021 16:36:38 GMT" + ], + "Content-Length": [ + "968" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT35M6.63727S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "b4a626fa-0872-499e-8728-a1220da87f27" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "77" + ], + "x-ms-correlation-request-id": [ + "b4a626fa-0872-499e-8728-a1220da87f27" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163709Z:b4a626fa-0872-499e-8728-a1220da87f27" + ], + "Date": [ + "Tue, 18 May 2021 16:37:08 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT35M37.0232605S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "951347cd-cba6-41fb-bf51-54c0176648cc" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "76" + ], + "x-ms-correlation-request-id": [ + "951347cd-cba6-41fb-bf51-54c0176648cc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163739Z:951347cd-cba6-41fb-bf51-54c0176648cc" + ], + "Date": [ + "Tue, 18 May 2021 16:37:39 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT36M7.3594316S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "2fb40c05-5d40-45fe-85d4-5aa86084ff1e" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "75" + ], + "x-ms-correlation-request-id": [ + "2fb40c05-5d40-45fe-85d4-5aa86084ff1e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163809Z:2fb40c05-5d40-45fe-85d4-5aa86084ff1e" + ], + "Date": [ + "Tue, 18 May 2021 16:38:09 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT36M37.7685145S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "7edcc33a-def3-4339-86f7-be2c4b67525e" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "74" + ], + "x-ms-correlation-request-id": [ + "7edcc33a-def3-4339-86f7-be2c4b67525e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163840Z:7edcc33a-def3-4339-86f7-be2c4b67525e" + ], + "Date": [ + "Tue, 18 May 2021 16:38:39 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT37M8.1668596S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "01897e6b-6c57-4d63-947f-1a2fee428537" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "73" + ], + "x-ms-correlation-request-id": [ + "01897e6b-6c57-4d63-947f-1a2fee428537" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163910Z:01897e6b-6c57-4d63-947f-1a2fee428537" + ], + "Date": [ + "Tue, 18 May 2021 16:39:09 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT37M38.5620145S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "f9ac480e-513a-4832-bb5e-bf0fe1e5415b" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "72" + ], + "x-ms-correlation-request-id": [ + "f9ac480e-513a-4832-bb5e-bf0fe1e5415b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T163941Z:f9ac480e-513a-4832-bb5e-bf0fe1e5415b" + ], + "Date": [ + "Tue, 18 May 2021 16:39:41 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT38M9.1308631S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "9fd74833-4837-45d8-905f-d934ca5fafb2" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "71" + ], + "x-ms-correlation-request-id": [ + "9fd74833-4837-45d8-905f-d934ca5fafb2" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164011Z:9fd74833-4837-45d8-905f-d934ca5fafb2" + ], + "Date": [ + "Tue, 18 May 2021 16:40:11 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT38M39.5096156S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "9376e286-6a4f-4195-b51f-1292c78c6bd8" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "70" + ], + "x-ms-correlation-request-id": [ + "9376e286-6a4f-4195-b51f-1292c78c6bd8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164041Z:9376e286-6a4f-4195-b51f-1292c78c6bd8" + ], + "Date": [ + "Tue, 18 May 2021 16:40:41 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT39M9.9020248S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "52298379-ee4f-4d26-8d70-415e90704a4f" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "69" + ], + "x-ms-correlation-request-id": [ + "52298379-ee4f-4d26-8d70-415e90704a4f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164112Z:52298379-ee4f-4d26-8d70-415e90704a4f" + ], + "Date": [ + "Tue, 18 May 2021 16:41:11 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT39M40.5331308S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "fbbf7269-823a-4de1-949d-a9e8f15d9b19" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "68" + ], + "x-ms-correlation-request-id": [ + "fbbf7269-823a-4de1-949d-a9e8f15d9b19" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164143Z:fbbf7269-823a-4de1-949d-a9e8f15d9b19" + ], + "Date": [ + "Tue, 18 May 2021 16:41:42 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT40M10.9852517S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "162b6d56-1f5b-4bb5-a455-2c5f5c7e0998" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "67" + ], + "x-ms-correlation-request-id": [ + "162b6d56-1f5b-4bb5-a455-2c5f5c7e0998" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164213Z:162b6d56-1f5b-4bb5-a455-2c5f5c7e0998" + ], + "Date": [ + "Tue, 18 May 2021 16:42:12 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT40M41.4561943S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "56484ffb-899d-48ff-a606-f27bb70b00d0" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "66" + ], + "x-ms-correlation-request-id": [ + "56484ffb-899d-48ff-a606-f27bb70b00d0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164243Z:56484ffb-899d-48ff-a606-f27bb70b00d0" + ], + "Date": [ + "Tue, 18 May 2021 16:42:42 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT41M11.8557406S\",\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\": \"pstestvm799b50\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzAzNmEwNTE3LWE0ZTMtNDJkOS1hZmFlLTRhN2Y3MjY4NTRjYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "e6a8c720-cbe4-4d62-8a97-89d91e773afa" + ], + "x-ms-client-request-id": [ + "ef9ca93f-b8e8-43b0-a425-c865dc05101f", + "ef9ca93f-b8e8-43b0-a425-c865dc05101f" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "65" + ], + "x-ms-correlation-request-id": [ + "e6a8c720-cbe4-4d62-8a97-89d91e773afa" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164314Z:e6a8c720-cbe4-4d62-8a97-89d91e773afa" + ], + "Date": [ + "Tue, 18 May 2021 16:43:13 GMT" + ], + "Content-Length": [ + "1033" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"name\": \"036a0517-a4e3-42d9-afae-4a7f726854cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT41M12.613498S\",\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\": \"pstestvm799b50\",\r\n \"Backup Size\": \"9826 MB\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T16:01:31.6794325Z\",\r\n \"endTime\": \"2021-05-18T16:42:44.2929305Z\",\r\n \"activityId\": \"ef9ca93f-b8e8-43b0-a425-c865dc05101f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "11db993c-468f-4b74-b1e9-b901c0892912" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f460d094-1d1e-4acb-bdbb-e6717aa56c39" + ], + "x-ms-client-request-id": [ + "11db993c-468f-4b74-b1e9-b901c0892912" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "f460d094-1d1e-4acb-bdbb-e6717aa56c39" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164314Z:f460d094-1d1e-4acb-bdbb-e6717aa56c39" + ], + "Date": [ + "Tue, 18 May 2021 16:43:13 GMT" + ], + "Content-Length": [ + "478" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV799b55d8\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T15%3A55%3A44.4067546Z'\\\"\",\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/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4507b207-b7de-4a10-b9ee-17d633b55ffd" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "34c04fd2-6bc4-4df2-859f-b7c79673d247" + ], + "x-ms-client-request-id": [ + "4507b207-b7de-4a10-b9ee-17d633b55ffd", + "4507b207-b7de-4a10-b9ee-17d633b55ffd" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "34c04fd2-6bc4-4df2-859f-b7c79673d247" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164315Z:34c04fd2-6bc4-4df2-859f-b7c79673d247" + ], + "Date": [ + "Tue, 18 May 2021 16:43:15 GMT" + ], + "Content-Length": [ + "914" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.Compute/virtualMachines/PSTestVM799b50\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG799b55d8\",\r\n \"friendlyName\": \"PSTestVM799b50\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg799b55d8%3Bpstestvm799b50/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg799b55d8%3Bpstestvm799b50?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc3OTliNTVkOCUzQnBzdGVzdHZtNzk5YjUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzc5OWI1NWQ4JTNCcHN0ZXN0dm03OTliNTA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperationResults/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "bab0f118-0689-4cc6-9c90-08bba5e28cde" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "bab0f118-0689-4cc6-9c90-08bba5e28cde" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164315Z:bab0f118-0689-4cc6-9c90-08bba5e28cde" + ], + "Date": [ + "Tue, 18 May 2021 16:43:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9a7cd54f-7934-4d9a-855b-82a067b0261b" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "137" + ], + "x-ms-correlation-request-id": [ + "9a7cd54f-7934-4d9a-855b-82a067b0261b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164316Z:9a7cd54f-7934-4d9a-855b-82a067b0261b" + ], + "Date": [ + "Tue, 18 May 2021 16:43:15 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "fc60b906-0d1c-4fc2-bc27-6f0a283414ed" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "136" + ], + "x-ms-correlation-request-id": [ + "fc60b906-0d1c-4fc2-bc27-6f0a283414ed" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164321Z:fc60b906-0d1c-4fc2-bc27-6f0a283414ed" + ], + "Date": [ + "Tue, 18 May 2021 16:43:20 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "01fea1f7-d000-4a02-9009-46be9af78cd5" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "135" + ], + "x-ms-correlation-request-id": [ + "01fea1f7-d000-4a02-9009-46be9af78cd5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164326Z:01fea1f7-d000-4a02-9009-46be9af78cd5" + ], + "Date": [ + "Tue, 18 May 2021 16:43:26 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5b729861-fd3d-44d3-a56c-f53a9f2e77c6" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "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-correlation-request-id": [ + "5b729861-fd3d-44d3-a56c-f53a9f2e77c6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164331Z:5b729861-fd3d-44d3-a56c-f53a9f2e77c6" + ], + "Date": [ + "Tue, 18 May 2021 16:43:31 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "3288a343-fd46-4853-a605-aedd99119914" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "133" + ], + "x-ms-correlation-request-id": [ + "3288a343-fd46-4853-a605-aedd99119914" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164336Z:3288a343-fd46-4853-a605-aedd99119914" + ], + "Date": [ + "Tue, 18 May 2021 16:43:36 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "0044be65-9f08-45f6-9760-934534f4b94e" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "132" + ], + "x-ms-correlation-request-id": [ + "0044be65-9f08-45f6-9760-934534f4b94e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164341Z:0044be65-9f08-45f6-9760-934534f4b94e" + ], + "Date": [ + "Tue, 18 May 2021 16:43:41 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4185f670-daa2-45f5-8cc5-9453c705be31" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "131" + ], + "x-ms-correlation-request-id": [ + "4185f670-daa2-45f5-8cc5-9453c705be31" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164347Z:4185f670-daa2-45f5-8cc5-9453c705be31" + ], + "Date": [ + "Tue, 18 May 2021 16:43:46 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ab19ef0a-69f3-4f9a-ab25-fae6f6bb0163" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "130" + ], + "x-ms-correlation-request-id": [ + "ab19ef0a-69f3-4f9a-ab25-fae6f6bb0163" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164352Z:ab19ef0a-69f3-4f9a-ab25-fae6f6bb0163" + ], + "Date": [ + "Tue, 18 May 2021 16:43:51 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "c3dad39e-bded-4f14-9265-1d0ff002e227" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "129" + ], + "x-ms-correlation-request-id": [ + "c3dad39e-bded-4f14-9265-1d0ff002e227" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164357Z:c3dad39e-bded-4f14-9265-1d0ff002e227" + ], + "Date": [ + "Tue, 18 May 2021 16:43:56 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "29c51b28-7c32-4373-9188-7c09aba03dc4" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "128" + ], + "x-ms-correlation-request-id": [ + "29c51b28-7c32-4373-9188-7c09aba03dc4" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164402Z:29c51b28-7c32-4373-9188-7c09aba03dc4" + ], + "Date": [ + "Tue, 18 May 2021 16:44:02 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "411785b9-e1e8-4bec-b849-ea29d6179132" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "127" + ], + "x-ms-correlation-request-id": [ + "411785b9-e1e8-4bec-b849-ea29d6179132" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164407Z:411785b9-e1e8-4bec-b849-ea29d6179132" + ], + "Date": [ + "Tue, 18 May 2021 16:44:07 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "58a4203b-d593-4795-9507-55e6044c0bac" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "126" + ], + "x-ms-correlation-request-id": [ + "58a4203b-d593-4795-9507-55e6044c0bac" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164413Z:58a4203b-d593-4795-9507-55e6044c0bac" + ], + "Date": [ + "Tue, 18 May 2021 16:44:12 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-request-id": [ - "e76f5cd4-21a3-48b7-aeb6-86d8c74ede75" + "3b00dbbe-030d-4f61-b220-70b4c6c5a189" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7451,16 +12134,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "125" ], "x-ms-correlation-request-id": [ - "e76f5cd4-21a3-48b7-aeb6-86d8c74ede75" + "3b00dbbe-030d-4f61-b220-70b4c6c5a189" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123848Z:e76f5cd4-21a3-48b7-aeb6-86d8c74ede75" + "SOUTHINDIA:20210518T164418Z:3b00dbbe-030d-4f61-b220-70b4c6c5a189" ], "Date": [ - "Mon, 15 Feb 2021 12:38:48 GMT" + "Tue, 18 May 2021 16:44:17 GMT" ], "Content-Length": [ "188" @@ -7472,26 +12155,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"name\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2JhYTkzN2VlLTM2ZTQtNGUwOS05Yjc0LWM5NDgzODYyYWU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7505,11 +12188,11 @@ "nosniff" ], "x-ms-request-id": [ - "788d0e47-b898-401a-b7b3-405925e6df62" + "f4f67123-1543-462c-8db5-9843e4de2ced" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7521,16 +12204,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "124" ], "x-ms-correlation-request-id": [ - "788d0e47-b898-401a-b7b3-405925e6df62" + "f4f67123-1543-462c-8db5-9843e4de2ced" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123859Z:788d0e47-b898-401a-b7b3-405925e6df62" + "SOUTHINDIA:20210518T164423Z:f4f67123-1543-462c-8db5-9843e4de2ced" ], "Date": [ - "Mon, 15 Feb 2021 12:38:59 GMT" + "Tue, 18 May 2021 16:44:22 GMT" ], "Content-Length": [ "188" @@ -7542,26 +12225,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"name\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2JhYTkzN2VlLTM2ZTQtNGUwOS05Yjc0LWM5NDgzODYyYWU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7575,11 +12258,11 @@ "nosniff" ], "x-ms-request-id": [ - "bb69ceda-2ec7-423c-a4fa-538c12a51687" + "608f389d-7520-48e0-af2e-0e7ae7d3b694" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7591,16 +12274,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "123" ], "x-ms-correlation-request-id": [ - "bb69ceda-2ec7-423c-a4fa-538c12a51687" + "608f389d-7520-48e0-af2e-0e7ae7d3b694" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123909Z:bb69ceda-2ec7-423c-a4fa-538c12a51687" + "SOUTHINDIA:20210518T164428Z:608f389d-7520-48e0-af2e-0e7ae7d3b694" ], "Date": [ - "Mon, 15 Feb 2021 12:39:09 GMT" + "Tue, 18 May 2021 16:44:27 GMT" ], "Content-Length": [ "188" @@ -7612,26 +12295,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"name\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2JhYTkzN2VlLTM2ZTQtNGUwOS05Yjc0LWM5NDgzODYyYWU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7645,11 +12328,11 @@ "nosniff" ], "x-ms-request-id": [ - "4a7ce435-c521-4ded-a6fb-3eef355f79ab" + "6278b629-6ceb-4224-8174-e0ecdc62f623" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7661,16 +12344,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "122" ], "x-ms-correlation-request-id": [ - "4a7ce435-c521-4ded-a6fb-3eef355f79ab" + "6278b629-6ceb-4224-8174-e0ecdc62f623" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123919Z:4a7ce435-c521-4ded-a6fb-3eef355f79ab" + "SOUTHINDIA:20210518T164433Z:6278b629-6ceb-4224-8174-e0ecdc62f623" ], "Date": [ - "Mon, 15 Feb 2021 12:39:19 GMT" + "Tue, 18 May 2021 16:44:32 GMT" ], "Content-Length": [ "188" @@ -7682,26 +12365,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"name\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2JhYTkzN2VlLTM2ZTQtNGUwOS05Yjc0LWM5NDgzODYyYWU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7715,11 +12398,11 @@ "nosniff" ], "x-ms-request-id": [ - "ccdb0764-82cd-4587-a081-b4a5163d9929" + "d56fefb6-7c14-45a2-a171-973def7917e4" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7731,16 +12414,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "121" ], "x-ms-correlation-request-id": [ - "ccdb0764-82cd-4587-a081-b4a5163d9929" + "d56fefb6-7c14-45a2-a171-973def7917e4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123929Z:ccdb0764-82cd-4587-a081-b4a5163d9929" + "SOUTHINDIA:20210518T164438Z:d56fefb6-7c14-45a2-a171-973def7917e4" ], "Date": [ - "Mon, 15 Feb 2021 12:39:29 GMT" + "Tue, 18 May 2021 16:44:37 GMT" ], "Content-Length": [ "188" @@ -7752,26 +12435,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"name\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2JhYTkzN2VlLTM2ZTQtNGUwOS05Yjc0LWM5NDgzODYyYWU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7785,11 +12468,11 @@ "nosniff" ], "x-ms-request-id": [ - "2ff57e21-a4e4-4865-b507-4d8080831aa7" + "f4e19e70-11f5-43de-8191-015ac64e2cc7" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7801,16 +12484,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "120" ], "x-ms-correlation-request-id": [ - "2ff57e21-a4e4-4865-b507-4d8080831aa7" + "f4e19e70-11f5-43de-8191-015ac64e2cc7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123939Z:2ff57e21-a4e4-4865-b507-4d8080831aa7" + "SOUTHINDIA:20210518T164444Z:f4e19e70-11f5-43de-8191-015ac64e2cc7" ], "Date": [ - "Mon, 15 Feb 2021 12:39:39 GMT" + "Tue, 18 May 2021 16:44:43 GMT" ], "Content-Length": [ "188" @@ -7822,26 +12505,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"name\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2JhYTkzN2VlLTM2ZTQtNGUwOS05Yjc0LWM5NDgzODYyYWU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7855,11 +12538,11 @@ "nosniff" ], "x-ms-request-id": [ - "70300351-7892-4cc4-972e-9c1391fadcb7" + "d6b06fd7-999c-4813-aeed-8cbeddf6e3e4" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7871,16 +12554,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "119" ], "x-ms-correlation-request-id": [ - "70300351-7892-4cc4-972e-9c1391fadcb7" + "d6b06fd7-999c-4813-aeed-8cbeddf6e3e4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T123950Z:70300351-7892-4cc4-972e-9c1391fadcb7" + "SOUTHINDIA:20210518T164449Z:d6b06fd7-999c-4813-aeed-8cbeddf6e3e4" ], "Date": [ - "Mon, 15 Feb 2021 12:39:49 GMT" + "Tue, 18 May 2021 16:44:48 GMT" ], "Content-Length": [ "188" @@ -7892,26 +12575,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"name\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2JhYTkzN2VlLTM2ZTQtNGUwOS05Yjc0LWM5NDgzODYyYWU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7925,11 +12608,11 @@ "nosniff" ], "x-ms-request-id": [ - "62b143c9-19af-4d21-b2b7-26d59b12d6ed" + "741b12e5-4a6a-4b09-92cc-33df50af123c" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7941,16 +12624,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "118" ], "x-ms-correlation-request-id": [ - "62b143c9-19af-4d21-b2b7-26d59b12d6ed" + "741b12e5-4a6a-4b09-92cc-33df50af123c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124000Z:62b143c9-19af-4d21-b2b7-26d59b12d6ed" + "SOUTHINDIA:20210518T164454Z:741b12e5-4a6a-4b09-92cc-33df50af123c" ], "Date": [ - "Mon, 15 Feb 2021 12:40:00 GMT" + "Tue, 18 May 2021 16:44:54 GMT" ], "Content-Length": [ "188" @@ -7962,26 +12645,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"name\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2JhYTkzN2VlLTM2ZTQtNGUwOS05Yjc0LWM5NDgzODYyYWU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7995,11 +12678,11 @@ "nosniff" ], "x-ms-request-id": [ - "bc1bf508-5d60-43db-a35a-2e097a392712" + "e8c28d87-1c2d-4cde-bcbe-2856de37299d" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8011,16 +12694,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "117" ], "x-ms-correlation-request-id": [ - "bc1bf508-5d60-43db-a35a-2e097a392712" + "e8c28d87-1c2d-4cde-bcbe-2856de37299d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124010Z:bc1bf508-5d60-43db-a35a-2e097a392712" + "SOUTHINDIA:20210518T164459Z:e8c28d87-1c2d-4cde-bcbe-2856de37299d" ], "Date": [ - "Mon, 15 Feb 2021 12:40:10 GMT" + "Tue, 18 May 2021 16:44:59 GMT" ], "Content-Length": [ "188" @@ -8032,26 +12715,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"name\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2JhYTkzN2VlLTM2ZTQtNGUwOS05Yjc0LWM5NDgzODYyYWU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8065,11 +12748,11 @@ "nosniff" ], "x-ms-request-id": [ - "b377ea3a-c390-4f38-8d93-624d0631bd48" + "58536aee-7a08-4d58-a6df-6b333ab3c4fe" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8081,16 +12764,86 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "116" + ], + "x-ms-correlation-request-id": [ + "58536aee-7a08-4d58-a6df-6b333ab3c4fe" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164504Z:58536aee-7a08-4d58-a6df-6b333ab3c4fe" + ], + "Date": [ + "Tue, 18 May 2021 16:45:04 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "123d3584-9122-4a45-8029-dc2f4c6cead4" + ], + "x-ms-client-request-id": [ + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "115" ], "x-ms-correlation-request-id": [ - "b377ea3a-c390-4f38-8d93-624d0631bd48" + "123d3584-9122-4a45-8029-dc2f4c6cead4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124020Z:b377ea3a-c390-4f38-8d93-624d0631bd48" + "SOUTHINDIA:20210518T164509Z:123d3584-9122-4a45-8029-dc2f4c6cead4" ], "Date": [ - "Mon, 15 Feb 2021 12:40:20 GMT" + "Tue, 18 May 2021 16:45:09 GMT" ], "Content-Length": [ "304" @@ -8102,26 +12855,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"name\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"594fbc0f-d517-44c1-abe8-516f6579198a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"62ddcd07-50dc-4dff-a70b-a9f445c4eaa7\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupOperations/baa937ee-36e4-4e09-9b74-c9483862ae73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBPcGVyYXRpb25zL2JhYTkzN2VlLTM2ZTQtNGUwOS05Yjc0LWM5NDgzODYyYWU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupOperations/bbc59c79-1e63-4482-a762-f616f86d4040?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBPcGVyYXRpb25zL2JiYzU5Yzc5LTFlNjMtNDQ4Mi1hNzYyLWY2MTZmODZkNDA0MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8135,11 +12888,11 @@ "nosniff" ], "x-ms-request-id": [ - "eb19eec3-b3e9-4543-8ff8-56cb272a6cac" + "ce880ce3-0a9c-441f-9170-3c2ec6fc9cad" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8151,16 +12904,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "114" ], "x-ms-correlation-request-id": [ - "eb19eec3-b3e9-4543-8ff8-56cb272a6cac" + "ce880ce3-0a9c-441f-9170-3c2ec6fc9cad" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124021Z:eb19eec3-b3e9-4543-8ff8-56cb272a6cac" + "SOUTHINDIA:20210518T164510Z:ce880ce3-0a9c-441f-9170-3c2ec6fc9cad" ], "Date": [ - "Mon, 15 Feb 2021 12:40:20 GMT" + "Tue, 18 May 2021 16:45:10 GMT" ], "Content-Length": [ "304" @@ -8172,26 +12925,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"name\": \"baa937ee-36e4-4e09-9b74-c9483862ae73\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"594fbc0f-d517-44c1-abe8-516f6579198a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"name\": \"bbc59c79-1e63-4482-a762-f616f86d4040\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"62ddcd07-50dc-4dff-a70b-a9f445c4eaa7\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/594fbc0f-d517-44c1-abe8-516f6579198a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Ni9iYWNrdXBKb2JzLzU5NGZiYzBmLWQ1MTctNDRjMS1hYmU4LTUxNmY2NTc5MTk4YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/62ddcd07-50dc-4dff-a70b-a9f445c4eaa7?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOC9iYWNrdXBKb2JzLzYyZGRjZDA3LTUwZGMtNGRmZi1hNzBiLWE5ZjQ0NWM0ZWFhNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8209,11 +12962,11 @@ "nosniff" ], "x-ms-request-id": [ - "668d3204-f18d-476f-9445-a6438b3363c7" + "c4887b38-d0af-4409-8b06-8778acb007e6" ], "x-ms-client-request-id": [ - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3", - "d86bf803-7e5d-4760-a5a3-9f2857f3dfe3" + "e0c95389-1bfe-49cc-905b-9de3e427f551", + "e0c95389-1bfe-49cc-905b-9de3e427f551" ], "X-Powered-By": [ "ASP.NET" @@ -8222,16 +12975,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "64" ], "x-ms-correlation-request-id": [ - "668d3204-f18d-476f-9445-a6438b3363c7" + "c4887b38-d0af-4409-8b06-8778acb007e6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124021Z:668d3204-f18d-476f-9445-a6438b3363c7" + "SOUTHINDIA:20210518T164510Z:c4887b38-d0af-4409-8b06-8778acb007e6" ], "Date": [ - "Mon, 15 Feb 2021 12:40:20 GMT" + "Tue, 18 May 2021 16:45:10 GMT" ], "Content-Length": [ "845" @@ -8243,25 +12996,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76/backupJobs/594fbc0f-d517-44c1-abe8-516f6579198a\",\r\n \"name\": \"594fbc0f-d517-44c1-abe8-516f6579198a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg20635f76;pstestvm206350\",\r\n \"duration\": \"PT1M51.7789363S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM206350\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM206350\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T12:38:28.0260469Z\",\r\n \"endTime\": \"2021-02-15T12:40:19.8049832Z\",\r\n \"activityId\": \"d86bf803-7e5d-4760-a5a3-9f2857f3dfe3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8/backupJobs/62ddcd07-50dc-4dff-a70b-a9f445c4eaa7\",\r\n \"name\": \"62ddcd07-50dc-4dff-a70b-a9f445c4eaa7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg799b55d8;pstestvm799b50\",\r\n \"duration\": \"PT1M51.6563444S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM799b50\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM799b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T16:43:15.7013634Z\",\r\n \"endTime\": \"2021-05-18T16:45:07.3577078Z\",\r\n \"activityId\": \"e0c95389-1bfe-49cc-905b-9de3e427f551\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG20635f76/providers/Microsoft.RecoveryServices/vaults/PSTestRSV20635f76?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMjA2MzVmNzYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YyMDYzNWY3Nj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG799b55d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV799b55d8?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3OTliNTVkOD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9191200a-2c48-4773-8526-5551e3497c5b" + "029309d3-c2e0-4171-9c71-0125e69f4a37" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -8276,10 +13029,10 @@ "nosniff" ], "x-ms-request-id": [ - "9175f4f6-138c-45de-8a0c-a8f8a14f8ca6" + "f978242b-01dd-49be-a0bd-ec6ea3f67eed" ], "x-ms-client-request-id": [ - "9191200a-2c48-4773-8526-5551e3497c5b" + "029309d3-c2e0-4171-9c71-0125e69f4a37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8288,13 +13041,13 @@ "9" ], "x-ms-correlation-request-id": [ - "9175f4f6-138c-45de-8a0c-a8f8a14f8ca6" + "f978242b-01dd-49be-a0bd-ec6ea3f67eed" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124047Z:9175f4f6-138c-45de-8a0c-a8f8a14f8ca6" + "SOUTHINDIA:20210518T164513Z:f978242b-01dd-49be-a0bd-ec6ea3f67eed" ], "Date": [ - "Mon, 15 Feb 2021 12:40:46 GMT" + "Tue, 18 May 2021 16:45:12 GMT" ], "Expires": [ "-1" @@ -8307,22 +13060,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG20635f76?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMjA2MzVmNzY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG799b55d8?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNzk5YjU1ZDg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a336137d-36da-4a53-a735-913be6f7dc2f" + "265e40c9-9f22-45bb-bad4-e731236c1833" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -8333,7 +13086,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8342,13 +13095,13 @@ "14999" ], "x-ms-request-id": [ - "2a415123-599f-4cc7-8e14-12bf0653cb96" + "c5ac6ec5-eff6-4c36-bf9d-7f7455349437" ], "x-ms-correlation-request-id": [ - "2a415123-599f-4cc7-8e14-12bf0653cb96" + "c5ac6ec5-eff6-4c36-bf9d-7f7455349437" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124048Z:2a415123-599f-4cc7-8e14-12bf0653cb96" + "SOUTHINDIA:20210518T164514Z:c5ac6ec5-eff6-4c36-bf9d-7f7455349437" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8357,7 +13110,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:40:48 GMT" + "Tue, 18 May 2021 16:45:14 GMT" ], "Expires": [ "-1" @@ -8370,16 +13123,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -8390,22 +13143,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11994" ], "x-ms-request-id": [ - "38fbdd79-755e-4d8f-b06a-e0b97793fc78" + "f20247c5-1b4e-4e09-810c-7ea6c92166a0" ], "x-ms-correlation-request-id": [ - "38fbdd79-755e-4d8f-b06a-e0b97793fc78" + "f20247c5-1b4e-4e09-810c-7ea6c92166a0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124103Z:38fbdd79-755e-4d8f-b06a-e0b97793fc78" + "SOUTHINDIA:20210518T164529Z:f20247c5-1b4e-4e09-810c-7ea6c92166a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8414,7 +13167,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:41:02 GMT" + "Tue, 18 May 2021 16:45:29 GMT" ], "Expires": [ "-1" @@ -8427,16 +13180,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -8447,22 +13200,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-request-id": [ - "ed70ef1b-518b-4283-b645-81a80454aff2" + "22df21bb-6845-4ded-8d2b-68e0c03680ed" ], "x-ms-correlation-request-id": [ - "ed70ef1b-518b-4283-b645-81a80454aff2" + "22df21bb-6845-4ded-8d2b-68e0c03680ed" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124118Z:ed70ef1b-518b-4283-b645-81a80454aff2" + "SOUTHINDIA:20210518T164544Z:22df21bb-6845-4ded-8d2b-68e0c03680ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8471,7 +13224,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:41:17 GMT" + "Tue, 18 May 2021 16:45:44 GMT" ], "Expires": [ "-1" @@ -8484,16 +13237,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -8504,22 +13257,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" ], "x-ms-request-id": [ - "2d19d244-a36d-48cf-8f72-aae1c09debe2" + "6595f600-98da-4d30-a89e-03ba15e318e0" ], "x-ms-correlation-request-id": [ - "2d19d244-a36d-48cf-8f72-aae1c09debe2" + "6595f600-98da-4d30-a89e-03ba15e318e0" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124133Z:2d19d244-a36d-48cf-8f72-aae1c09debe2" + "SOUTHINDIA:20210518T164559Z:6595f600-98da-4d30-a89e-03ba15e318e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8528,7 +13281,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:41:33 GMT" + "Tue, 18 May 2021 16:45:59 GMT" ], "Expires": [ "-1" @@ -8541,16 +13294,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -8561,22 +13314,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11991" ], "x-ms-request-id": [ - "28e11e2b-95d7-4ea5-81b4-66682122cc93" + "69be5d57-f4e2-4b88-b8b1-0b562b246c60" ], "x-ms-correlation-request-id": [ - "28e11e2b-95d7-4ea5-81b4-66682122cc93" + "69be5d57-f4e2-4b88-b8b1-0b562b246c60" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124148Z:28e11e2b-95d7-4ea5-81b4-66682122cc93" + "SOUTHINDIA:20210518T164615Z:69be5d57-f4e2-4b88-b8b1-0b562b246c60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8585,7 +13338,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:41:48 GMT" + "Tue, 18 May 2021 16:46:14 GMT" ], "Expires": [ "-1" @@ -8598,16 +13351,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -8618,22 +13371,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11990" ], "x-ms-request-id": [ - "e8b10216-6bb0-4025-85c3-46918f993146" + "f178be9f-1b18-4484-85ee-2820cbd3ef11" ], "x-ms-correlation-request-id": [ - "e8b10216-6bb0-4025-85c3-46918f993146" + "f178be9f-1b18-4484-85ee-2820cbd3ef11" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124204Z:e8b10216-6bb0-4025-85c3-46918f993146" + "SOUTHINDIA:20210518T164630Z:f178be9f-1b18-4484-85ee-2820cbd3ef11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8642,7 +13395,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:42:03 GMT" + "Tue, 18 May 2021 16:46:29 GMT" ], "Expires": [ "-1" @@ -8655,16 +13408,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -8675,22 +13428,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11989" ], "x-ms-request-id": [ - "02b30722-bcc7-4d19-a787-c2057cd1c61d" + "2afa3df3-e3aa-46ae-8b8b-2cd951a903e4" ], "x-ms-correlation-request-id": [ - "02b30722-bcc7-4d19-a787-c2057cd1c61d" + "2afa3df3-e3aa-46ae-8b8b-2cd951a903e4" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124219Z:02b30722-bcc7-4d19-a787-c2057cd1c61d" + "SOUTHINDIA:20210518T164645Z:2afa3df3-e3aa-46ae-8b8b-2cd951a903e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8699,7 +13452,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:42:18 GMT" + "Tue, 18 May 2021 16:46:45 GMT" ], "Expires": [ "-1" @@ -8712,16 +13465,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -8732,22 +13485,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11988" ], "x-ms-request-id": [ - "9a05c98f-7dff-4ff5-bfca-31a2096f6af9" + "3cbe7958-4531-4c3e-bd7b-e86b57b8408c" ], "x-ms-correlation-request-id": [ - "9a05c98f-7dff-4ff5-bfca-31a2096f6af9" + "3cbe7958-4531-4c3e-bd7b-e86b57b8408c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124234Z:9a05c98f-7dff-4ff5-bfca-31a2096f6af9" + "SOUTHINDIA:20210518T164700Z:3cbe7958-4531-4c3e-bd7b-e86b57b8408c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8756,7 +13509,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:42:33 GMT" + "Tue, 18 May 2021 16:47:00 GMT" ], "Expires": [ "-1" @@ -8769,16 +13522,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -8789,22 +13542,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11987" ], "x-ms-request-id": [ - "7b139e63-2a4c-4da5-b35a-ff0913a399a5" + "1e2111bd-2694-4664-8b2f-05026a59a463" ], "x-ms-correlation-request-id": [ - "7b139e63-2a4c-4da5-b35a-ff0913a399a5" + "1e2111bd-2694-4664-8b2f-05026a59a463" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124249Z:7b139e63-2a4c-4da5-b35a-ff0913a399a5" + "SOUTHINDIA:20210518T164715Z:1e2111bd-2694-4664-8b2f-05026a59a463" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8813,7 +13566,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:42:48 GMT" + "Tue, 18 May 2021 16:47:15 GMT" ], "Expires": [ "-1" @@ -8826,16 +13579,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -8846,22 +13599,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11986" ], "x-ms-request-id": [ - "6f2bf872-d933-489d-9570-ae4d2f46b25f" + "f68c3f20-3fb5-4b22-90dc-2037c8417ce2" ], "x-ms-correlation-request-id": [ - "6f2bf872-d933-489d-9570-ae4d2f46b25f" + "f68c3f20-3fb5-4b22-90dc-2037c8417ce2" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124304Z:6f2bf872-d933-489d-9570-ae4d2f46b25f" + "SOUTHINDIA:20210518T164730Z:f68c3f20-3fb5-4b22-90dc-2037c8417ce2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8870,7 +13623,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:43:03 GMT" + "Tue, 18 May 2021 16:47:30 GMT" ], "Expires": [ "-1" @@ -8883,16 +13636,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -8903,22 +13656,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11985" ], "x-ms-request-id": [ - "85bac0f3-0165-4fc7-a99b-9c69c8c093b1" + "5207ef75-0a33-4592-932d-4073c2c26f72" ], "x-ms-correlation-request-id": [ - "85bac0f3-0165-4fc7-a99b-9c69c8c093b1" + "5207ef75-0a33-4592-932d-4073c2c26f72" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124319Z:85bac0f3-0165-4fc7-a99b-9c69c8c093b1" + "SOUTHINDIA:20210518T164745Z:5207ef75-0a33-4592-932d-4073c2c26f72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8927,7 +13680,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:43:18 GMT" + "Tue, 18 May 2021 16:47:45 GMT" ], "Expires": [ "-1" @@ -8940,16 +13693,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -8960,22 +13713,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11984" ], "x-ms-request-id": [ - "c3eb1b04-2ec2-45a7-ba7a-dbaadc616a25" + "284bd938-cc3d-4235-b525-d2800c8e87af" ], "x-ms-correlation-request-id": [ - "c3eb1b04-2ec2-45a7-ba7a-dbaadc616a25" + "284bd938-cc3d-4235-b525-d2800c8e87af" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124334Z:c3eb1b04-2ec2-45a7-ba7a-dbaadc616a25" + "SOUTHINDIA:20210518T164800Z:284bd938-cc3d-4235-b525-d2800c8e87af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8984,7 +13737,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:43:33 GMT" + "Tue, 18 May 2021 16:48:00 GMT" ], "Expires": [ "-1" @@ -8997,16 +13750,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -9017,22 +13770,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11983" ], "x-ms-request-id": [ - "94d0e888-c261-4917-912f-b3823fedbe92" + "78d84ae2-12eb-415d-8ddb-5b928e1e1307" ], "x-ms-correlation-request-id": [ - "94d0e888-c261-4917-912f-b3823fedbe92" + "78d84ae2-12eb-415d-8ddb-5b928e1e1307" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124349Z:94d0e888-c261-4917-912f-b3823fedbe92" + "SOUTHINDIA:20210518T164815Z:78d84ae2-12eb-415d-8ddb-5b928e1e1307" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9041,7 +13794,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:43:49 GMT" + "Tue, 18 May 2021 16:48:14 GMT" ], "Expires": [ "-1" @@ -9054,16 +13807,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -9074,22 +13827,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11982" ], "x-ms-request-id": [ - "dd0d050c-255d-4ac4-847e-355366f8eaa9" + "6e63f3f5-c722-4c76-9dc7-6cb70499b387" ], "x-ms-correlation-request-id": [ - "dd0d050c-255d-4ac4-847e-355366f8eaa9" + "6e63f3f5-c722-4c76-9dc7-6cb70499b387" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124404Z:dd0d050c-255d-4ac4-847e-355366f8eaa9" + "SOUTHINDIA:20210518T164831Z:6e63f3f5-c722-4c76-9dc7-6cb70499b387" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9098,7 +13851,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:44:04 GMT" + "Tue, 18 May 2021 16:48:30 GMT" ], "Expires": [ "-1" @@ -9111,16 +13864,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -9131,22 +13884,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11981" ], "x-ms-request-id": [ - "954f71ff-94f7-4250-a938-556121c0e9c8" + "ffec7c9e-c05f-49c9-98eb-26f2434bb747" ], "x-ms-correlation-request-id": [ - "954f71ff-94f7-4250-a938-556121c0e9c8" + "ffec7c9e-c05f-49c9-98eb-26f2434bb747" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124419Z:954f71ff-94f7-4250-a938-556121c0e9c8" + "SOUTHINDIA:20210518T164846Z:ffec7c9e-c05f-49c9-98eb-26f2434bb747" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9155,7 +13908,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:44:19 GMT" + "Tue, 18 May 2021 16:48:45 GMT" ], "Expires": [ "-1" @@ -9168,16 +13921,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -9187,17 +13940,188 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11980" + ], + "x-ms-request-id": [ + "0527f67f-1bf8-461e-8add-21595383ee88" + ], + "x-ms-correlation-request-id": [ + "0527f67f-1bf8-461e-8add-21595383ee88" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164901Z:0527f67f-1bf8-461e-8add-21595383ee88" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 16:49:00 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-request-id": [ + "80456ff4-030f-4308-99b9-3858736f1921" + ], + "x-ms-correlation-request-id": [ + "80456ff4-030f-4308-99b9-3858736f1921" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164916Z:80456ff4-030f-4308-99b9-3858736f1921" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 16:49:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-request-id": [ + "e1cd063b-4862-4d80-a747-5be01ba6c220" + ], + "x-ms-correlation-request-id": [ + "e1cd063b-4862-4d80-a747-5be01ba6c220" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T164931Z:e1cd063b-4862-4d80-a747-5be01ba6c220" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 16:49:30 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" ], "x-ms-request-id": [ - "6cfff94e-8c49-4428-bf40-1a76e66248b5" + "bd41cdb2-d86d-4e37-976a-fe6350118e94" ], "x-ms-correlation-request-id": [ - "6cfff94e-8c49-4428-bf40-1a76e66248b5" + "bd41cdb2-d86d-4e37-976a-fe6350118e94" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124435Z:6cfff94e-8c49-4428-bf40-1a76e66248b5" + "SOUTHINDIA:20210518T164946Z:bd41cdb2-d86d-4e37-976a-fe6350118e94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9206,7 +14130,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:44:34 GMT" + "Tue, 18 May 2021 16:49:45 GMT" ], "Expires": [ "-1" @@ -9219,16 +14143,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzIwNjM1Rjc2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekl3TmpNMVJqYzJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzc5OUI1NUQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemM1T1VJMU5VUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -9239,16 +14163,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11976" ], "x-ms-request-id": [ - "333d4ef2-e983-425f-bb12-da5f341ef4c0" + "576318e8-600d-4c38-bdb2-90fa190cb3ad" ], "x-ms-correlation-request-id": [ - "333d4ef2-e983-425f-bb12-da5f341ef4c0" + "576318e8-600d-4c38-bdb2-90fa190cb3ad" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T124435Z:333d4ef2-e983-425f-bb12-da5f341ef4c0" + "SOUTHINDIA:20210518T164946Z:576318e8-600d-4c38-bdb2-90fa190cb3ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9257,7 +14181,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:44:34 GMT" + "Tue, 18 May 2021 16:49:46 GMT" ], "Expires": [ "-1" @@ -9272,7 +14196,7 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "20635f76-9391-40ba-b397-e1bb630c7b7c" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", + "NamingSuffix": "799b55d8-aed2-4efb-ba0c-8afd7773e836" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMCrossRegionRestore.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMCrossRegionRestore.json index c3543c0cb7b9..6b220b8d93ac 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMCrossRegionRestore.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMCrossRegionRestore.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGcccc5b4624?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2NjYzViNDYyND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG625a630b24?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNjI1YTYzMGIyND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "405f26dd-eb09-48eb-aa45-475a2a0eb308" + "34d13156-6d39-4cd2-aa77-84a517f8a42b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "effd8742-6e7c-4874-8caf-c7f168eae9d9" + "1615ce09-781c-4727-848f-64a6da90ac2d" ], "x-ms-correlation-request-id": [ - "effd8742-6e7c-4874-8caf-c7f168eae9d9" + "1615ce09-781c-4727-848f-64a6da90ac2d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115814Z:effd8742-6e7c-4874-8caf-c7f168eae9d9" + "SOUTHINDIA:20210518T131539Z:1615ce09-781c-4727-848f-64a6da90ac2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:58:14 GMT" + "Tue, 18 May 2021 13:15:39 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,26 +60,26 @@ "110" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGcccc5b4624' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG625a630b24' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGcccc5b4624?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2NjYzViNDYyND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG625a630b24?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNjI1YTYzMGIyND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97c8769e-4774-47fc-8a3b-490c27d64a37" + "24ed18fb-f6d6-4d35-8f16-d01c07342ee6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -93,13 +93,13 @@ "11998" ], "x-ms-request-id": [ - "a47a8081-b813-4eec-9a80-2489eafe5d86" + "b9139866-d404-4074-a28c-b37b3cc23c26" ], "x-ms-correlation-request-id": [ - "a47a8081-b813-4eec-9a80-2489eafe5d86" + "b9139866-d404-4074-a28c-b37b3cc23c26" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115921Z:a47a8081-b813-4eec-9a80-2489eafe5d86" + "SOUTHINDIA:20210518T131705Z:b9139866-d404-4074-a28c-b37b3cc23c26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:59:20 GMT" + "Tue, 18 May 2021 13:17:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,26 +120,26 @@ "196" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGcccc5b4624\",\r\n \"name\": \"PSTestRGcccc5b4624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG625a630b24\",\r\n \"name\": \"PSTestRG625a630b24\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGcccc5b4624?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2NjYzViNDYyND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG625a630b24?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNjI1YTYzMGIyND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0c8e4412-b5f2-415d-ae96-3491c2f02553" + "4a0deceb-a008-4ae5-a98d-0b391ef0f545" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "1199" ], "x-ms-request-id": [ - "5a2d1b3a-2937-477b-b3f9-fd1e0a5a87d5" + "a701b06c-0962-4429-880e-88d6de2aec65" ], "x-ms-correlation-request-id": [ - "5a2d1b3a-2937-477b-b3f9-fd1e0a5a87d5" + "a701b06c-0962-4429-880e-88d6de2aec65" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115817Z:5a2d1b3a-2937-477b-b3f9-fd1e0a5a87d5" + "SOUTHINDIA:20210518T131544Z:a701b06c-0962-4429-880e-88d6de2aec65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:58:17 GMT" + "Tue, 18 May 2021 13:15:43 GMT" ], "Content-Length": [ "196" @@ -186,25 +186,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGcccc5b4624\",\r\n \"name\": \"PSTestRGcccc5b4624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG625a630b24\",\r\n \"name\": \"PSTestRG625a630b24\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGcccc5b4624/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcccc5b46?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2NjYzViNDYyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmNjY2M1YjQ2P2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG625a630b24/providers/Microsoft.RecoveryServices/vaults/PSTestRSV625a630b?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjI1YTYzMGIyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjYyNWE2MzBiP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5a81ba4-8ef2-48b7-bb41-1648144bfb28" + "130bddd8-f8ff-4d21-8550-bf5a9fc8db8d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "f07adb59-f906-40d5-8591-63deba624de2" + "2086ae5f-8d19-4ef7-a047-ed4be6795921" ], "x-ms-correlation-request-id": [ - "f07adb59-f906-40d5-8591-63deba624de2" + "2086ae5f-8d19-4ef7-a047-ed4be6795921" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115818Z:f07adb59-f906-40d5-8591-63deba624de2" + "SOUTHINDIA:20210518T131546Z:2086ae5f-8d19-4ef7-a047-ed4be6795921" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:58:18 GMT" + "Tue, 18 May 2021 13:15:45 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,25 +246,25 @@ "241" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSVcccc5b46' under resource group 'PSTestRGcccc5b4624' 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/PSTestRSV625a630b' under resource group 'PSTestRG625a630b24' 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/PSTestRGcccc5b4624/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcccc5b46?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2NjYzViNDYyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmNjY2M1YjQ2P2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG625a630b24/providers/Microsoft.RecoveryServices/vaults/PSTestRSV625a630b?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjI1YTYzMGIyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjYyNWE2MzBiP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {},\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "30d1e5f8-4799-47b5-971b-8d5bd8089167" + "a46a4977-d65e-4d80-b32a-7d9c4382054a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ], "Content-Type": [ @@ -285,10 +285,10 @@ "nosniff" ], "x-ms-request-id": [ - "265059b5-468d-455d-89f4-2e82821abe65" + "34a7f307-cf81-4ca0-b4c4-8a5dc176a730" ], "x-ms-client-request-id": [ - "30d1e5f8-4799-47b5-971b-8d5bd8089167" + "a46a4977-d65e-4d80-b32a-7d9c4382054a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -300,13 +300,13 @@ "209" ], "x-ms-correlation-request-id": [ - "265059b5-468d-455d-89f4-2e82821abe65" + "34a7f307-cf81-4ca0-b4c4-8a5dc176a730" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115830Z:265059b5-468d-455d-89f4-2e82821abe65" + "SOUTHINDIA:20210518T131614Z:34a7f307-cf81-4ca0-b4c4-8a5dc176a730" ], "Date": [ - "Mon, 15 Feb 2021 11:58:30 GMT" + "Tue, 18 May 2021 13:16:14 GMT" ], "Content-Length": [ "468" @@ -318,26 +318,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"PSTestRSVcccc5b46\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T11%3A58%3A28.3285712Z'\\\"\",\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/PSTestRGcccc5b4624/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcccc5b46\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"PSTestRSV625a630b\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T13%3A16%3A13.1308923Z'\\\"\",\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/PSTestRG625a630b24/providers/Microsoft.RecoveryServices/vaults/PSTestRSV625a630b\",\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/PSTestRGcccc5b4624/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcccc5b46/backupstorageconfig/vaultstorageconfig?api-version=2018-12-20", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2NjYzViNDYyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmNjY2M1YjQ2L2JhY2t1cHN0b3JhZ2Vjb25maWcvdmF1bHRzdG9yYWdlY29uZmlnP2FwaS12ZXJzaW9uPTIwMTgtMTItMjA=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG625a630b24/providers/Microsoft.RecoveryServices/vaults/PSTestRSV625a630b/backupstorageconfig/vaultstorageconfig?api-version=2018-12-20", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjI1YTYzMGIyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjYyNWE2MzBiL2JhY2t1cHN0b3JhZ2Vjb25maWcvdmF1bHRzdG9yYWdlY29uZmlnP2FwaS12ZXJzaW9uPTIwMTgtMTItMjA=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"crossRegionRestoreFlag\": true\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "be537355-58e7-426e-bafb-a1e390480e72" + "aaf10e50-4795-47ad-9919-2bca4b505efa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -357,11 +357,11 @@ "nosniff" ], "x-ms-request-id": [ - "67f9f55e-77e9-4bea-8ae3-0fe7749b41a6" + "428ca526-4228-491f-8b19-9abe809410f6" ], "x-ms-client-request-id": [ - "be537355-58e7-426e-bafb-a1e390480e72", - "be537355-58e7-426e-bafb-a1e390480e72" + "aaf10e50-4795-47ad-9919-2bca4b505efa", + "aaf10e50-4795-47ad-9919-2bca4b505efa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -370,16 +370,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-correlation-request-id": [ - "67f9f55e-77e9-4bea-8ae3-0fe7749b41a6" + "428ca526-4228-491f-8b19-9abe809410f6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115854Z:67f9f55e-77e9-4bea-8ae3-0fe7749b41a6" + "SOUTHINDIA:20210518T131638Z:428ca526-4228-491f-8b19-9abe809410f6" ], "Date": [ - "Mon, 15 Feb 2021 11:58:53 GMT" + "Tue, 18 May 2021 13:16:37 GMT" ], "Expires": [ "-1" @@ -389,22 +389,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGcccc5b4624/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcccc5b46/backupstorageconfig/vaultstorageconfig?api-version=2018-12-20", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2NjYzViNDYyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmNjY2M1YjQ2L2JhY2t1cHN0b3JhZ2Vjb25maWcvdmF1bHRzdG9yYWdlY29uZmlnP2FwaS12ZXJzaW9uPTIwMTgtMTItMjA=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG625a630b24/providers/Microsoft.RecoveryServices/vaults/PSTestRSV625a630b/backupstorageconfig/vaultstorageconfig?api-version=2018-12-20", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjI1YTYzMGIyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjYyNWE2MzBiL2JhY2t1cHN0b3JhZ2Vjb25maWcvdmF1bHRzdG9yYWdlY29uZmlnP2FwaS12ZXJzaW9uPTIwMTgtMTItMjA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b300823-2d12-4ddc-840a-fccb58402821" + "2bce0cf8-16cf-43cb-a58a-8b86d3017b70" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -418,11 +418,11 @@ "nosniff" ], "x-ms-request-id": [ - "3506340b-291f-4eb4-b446-34fa2d809b54" + "af5059d6-2fcc-43e9-827e-05828bb6d042" ], "x-ms-client-request-id": [ - "0b300823-2d12-4ddc-840a-fccb58402821", - "0b300823-2d12-4ddc-840a-fccb58402821" + "2bce0cf8-16cf-43cb-a58a-8b86d3017b70", + "2bce0cf8-16cf-43cb-a58a-8b86d3017b70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -437,13 +437,13 @@ "149" ], "x-ms-correlation-request-id": [ - "3506340b-291f-4eb4-b446-34fa2d809b54" + "af5059d6-2fcc-43e9-827e-05828bb6d042" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115921Z:3506340b-291f-4eb4-b446-34fa2d809b54" + "SOUTHINDIA:20210518T131705Z:af5059d6-2fcc-43e9-827e-05828bb6d042" ], "Date": [ - "Mon, 15 Feb 2021 11:59:21 GMT" + "Tue, 18 May 2021 13:17:05 GMT" ], "Content-Length": [ "472" @@ -455,25 +455,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGcccc5b4624/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcccc5b46/backupstorageconfig/vaultstorageconfig\",\r\n \"name\": \"vaultstorageconfig\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupstorageconfig\",\r\n \"properties\": {\r\n \"storageModelType\": \"GeoRedundant\",\r\n \"storageType\": \"GeoRedundant\",\r\n \"dedupState\": \"Disabled\",\r\n \"xcoolState\": \"Disabled\",\r\n \"storageTypeState\": \"Unlocked\",\r\n \"crossRegionRestoreFlag\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG625a630b24/providers/Microsoft.RecoveryServices/vaults/PSTestRSV625a630b/backupstorageconfig/vaultstorageconfig\",\r\n \"name\": \"vaultstorageconfig\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupstorageconfig\",\r\n \"properties\": {\r\n \"storageModelType\": \"GeoRedundant\",\r\n \"storageType\": \"GeoRedundant\",\r\n \"dedupState\": \"Disabled\",\r\n \"xcoolState\": \"Disabled\",\r\n \"storageTypeState\": \"Unlocked\",\r\n \"crossRegionRestoreFlag\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGcccc5b4624/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2NjYzViNDYyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG625a630b24/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjI1YTYzMGIyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95e59a48-1553-48f6-b0ff-9fa4dc4c6908" + "4f657fd0-a880-417a-89b4-32c5f79b6e15" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -488,10 +488,10 @@ "nosniff" ], "x-ms-request-id": [ - "c328a654-b6ac-4921-bf71-dd2b8d9df07c" + "957afc84-60fc-4e61-8083-b30fa8be9d98" ], "x-ms-client-request-id": [ - "95e59a48-1553-48f6-b0ff-9fa4dc4c6908" + "4f657fd0-a880-417a-89b4-32c5f79b6e15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -500,16 +500,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11998" ], "x-ms-correlation-request-id": [ - "c328a654-b6ac-4921-bf71-dd2b8d9df07c" + "957afc84-60fc-4e61-8083-b30fa8be9d98" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115923Z:c328a654-b6ac-4921-bf71-dd2b8d9df07c" + "SOUTHINDIA:20210518T131705Z:957afc84-60fc-4e61-8083-b30fa8be9d98" ], "Date": [ - "Mon, 15 Feb 2021 11:59:22 GMT" + "Tue, 18 May 2021 13:17:05 GMT" ], "Content-Length": [ "480" @@ -521,26 +521,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"PSTestRSVcccc5b46\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T11%3A58%3A28.3285712Z'\\\"\",\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/PSTestRGcccc5b4624/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcccc5b46\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"PSTestRSV625a630b\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T13%3A16%3A13.1308923Z'\\\"\",\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/PSTestRG625a630b24/providers/Microsoft.RecoveryServices/vaults/PSTestRSV625a630b\",\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/PSTestRGcccc5b4624/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcccc5b46/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2NjYzViNDYyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmNjY2M1YjQ2L2JhY2t1cFByb3RlY3Rpb25Db250YWluZXJzPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTSclMjBhbmQlMjBzdGF0dXMlMjBlcSUyMCdSZWdpc3RlcmVkJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG625a630b24/providers/Microsoft.RecoveryServices/vaults/PSTestRSV625a630b/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjI1YTYzMGIyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjYyNWE2MzBiL2JhY2t1cFByb3RlY3Rpb25Db250YWluZXJzPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTSclMjBhbmQlMjBzdGF0dXMlMjBlcSUyMCdSZWdpc3RlcmVkJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1a1e21f-c404-44d0-9ef2-f58be7e21117" + "08907859-b0e5-4076-8aa2-921ef98f2db0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -554,11 +554,11 @@ "nosniff" ], "x-ms-request-id": [ - "639364a8-a2a9-4d46-b645-2760d91afedb" + "5c635da3-73b1-46d9-a2a7-6a74bc104ff9" ], "x-ms-client-request-id": [ - "f1a1e21f-c404-44d0-9ef2-f58be7e21117", - "f1a1e21f-c404-44d0-9ef2-f58be7e21117" + "08907859-b0e5-4076-8aa2-921ef98f2db0", + "08907859-b0e5-4076-8aa2-921ef98f2db0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -573,13 +573,13 @@ "149" ], "x-ms-correlation-request-id": [ - "639364a8-a2a9-4d46-b645-2760d91afedb" + "5c635da3-73b1-46d9-a2a7-6a74bc104ff9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115925Z:639364a8-a2a9-4d46-b645-2760d91afedb" + "SOUTHINDIA:20210518T131707Z:5c635da3-73b1-46d9-a2a7-6a74bc104ff9" ], "Date": [ - "Mon, 15 Feb 2021 11:59:25 GMT" + "Tue, 18 May 2021 13:17:07 GMT" ], "Content-Length": [ "12" @@ -595,21 +595,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGcccc5b4624/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcccc5b46?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2NjYzViNDYyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVmNjY2M1YjQ2P2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG625a630b24/providers/Microsoft.RecoveryServices/vaults/PSTestRSV625a630b?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjI1YTYzMGIyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1BTVGVzdFJTVjYyNWE2MzBiP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0078748e-3691-4098-ab1f-4852fe88d9ed" + "3843ee9e-2b59-4164-93b9-2ff9ae97fb87" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -624,10 +624,10 @@ "nosniff" ], "x-ms-request-id": [ - "96ef4966-1352-4fa9-a0eb-7186d89c901b" + "78b99422-8125-45a2-9e5f-b284235c988f" ], "x-ms-client-request-id": [ - "0078748e-3691-4098-ab1f-4852fe88d9ed" + "3843ee9e-2b59-4164-93b9-2ff9ae97fb87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -636,13 +636,13 @@ "9" ], "x-ms-correlation-request-id": [ - "96ef4966-1352-4fa9-a0eb-7186d89c901b" + "78b99422-8125-45a2-9e5f-b284235c988f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115931Z:96ef4966-1352-4fa9-a0eb-7186d89c901b" + "SOUTHINDIA:20210518T131715Z:78b99422-8125-45a2-9e5f-b284235c988f" ], "Date": [ - "Mon, 15 Feb 2021 11:59:31 GMT" + "Tue, 18 May 2021 13:17:14 GMT" ], "Expires": [ "-1" @@ -655,22 +655,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGcccc5b4624?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2NjYzViNDYyND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG625a630b24?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNjI1YTYzMGIyND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c5084d8-6a9f-4274-a31d-9c2962a353b2" + "8aba66de-be7a-4c42-b73d-522ee43e1858" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -681,22 +681,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NDQ0M1QjQ2MjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYyNUE2MzBCMjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "aa9c83fd-1288-4ec3-8d3f-a1dd7948f96b" + "8d58c760-a29e-412c-9925-13012ecc986e" ], "x-ms-correlation-request-id": [ - "aa9c83fd-1288-4ec3-8d3f-a1dd7948f96b" + "8d58c760-a29e-412c-9925-13012ecc986e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115936Z:aa9c83fd-1288-4ec3-8d3f-a1dd7948f96b" + "SOUTHINDIA:20210518T131720Z:8d58c760-a29e-412c-9925-13012ecc986e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -705,7 +705,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:59:35 GMT" + "Tue, 18 May 2021 13:17:20 GMT" ], "Expires": [ "-1" @@ -718,16 +718,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NDQ0M1QjQ2MjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5EUTBNMVFqUTJNalF0UTBWT1ZGSkJURlZUUlZWQlVDSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVkyVnVkSEpoYkhWelpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYyNUE2MzBCMjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell5TlVFMk16QkNNalF0UTBWT1ZGSkJURlZUUlZWQlVDSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVkyVnVkSEpoYkhWelpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -738,7 +738,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NDQ0M1QjQ2MjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYyNUE2MzBCMjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -747,13 +747,13 @@ "11997" ], "x-ms-request-id": [ - "daf14413-f37f-4445-9215-c54090c93557" + "496c6bbc-bc4d-47d9-9e29-2167ae5af700" ], "x-ms-correlation-request-id": [ - "daf14413-f37f-4445-9215-c54090c93557" + "496c6bbc-bc4d-47d9-9e29-2167ae5af700" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115952Z:daf14413-f37f-4445-9215-c54090c93557" + "SOUTHINDIA:20210518T131736Z:496c6bbc-bc4d-47d9-9e29-2167ae5af700" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -762,7 +762,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:59:51 GMT" + "Tue, 18 May 2021 13:17:35 GMT" ], "Expires": [ "-1" @@ -775,16 +775,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NDQ0M1QjQ2MjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5EUTBNMVFqUTJNalF0UTBWT1ZGSkJURlZUUlZWQlVDSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVkyVnVkSEpoYkhWelpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYyNUE2MzBCMjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell5TlVFMk16QkNNalF0UTBWT1ZGSkJURlZUUlZWQlVDSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVkyVnVkSEpoYkhWelpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -795,7 +795,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NDQ0M1QjQ2MjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYyNUE2MzBCMjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -804,13 +804,13 @@ "11996" ], "x-ms-request-id": [ - "a82d0872-5009-42b7-a179-48b967a8f738" + "7031b53c-a165-4e5d-848f-a789ef13b59b" ], "x-ms-correlation-request-id": [ - "a82d0872-5009-42b7-a179-48b967a8f738" + "7031b53c-a165-4e5d-848f-a789ef13b59b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120007Z:a82d0872-5009-42b7-a179-48b967a8f738" + "SOUTHINDIA:20210518T131751Z:7031b53c-a165-4e5d-848f-a789ef13b59b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -819,7 +819,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:07 GMT" + "Tue, 18 May 2021 13:17:51 GMT" ], "Expires": [ "-1" @@ -832,16 +832,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NDQ0M1QjQ2MjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5EUTBNMVFqUTJNalF0UTBWT1ZGSkJURlZUUlZWQlVDSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVkyVnVkSEpoYkhWelpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYyNUE2MzBCMjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell5TlVFMk16QkNNalF0UTBWT1ZGSkJURlZUUlZWQlVDSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVkyVnVkSEpoYkhWelpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -855,13 +855,13 @@ "11995" ], "x-ms-request-id": [ - "b7a58361-c86a-421b-be6f-19ce81e14639" + "c2af066b-415b-4ab0-abf7-f685b5875943" ], "x-ms-correlation-request-id": [ - "b7a58361-c86a-421b-be6f-19ce81e14639" + "c2af066b-415b-4ab0-abf7-f685b5875943" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120023Z:b7a58361-c86a-421b-be6f-19ce81e14639" + "SOUTHINDIA:20210518T131807Z:c2af066b-415b-4ab0-abf7-f685b5875943" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -870,7 +870,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:22 GMT" + "Tue, 18 May 2021 13:18:06 GMT" ], "Expires": [ "-1" @@ -883,16 +883,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NDQ0M1QjQ2MjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5EUTBNMVFqUTJNalF0UTBWT1ZGSkJURlZUUlZWQlVDSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVkyVnVkSEpoYkhWelpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYyNUE2MzBCMjQtQ0VOVFJBTFVTRVVBUCIsImpvYkxvY2F0aW9uIjoiY2VudHJhbHVzZXVhcCJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell5TlVFMk16QkNNalF0UTBWT1ZGSkJURlZUUlZWQlVDSXNJbXB2WWt4dlkyRjBhVzl1SWpvaVkyVnVkSEpoYkhWelpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -906,13 +906,13 @@ "11994" ], "x-ms-request-id": [ - "0c16c10d-2435-45a0-a7e6-3e48564c6e04" + "e2e36299-391f-47cc-a1f2-1e1c38adb5f4" ], "x-ms-correlation-request-id": [ - "0c16c10d-2435-45a0-a7e6-3e48564c6e04" + "e2e36299-391f-47cc-a1f2-1e1c38adb5f4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T120023Z:0c16c10d-2435-45a0-a7e6-3e48564c6e04" + "SOUTHINDIA:20210518T131807Z:e2e36299-391f-47cc-a1f2-1e1c38adb5f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -921,7 +921,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:00:22 GMT" + "Tue, 18 May 2021 13:18:06 GMT" ], "Expires": [ "-1" @@ -937,6 +937,6 @@ "Names": {}, "Variables": { "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "cccc5b46-dbc1-4f32-ae92-d0f77c5f4d3c" + "NamingSuffix": "625a630b-1317-4563-96d3-d319c00d8640" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMDiskExclusion.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMDiskExclusion.json index 1d06cf067f3d..cac4a342b4bf 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMDiskExclusion.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMDiskExclusion.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG63dd3447?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNjNkZDM0NDc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG98efe36e?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHOThlZmUzNmU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2ad01f6-488b-4873-8996-4cd44ab2efc2" + "22427f4f-d5f4-43f7-bd0c-732c3c343f88" ], "Accept-Language": [ "en-US" @@ -15,8 +15,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "17c978c0-52d7-49f0-b3a4-37b7bf6d1214" + "aba6f1dc-b4bf-4368-81f8-7772c8ff6d83" ], "x-ms-correlation-request-id": [ - "17c978c0-52d7-49f0-b3a4-37b7bf6d1214" + "aba6f1dc-b4bf-4368-81f8-7772c8ff6d83" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103458Z:17c978c0-52d7-49f0-b3a4-37b7bf6d1214" + "SOUTHINDIA:20210518T165345Z:aba6f1dc-b4bf-4368-81f8-7772c8ff6d83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:34:58 GMT" + "Tue, 18 May 2021 16:53:44 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,17 +60,17 @@ "108" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG63dd3447' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG98efe36e' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG63dd3447?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNjNkZDM0NDc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG98efe36e?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHOThlZmUzNmU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c1194d4-af4f-4afc-aa12-e611cb36fb69" + "f6c68ac6-3e5f-4c77-af53-abbcb47c1c8c" ], "Accept-Language": [ "en-US" @@ -78,8 +78,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11998" ], "x-ms-request-id": [ - "852a31f5-d945-485d-953e-82893c26937e" + "a3b9aabe-0581-4df7-a44e-5c2fc06079c8" ], "x-ms-correlation-request-id": [ - "852a31f5-d945-485d-953e-82893c26937e" + "a3b9aabe-0581-4df7-a44e-5c2fc06079c8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113324Z:852a31f5-d945-485d-953e-82893c26937e" + "SOUTHINDIA:20210518T175212Z:a3b9aabe-0581-4df7-a44e-5c2fc06079c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:33:24 GMT" + "Tue, 18 May 2021 17:52:12 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,17 +120,17 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447\",\r\n \"name\": \"PSTestRG63dd3447\",\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/PSTestRG98efe36e\",\r\n \"name\": \"PSTestRG98efe36e\",\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/PSTestRG63dd3447?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNjNkZDM0NDc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG98efe36e?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHOThlZmUzNmU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c131355b-cdd4-4f63-b270-323c5957333f" + "55069e67-2af6-4341-b2e2-acb66b50d830" ], "Accept-Language": [ "en-US" @@ -138,8 +138,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "1199" ], "x-ms-request-id": [ - "c94d1f76-69a7-4fb2-a317-ed7a52953b94" + "9e668e90-6e1b-4b06-8148-e88963cfa35c" ], "x-ms-correlation-request-id": [ - "c94d1f76-69a7-4fb2-a317-ed7a52953b94" + "9e668e90-6e1b-4b06-8148-e88963cfa35c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103459Z:c94d1f76-69a7-4fb2-a317-ed7a52953b94" + "SOUTHINDIA:20210518T165346Z:9e668e90-6e1b-4b06-8148-e88963cfa35c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:34:59 GMT" + "Tue, 18 May 2021 16:53:45 GMT" ], "Content-Length": [ "192" @@ -186,17 +186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447\",\r\n \"name\": \"PSTestRG63dd3447\",\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/PSTestRG98efe36e\",\r\n \"name\": \"PSTestRG98efe36e\",\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/PSTestRG63dd3447/providers/Microsoft.Storage/storageAccounts/pstestsa63dd3447?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTYzZGQzNDQ3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Storage/storageAccounts/pstestsa98efe36e?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTk4ZWZlMzZlP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0644292b-cccf-4e7d-9c0d-6cd7faea8860" + "a659b232-cee4-43d4-85cf-c14771cf6319" ], "Accept-Language": [ "en-US" @@ -204,8 +204,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "6e244279-3c61-4d94-b024-ee605407e416" + "0bba9097-3e7c-4ed3-99c6-fac9a5ebc747" ], "x-ms-correlation-request-id": [ - "6e244279-3c61-4d94-b024-ee605407e416" + "0bba9097-3e7c-4ed3-99c6-fac9a5ebc747" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103459Z:6e244279-3c61-4d94-b024-ee605407e416" + "SOUTHINDIA:20210518T165346Z:0bba9097-3e7c-4ed3-99c6-fac9a5ebc747" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:34:59 GMT" + "Tue, 18 May 2021 16:53:45 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,17 +246,17 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Storage/storageAccounts/pstestsa63dd3447' under resource group 'PSTestRG63dd3447' 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/pstestsa98efe36e' under resource group 'PSTestRG98efe36e' 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/PSTestRG63dd3447/providers/Microsoft.Storage/storageAccounts/pstestsa63dd3447?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTYzZGQzNDQ3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Storage/storageAccounts/pstestsa98efe36e?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTk4ZWZlMzZlP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f661de05-5c7b-4401-ab6c-1642a7f8c1e3" + "9a40164f-cb6f-4747-bf52-444410920a60" ], "Accept-Language": [ "en-US" @@ -264,8 +264,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -276,7 +276,7 @@ "no-cache" ], "x-ms-request-id": [ - "5ae80d7a-0a86-43c6-9b98-3c68a09b5fc3" + "65e791de-9f7f-4d61-80f4-c4aa3a77b3e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -288,16 +288,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "98deae07-b81e-4d05-95b0-579832817d6a" + "f57aa949-9e8f-4605-98e4-7e0c1561fc3e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103520Z:98deae07-b81e-4d05-95b0-579832817d6a" + "SOUTHINDIA:20210518T165409Z:f57aa949-9e8f-4605-98e4-7e0c1561fc3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:19 GMT" + "Tue, 18 May 2021 16:54:09 GMT" ], "Content-Length": [ "1097" @@ -309,17 +309,17 @@ "-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/PSTestRG63dd3447/providers/Microsoft.Storage/storageAccounts/pstestsa63dd3447\",\r\n \"name\": \"pstestsa63dd3447\",\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-15T10:35:01.4925149Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-02-15T10:35:01.4925149Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-15T10:35:01.4299733Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa63dd3447.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa63dd3447.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa63dd3447.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa63dd3447.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/PSTestRG98efe36e/providers/Microsoft.Storage/storageAccounts/pstestsa98efe36e\",\r\n \"name\": \"pstestsa98efe36e\",\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-05-18T16:53:48.2272036Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-18T16:53:48.2272036Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-18T16:53:48.1334536Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa98efe36e.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa98efe36e.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa98efe36e.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa98efe36e.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/PSTestRG63dd3447/providers/Microsoft.Storage/storageAccounts/pstestsa63dd3447?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTYzZGQzNDQ3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Storage/storageAccounts/pstestsa98efe36e?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTk4ZWZlMzZlP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "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": [ - "561597fa-e365-4a57-bd83-a838e8cd83ad" + "43594a9f-478c-4a95-a4db-27480825392a" ], "Accept-Language": [ "en-US" @@ -327,8 +327,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -345,13 +345,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/93ca6ead-63bb-4068-9741-02b809668a3d?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/0dab8198-20e2-4821-8562-6ff2cd0744da?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "93ca6ead-63bb-4068-9741-02b809668a3d" + "0dab8198-20e2-4821-8562-6ff2cd0744da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -360,19 +360,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "48728979-ba9e-4900-9923-6dc9acb980bf" + "df1c4566-95e1-418e-ad2e-abf8b58bba60" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103502Z:48728979-ba9e-4900-9923-6dc9acb980bf" + "SOUTHINDIA:20210518T165352Z:df1c4566-95e1-418e-ad2e-abf8b58bba60" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:02 GMT" + "Tue, 18 May 2021 16:53:51 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -388,16 +388,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/93ca6ead-63bb-4068-9741-02b809668a3d?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvOTNjYTZlYWQtNjNiYi00MDY4LTk3NDEtMDJiODA5NjY4YTNkP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/0dab8198-20e2-4821-8562-6ff2cd0744da?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMGRhYjgxOTgtMjBlMi00ODIxLTg1NjItNmZmMmNkMDc0NGRhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -408,7 +408,7 @@ "no-cache" ], "x-ms-request-id": [ - "0a801049-85c1-441f-9bea-883da6cb52e5" + "a1bd8a29-fec3-439c-8b2f-32886599eafe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -420,16 +420,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "6300a188-a89f-42d2-82a8-d0548cb749b1" + "e30f4f2a-d699-498b-b9d2-e0aee778baf4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103519Z:6300a188-a89f-42d2-82a8-d0548cb749b1" + "SOUTHINDIA:20210518T165409Z:e30f4f2a-d699-498b-b9d2-e0aee778baf4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:19 GMT" + "Tue, 18 May 2021 16:54:09 GMT" ], "Content-Length": [ "1097" @@ -441,17 +441,17 @@ "-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/PSTestRG63dd3447/providers/Microsoft.Storage/storageAccounts/pstestsa63dd3447\",\r\n \"name\": \"pstestsa63dd3447\",\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-15T10:35:01.4925149Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-02-15T10:35:01.4925149Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-15T10:35:01.4299733Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa63dd3447.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa63dd3447.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa63dd3447.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa63dd3447.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/PSTestRG98efe36e/providers/Microsoft.Storage/storageAccounts/pstestsa98efe36e\",\r\n \"name\": \"pstestsa98efe36e\",\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-05-18T16:53:48.2272036Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-18T16:53:48.2272036Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-18T16:53:48.1334536Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa98efe36e.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa98efe36e.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa98efe36e.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa98efe36e.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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Nz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f465ccde-c5b7-47e4-8536-28549841b48e" + "9c921b59-889f-42cb-88ff-03139dc3e7ae" ], "Accept-Language": [ "en-US" @@ -459,7 +459,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -474,13 +474,13 @@ "gateway" ], "x-ms-request-id": [ - "c7cde1c3-bd49-4f90-a80f-8d64dd20ee7a" + "cbbcffa5-0f62-4acf-ab85-3216e284dfb0" ], "x-ms-correlation-request-id": [ - "c7cde1c3-bd49-4f90-a80f-8d64dd20ee7a" + "cbbcffa5-0f62-4acf-ab85-3216e284dfb0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103520Z:c7cde1c3-bd49-4f90-a80f-8d64dd20ee7a" + "JIOINDIAWEST:20210518T165411Z:cbbcffa5-0f62-4acf-ab85-3216e284dfb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -489,7 +489,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:20 GMT" + "Tue, 18 May 2021 16:54:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -501,17 +501,17 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447' under resource group 'PSTestRG63dd3447' 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/PSTestRSV98efe36e' under resource group 'PSTestRG98efe36e' 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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Nz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "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": [ - "6940ecd2-32e3-48d8-a672-d8e382e74e24" + "14b4862f-9807-4b1c-83c8-80849fe93bb8" ], "Accept-Language": [ "en-US" @@ -519,7 +519,7 @@ "User-Agent": [ "FxVersion/4.6.29719.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": [ @@ -540,10 +540,10 @@ "nosniff" ], "x-ms-request-id": [ - "10936a6f-a182-4546-b199-847159ca7974" + "2631ef66-d6dd-42cf-b406-773a22d7be03" ], "x-ms-client-request-id": [ - "6940ecd2-32e3-48d8-a672-d8e382e74e24" + "14b4862f-9807-4b1c-83c8-80849fe93bb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -555,16 +555,16 @@ "209" ], "x-ms-correlation-request-id": [ - "10936a6f-a182-4546-b199-847159ca7974" + "2631ef66-d6dd-42cf-b406-773a22d7be03" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103524Z:10936a6f-a182-4546-b199-847159ca7974" + "JIOINDIAWEST:20210518T165416Z:2631ef66-d6dd-42cf-b406-773a22d7be03" ], "Date": [ - "Mon, 15 Feb 2021 10:35:23 GMT" + "Tue, 18 May 2021 16:54:16 GMT" ], "Content-Length": [ - "465" + "466" ], "Content-Type": [ "application/json" @@ -573,17 +573,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV63dd3447\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T10%3A35%3A24.042639Z'\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447\",\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\": \"PSTestRSV98efe36e\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T16%3A54%3A16.1467022Z'\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e\",\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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupconfig/vaultconfig?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13da23bb-a72d-4138-ac19-c39f8510995c" + "b9d2c705-86ca-4c9f-b133-b8f3c3021834" ], "Accept-Language": [ "en-US" @@ -591,8 +591,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -606,11 +606,11 @@ "nosniff" ], "x-ms-request-id": [ - "ad7b40ea-58db-41f6-aef6-29a511889914" + "86d3f0d2-e7da-4b62-ac9b-7029bc5d6939" ], "x-ms-client-request-id": [ - "13da23bb-a72d-4138-ac19-c39f8510995c", - "13da23bb-a72d-4138-ac19-c39f8510995c" + "b9d2c705-86ca-4c9f-b133-b8f3c3021834", + "b9d2c705-86ca-4c9f-b133-b8f3c3021834" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -625,13 +625,13 @@ "149" ], "x-ms-correlation-request-id": [ - "ad7b40ea-58db-41f6-aef6-29a511889914" + "86d3f0d2-e7da-4b62-ac9b-7029bc5d6939" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103525Z:ad7b40ea-58db-41f6-aef6-29a511889914" + "JIOINDIAWEST:20210518T165418Z:86d3f0d2-e7da-4b62-ac9b-7029bc5d6939" ], "Date": [ - "Mon, 15 Feb 2021 10:35:24 GMT" + "Tue, 18 May 2021 16:54:17 GMT" ], "Content-Length": [ "380" @@ -643,17 +643,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupconfig/vaultconfig?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "13da23bb-a72d-4138-ac19-c39f8510995c" + "b9d2c705-86ca-4c9f-b133-b8f3c3021834" ], "Accept-Language": [ "en-US" @@ -661,8 +661,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -682,11 +682,11 @@ "nosniff" ], "x-ms-request-id": [ - "1fb6294b-8e93-4dfc-93ce-8d36aef184dd" + "5d60e71a-9ab4-4e48-8769-b3cca640adc8" ], "x-ms-client-request-id": [ - "13da23bb-a72d-4138-ac19-c39f8510995c", - "13da23bb-a72d-4138-ac19-c39f8510995c" + "b9d2c705-86ca-4c9f-b133-b8f3c3021834", + "b9d2c705-86ca-4c9f-b133-b8f3c3021834" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -701,13 +701,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "1fb6294b-8e93-4dfc-93ce-8d36aef184dd" + "5d60e71a-9ab4-4e48-8769-b3cca640adc8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103526Z:1fb6294b-8e93-4dfc-93ce-8d36aef184dd" + "JIOINDIAWEST:20210518T165419Z:5d60e71a-9ab4-4e48-8769-b3cca640adc8" ], "Date": [ - "Mon, 15 Feb 2021 10:35:26 GMT" + "Tue, 18 May 2021 16:54:19 GMT" ], "Content-Length": [ "381" @@ -719,17 +719,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b6a6e86-6811-44db-a77f-9ddb2a920bc4" + "720c05cf-6a49-4dbc-8ae6-32f62ddd8170" ], "Accept-Language": [ "en-US" @@ -737,8 +737,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -752,13 +752,13 @@ "gateway" ], "x-ms-request-id": [ - "53c883fc-7610-47ed-99f7-2f21110fc463" + "9ef433e4-d612-496d-a978-3ace5244949a" ], "x-ms-correlation-request-id": [ - "53c883fc-7610-47ed-99f7-2f21110fc463" + "9ef433e4-d612-496d-a978-3ace5244949a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103526Z:53c883fc-7610-47ed-99f7-2f21110fc463" + "SOUTHINDIA:20210518T165420Z:9ef433e4-d612-496d-a978-3ace5244949a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -767,7 +767,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:25 GMT" + "Tue, 18 May 2021 16:54:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -779,23 +779,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVM63dd30' under resource group 'PSTestRG63dd3447' 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/PSTestVM98efe0' under resource group 'PSTestRG98efe36e' 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/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -806,32 +806,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3966,Microsoft.Compute/LowCostGet30Min;31918" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f670b499-7ff6-4bc7-8241-6913c39a572e" + "58ec072b-a3e4-4995-8071-87370da80a5c" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11969" ], "x-ms-correlation-request-id": [ - "5e6e5abe-205c-400e-a0d7-9ecc24c90de0" + "83e12415-6d5c-4dd2-afa8-6deb04206a37" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103736Z:5e6e5abe-205c-400e-a0d7-9ecc24c90de0" + "SOUTHINDIA:20210518T165628Z:83e12415-6d5c-4dd2-afa8-6deb04206a37" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:37:35 GMT" + "Tue, 18 May 2021 16:56:28 GMT" ], "Content-Length": [ "2181" @@ -843,17 +843,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"85592909-8ec9-44c1-a028-3f843e937be5\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM63dd30\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa63dd3447.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"60ed833a-d589-45ad-866c-fa325462047e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM98efe0\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa98efe36e.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/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "434062bb-8d30-49cb-9e4f-b915e9e394e8" + "a8a976b0-3f02-48d7-be52-0d930699a087" ], "Accept-Language": [ "en-US" @@ -861,8 +861,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -873,32 +873,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31955" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e17e2bc0-e881-42ab-914d-3f4a104ad9a8" + "891c02a0-a589-4486-a0bd-abf05628ca23" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11959" ], "x-ms-correlation-request-id": [ - "abb7e65f-adab-4115-9650-9b2a3e18bf7c" + "5708b877-7f82-4e44-a933-67224693beef" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104010Z:abb7e65f-adab-4115-9650-9b2a3e18bf7c" + "SOUTHINDIA:20210518T165901Z:5708b877-7f82-4e44-a933-67224693beef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:09 GMT" + "Tue, 18 May 2021 16:59:01 GMT" ], "Content-Length": [ "2744" @@ -910,17 +910,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"85592909-8ec9-44c1-a028-3f843e937be5\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM63dd30\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa63dd3447.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"60ed833a-d589-45ad-866c-fa325462047e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM98efe0\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa98efe36e.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f06df128-ae9f-4d11-89fc-1a12b623954c" + "ee8cecec-d01c-45b4-9d6e-be06c32767d2" ], "Accept-Language": [ "en-US" @@ -928,8 +928,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -940,32 +940,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31954" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ef206ac6-18a0-4d4d-bccf-10fd803ca4b9" + "74aea0ba-69ce-4c5a-860b-7ff5f42b5b22" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11952" ], "x-ms-correlation-request-id": [ - "23ca98c1-0f66-44dc-96e7-c19814c4020f" + "14ddb170-08e2-4231-ab1c-889e84e3abea" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104020Z:23ca98c1-0f66-44dc-96e7-c19814c4020f" + "SOUTHINDIA:20210518T165911Z:14ddb170-08e2-4231-ab1c-889e84e3abea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:20 GMT" + "Tue, 18 May 2021 16:59:11 GMT" ], "Content-Length": [ "2744" @@ -977,23 +977,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"85592909-8ec9-44c1-a028-3f843e937be5\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM63dd30\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa63dd3447.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"60ed833a-d589-45ad-866c-fa325462047e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM98efe0\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa98efe36e.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebe9d801-52e6-4742-87b8-d6bcff45cb57" + "0db1fe08-daae-4a74-a3a4-2b2c37c00122" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -1004,32 +1004,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31951" + "Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9dceffd4-c577-4a27-8f0a-8ba19cc87940" + "6758c148-9367-4b75-9093-309bb2daaf8b" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11950" ], "x-ms-correlation-request-id": [ - "d967f2b7-98b6-49f0-beb8-01f26079bf2b" + "f3b8c3f0-df1e-4ffb-8904-4bc0206f4c56" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104052Z:d967f2b7-98b6-49f0-beb8-01f26079bf2b" + "SOUTHINDIA:20210518T165943Z:f3b8c3f0-df1e-4ffb-8904-4bc0206f4c56" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:51 GMT" + "Tue, 18 May 2021 16:59:42 GMT" ], "Content-Length": [ "4203" @@ -1041,17 +1041,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"85592909-8ec9-44c1-a028-3f843e937be5\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"disk1\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk1\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 1,\r\n \"name\": \"disk2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk2\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"disk3\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk3\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM63dd30\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa63dd3447.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"60ed833a-d589-45ad-866c-fa325462047e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"disk1\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk1\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 1,\r\n \"name\": \"disk2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk2\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"disk3\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk3\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM98efe0\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa98efe36e.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUNjNkZDMwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUOThlZmUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b27b1933-58c1-4b43-bec5-873ec5783e42" + "be1972f3-a01e-419a-bfd8-c6c57f444bf3" ], "Accept-Language": [ "en-US" @@ -1059,8 +1059,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1074,13 +1074,13 @@ "gateway" ], "x-ms-request-id": [ - "81b6da54-32c2-4c7c-8645-e75bfb52909d" + "c77d1192-0684-49a1-9aaa-20021c90636a" ], "x-ms-correlation-request-id": [ - "81b6da54-32c2-4c7c-8645-e75bfb52909d" + "c77d1192-0684-49a1-9aaa-20021c90636a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103526Z:81b6da54-32c2-4c7c-8645-e75bfb52909d" + "SOUTHINDIA:20210518T165420Z:c77d1192-0684-49a1-9aaa-20021c90636a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1089,7 +1089,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:26 GMT" + "Tue, 18 May 2021 16:54:20 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1101,23 +1101,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNET63dd30' under resource group 'PSTestRG63dd3447' 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/PSTestVNET98efe0' under resource group 'PSTestRG98efe36e' 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/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUNjNkZDMwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUOThlZmUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b27b1933-58c1-4b43-bec5-873ec5783e42" + "be1972f3-a01e-419a-bfd8-c6c57f444bf3" ], "User-Agent": [ "FxVersion/4.6.29719.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/\"292bc74b-bf64-4914-ab44-f68ebd229aa2\"" + "W/\"f5742f45-0edd-4ae5-8817-302bfdd76834\"" ], "x-ms-request-id": [ - "b9f51898-d73c-41d8-a1ed-e3c070d220f8" + "cd1b7081-feb2-45cd-b8dd-d363db677ef2" ], "x-ms-correlation-request-id": [ - "83cbb9b1-652e-4a25-8028-1c991addeaa6" + "0e0c130b-b1a6-44ab-bcee-3f51cf07969f" ], "x-ms-arm-service-request-id": [ - "80eedcb3-7ae0-40df-a286-a56e548ae650" + "32d0491d-4050-4fd8-b398-3aa060848e35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1147,19 +1147,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103533Z:83cbb9b1-652e-4a25-8028-1c991addeaa6" + "SOUTHINDIA:20210518T165426Z:0e0c130b-b1a6-44ab-bcee-3f51cf07969f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:32 GMT" + "Tue, 18 May 2021 16:54:26 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1168,17 +1168,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30\",\r\n \"etag\": \"W/\\\"292bc74b-bf64-4914-ab44-f68ebd229aa2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dfeeb97e-fd4c-4a6b-94fb-a38fe125ab34\",\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\": \"PSTestSNC63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30/subnets/PSTestSNC63dd30\",\r\n \"etag\": \"W/\\\"292bc74b-bf64-4914-ab44-f68ebd229aa2\\\"\",\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\": \"PSTestVNET98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0\",\r\n \"etag\": \"W/\\\"f5742f45-0edd-4ae5-8817-302bfdd76834\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ea7adfef-63db-44ca-8c70-9eee55fd5b51\",\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\": \"PSTestSNC98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0/subnets/PSTestSNC98efe0\",\r\n \"etag\": \"W/\\\"f5742f45-0edd-4ae5-8817-302bfdd76834\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUNjNkZDMwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUOThlZmUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b27b1933-58c1-4b43-bec5-873ec5783e42" + "be1972f3-a01e-419a-bfd8-c6c57f444bf3" ], "Accept-Language": [ "en-US" @@ -1186,8 +1186,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1198,16 +1198,16 @@ "no-cache" ], "ETag": [ - "W/\"292bc74b-bf64-4914-ab44-f68ebd229aa2\"" + "W/\"f5742f45-0edd-4ae5-8817-302bfdd76834\"" ], "x-ms-request-id": [ - "fe718d8a-f9b6-4307-a759-7f65ede81773" + "fd65fecb-f9fb-4027-9302-555ecae4c7be" ], "x-ms-correlation-request-id": [ - "839531bc-b962-484e-b95d-c3aa9dec5cde" + "d9153d07-47c9-4683-aead-b52d7e538b46" ], "x-ms-arm-service-request-id": [ - "c87861f7-24ad-492b-8b7d-390aab43048c" + "e5dd9b46-f79e-428d-a8fb-486940cdfa43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1217,19 +1217,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103533Z:839531bc-b962-484e-b95d-c3aa9dec5cde" + "SOUTHINDIA:20210518T165426Z:d9153d07-47c9-4683-aead-b52d7e538b46" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:32 GMT" + "Tue, 18 May 2021 16:54:26 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1238,17 +1238,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30\",\r\n \"etag\": \"W/\\\"292bc74b-bf64-4914-ab44-f68ebd229aa2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dfeeb97e-fd4c-4a6b-94fb-a38fe125ab34\",\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\": \"PSTestSNC63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30/subnets/PSTestSNC63dd30\",\r\n \"etag\": \"W/\\\"292bc74b-bf64-4914-ab44-f68ebd229aa2\\\"\",\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\": \"PSTestVNET98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0\",\r\n \"etag\": \"W/\\\"f5742f45-0edd-4ae5-8817-302bfdd76834\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ea7adfef-63db-44ca-8c70-9eee55fd5b51\",\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\": \"PSTestSNC98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0/subnets/PSTestSNC98efe0\",\r\n \"etag\": \"W/\\\"f5742f45-0edd-4ae5-8817-302bfdd76834\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUNjNkZDMwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUOThlZmUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNC63dd30\"\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\": \"PSTestSNC98efe0\"\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": [ - "b27b1933-58c1-4b43-bec5-873ec5783e42" + "be1972f3-a01e-419a-bfd8-c6c57f444bf3" ], "Accept-Language": [ "en-US" @@ -1256,8 +1256,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1277,19 +1277,19 @@ "3" ], "x-ms-request-id": [ - "5a894e2c-ea87-488b-99c2-295d0e803053" + "01e33f22-ff4f-4ad7-b7be-0efc8b6cebb6" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/5a894e2c-ea87-488b-99c2-295d0e803053?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/01e33f22-ff4f-4ad7-b7be-0efc8b6cebb6?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "615ddff0-b4da-469d-bf57-fc373936541b" + "81fa5571-2f00-4df0-9a3d-11ba0e5b92ce" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "955f2b23-da17-4e56-a223-f383e5e46c6d" + "5651a3ba-d7e7-4057-80af-8c8b71c64bf6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1302,16 +1302,16 @@ "1199" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103529Z:615ddff0-b4da-469d-bf57-fc373936541b" + "SOUTHINDIA:20210518T165423Z:81fa5571-2f00-4df0-9a3d-11ba0e5b92ce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:29 GMT" + "Tue, 18 May 2021 16:54:23 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1320,23 +1320,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30\",\r\n \"etag\": \"W/\\\"17032275-6f37-469d-b607-79b29b1793fa\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"dfeeb97e-fd4c-4a6b-94fb-a38fe125ab34\",\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\": \"PSTestSNC63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30/subnets/PSTestSNC63dd30\",\r\n \"etag\": \"W/\\\"17032275-6f37-469d-b607-79b29b1793fa\\\"\",\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\": \"PSTestVNET98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0\",\r\n \"etag\": \"W/\\\"03ac763c-9527-4d89-b00f-35d9e56ecbbe\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ea7adfef-63db-44ca-8c70-9eee55fd5b51\",\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\": \"PSTestSNC98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0/subnets/PSTestSNC98efe0\",\r\n \"etag\": \"W/\\\"03ac763c-9527-4d89-b00f-35d9e56ecbbe\\\"\",\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/5a894e2c-ea87-488b-99c2-295d0e803053?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVhODk0ZTJjLWVhODctNDg4Yi05OWMyLTI5NWQwZTgwMzA1Mz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/01e33f22-ff4f-4ad7-b7be-0efc8b6cebb6?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAxZTMzZjIyLWZmNGYtNGFkNy1iN2JlLTBlZmM4YjZjZWJiNj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b27b1933-58c1-4b43-bec5-873ec5783e42" + "be1972f3-a01e-419a-bfd8-c6c57f444bf3" ], "User-Agent": [ "FxVersion/4.6.29719.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 @@ "no-cache" ], "x-ms-request-id": [ - "f9ea1c38-b911-4d51-8307-6a08d695bc4b" + "0e6b7ebf-b696-4759-abfe-c694796accf0" ], "x-ms-correlation-request-id": [ - "be16ecfa-7461-48c2-af2d-a4b80fa8ee9b" + "cf318c25-3636-4b7e-9cd3-ebe77f2a1e86" ], "x-ms-arm-service-request-id": [ - "43445674-3f04-4d5f-8746-760ebd823a8c" + "22bfe8d5-f212-4420-b7dd-de4fe6eb116c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1363,16 +1363,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103532Z:be16ecfa-7461-48c2-af2d-a4b80fa8ee9b" + "SOUTHINDIA:20210518T165426Z:cf318c25-3636-4b7e-9cd3-ebe77f2a1e86" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:32 GMT" + "Tue, 18 May 2021 16:54:26 GMT" ], "Content-Length": [ "29" @@ -1388,13 +1388,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruczk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a531e54c-8594-4339-b3a7-4aa4d0f0c295" + "24aa011a-9e21-4ded-8f92-bf33f801b16e" ], "Accept-Language": [ "en-US" @@ -1402,8 +1402,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1417,13 +1417,13 @@ "gateway" ], "x-ms-request-id": [ - "08554d93-2b1d-4ea3-806c-f5176e3410e2" + "0808bbbc-305b-4839-804f-fa19b7852947" ], "x-ms-correlation-request-id": [ - "08554d93-2b1d-4ea3-806c-f5176e3410e2" + "0808bbbc-305b-4839-804f-fa19b7852947" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103533Z:08554d93-2b1d-4ea3-806c-f5176e3410e2" + "SOUTHINDIA:20210518T165427Z:0808bbbc-305b-4839-804f-fa19b7852947" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1432,7 +1432,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:32 GMT" + "Tue, 18 May 2021 16:54:26 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1444,23 +1444,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdns63dd30' under resource group 'PSTestRG63dd3447' 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/pstestpublicdns98efe0' under resource group 'PSTestRG98efe36e' 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/PSTestRG63dd3447/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruczk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a531e54c-8594-4339-b3a7-4aa4d0f0c295" + "24aa011a-9e21-4ded-8f92-bf33f801b16e" ], "User-Agent": [ "FxVersion/4.6.29719.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/\"8297c3bf-846b-4c2f-a83e-24c5db91b214\"" + "W/\"ffafd744-801c-4b64-8065-93f1084a6d96\"" ], "x-ms-request-id": [ - "d8d8eff0-b504-4008-bf11-5bf665e9e197" + "1d765d70-54df-41c6-a9fe-780c9f80c2b5" ], "x-ms-correlation-request-id": [ - "76d7227c-33a3-4b45-9282-7fe29a33bf17" + "5869690e-8a87-4a1d-be4d-df917871102b" ], "x-ms-arm-service-request-id": [ - "43205906-ac1f-4227-8e08-3628763b5406" + "0560ed73-e649-4d3e-9ee6-e9a0bb40ad17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1490,19 +1490,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103536Z:76d7227c-33a3-4b45-9282-7fe29a33bf17" + "SOUTHINDIA:20210518T165429Z:5869690e-8a87-4a1d-be4d-df917871102b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:36 GMT" + "Tue, 18 May 2021 16:54:28 GMT" ], "Content-Length": [ - "698" + "697" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1511,17 +1511,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns63dd30\",\r\n \"etag\": \"W/\\\"8297c3bf-846b-4c2f-a83e-24c5db91b214\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b5d8a3d2-4884-4e38-84e1-57e4f32b3444\",\r\n \"ipAddress\": \"52.139.224.65\",\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\": \"pstestpublicdns98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns98efe0\",\r\n \"etag\": \"W/\\\"ffafd744-801c-4b64-8065-93f1084a6d96\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"014cebbd-79f1-4d07-8d48-1d4e3e316857\",\r\n \"ipAddress\": \"13.67.90.104\",\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/PSTestRG63dd3447/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruczk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a531e54c-8594-4339-b3a7-4aa4d0f0c295" + "24aa011a-9e21-4ded-8f92-bf33f801b16e" ], "Accept-Language": [ "en-US" @@ -1529,8 +1529,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1541,16 +1541,16 @@ "no-cache" ], "ETag": [ - "W/\"8297c3bf-846b-4c2f-a83e-24c5db91b214\"" + "W/\"ffafd744-801c-4b64-8065-93f1084a6d96\"" ], "x-ms-request-id": [ - "24cecf1b-9aeb-4a86-bbe2-089abe1f9f9a" + "0372c855-b4bd-4239-9390-4a5ee5405854" ], "x-ms-correlation-request-id": [ - "d60b6e23-c098-483d-b433-7054577899e4" + "14a9abe3-656e-465e-80d3-69c23f9d91b8" ], "x-ms-arm-service-request-id": [ - "581c2916-f053-4a50-a01b-ca1abdd0f2e5" + "34f053e3-9572-49e9-9b50-46008559e518" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1560,19 +1560,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103536Z:d60b6e23-c098-483d-b433-7054577899e4" + "SOUTHINDIA:20210518T165429Z:14a9abe3-656e-465e-80d3-69c23f9d91b8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:36 GMT" + "Tue, 18 May 2021 16:54:29 GMT" ], "Content-Length": [ - "698" + "697" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1581,17 +1581,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns63dd30\",\r\n \"etag\": \"W/\\\"8297c3bf-846b-4c2f-a83e-24c5db91b214\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b5d8a3d2-4884-4e38-84e1-57e4f32b3444\",\r\n \"ipAddress\": \"52.139.224.65\",\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\": \"pstestpublicdns98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns98efe0\",\r\n \"etag\": \"W/\\\"ffafd744-801c-4b64-8065-93f1084a6d96\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"014cebbd-79f1-4d07-8d48-1d4e3e316857\",\r\n \"ipAddress\": \"13.67.90.104\",\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/PSTestRG63dd3447/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruczk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "a531e54c-8594-4339-b3a7-4aa4d0f0c295" + "24aa011a-9e21-4ded-8f92-bf33f801b16e" ], "Accept-Language": [ "en-US" @@ -1599,8 +1599,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1620,19 +1620,19 @@ "1" ], "x-ms-request-id": [ - "cc6bcda2-df40-4baf-857b-a0b1ffaecd4a" + "836897ff-9512-433d-b181-72c434e304b5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/cc6bcda2-df40-4baf-857b-a0b1ffaecd4a?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/836897ff-9512-433d-b181-72c434e304b5?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "d47b54f1-8a42-4eb4-b48e-b1da9eb6483c" + "e90b5bf7-5d20-47fc-b61d-5feeaf286547" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "bfeedde0-7b08-417a-83b5-18090fc2a3db" + "f9adfd09-dd7f-494e-965d-0cd63c61be2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1645,13 +1645,13 @@ "1198" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103535Z:d47b54f1-8a42-4eb4-b48e-b1da9eb6483c" + "SOUTHINDIA:20210518T165428Z:e90b5bf7-5d20-47fc-b61d-5feeaf286547" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:35 GMT" + "Tue, 18 May 2021 16:54:27 GMT" ], "Content-Length": [ "662" @@ -1663,23 +1663,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns63dd30\",\r\n \"etag\": \"W/\\\"0d26f4f3-386d-42d5-aa11-358d018170c7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b5d8a3d2-4884-4e38-84e1-57e4f32b3444\",\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\": \"pstestpublicdns98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns98efe0\",\r\n \"etag\": \"W/\\\"3e92af21-315f-4471-b9cb-b75b830b6532\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"014cebbd-79f1-4d07-8d48-1d4e3e316857\",\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/cc6bcda2-df40-4baf-857b-a0b1ffaecd4a?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NjNmJjZGEyLWRmNDAtNGJhZi04NTdiLWEwYjFmZmFlY2Q0YT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/836897ff-9512-433d-b181-72c434e304b5?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgzNjg5N2ZmLTk1MTItNDMzZC1iMTgxLTcyYzQzNGUzMDRiNT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a531e54c-8594-4339-b3a7-4aa4d0f0c295" + "24aa011a-9e21-4ded-8f92-bf33f801b16e" ], "User-Agent": [ "FxVersion/4.6.29719.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 @@ "no-cache" ], "x-ms-request-id": [ - "17deaabf-67d4-43d2-bf03-c73f9f44c61b" + "234906c4-c6e5-4326-84f3-1afbbbc87ac7" ], "x-ms-correlation-request-id": [ - "a7be97c5-ad16-45ea-bf33-15e701726605" + "f1bc334d-ee8f-4e75-8319-cb95e20ceecd" ], "x-ms-arm-service-request-id": [ - "43ba6cef-39f2-4fb4-bea0-4035f187e299" + "e0d23677-8b25-404c-b653-d2153a76a912" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1706,16 +1706,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103536Z:a7be97c5-ad16-45ea-bf33-15e701726605" + "SOUTHINDIA:20210518T165429Z:f1bc334d-ee8f-4e75-8319-cb95e20ceecd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:36 GMT" + "Tue, 18 May 2021 16:54:28 GMT" ], "Content-Length": [ "29" @@ -1731,13 +1731,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c2M2RkMzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c5OGVmZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fc50bd9-79ad-4bb9-9532-137ca105d7db" + "42e3b279-4abc-4836-aaa1-f69b9f4b679b" ], "Accept-Language": [ "en-US" @@ -1745,8 +1745,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1760,13 +1760,13 @@ "gateway" ], "x-ms-request-id": [ - "5e77de7f-4b6a-41d1-b5d0-b4bef8e63a11" + "4059c6b5-b9fa-47f2-ba44-294788e08c8b" ], "x-ms-correlation-request-id": [ - "5e77de7f-4b6a-41d1-b5d0-b4bef8e63a11" + "4059c6b5-b9fa-47f2-ba44-294788e08c8b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103536Z:5e77de7f-4b6a-41d1-b5d0-b4bef8e63a11" + "SOUTHINDIA:20210518T165429Z:4059c6b5-b9fa-47f2-ba44-294788e08c8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1775,7 +1775,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:36 GMT" + "Tue, 18 May 2021 16:54:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1787,23 +1787,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30' under resource group 'PSTestRG63dd3447' 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/PSTestNSG98efe0' under resource group 'PSTestRG98efe36e' 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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c2M2RkMzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c5OGVmZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fc50bd9-79ad-4bb9-9532-137ca105d7db" + "42e3b279-4abc-4836-aaa1-f69b9f4b679b" ], "User-Agent": [ "FxVersion/4.6.29719.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/\"40f85f11-fc43-418a-af79-0762500473d3\"" + "W/\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\"" ], "x-ms-request-id": [ - "ada33b5b-56b9-4b26-8326-c828233d606d" + "b9014ed4-0dd7-42c6-8600-8b0898e1a980" ], "x-ms-correlation-request-id": [ - "4ad17ad9-a8d0-4938-8514-50a358769431" + "f3a5b463-96ef-4a04-800d-029e71ee6a65" ], "x-ms-arm-service-request-id": [ - "41c585db-129b-4230-bcfe-5327e3401eac" + "a4b229fe-7d07-43df-9147-3e26fbb25313" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1833,16 +1833,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11987" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103541Z:4ad17ad9-a8d0-4938-8514-50a358769431" + "SOUTHINDIA:20210518T165433Z:f3a5b463-96ef-4a04-800d-029e71ee6a65" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:41 GMT" + "Tue, 18 May 2021 16:54:33 GMT" ], "Content-Length": [ "8475" @@ -1854,17 +1854,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"99c03b6f-1018-48e8-a9f2-0e4e488ba55c\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/securityRules/PSTestNSGRuleRDP63dd30\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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\": \"PSTestNSGRuleWeb63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/securityRules/PSTestNSGRuleWeb63dd30\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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\": \"PSTestNSG98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a555dc77-c2c8-4488-9909-d06ccdd99a87\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/securityRules/PSTestNSGRuleRDP98efe0\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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\": \"PSTestNSGRuleWeb98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/securityRules/PSTestNSGRuleWeb98efe0\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c2M2RkMzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c5OGVmZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fc50bd9-79ad-4bb9-9532-137ca105d7db" + "42e3b279-4abc-4836-aaa1-f69b9f4b679b" ], "Accept-Language": [ "en-US" @@ -1872,8 +1872,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1884,16 +1884,16 @@ "no-cache" ], "ETag": [ - "W/\"40f85f11-fc43-418a-af79-0762500473d3\"" + "W/\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\"" ], "x-ms-request-id": [ - "1c2a04ea-245f-46db-86a8-c215208cdd35" + "31756be2-70f8-40c5-ab41-1ebc816240de" ], "x-ms-correlation-request-id": [ - "82ecb18c-2f78-4248-be62-67cf1d21364c" + "7bc41071-187b-4e27-ba10-38b05e4cff2a" ], "x-ms-arm-service-request-id": [ - "328f0812-ecec-4c8e-bec9-2e06604ba5b2" + "d6904e33-0b60-4cb5-bf29-a93a6a2091b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1903,16 +1903,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11986" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103541Z:82ecb18c-2f78-4248-be62-67cf1d21364c" + "SOUTHINDIA:20210518T165433Z:7bc41071-187b-4e27-ba10-38b05e4cff2a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:41 GMT" + "Tue, 18 May 2021 16:54:33 GMT" ], "Content-Length": [ "8475" @@ -1924,17 +1924,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"99c03b6f-1018-48e8-a9f2-0e4e488ba55c\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/securityRules/PSTestNSGRuleRDP63dd30\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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\": \"PSTestNSGRuleWeb63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/securityRules/PSTestNSGRuleWeb63dd30\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"40f85f11-fc43-418a-af79-0762500473d3\\\"\",\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\": \"PSTestNSG98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a555dc77-c2c8-4488-9909-d06ccdd99a87\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/securityRules/PSTestNSGRuleRDP98efe0\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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\": \"PSTestNSGRuleWeb98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/securityRules/PSTestNSGRuleWeb98efe0\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"debcb7fd-4faa-4a7d-89bd-a68ce7b9919b\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c2M2RkMzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c5OGVmZTA/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\": \"PSTestNSGRuleRDP63dd30\"\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\": \"PSTestNSGRuleWeb63dd30\"\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\": \"PSTestNSGRuleRDP98efe0\"\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\": \"PSTestNSGRuleWeb98efe0\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2fc50bd9-79ad-4bb9-9532-137ca105d7db" + "42e3b279-4abc-4836-aaa1-f69b9f4b679b" ], "Accept-Language": [ "en-US" @@ -1942,8 +1942,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1963,19 +1963,19 @@ "3" ], "x-ms-request-id": [ - "6b10ce81-c5ee-4876-b3fb-33c7bb8d639e" + "8e3052a7-6a14-404a-89d1-f2d2cf544d1a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/6b10ce81-c5ee-4876-b3fb-33c7bb8d639e?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/8e3052a7-6a14-404a-89d1-f2d2cf544d1a?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "056c3bdf-beaf-4d72-bf00-65f525b5f80c" + "c2c3e286-e728-4557-8647-b6d35213f952" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "30ca4ae7-8e00-4366-8967-0a3805ee1f8a" + "4e06731d-9590-40d8-944d-63e9a1347900" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1988,13 +1988,13 @@ "1197" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103538Z:056c3bdf-beaf-4d72-bf00-65f525b5f80c" + "SOUTHINDIA:20210518T165430Z:c2c3e286-e728-4557-8647-b6d35213f952" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:38 GMT" + "Tue, 18 May 2021 16:54:30 GMT" ], "Content-Length": [ "8466" @@ -2006,23 +2006,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30\",\r\n \"etag\": \"W/\\\"bae47131-bd29-4d20-8184-c51ae79a5f0c\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"99c03b6f-1018-48e8-a9f2-0e4e488ba55c\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/securityRules/PSTestNSGRuleRDP63dd30\",\r\n \"etag\": \"W/\\\"bae47131-bd29-4d20-8184-c51ae79a5f0c\\\"\",\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\": \"PSTestNSGRuleWeb63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/securityRules/PSTestNSGRuleWeb63dd30\",\r\n \"etag\": \"W/\\\"bae47131-bd29-4d20-8184-c51ae79a5f0c\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"bae47131-bd29-4d20-8184-c51ae79a5f0c\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"bae47131-bd29-4d20-8184-c51ae79a5f0c\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"bae47131-bd29-4d20-8184-c51ae79a5f0c\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"bae47131-bd29-4d20-8184-c51ae79a5f0c\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"bae47131-bd29-4d20-8184-c51ae79a5f0c\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"bae47131-bd29-4d20-8184-c51ae79a5f0c\\\"\",\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\": \"PSTestNSG98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0\",\r\n \"etag\": \"W/\\\"8c1637fb-4de9-4f16-b92d-9c4763017766\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a555dc77-c2c8-4488-9909-d06ccdd99a87\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/securityRules/PSTestNSGRuleRDP98efe0\",\r\n \"etag\": \"W/\\\"8c1637fb-4de9-4f16-b92d-9c4763017766\\\"\",\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\": \"PSTestNSGRuleWeb98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/securityRules/PSTestNSGRuleWeb98efe0\",\r\n \"etag\": \"W/\\\"8c1637fb-4de9-4f16-b92d-9c4763017766\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"8c1637fb-4de9-4f16-b92d-9c4763017766\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"8c1637fb-4de9-4f16-b92d-9c4763017766\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"8c1637fb-4de9-4f16-b92d-9c4763017766\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"8c1637fb-4de9-4f16-b92d-9c4763017766\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"8c1637fb-4de9-4f16-b92d-9c4763017766\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"8c1637fb-4de9-4f16-b92d-9c4763017766\\\"\",\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/6b10ce81-c5ee-4876-b3fb-33c7bb8d639e?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZiMTBjZTgxLWM1ZWUtNDg3Ni1iM2ZiLTMzYzdiYjhkNjM5ZT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/8e3052a7-6a14-404a-89d1-f2d2cf544d1a?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMzA1MmE3LTZhMTQtNDA0YS04OWQxLWYyZDJjZjU0NGQxYT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fc50bd9-79ad-4bb9-9532-137ca105d7db" + "42e3b279-4abc-4836-aaa1-f69b9f4b679b" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -2033,13 +2033,13 @@ "no-cache" ], "x-ms-request-id": [ - "3948c87d-ddd9-4033-a6de-93efccc153f3" + "84d91353-680b-411e-97a2-454368105704" ], "x-ms-correlation-request-id": [ - "dcc33440-e049-42d3-b771-9c43ef5ae59c" + "1f54972d-2749-414b-b438-860d83aea8ab" ], "x-ms-arm-service-request-id": [ - "e4a179a3-6206-4e26-a670-d2ec74c3b08d" + "e52c9818-0495-4b11-b8f5-74ef66ffdc65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2049,16 +2049,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103541Z:dcc33440-e049-42d3-b771-9c43ef5ae59c" + "SOUTHINDIA:20210518T165433Z:1f54972d-2749-414b-b438-860d83aea8ab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:41 GMT" + "Tue, 18 May 2021 16:54:33 GMT" ], "Content-Length": [ "29" @@ -2074,13 +2074,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6da3d89e-badb-4e8f-95b9-7a5ff124b281" + "41ce060a-1cb1-4f68-9386-3ded02e1181b" ], "Accept-Language": [ "en-US" @@ -2088,8 +2088,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -2103,13 +2103,13 @@ "gateway" ], "x-ms-request-id": [ - "aa8a4712-e86e-4a3c-bfeb-06d9f7e4b992" + "d29145eb-72ab-498a-bd73-73f65de74ef7" ], "x-ms-correlation-request-id": [ - "aa8a4712-e86e-4a3c-bfeb-06d9f7e4b992" + "d29145eb-72ab-498a-bd73-73f65de74ef7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103541Z:aa8a4712-e86e-4a3c-bfeb-06d9f7e4b992" + "SOUTHINDIA:20210518T165433Z:d29145eb-72ab-498a-bd73-73f65de74ef7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2118,7 +2118,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:41 GMT" + "Tue, 18 May 2021 16:54:33 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2130,23 +2130,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNIC63dd30' under resource group 'PSTestRG63dd3447' 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/PSTestNIC98efe0' under resource group 'PSTestRG98efe36e' 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/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6da3d89e-badb-4e8f-95b9-7a5ff124b281" + "41ce060a-1cb1-4f68-9386-3ded02e1181b" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -2157,16 +2157,16 @@ "no-cache" ], "ETag": [ - "W/\"3e64d5a2-e88a-4ac9-be0b-9745e32fc71a\"" + "W/\"6349a180-e3b9-4447-9981-5f37942b060c\"" ], "x-ms-request-id": [ - "e580be36-a6ca-4efc-a18d-ea52bebeb10f" + "417376c3-a8a4-49be-92f3-b4231ea4e8e7" ], "x-ms-correlation-request-id": [ - "a7d1adb5-da2c-443f-8d7f-5bc7c45efa18" + "27b10f2b-f34b-460b-95cd-ffff7a6e95dd" ], "x-ms-arm-service-request-id": [ - "c85ce83f-2c23-42ea-a26e-62be3c970095" + "19c6f3fb-b8df-4876-b5e9-47fe22433e94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2176,16 +2176,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11984" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103543Z:a7d1adb5-da2c-443f-8d7f-5bc7c45efa18" + "SOUTHINDIA:20210518T165434Z:27b10f2b-f34b-460b-95cd-ffff7a6e95dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:42 GMT" + "Tue, 18 May 2021 16:54:34 GMT" ], "Content-Length": [ "2104" @@ -2197,17 +2197,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30\",\r\n \"etag\": \"W/\\\"3e64d5a2-e88a-4ac9-be0b-9745e32fc71a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1a36876f-0d69-41ca-a02d-247ff9031343\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"3e64d5a2-e88a-4ac9-be0b-9745e32fc71a\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns63dd30\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30/subnets/PSTestSNC63dd30\"\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\": \"p0243x0m5vvuvfh1uoh4cjnlge.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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30\"\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\": \"PSTestNIC98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0\",\r\n \"etag\": \"W/\\\"6349a180-e3b9-4447-9981-5f37942b060c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4abe2d6b-aad2-455a-9853-6fa017cb9d8a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"6349a180-e3b9-4447-9981-5f37942b060c\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns98efe0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0/subnets/PSTestSNC98efe0\"\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\": \"35pxv0w1mpfejddqt1xfl5k1kb.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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0\"\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/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6da3d89e-badb-4e8f-95b9-7a5ff124b281" + "41ce060a-1cb1-4f68-9386-3ded02e1181b" ], "Accept-Language": [ "en-US" @@ -2215,8 +2215,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -2227,16 +2227,16 @@ "no-cache" ], "ETag": [ - "W/\"3e64d5a2-e88a-4ac9-be0b-9745e32fc71a\"" + "W/\"6349a180-e3b9-4447-9981-5f37942b060c\"" ], "x-ms-request-id": [ - "73824c97-f6de-4796-a831-8c0a3fc31459" + "947e6ef0-ba34-4690-b4d3-89526348515f" ], "x-ms-correlation-request-id": [ - "1e44f349-64bf-4aa1-830c-18bad6123f5c" + "8d00c4ca-8b86-4bd8-a888-b9a4853b69d3" ], "x-ms-arm-service-request-id": [ - "37d1fceb-5d16-48ce-8fef-5e6bb2f925ac" + "27eb6ecb-634c-4688-b836-ddb5682c91af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2246,16 +2246,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11983" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103543Z:1e44f349-64bf-4aa1-830c-18bad6123f5c" + "SOUTHINDIA:20210518T165434Z:8d00c4ca-8b86-4bd8-a888-b9a4853b69d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:43 GMT" + "Tue, 18 May 2021 16:54:34 GMT" ], "Content-Length": [ "2104" @@ -2267,17 +2267,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30\",\r\n \"etag\": \"W/\\\"3e64d5a2-e88a-4ac9-be0b-9745e32fc71a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1a36876f-0d69-41ca-a02d-247ff9031343\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"3e64d5a2-e88a-4ac9-be0b-9745e32fc71a\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns63dd30\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30/subnets/PSTestSNC63dd30\"\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\": \"p0243x0m5vvuvfh1uoh4cjnlge.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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30\"\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\": \"PSTestNIC98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0\",\r\n \"etag\": \"W/\\\"6349a180-e3b9-4447-9981-5f37942b060c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4abe2d6b-aad2-455a-9853-6fa017cb9d8a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"6349a180-e3b9-4447-9981-5f37942b060c\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns98efe0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0/subnets/PSTestSNC98efe0\"\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\": \"35pxv0w1mpfejddqt1xfl5k1kb.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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0\"\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/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30\",\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/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30/subnets/PSTestSNC63dd30\"\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/PSTestRG63dd3447/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns63dd30\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0\",\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/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0/subnets/PSTestSNC98efe0\"\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/PSTestRG98efe36e/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns98efe0\",\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": [ - "6da3d89e-badb-4e8f-95b9-7a5ff124b281" + "41ce060a-1cb1-4f68-9386-3ded02e1181b" ], "Accept-Language": [ "en-US" @@ -2285,8 +2285,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -2303,19 +2303,19 @@ "no-cache" ], "x-ms-request-id": [ - "840f8d4c-b97d-4976-b352-c32d5551f06e" + "ca024bcc-2704-4093-82ab-2eb106e3a2e3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/840f8d4c-b97d-4976-b352-c32d5551f06e?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/ca024bcc-2704-4093-82ab-2eb106e3a2e3?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "f0a89b78-4d53-402e-94f3-bf744a874158" + "f254826f-102e-484b-9e2f-461654e607e3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5b196406-6e60-456e-ae66-761530e27927" + "145e5882-7be2-42b3-b6ed-dde68c68a2cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2328,13 +2328,13 @@ "1196" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103543Z:f0a89b78-4d53-402e-94f3-bf744a874158" + "SOUTHINDIA:20210518T165434Z:f254826f-102e-484b-9e2f-461654e607e3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:42 GMT" + "Tue, 18 May 2021 16:54:34 GMT" ], "Content-Length": [ "2104" @@ -2346,17 +2346,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30\",\r\n \"etag\": \"W/\\\"3e64d5a2-e88a-4ac9-be0b-9745e32fc71a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1a36876f-0d69-41ca-a02d-247ff9031343\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"3e64d5a2-e88a-4ac9-be0b-9745e32fc71a\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns63dd30\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Network/virtualNetworks/PSTestVNET63dd30/subnets/PSTestSNC63dd30\"\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\": \"p0243x0m5vvuvfh1uoh4cjnlge.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/PSTestRG63dd3447/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG63dd30\"\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\": \"PSTestNIC98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0\",\r\n \"etag\": \"W/\\\"6349a180-e3b9-4447-9981-5f37942b060c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4abe2d6b-aad2-455a-9853-6fa017cb9d8a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"6349a180-e3b9-4447-9981-5f37942b060c\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns98efe0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Network/virtualNetworks/PSTestVNET98efe0/subnets/PSTestSNC98efe0\"\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\": \"35pxv0w1mpfejddqt1xfl5k1kb.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/PSTestRG98efe36e/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG98efe0\"\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/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "Accept-Language": [ "en-US" @@ -2364,8 +2364,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -2376,7 +2376,7 @@ "no-cache" ], "x-ms-request-id": [ - "3f9e2fe9-41ad-4bb5-983b-dad0b331b32e" + "196f964a-7776-46a1-96ba-497b48d29991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2388,16 +2388,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "62c738b8-f802-4659-876b-1cffab1471d5" + "14621fc9-7214-4467-a36b-4ff0a15c2fc8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103543Z:62c738b8-f802-4659-876b-1cffab1471d5" + "SOUTHINDIA:20210518T165435Z:14621fc9-7214-4467-a36b-4ff0a15c2fc8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:43 GMT" + "Tue, 18 May 2021 16:54:34 GMT" ], "Content-Length": [ "1109" @@ -2409,17 +2409,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\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/PSTestRG63dd3447/providers/Microsoft.Storage/storageAccounts/pstestsa63dd3447\",\r\n \"name\": \"pstestsa63dd3447\",\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-15T10:35:01.4925149Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-02-15T10:35:01.4925149Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-15T10:35:01.4299733Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa63dd3447.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa63dd3447.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa63dd3447.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa63dd3447.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\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\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Storage/storageAccounts/pstestsa98efe36e\",\r\n \"name\": \"pstestsa98efe36e\",\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-05-18T16:53:48.2272036Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-18T16:53:48.2272036Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-18T16:53:48.1334536Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa98efe36e.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa98efe36e.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa98efe36e.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa98efe36e.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM63dd30\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"63dd3447-1ad\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa63dd3447.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM98efe0\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"98efe36e-b39\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa98efe36e.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "Accept-Language": [ "en-US" @@ -2427,8 +2427,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2448,7 +2448,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/b2224294-d9da-48df-8e8f-280af089377a?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/e58f68b0-d23f-4ad0-830b-885e4e4a0adb?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2460,26 +2460,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b2224294-d9da-48df-8e8f-280af089377a" + "e58f68b0-d23f-4ad0-830b-885e4e4a0adb" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-correlation-request-id": [ - "1844ab72-9c85-43f3-9ee8-22e7c40a4fd9" + "3e56056d-c2e3-4473-a23a-23b884faae14" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103545Z:1844ab72-9c85-43f3-9ee8-22e7c40a4fd9" + "SOUTHINDIA:20210518T165437Z:3e56056d-c2e3-4473-a23a-23b884faae14" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:45 GMT" + "Tue, 18 May 2021 16:54:37 GMT" ], "Content-Length": [ "1908" @@ -2491,17 +2491,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"85592909-8ec9-44c1-a028-3f843e937be5\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM63dd30\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa63dd3447.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"60ed833a-d589-45ad-866c-fa325462047e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM98efe0\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa98efe36e.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/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTYzZGQzMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTk4ZWZlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e\",\r\n \"caching\": \"ReadWrite\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"disk1\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"createOption\": \"Attach\",\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk1\"\r\n }\r\n },\r\n {\r\n \"lun\": 1,\r\n \"name\": \"disk2\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"createOption\": \"Attach\",\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk2\"\r\n }\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"disk3\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"createOption\": \"Attach\",\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk3\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM63dd30\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa63dd3447.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03\",\r\n \"caching\": \"ReadWrite\",\r\n \"createOption\": \"FromImage\",\r\n \"diskSizeGB\": 127,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03\"\r\n }\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"disk1\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"createOption\": \"Attach\",\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk1\"\r\n }\r\n },\r\n {\r\n \"lun\": 1,\r\n \"name\": \"disk2\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"createOption\": \"Attach\",\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk2\"\r\n }\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"disk3\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"createOption\": \"Attach\",\r\n \"managedDisk\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk3\"\r\n }\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM98efe0\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa98efe36e.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ebe9d801-52e6-4742-87b8-d6bcff45cb57" + "0db1fe08-daae-4a74-a3a4-2b2c37c00122" ], "Accept-Language": [ "en-US" @@ -2509,8 +2509,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2527,7 +2527,7 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/4b612c9f-0e5c-4b55-8e44-b01116413ede?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8bd54d5e-6795-4eb6-a4a4-7e12dd382e83?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2539,26 +2539,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4b612c9f-0e5c-4b55-8e44-b01116413ede" + "8bd54d5e-6795-4eb6-a4a4-7e12dd382e83" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-correlation-request-id": [ - "541e5fca-67a1-491c-949f-58ff9c39c9a1" + "80cfb444-d08f-486f-8153-ab4b2cd25a19" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104021Z:541e5fca-67a1-491c-949f-58ff9c39c9a1" + "SOUTHINDIA:20210518T165912Z:80cfb444-d08f-486f-8153-ab4b2cd25a19" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:21 GMT" + "Tue, 18 May 2021 16:59:11 GMT" ], "Content-Length": [ "4202" @@ -2570,23 +2570,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM63dd30\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"85592909-8ec9-44c1-a028-3f843e937be5\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"disk1\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk1\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 1,\r\n \"name\": \"disk2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk2\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"disk3\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk3\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM63dd30\",\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/PSTestRG63dd3447/providers/Microsoft.Network/networkInterfaces/PSTestNIC63dd30\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa63dd3447.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM98efe0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"60ed833a-d589-45ad-866c-fa325462047e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"disk1\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk1\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 1,\r\n \"name\": \"disk2\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk2\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 2,\r\n \"name\": \"disk3\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"None\",\r\n \"writeAcceleratorEnabled\": false,\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk3\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM98efe0\",\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/PSTestRG98efe36e/providers/Microsoft.Network/networkInterfaces/PSTestNIC98efe0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa98efe36e.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/b2224294-d9da-48df-8e8f-280af089377a?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IyMjI0Mjk0LWQ5ZGEtNDhkZi04ZThmLTI4MGFmMDg5Mzc3YT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/e58f68b0-d23f-4ad0-830b-885e4e4a0adb?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U1OGY2OGIwLWQyM2YtNGFkMC04MzBiLTg4NWU0ZTRhMGFkYj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2600,32 +2600,32 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b76fe34d-a885-490a-b926-71ea01334dc7" + "52ac359b-9281-4c78-81bb-0081ed16faf7" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11972" ], "x-ms-correlation-request-id": [ - "e5b9d45e-fc71-434b-9f70-0e69f609ec7d" + "fb003b74-fef3-479f-ab21-fc2b0256fbb9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103555Z:e5b9d45e-fc71-434b-9f70-0e69f609ec7d" + "SOUTHINDIA:20210518T165448Z:fb003b74-fef3-479f-ab21-fc2b0256fbb9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:35:54 GMT" + "Tue, 18 May 2021 16:54:47 GMT" ], "Content-Length": [ "134" @@ -2637,23 +2637,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T16:05:44.4827189+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b2224294-d9da-48df-8e8f-280af089377a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:24:37.0727862+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e58f68b0-d23f-4ad0-830b-885e4e4a0adb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/b2224294-d9da-48df-8e8f-280af089377a?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IyMjI0Mjk0LWQ5ZGEtNDhkZi04ZThmLTI4MGFmMDg5Mzc3YT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/e58f68b0-d23f-4ad0-830b-885e4e4a0adb?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U1OGY2OGIwLWQyM2YtNGFkMC04MzBiLTg4NWU0ZTRhMGFkYj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2670,26 +2670,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "22f075c7-b7fd-44c4-9412-c338ef5a83c5" + "9811e32c-0e8a-460e-a554-ef0019c94693" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11971" ], "x-ms-correlation-request-id": [ - "ecfd8907-3d0c-41b1-a2fc-8dd3fc81d13b" + "330cf460-ae46-4ca2-b6d6-17eb39e9231f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103645Z:ecfd8907-3d0c-41b1-a2fc-8dd3fc81d13b" + "SOUTHINDIA:20210518T165538Z:330cf460-ae46-4ca2-b6d6-17eb39e9231f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:36:45 GMT" + "Tue, 18 May 2021 16:55:37 GMT" ], "Content-Length": [ "134" @@ -2701,23 +2701,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T16:05:44.4827189+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b2224294-d9da-48df-8e8f-280af089377a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:24:37.0727862+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e58f68b0-d23f-4ad0-830b-885e4e4a0adb\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/b2224294-d9da-48df-8e8f-280af089377a?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IyMjI0Mjk0LWQ5ZGEtNDhkZi04ZThmLTI4MGFmMDg5Mzc3YT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/e58f68b0-d23f-4ad0-830b-885e4e4a0adb?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U1OGY2OGIwLWQyM2YtNGFkMC04MzBiLTg4NWU0ZTRhMGFkYj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2734,26 +2734,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4ac79fe7-7d9a-4ae5-9f72-34cd3493fdba" + "1c4a82ea-db05-4395-9523-1c2a4bc938d9" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11970" ], "x-ms-correlation-request-id": [ - "6504284a-500f-4887-a389-b79ebd2c5dba" + "ea11f56f-c102-4ee0-918a-cac248f0b815" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103735Z:6504284a-500f-4887-a389-b79ebd2c5dba" + "SOUTHINDIA:20210518T165628Z:ea11f56f-c102-4ee0-918a-cac248f0b815" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:37:35 GMT" + "Tue, 18 May 2021 16:56:28 GMT" ], "Content-Length": [ "184" @@ -2765,17 +2765,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T16:05:44.4827189+05:30\",\r\n \"endTime\": \"2021-02-15T16:07:14.2652558+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b2224294-d9da-48df-8e8f-280af089377a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:24:37.0727862+05:30\",\r\n \"endTime\": \"2021-05-18T22:26:13.6658261+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e58f68b0-d23f-4ad0-830b-885e4e4a0adb\"\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": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "Accept-Language": [ "en-US" @@ -2783,8 +2783,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2798,32 +2798,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "3e28ab7a-5362-42dd-97e9-f97bb0b67869" + "e640fc9a-e380-4324-9034-a4ffc84b10fa" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11968" ], "x-ms-correlation-request-id": [ - "d67de8a5-96b3-4daa-8ca1-5d0b62b827b0" + "48751edd-788c-4e59-97b4-38b256037e42" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103737Z:d67de8a5-96b3-4daa-8ca1-5d0b62b827b0" + "SOUTHINDIA:20210518T165628Z:48751edd-788c-4e59-97b4-38b256037e42" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:37:36 GMT" + "Tue, 18 May 2021 16:56:28 GMT" ], "Content-Length": [ - "360618" + "378075" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2832,17 +2832,17 @@ "-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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"storwarespzoo1611743234900\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storwarespzoo1611743234900\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "Accept-Language": [ "en-US" @@ -2850,8 +2850,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2868,29 +2868,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "f774a214-b241-47a1-b4a8-5736d3c6cfa7" + "0d970ebd-4172-4a9d-9dfa-b6df136b6591" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11967" ], "x-ms-correlation-request-id": [ - "d9931a01-88a8-4f3a-859a-894073c3d455" + "040624d3-d18a-4db8-9fd3-92a1d7567140" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103737Z:d9931a01-88a8-4f3a-859a-894073c3d455" + "SOUTHINDIA:20210518T165629Z:040624d3-d18a-4db8-9fd3-92a1d7567140" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:37:36 GMT" + "Tue, 18 May 2021 16:56:29 GMT" ], "Content-Length": [ "1089" @@ -2902,17 +2902,17 @@ "-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": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "Accept-Language": [ "en-US" @@ -2920,8 +2920,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2938,29 +2938,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "4b935436-61ab-4b5d-a7b8-90b39c34d8ce" + "849bb835-1394-4bbe-8f33-09ee5c2cdd05" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11966" ], "x-ms-correlation-request-id": [ - "1d8a8df4-a6eb-4dba-a6cb-5001ad5d0cd6" + "78569a38-9ee8-409e-9007-1a889378c4df" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103737Z:1d8a8df4-a6eb-4dba-a6cb-5001ad5d0cd6" + "SOUTHINDIA:20210518T165629Z:78569a38-9ee8-409e-9007-1a889378c4df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:37:36 GMT" + "Tue, 18 May 2021 16:56:29 GMT" ], "Content-Length": [ "1326" @@ -2972,17 +2972,17 @@ "-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/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTYzZGQzMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTk4ZWZlMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "Accept-Language": [ "en-US" @@ -2990,8 +2990,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3008,7 +3008,7 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/651f4269-b3ff-4ab2-98e4-0afc6ef5a39b?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/5b161145-9c6f-4778-89c0-dced85a868cd?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -3020,26 +3020,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "651f4269-b3ff-4ab2-98e4-0afc6ef5a39b" + "5b161145-9c6f-4778-89c0-dced85a868cd" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1198" ], "x-ms-correlation-request-id": [ - "7ab911e1-da38-40b3-a9ef-dd4f3da9027a" + "313b09f0-86d4-4a0c-a1aa-ebae64a80811" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103739Z:7ab911e1-da38-40b3-a9ef-dd4f3da9027a" + "SOUTHINDIA:20210518T165631Z:313b09f0-86d4-4a0c-a1aa-ebae64a80811" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:37:39 GMT" + "Tue, 18 May 2021 16:56:31 GMT" ], "Content-Length": [ "484" @@ -3051,23 +3051,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30/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/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0/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/651f4269-b3ff-4ab2-98e4-0afc6ef5a39b?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY1MWY0MjY5LWIzZmYtNGFiMi05OGU0LTBhZmM2ZWY1YTM5Yj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/5b161145-9c6f-4778-89c0-dced85a868cd?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzViMTYxMTQ1LTljNmYtNDc3OC04OWMwLWRjZWQ4NWE4NjhjZD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3084,26 +3084,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "920a1a42-d043-4083-afbd-5f457e8287ec" + "b774f3a2-34d3-4d9c-829b-950489544c4e" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11965" ], "x-ms-correlation-request-id": [ - "31773bce-4417-4a94-8509-07fdaca2aae6" + "cfe0f964-bfe1-46e6-858f-ad95d5504d05" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103809Z:31773bce-4417-4a94-8509-07fdaca2aae6" + "SOUTHINDIA:20210518T165701Z:cfe0f964-bfe1-46e6-858f-ad95d5504d05" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:38:09 GMT" + "Tue, 18 May 2021 16:57:01 GMT" ], "Content-Length": [ "134" @@ -3115,23 +3115,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T16:07:39.2968336+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"651f4269-b3ff-4ab2-98e4-0afc6ef5a39b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:26:30.9625593+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5b161145-9c6f-4778-89c0-dced85a868cd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/651f4269-b3ff-4ab2-98e4-0afc6ef5a39b?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY1MWY0MjY5LWIzZmYtNGFiMi05OGU0LTBhZmM2ZWY1YTM5Yj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/5b161145-9c6f-4778-89c0-dced85a868cd?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzViMTYxMTQ1LTljNmYtNDc3OC04OWMwLWRjZWQ4NWE4NjhjZD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3148,26 +3148,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "83d66bb9-8000-43f3-a982-05487f7f4e0e" + "d07e2214-71d7-4e3b-9083-34d16268f98a" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11964" ], "x-ms-correlation-request-id": [ - "fe085ad3-51ad-450d-8a93-307a0388316a" + "5ecc0a40-2800-4149-8f34-f8203a992b2e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103839Z:fe085ad3-51ad-450d-8a93-307a0388316a" + "SOUTHINDIA:20210518T165731Z:5ecc0a40-2800-4149-8f34-f8203a992b2e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:38:39 GMT" + "Tue, 18 May 2021 16:57:30 GMT" ], "Content-Length": [ "134" @@ -3179,23 +3179,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T16:07:39.2968336+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"651f4269-b3ff-4ab2-98e4-0afc6ef5a39b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:26:30.9625593+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5b161145-9c6f-4778-89c0-dced85a868cd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/651f4269-b3ff-4ab2-98e4-0afc6ef5a39b?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY1MWY0MjY5LWIzZmYtNGFiMi05OGU0LTBhZmM2ZWY1YTM5Yj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/5b161145-9c6f-4778-89c0-dced85a868cd?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzViMTYxMTQ1LTljNmYtNDc3OC04OWMwLWRjZWQ4NWE4NjhjZD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3212,26 +3212,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f753356c-6880-4121-80cd-244f057ee14e" + "1c520ed3-1137-4ccb-8f54-ecbbc65c6cfe" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11963" ], "x-ms-correlation-request-id": [ - "ee6b4d84-c345-4677-8284-3abfb75e5510" + "b47c602d-60cb-4dbe-ad15-4f78815ed1e5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103910Z:ee6b4d84-c345-4677-8284-3abfb75e5510" + "SOUTHINDIA:20210518T165801Z:b47c602d-60cb-4dbe-ad15-4f78815ed1e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:39:10 GMT" + "Tue, 18 May 2021 16:58:01 GMT" ], "Content-Length": [ "134" @@ -3243,23 +3243,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T16:07:39.2968336+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"651f4269-b3ff-4ab2-98e4-0afc6ef5a39b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:26:30.9625593+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5b161145-9c6f-4778-89c0-dced85a868cd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/651f4269-b3ff-4ab2-98e4-0afc6ef5a39b?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY1MWY0MjY5LWIzZmYtNGFiMi05OGU0LTBhZmM2ZWY1YTM5Yj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/5b161145-9c6f-4778-89c0-dced85a868cd?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzViMTYxMTQ1LTljNmYtNDc3OC04OWMwLWRjZWQ4NWE4NjhjZD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3270,32 +3270,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9645e611-a0e3-4a84-9246-9131da66cc2a" + "bf655e4c-fe67-4c3f-a0c0-81d978c33daf" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11962" ], "x-ms-correlation-request-id": [ - "26e73d19-c396-4161-8dbd-346f7480653b" + "790ca884-7602-41d5-9656-8bd90c030821" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103940Z:26e73d19-c396-4161-8dbd-346f7480653b" + "SOUTHINDIA:20210518T165831Z:790ca884-7602-41d5-9656-8bd90c030821" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:39:39 GMT" + "Tue, 18 May 2021 16:58:31 GMT" ], "Content-Length": [ "134" @@ -3307,23 +3307,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T16:07:39.2968336+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"651f4269-b3ff-4ab2-98e4-0afc6ef5a39b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:26:30.9625593+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5b161145-9c6f-4778-89c0-dced85a868cd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/651f4269-b3ff-4ab2-98e4-0afc6ef5a39b?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY1MWY0MjY5LWIzZmYtNGFiMi05OGU0LTBhZmM2ZWY1YTM5Yj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/5b161145-9c6f-4778-89c0-dced85a868cd?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzViMTYxMTQ1LTljNmYtNDc3OC04OWMwLWRjZWQ4NWE4NjhjZD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3334,32 +3334,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "61b468d2-0ed4-419f-9e63-0366b60ebcd1" + "bb5e8b54-ecd8-4357-902c-fda5b2777195" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11961" ], "x-ms-correlation-request-id": [ - "4363ca98-6423-43c1-8690-bcc8e8befd4d" + "8e21958f-ac89-4929-becc-86e08d079997" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104010Z:4363ca98-6423-43c1-8690-bcc8e8befd4d" + "SOUTHINDIA:20210518T165901Z:8e21958f-ac89-4929-becc-86e08d079997" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:09 GMT" + "Tue, 18 May 2021 16:59:01 GMT" ], "Content-Length": [ "184" @@ -3371,23 +3371,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T16:07:39.2968336+05:30\",\r\n \"endTime\": \"2021-02-15T16:10:04.4560691+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"651f4269-b3ff-4ab2-98e4-0afc6ef5a39b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:26:30.9625593+05:30\",\r\n \"endTime\": \"2021-05-18T22:28:36.1179418+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5b161145-9c6f-4778-89c0-dced85a868cd\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTYzZGQzMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTk4ZWZlMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "574dedd9-a7e1-4fa2-b904-caafbde5d221" + "941ea6f6-f73f-4172-a81b-feecf237bf4c" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3398,32 +3398,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31956" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "91f72f68-6b34-4968-ab03-d423a9f2dabd" + "28ff8b21-01e7-4819-a424-029253e99d17" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11960" ], "x-ms-correlation-request-id": [ - "f534cf8c-d144-4cbe-b1d0-69f4042a8cf3" + "fe792c4c-0c15-4971-add2-c2cfb62d14c7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104010Z:f534cf8c-d144-4cbe-b1d0-69f4042a8cf3" + "SOUTHINDIA:20210518T165901Z:fe792c4c-0c15-4971-add2-c2cfb62d14c7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:09 GMT" + "Tue, 18 May 2021 16:59:01 GMT" ], "Content-Length": [ "485" @@ -3435,17 +3435,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30/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/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0/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/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk1?api-version=2020-09-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2sxP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2sxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9746cf00-125e-43d6-8a20-bbaf2af8258e" + "d020bf6c-ed70-48ca-86a4-6f76076a7a4b" ], "Accept-Language": [ "en-US" @@ -3453,8 +3453,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3471,44 +3471,44 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/01cca8ac-e54f-4f9d-b87d-228ed68a31c6?monitor=true&api-version=2020-09-30" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/1ef67003-8222-459f-8ee8-20cd2038f226?monitor=true&api-version=2020-12-01" ], "Retry-After": [ "2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/01cca8ac-e54f-4f9d-b87d-228ed68a31c6?api-version=2020-09-30" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/1ef67003-8222-459f-8ee8-20cd2038f226?api-version=2020-12-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7998" + "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8c180646-93e3-449a-9297-4baf32c325ea_132524702196298175" + "245979b8-1120-4060-8d29-e8570c6b9246_132514646700284302" ], "x-ms-request-id": [ - "01cca8ac-e54f-4f9d-b87d-228ed68a31c6" + "1ef67003-8222-459f-8ee8-20cd2038f226" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1197" ], "x-ms-correlation-request-id": [ - "4bd86f0b-9b58-401d-8e7d-ddee889a0e64" + "417ea1a9-0aee-4794-b25b-7da3b0273bd8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104012Z:4bd86f0b-9b58-401d-8e7d-ddee889a0e64" + "SOUTHINDIA:20210518T165903Z:417ea1a9-0aee-4794-b25b-7da3b0273bd8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:12 GMT" + "Tue, 18 May 2021 16:59:03 GMT" ], "Content-Length": [ "291" @@ -3524,19 +3524,19 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/01cca8ac-e54f-4f9d-b87d-228ed68a31c6?api-version=2020-09-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy8wMWNjYThhYy1lNTRmLTRmOWQtYjg3ZC0yMjhlZDY4YTMxYzY/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/1ef67003-8222-459f-8ee8-20cd2038f226?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy8xZWY2NzAwMy04MjIyLTQ1OWYtOGVlOC0yMGNkMjAzOGYyMjY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9746cf00-125e-43d6-8a20-bbaf2af8258e" + "d020bf6c-ed70-48ca-86a4-6f76076a7a4b" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3547,38 +3547,38 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399987" + "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8c180646-93e3-449a-9297-4baf32c325ea_132524702196298175" + "245979b8-1120-4060-8d29-e8570c6b9246_132514646700284302" ], "x-ms-request-id": [ - "14115b8d-6e54-464a-8fb2-0da39e3b8f92" + "f11e2b2a-043d-441e-8b2b-dde9a8430c51" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11958" ], "x-ms-correlation-request-id": [ - "4c1e2065-92c9-4d59-a401-30391e2d7ada" + "7faaee11-a9cc-4cfe-9dcc-bb61ecba5c6d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104014Z:4c1e2065-92c9-4d59-a401-30391e2d7ada" + "SOUTHINDIA:20210518T165905Z:7faaee11-a9cc-4cfe-9dcc-bb61ecba5c6d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:14 GMT" + "Tue, 18 May 2021 16:59:05 GMT" ], "Content-Length": [ - "1046" + "1047" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3587,23 +3587,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T16:10:12.201691+05:30\",\r\n \"endTime\": \"2021-02-15T16:10:12.3266924+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"disk1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk1\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"timeCreated\": \"2021-02-15T16:10:12.201691+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"a8f26628-4a2a-474d-82bc-a4a88b74fac8\",\r\n \"networkAccessPolicy\": \"AllowAll\"\r\n }\r\n }\r\n },\r\n \"name\": \"01cca8ac-e54f-4f9d-b87d-228ed68a31c6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:29:03.762536+05:30\",\r\n \"endTime\": \"2021-05-18T22:29:03.9031651+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"disk1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk1\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"timeCreated\": \"2021-05-18T22:29:03.7781339+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"e6a634ec-389a-41d4-beba-8dd9374167c3\",\r\n \"networkAccessPolicy\": \"AllowAll\"\r\n }\r\n }\r\n },\r\n \"name\": \"1ef67003-8222-459f-8ee8-20cd2038f226\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk1?api-version=2020-09-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2sxP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2sxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9746cf00-125e-43d6-8a20-bbaf2af8258e" + "d020bf6c-ed70-48ca-86a4-6f76076a7a4b" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3614,38 +3614,38 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14999,Microsoft.Compute/LowCostGet30Min;119992" + "Microsoft.Compute/LowCostGet3Min;14999,Microsoft.Compute/LowCostGet30Min;119995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8c180646-93e3-449a-9297-4baf32c325ea_132524702196298175" + "245979b8-1120-4060-8d29-e8570c6b9246_132514646700284302" ], "x-ms-request-id": [ - "166ed3ba-43b5-41dd-b84c-156e0901c7d9" + "c0a24e53-a442-4be5-a856-50aedfc320d6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11957" ], "x-ms-correlation-request-id": [ - "c28c716a-e0b2-4073-a307-5a19ef1dfd8a" + "274d3ebd-6011-451e-b110-8129136991f5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104014Z:c28c716a-e0b2-4073-a307-5a19ef1dfd8a" + "SOUTHINDIA:20210518T165906Z:274d3ebd-6011-451e-b110-8129136991f5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:14 GMT" + "Tue, 18 May 2021 16:59:05 GMT" ], "Content-Length": [ - "822" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3654,17 +3654,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"disk1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk1\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"timeCreated\": \"2021-02-15T16:10:12.201691+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"a8f26628-4a2a-474d-82bc-a4a88b74fac8\",\r\n \"networkAccessPolicy\": \"AllowAll\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"disk1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk1\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"timeCreated\": \"2021-05-18T22:29:03.7781339+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"e6a634ec-389a-41d4-beba-8dd9374167c3\",\r\n \"networkAccessPolicy\": \"AllowAll\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk2?api-version=2020-09-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2syP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2syP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0343302d-6a30-434a-a8be-48b68be43e7e" + "c6fc7c84-1e7e-411b-b84c-91e3961417aa" ], "Accept-Language": [ "en-US" @@ -3672,8 +3672,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3690,44 +3690,44 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/71b767f6-8e66-404e-b7f4-787da7a50566?monitor=true&api-version=2020-09-30" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/7606f6d8-9868-4be8-8aef-eb67ddd0d917?monitor=true&api-version=2020-12-01" ], "Retry-After": [ "2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/71b767f6-8e66-404e-b7f4-787da7a50566?api-version=2020-09-30" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/7606f6d8-9868-4be8-8aef-eb67ddd0d917?api-version=2020-12-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7997" + "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8c180646-93e3-449a-9297-4baf32c325ea_132524702196298175" + "245979b8-1120-4060-8d29-e8570c6b9246_132514646700284302" ], "x-ms-request-id": [ - "71b767f6-8e66-404e-b7f4-787da7a50566" + "7606f6d8-9868-4be8-8aef-eb67ddd0d917" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-correlation-request-id": [ - "1d98a9a0-6ee0-4afc-a1d1-895b7eb0420b" + "e1c63728-a67d-4cc0-ab64-430de3aa21c3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104015Z:1d98a9a0-6ee0-4afc-a1d1-895b7eb0420b" + "SOUTHINDIA:20210518T165906Z:e1c63728-a67d-4cc0-ab64-430de3aa21c3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:15 GMT" + "Tue, 18 May 2021 16:59:06 GMT" ], "Content-Length": [ "291" @@ -3743,19 +3743,19 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/71b767f6-8e66-404e-b7f4-787da7a50566?api-version=2020-09-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy83MWI3NjdmNi04ZTY2LTQwNGUtYjdmNC03ODdkYTdhNTA1NjY/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/7606f6d8-9868-4be8-8aef-eb67ddd0d917?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy83NjA2ZjZkOC05ODY4LTRiZTgtOGFlZi1lYjY3ZGRkMGQ5MTc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0343302d-6a30-434a-a8be-48b68be43e7e" + "c6fc7c84-1e7e-411b-b84c-91e3961417aa" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3766,35 +3766,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49998,Microsoft.Compute/GetOperation30Min;399986" + "Microsoft.Compute/GetOperation3Min;49998,Microsoft.Compute/GetOperation30Min;399993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8c180646-93e3-449a-9297-4baf32c325ea_132524702196298175" + "245979b8-1120-4060-8d29-e8570c6b9246_132514646700284302" ], "x-ms-request-id": [ - "824bacb4-eda4-4d6d-a299-d3c796ec03c0" + "fee8b5c8-3471-4e57-8a66-c36cc99e9d9b" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11956" ], "x-ms-correlation-request-id": [ - "33c398d7-b340-4528-83e1-2898701671f0" + "b4871756-4059-4021-bdbc-80f7e7907add" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104017Z:33c398d7-b340-4528-83e1-2898701671f0" + "SOUTHINDIA:20210518T165908Z:b4871756-4059-4021-bdbc-80f7e7907add" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:17 GMT" + "Tue, 18 May 2021 16:59:08 GMT" ], "Content-Length": [ "1048" @@ -3806,23 +3806,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T16:10:15.4516991+05:30\",\r\n \"endTime\": \"2021-02-15T16:10:15.5766731+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"disk2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk2\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"timeCreated\": \"2021-02-15T16:10:15.4516991+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"ac110657-490c-4e27-b899-41175f49a963\",\r\n \"networkAccessPolicy\": \"AllowAll\"\r\n }\r\n }\r\n },\r\n \"name\": \"71b767f6-8e66-404e-b7f4-787da7a50566\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:29:06.7469281+05:30\",\r\n \"endTime\": \"2021-05-18T22:29:06.8875522+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"disk2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk2\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"timeCreated\": \"2021-05-18T22:29:06.7469281+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"fb2e5f13-21a4-4f0b-9a8d-96f88605b9ac\",\r\n \"networkAccessPolicy\": \"AllowAll\"\r\n }\r\n }\r\n },\r\n \"name\": \"7606f6d8-9868-4be8-8aef-eb67ddd0d917\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk2?api-version=2020-09-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2syP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2syP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0343302d-6a30-434a-a8be-48b68be43e7e" + "c6fc7c84-1e7e-411b-b84c-91e3961417aa" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3833,35 +3833,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14998,Microsoft.Compute/LowCostGet30Min;119991" + "Microsoft.Compute/LowCostGet3Min;14998,Microsoft.Compute/LowCostGet30Min;119994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8c180646-93e3-449a-9297-4baf32c325ea_132524702196298175" + "245979b8-1120-4060-8d29-e8570c6b9246_132514646700284302" ], "x-ms-request-id": [ - "9570acc4-7858-40cf-823f-2cb290304731" + "8204fb94-e3ec-4b2a-a1b9-7dbe9466e473" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11955" ], "x-ms-correlation-request-id": [ - "6bc5d7df-ecc2-4b14-bd82-49c74c5256b5" + "073e95d5-dcbf-4067-92c5-07ce03d1dd49" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104017Z:6bc5d7df-ecc2-4b14-bd82-49c74c5256b5" + "SOUTHINDIA:20210518T165908Z:073e95d5-dcbf-4067-92c5-07ce03d1dd49" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:17 GMT" + "Tue, 18 May 2021 16:59:08 GMT" ], "Content-Length": [ "823" @@ -3873,17 +3873,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"disk2\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk2\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"timeCreated\": \"2021-02-15T16:10:15.4516991+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"ac110657-490c-4e27-b899-41175f49a963\",\r\n \"networkAccessPolicy\": \"AllowAll\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"disk2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk2\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"timeCreated\": \"2021-05-18T22:29:06.7469281+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"fb2e5f13-21a4-4f0b-9a8d-96f88605b9ac\",\r\n \"networkAccessPolicy\": \"AllowAll\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk3?api-version=2020-09-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2szP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2szP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "31cb9731-f2da-4837-9f9c-90dc3733239c" + "592def75-3e69-4800-bf8e-69dabfae9b7c" ], "Accept-Language": [ "en-US" @@ -3891,8 +3891,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3909,44 +3909,44 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/32b26ebb-e505-4293-8552-ac8486434e90?monitor=true&api-version=2020-09-30" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/3abffe7f-ab00-48ba-b959-89cfea2ea3f5?monitor=true&api-version=2020-12-01" ], "Retry-After": [ "2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/32b26ebb-e505-4293-8552-ac8486434e90?api-version=2020-09-30" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/3abffe7f-ab00-48ba-b959-89cfea2ea3f5?api-version=2020-12-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateDisks3Min;997,Microsoft.Compute/CreateUpdateDisks30Min;7996" + "Microsoft.Compute/CreateUpdateDisks3Min;997,Microsoft.Compute/CreateUpdateDisks30Min;7997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8c180646-93e3-449a-9297-4baf32c325ea_132524702196298175" + "245979b8-1120-4060-8d29-e8570c6b9246_132514646700284302" ], "x-ms-request-id": [ - "32b26ebb-e505-4293-8552-ac8486434e90" + "3abffe7f-ab00-48ba-b959-89cfea2ea3f5" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1195" ], "x-ms-correlation-request-id": [ - "2c38d56e-478d-4be1-b3c0-8e011260d5e5" + "098ab427-f787-4cc3-9269-2d0650bc6cba" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104018Z:2c38d56e-478d-4be1-b3c0-8e011260d5e5" + "SOUTHINDIA:20210518T165909Z:098ab427-f787-4cc3-9269-2d0650bc6cba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:18 GMT" + "Tue, 18 May 2021 16:59:08 GMT" ], "Content-Length": [ "291" @@ -3962,19 +3962,19 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/32b26ebb-e505-4293-8552-ac8486434e90?api-version=2020-09-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy8zMmIyNmViYi1lNTA1LTQyOTMtODU1Mi1hYzg0ODY0MzRlOTA/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/DiskOperations/3abffe7f-ab00-48ba-b959-89cfea2ea3f5?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9EaXNrT3BlcmF0aW9ucy8zYWJmZmU3Zi1hYjAwLTQ4YmEtYjk1OS04OWNmZWEyZWEzZjU/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "31cb9731-f2da-4837-9f9c-90dc3733239c" + "592def75-3e69-4800-bf8e-69dabfae9b7c" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3985,38 +3985,38 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399984" + "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8c180646-93e3-449a-9297-4baf32c325ea_132524702196298175" + "245979b8-1120-4060-8d29-e8570c6b9246_132514646700284302" ], "x-ms-request-id": [ - "e5ee69e6-0bd0-41f2-b5af-f34b6f8cfdb8" + "05877a52-7331-48e5-928e-13e5bbb17811" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11954" ], "x-ms-correlation-request-id": [ - "cdf816f2-ad2f-471c-996e-e5db52b86796" + "3cb149d0-fc5c-49f7-867f-6bdcc2525c4d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104020Z:cdf816f2-ad2f-471c-996e-e5db52b86796" + "SOUTHINDIA:20210518T165911Z:3cb149d0-fc5c-49f7-867f-6bdcc2525c4d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:20 GMT" + "Tue, 18 May 2021 16:59:10 GMT" ], "Content-Length": [ - "1046" + "1048" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4025,23 +4025,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T16:10:18.561052+05:30\",\r\n \"endTime\": \"2021-02-15T16:10:18.7016933+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"disk3\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk3\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"timeCreated\": \"2021-02-15T16:10:18.561052+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"86d9bb8f-7306-46c1-8b88-2178b3012aee\",\r\n \"networkAccessPolicy\": \"AllowAll\"\r\n }\r\n }\r\n },\r\n \"name\": \"32b26ebb-e505-4293-8552-ac8486434e90\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:29:09.5594935+05:30\",\r\n \"endTime\": \"2021-05-18T22:29:09.7001204+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"disk3\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk3\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"timeCreated\": \"2021-05-18T22:29:09.5594935+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"2e62e47b-80b7-4bd2-b7e1-a4b80b7cd69c\",\r\n \"networkAccessPolicy\": \"AllowAll\"\r\n }\r\n }\r\n },\r\n \"name\": \"3abffe7f-ab00-48ba-b959-89cfea2ea3f5\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk3?api-version=2020-09-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2szP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2szP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "31cb9731-f2da-4837-9f9c-90dc3733239c" + "592def75-3e69-4800-bf8e-69dabfae9b7c" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -4052,38 +4052,38 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;14995,Microsoft.Compute/LowCostGet30Min;119988" + "Microsoft.Compute/LowCostGet3Min;14996,Microsoft.Compute/LowCostGet30Min;119992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8c180646-93e3-449a-9297-4baf32c325ea_132524702196298175" + "245979b8-1120-4060-8d29-e8570c6b9246_132514646700284302" ], "x-ms-request-id": [ - "d3547e5c-32eb-4139-bed9-9bd6305a45d3" + "1ebd8990-0bc7-4fa5-b1fe-79c363b43b67" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11953" ], "x-ms-correlation-request-id": [ - "510797ee-161b-4dad-9ab8-fe4bd23fc133" + "bcd2137a-bde8-4f74-8eee-5c6d0eccc321" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104020Z:510797ee-161b-4dad-9ab8-fe4bd23fc133" + "SOUTHINDIA:20210518T165911Z:bcd2137a-bde8-4f74-8eee-5c6d0eccc321" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:20 GMT" + "Tue, 18 May 2021 16:59:11 GMT" ], "Content-Length": [ - "822" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4092,23 +4092,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"disk3\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/disks/disk3\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"timeCreated\": \"2021-02-15T16:10:18.561052+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"86d9bb8f-7306-46c1-8b88-2178b3012aee\",\r\n \"networkAccessPolicy\": \"AllowAll\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"disk3\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/disks/disk3\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 32,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"timeCreated\": \"2021-05-18T22:29:09.5594935+05:30\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 34359738368,\r\n \"uniqueId\": \"2e62e47b-80b7-4bd2-b7e1-a4b80b7cd69c\",\r\n \"networkAccessPolicy\": \"AllowAll\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/4b612c9f-0e5c-4b55-8e44-b01116413ede?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRiNjEyYzlmLTBlNWMtNGI1NS04ZTQ0LWIwMTExNjQxM2VkZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8bd54d5e-6795-4eb6-a4a4-7e12dd382e83?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhiZDU0ZDVlLTY3OTUtNGViNi1hNGE0LTdlMTJkZDM4MmU4Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebe9d801-52e6-4742-87b8-d6bcff45cb57" + "0db1fe08-daae-4a74-a3a4-2b2c37c00122" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -4125,26 +4125,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b8227e0-bcb5-4983-8712-a808c4fcf5b5" + "c50c5ef3-da31-4327-948e-78782d65ebe6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11951" ], "x-ms-correlation-request-id": [ - "95d64055-76ee-4ca7-b603-ec9467f89d30" + "8f45cf72-e5c1-4bc3-add6-2a2659d4df7d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104051Z:95d64055-76ee-4ca7-b603-ec9467f89d30" + "SOUTHINDIA:20210518T165942Z:8f45cf72-e5c1-4bc3-add6-2a2659d4df7d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:50 GMT" + "Tue, 18 May 2021 16:59:42 GMT" ], "Content-Length": [ "184" @@ -4156,17 +4156,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T16:10:21.2531632+05:30\",\r\n \"endTime\": \"2021-02-15T16:10:27.9407837+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4b612c9f-0e5c-4b55-8e44-b01116413ede\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T22:29:12.4457724+05:30\",\r\n \"endTime\": \"2021-05-18T22:29:19.5863375+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8bd54d5e-6795-4eb6-a4a4-7e12dd382e83\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4515284e-e385-4658-97fe-38539628413a" + "38d9ffb5-c1b8-4207-8629-bda264c555f5" ], "Accept-Language": [ "en-US" @@ -4174,8 +4174,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4189,11 +4189,11 @@ "nosniff" ], "x-ms-request-id": [ - "943c93fc-52aa-42eb-a1e1-f85c215320a1" + "1f3dc4df-ec6a-4666-939b-50fe7cd20dfa" ], "x-ms-client-request-id": [ - "4515284e-e385-4658-97fe-38539628413a", - "4515284e-e385-4658-97fe-38539628413a" + "38d9ffb5-c1b8-4207-8629-bda264c555f5", + "38d9ffb5-c1b8-4207-8629-bda264c555f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4208,13 +4208,13 @@ "149" ], "x-ms-correlation-request-id": [ - "943c93fc-52aa-42eb-a1e1-f85c215320a1" + "1f3dc4df-ec6a-4666-939b-50fe7cd20dfa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104052Z:943c93fc-52aa-42eb-a1e1-f85c215320a1" + "SOUTHINDIA:20210518T165943Z:1f3dc4df-ec6a-4666-939b-50fe7cd20dfa" ], "Date": [ - "Mon, 15 Feb 2021 10:40:51 GMT" + "Tue, 18 May 2021 16:59:43 GMT" ], "Content-Length": [ "762" @@ -4226,17 +4226,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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-15T20:30: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-15T20:30: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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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-05-19T02:30: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-05-19T02:30: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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -4244,8 +4244,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4259,11 +4259,11 @@ "nosniff" ], "x-ms-request-id": [ - "cda60a92-9542-475d-83fb-25c463b7728c" + "ca0aa560-8488-4cd3-b9c0-ddb4ce4bb8d7" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4278,16 +4278,16 @@ "149" ], "x-ms-correlation-request-id": [ - "cda60a92-9542-475d-83fb-25c463b7728c" + "ca0aa560-8488-4cd3-b9c0-ddb4ce4bb8d7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104053Z:cda60a92-9542-475d-83fb-25c463b7728c" + "SOUTHINDIA:20210518T165944Z:ca0aa560-8488-4cd3-b9c0-ddb4ce4bb8d7" ], "Date": [ - "Mon, 15 Feb 2021 10:40:52 GMT" + "Tue, 18 May 2021 16:59:44 GMT" ], "Content-Length": [ - "18900" + "5355" ], "Content-Type": [ "application/json" @@ -4296,17 +4296,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -4314,8 +4314,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4329,11 +4329,11 @@ "nosniff" ], "x-ms-request-id": [ - "37bdda4a-9665-4a6b-9cf8-4e8e420e65d2" + "11309f7f-0b2d-427a-b528-b7c6e3887fbd" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4348,16 +4348,16 @@ "148" ], "x-ms-correlation-request-id": [ - "37bdda4a-9665-4a6b-9cf8-4e8e420e65d2" + "11309f7f-0b2d-427a-b528-b7c6e3887fbd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104115Z:37bdda4a-9665-4a6b-9cf8-4e8e420e65d2" + "SOUTHINDIA:20210518T170000Z:11309f7f-0b2d-427a-b528-b7c6e3887fbd" ], "Date": [ - "Mon, 15 Feb 2021 10:41:14 GMT" + "Tue, 18 May 2021 17:00:00 GMT" ], "Content-Length": [ - "19794" + "6249" ], "Content-Type": [ "application/json" @@ -4366,17 +4366,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectableItems/vm;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG63dd3447\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM63dd30\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectableItems/vm;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG98efe36e\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM98efe0\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/refreshContainers?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL3JlZnJlc2hDb250YWluZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/refreshContainers?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL3JlZnJlc2hDb250YWluZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -4384,8 +4384,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4396,23 +4396,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/operationResults/ba07f1f6-5dcc-403c-ae62-a74d85be6237?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/operationResults/79eb8420-f9bd-4380-8380-cc9695ef60c0?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/operationsStatus/ba07f1f6-5dcc-403c-ae62-a74d85be6237?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/operationsStatus/79eb8420-f9bd-4380-8380-cc9695ef60c0?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "395b21d9-c923-4bd5-a25e-eace56944312" + "a64f529d-6783-4db0-8861-ebcae65b8850" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4421,16 +4421,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "395b21d9-c923-4bd5-a25e-eace56944312" + "a64f529d-6783-4db0-8861-ebcae65b8850" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104053Z:395b21d9-c923-4bd5-a25e-eace56944312" + "SOUTHINDIA:20210518T165944Z:a64f529d-6783-4db0-8861-ebcae65b8850" ], "Date": [ - "Mon, 15 Feb 2021 10:40:52 GMT" + "Tue, 18 May 2021 16:59:44 GMT" ], "Expires": [ "-1" @@ -4443,13 +4443,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/operationResults/ba07f1f6-5dcc-403c-ae62-a74d85be6237?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvYmEwN2YxZjYtNWRjYy00MDNjLWFlNjItYTc0ZDg1YmU2MjM3P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/operationResults/79eb8420-f9bd-4380-8380-cc9695ef60c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvNzllYjg0MjAtZjliZC00MzgwLTgzODAtY2M5Njk1ZWY2MGMwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -4457,8 +4457,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4469,7 +4469,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/operationResults/ba07f1f6-5dcc-403c-ae62-a74d85be6237?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/operationResults/79eb8420-f9bd-4380-8380-cc9695ef60c0?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -4478,11 +4478,11 @@ "nosniff" ], "x-ms-request-id": [ - "6b975c96-e684-485d-8289-6a738a03a74a" + "03f271b2-af78-4210-8248-51b73002e5ff" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4494,13 +4494,13 @@ "149" ], "x-ms-correlation-request-id": [ - "6b975c96-e684-485d-8289-6a738a03a74a" + "03f271b2-af78-4210-8248-51b73002e5ff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104054Z:6b975c96-e684-485d-8289-6a738a03a74a" + "SOUTHINDIA:20210518T165944Z:03f271b2-af78-4210-8248-51b73002e5ff" ], "Date": [ - "Mon, 15 Feb 2021 10:40:53 GMT" + "Tue, 18 May 2021 16:59:44 GMT" ], "Expires": [ "-1" @@ -4513,13 +4513,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/operationResults/ba07f1f6-5dcc-403c-ae62-a74d85be6237?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvYmEwN2YxZjYtNWRjYy00MDNjLWFlNjItYTc0ZDg1YmU2MjM3P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/operationResults/79eb8420-f9bd-4380-8380-cc9695ef60c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvNzllYjg0MjAtZjliZC00MzgwLTgzODAtY2M5Njk1ZWY2MGMwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -4527,8 +4527,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4539,7 +4539,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/operationResults/ba07f1f6-5dcc-403c-ae62-a74d85be6237?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/operationResults/79eb8420-f9bd-4380-8380-cc9695ef60c0?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -4548,11 +4548,11 @@ "nosniff" ], "x-ms-request-id": [ - "425f1674-76d5-45a4-9cae-47e62b0561d2" + "66cc8920-2a0c-41f4-8d29-1f0dbeb46492" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4564,13 +4564,13 @@ "148" ], "x-ms-correlation-request-id": [ - "425f1674-76d5-45a4-9cae-47e62b0561d2" + "66cc8920-2a0c-41f4-8d29-1f0dbeb46492" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104104Z:425f1674-76d5-45a4-9cae-47e62b0561d2" + "SOUTHINDIA:20210518T165949Z:66cc8920-2a0c-41f4-8d29-1f0dbeb46492" ], "Date": [ - "Mon, 15 Feb 2021 10:41:03 GMT" + "Tue, 18 May 2021 16:59:49 GMT" ], "Expires": [ "-1" @@ -4583,13 +4583,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/operationResults/ba07f1f6-5dcc-403c-ae62-a74d85be6237?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvYmEwN2YxZjYtNWRjYy00MDNjLWFlNjItYTc0ZDg1YmU2MjM3P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/operationResults/79eb8420-f9bd-4380-8380-cc9695ef60c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvNzllYjg0MjAtZjliZC00MzgwLTgzODAtY2M5Njk1ZWY2MGMwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -4597,8 +4597,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4608,15 +4608,21 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/operationResults/79eb8420-f9bd-4380-8380-cc9695ef60c0?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "5b73c809-b021-427c-aea5-4d9b4a96424b" + "37f888b5-ba4e-4518-9e1e-d1d026081b66" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4628,29 +4634,32 @@ "147" ], "x-ms-correlation-request-id": [ - "5b73c809-b021-427c-aea5-4d9b4a96424b" + "37f888b5-ba4e-4518-9e1e-d1d026081b66" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104114Z:5b73c809-b021-427c-aea5-4d9b4a96424b" + "SOUTHINDIA:20210518T165955Z:37f888b5-ba4e-4518-9e1e-d1d026081b66" ], "Date": [ - "Mon, 15 Feb 2021 10:41:14 GMT" + "Tue, 18 May 2021 16:59:54 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 204 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/operationResults/ba07f1f6-5dcc-403c-ae62-a74d85be6237?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvYmEwN2YxZjYtNWRjYy00MDNjLWFlNjItYTc0ZDg1YmU2MjM3P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/operationResults/79eb8420-f9bd-4380-8380-cc9695ef60c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvNzllYjg0MjAtZjliZC00MzgwLTgzODAtY2M5Njk1ZWY2MGMwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -4658,8 +4667,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4673,11 +4682,11 @@ "nosniff" ], "x-ms-request-id": [ - "4c999eee-8ca7-4e72-a052-3623883c3276" + "b1fca0d1-1754-4547-95ea-ec2b4bef2c9c" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4689,13 +4698,13 @@ "146" ], "x-ms-correlation-request-id": [ - "4c999eee-8ca7-4e72-a052-3623883c3276" + "b1fca0d1-1754-4547-95ea-ec2b4bef2c9c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104114Z:4c999eee-8ca7-4e72-a052-3623883c3276" + "SOUTHINDIA:20210518T170000Z:b1fca0d1-1754-4547-95ea-ec2b4bef2c9c" ], "Date": [ - "Mon, 15 Feb 2021 10:41:14 GMT" + "Tue, 18 May 2021 17:00:00 GMT" ], "Expires": [ "-1" @@ -4705,13 +4714,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg63dd3447%3Bpstestvm63dd30/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg63dd3447%3Bpstestvm63dd30?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc2M2RkMzQ0NyUzQnBzdGVzdHZtNjNkZDMwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzYzZGQzNDQ3JTNCcHN0ZXN0dm02M2RkMzA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"extendedProperties\": {\r\n \"diskExclusionProperties\": {\r\n \"diskLunList\": [\r\n 0,\r\n 1\r\n ],\r\n \"isInclusionList\": true\r\n }\r\n },\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/operationResults/79eb8420-f9bd-4380-8380-cc9695ef60c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvNzllYjg0MjAtZjliZC00MzgwLTgzODAtY2M5Njk1ZWY2MGMwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -4719,14 +4728,8 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "636" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4736,24 +4739,15 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/vm;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/operationResults/b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/vm;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/operationsStatus/b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "dae73156-c717-4ebe-9a57-3fb758855231" + "8542ab2a-56a2-4ed9-a5dd-4d72611b724e" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4761,36 +4755,33 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "145" ], "x-ms-correlation-request-id": [ - "dae73156-c717-4ebe-9a57-3fb758855231" + "8542ab2a-56a2-4ed9-a5dd-4d72611b724e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104115Z:dae73156-c717-4ebe-9a57-3fb758855231" + "SOUTHINDIA:20210518T170000Z:8542ab2a-56a2-4ed9-a5dd-4d72611b724e" ], "Date": [ - "Mon, 15 Feb 2021 10:41:15 GMT" + "Tue, 18 May 2021 17:00:00 GMT" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zL2IxYmQwMGFhLTM2ODgtNGE3ZC04OWY5LWVlNjNiMGVhYWZmND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg98efe36e%3Bpstestvm98efe0/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg98efe36e%3Bpstestvm98efe0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc5OGVmZTM2ZSUzQnBzdGVzdHZtOThlZmUwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzk4ZWZlMzZlJTNCcHN0ZXN0dm05OGVmZTA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"extendedProperties\": {\r\n \"diskExclusionProperties\": {\r\n \"diskLunList\": [\r\n 0,\r\n 1\r\n ],\r\n \"isInclusionList\": true\r\n }\r\n },\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -4798,8 +4789,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "636" ] }, "ResponseHeaders": { @@ -4809,58 +4806,61 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/vm;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/operationResults/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/vm;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/operationsStatus/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "3cbfcb7d-6edd-4939-9c2b-7384e315df2b" + "cffbdf7b-5374-4a5e-a63c-813b1debe836" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-IIS/10.0" - ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "3cbfcb7d-6edd-4939-9c2b-7384e315df2b" + "cffbdf7b-5374-4a5e-a63c-813b1debe836" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104115Z:3cbfcb7d-6edd-4939-9c2b-7384e315df2b" + "SOUTHINDIA:20210518T170002Z:cffbdf7b-5374-4a5e-a63c-813b1debe836" ], "Date": [ - "Mon, 15 Feb 2021 10:41:15 GMT" - ], - "Content-Length": [ - "188" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 17:00:02 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"name\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:41:15.5355909Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zL2IxYmQwMGFhLTM2ODgtNGE3ZC04OWY5LWVlNjNiMGVhYWZmND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiNjI2NGZhLTY4Y2QtNGQ2NS05ZjJkLWJhNTg1OGE2MDI5ZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -4868,8 +4868,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4883,11 +4883,11 @@ "nosniff" ], "x-ms-request-id": [ - "ebd0b264-c6a9-4965-8aa8-6123d3699c57" + "35eb3d72-5c98-4f6d-952e-bf2536b7752c" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4899,16 +4899,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "149" ], "x-ms-correlation-request-id": [ - "ebd0b264-c6a9-4965-8aa8-6123d3699c57" + "35eb3d72-5c98-4f6d-952e-bf2536b7752c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104126Z:ebd0b264-c6a9-4965-8aa8-6123d3699c57" + "SOUTHINDIA:20210518T170002Z:35eb3d72-5c98-4f6d-952e-bf2536b7752c" ], "Date": [ - "Mon, 15 Feb 2021 10:41:25 GMT" + "Tue, 18 May 2021 17:00:02 GMT" ], "Content-Length": [ "188" @@ -4920,17 +4920,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"name\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:41:15.5355909Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"name\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zL2IxYmQwMGFhLTM2ODgtNGE3ZC04OWY5LWVlNjNiMGVhYWZmND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiNjI2NGZhLTY4Y2QtNGQ2NS05ZjJkLWJhNTg1OGE2MDI5ZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -4938,8 +4938,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4953,11 +4953,11 @@ "nosniff" ], "x-ms-request-id": [ - "4e221a16-ab0f-4a46-9fcd-859e1005ace8" + "da24d9d1-4ddb-4272-8633-9bf8436585f3" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4969,16 +4969,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "119" + "148" ], "x-ms-correlation-request-id": [ - "4e221a16-ab0f-4a46-9fcd-859e1005ace8" + "da24d9d1-4ddb-4272-8633-9bf8436585f3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104136Z:4e221a16-ab0f-4a46-9fcd-859e1005ace8" + "SOUTHINDIA:20210518T170007Z:da24d9d1-4ddb-4272-8633-9bf8436585f3" ], "Date": [ - "Mon, 15 Feb 2021 10:41:36 GMT" + "Tue, 18 May 2021 17:00:07 GMT" ], "Content-Length": [ "188" @@ -4990,17 +4990,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"name\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:41:15.5355909Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"name\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zL2IxYmQwMGFhLTM2ODgtNGE3ZC04OWY5LWVlNjNiMGVhYWZmND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiNjI2NGZhLTY4Y2QtNGQ2NS05ZjJkLWJhNTg1OGE2MDI5ZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -5008,8 +5008,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5023,11 +5023,11 @@ "nosniff" ], "x-ms-request-id": [ - "70a9e6dc-f566-4b75-b88e-cfd78ffafeda" + "ecba0666-effd-428e-b13c-0c8963e497eb" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5039,16 +5039,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "118" + "147" ], "x-ms-correlation-request-id": [ - "70a9e6dc-f566-4b75-b88e-cfd78ffafeda" + "ecba0666-effd-428e-b13c-0c8963e497eb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104146Z:70a9e6dc-f566-4b75-b88e-cfd78ffafeda" + "SOUTHINDIA:20210518T170012Z:ecba0666-effd-428e-b13c-0c8963e497eb" ], "Date": [ - "Mon, 15 Feb 2021 10:41:45 GMT" + "Tue, 18 May 2021 17:00:12 GMT" ], "Content-Length": [ "188" @@ -5060,17 +5060,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"name\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:41:15.5355909Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"name\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zL2IxYmQwMGFhLTM2ODgtNGE3ZC04OWY5LWVlNjNiMGVhYWZmND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiNjI2NGZhLTY4Y2QtNGQ2NS05ZjJkLWJhNTg1OGE2MDI5ZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -5078,8 +5078,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5093,11 +5093,11 @@ "nosniff" ], "x-ms-request-id": [ - "c1abdafb-72cf-472e-a794-cc0bed829f84" + "1080ffac-0e45-4982-ad62-061b910e5358" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5109,16 +5109,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" + "146" ], "x-ms-correlation-request-id": [ - "c1abdafb-72cf-472e-a794-cc0bed829f84" + "1080ffac-0e45-4982-ad62-061b910e5358" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104156Z:c1abdafb-72cf-472e-a794-cc0bed829f84" + "SOUTHINDIA:20210518T170018Z:1080ffac-0e45-4982-ad62-061b910e5358" ], "Date": [ - "Mon, 15 Feb 2021 10:41:56 GMT" + "Tue, 18 May 2021 17:00:17 GMT" ], "Content-Length": [ "188" @@ -5130,17 +5130,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"name\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:41:15.5355909Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"name\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zL2IxYmQwMGFhLTM2ODgtNGE3ZC04OWY5LWVlNjNiMGVhYWZmND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiNjI2NGZhLTY4Y2QtNGQ2NS05ZjJkLWJhNTg1OGE2MDI5ZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -5148,8 +5148,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5163,11 +5163,11 @@ "nosniff" ], "x-ms-request-id": [ - "a37e4602-dbb7-4a80-82d4-514e32459b10" + "3942afc6-6a75-4780-b1c2-49c588677d1d" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5179,19 +5179,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "116" + "145" ], "x-ms-correlation-request-id": [ - "a37e4602-dbb7-4a80-82d4-514e32459b10" + "3942afc6-6a75-4780-b1c2-49c588677d1d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104207Z:a37e4602-dbb7-4a80-82d4-514e32459b10" + "SOUTHINDIA:20210518T170023Z:3942afc6-6a75-4780-b1c2-49c588677d1d" ], "Date": [ - "Mon, 15 Feb 2021 10:42:06 GMT" + "Tue, 18 May 2021 17:00:22 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -5200,17 +5200,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"name\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:41:15.5355909Z\",\r\n \"endTime\": \"2021-02-15T10:41:15.5355909Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0677f129-a51a-4b18-b6b9-cfbcd229c8a1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"name\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zL2IxYmQwMGFhLTM2ODgtNGE3ZC04OWY5LWVlNjNiMGVhYWZmND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiNjI2NGZhLTY4Y2QtNGQ2NS05ZjJkLWJhNTg1OGE2MDI5ZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -5218,8 +5218,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5233,11 +5233,11 @@ "nosniff" ], "x-ms-request-id": [ - "f0f9c961-edd5-47df-9062-2aa268c5f606" + "3022e444-d6ec-48ef-bc67-c5dd4e4fc249" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5249,19 +5249,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "115" + "144" ], "x-ms-correlation-request-id": [ - "f0f9c961-edd5-47df-9062-2aa268c5f606" + "3022e444-d6ec-48ef-bc67-c5dd4e4fc249" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104207Z:f0f9c961-edd5-47df-9062-2aa268c5f606" + "SOUTHINDIA:20210518T170028Z:3022e444-d6ec-48ef-bc67-c5dd4e4fc249" ], "Date": [ - "Mon, 15 Feb 2021 10:42:07 GMT" + "Tue, 18 May 2021 17:00:28 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -5270,17 +5270,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"name\": \"b1bd00aa-3688-4a7d-89f9-ee63b0eaaff4\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:41:15.5355909Z\",\r\n \"endTime\": \"2021-02-15T10:41:15.5355909Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0677f129-a51a-4b18-b6b9-cfbcd229c8a1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"name\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0677f129-a51a-4b18-b6b9-cfbcd229c8a1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2NzdmMTI5LWE1MWEtNGIxOC1iNmI5LWNmYmNkMjI5YzhhMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiNjI2NGZhLTY4Y2QtNGQ2NS05ZjJkLWJhNTg1OGE2MDI5ZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -5288,8 +5288,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5299,40 +5299,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "9983c5c5-e522-4daf-a0e6-3d5726af9530" + "e47b1237-57ec-4557-84f9-1d6e5d90bb20" ], "x-ms-client-request-id": [ - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f", - "ee74e02d-7013-4739-9aaf-7ed4f86fd33f" - ], - "X-Powered-By": [ - "ASP.NET" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "55" + "143" ], "x-ms-correlation-request-id": [ - "9983c5c5-e522-4daf-a0e6-3d5726af9530" + "e47b1237-57ec-4557-84f9-1d6e5d90bb20" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104207Z:9983c5c5-e522-4daf-a0e6-3d5726af9530" + "SOUTHINDIA:20210518T170033Z:e47b1237-57ec-4557-84f9-1d6e5d90bb20" ], "Date": [ - "Mon, 15 Feb 2021 10:42:07 GMT" + "Tue, 18 May 2021 17:00:33 GMT" ], "Content-Length": [ - "838" + "188" ], "Content-Type": [ "application/json" @@ -5341,17 +5340,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0677f129-a51a-4b18-b6b9-cfbcd229c8a1\",\r\n \"name\": \"0677f129-a51a-4b18-b6b9-cfbcd229c8a1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT41.2730191S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm63dd30\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T10:41:15.5355909Z\",\r\n \"endTime\": \"2021-02-15T10:41:56.80861Z\",\r\n \"activityId\": \"ee74e02d-7013-4739-9aaf-7ed4f86fd33f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"name\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiNjI2NGZhLTY4Y2QtNGQ2NS05ZjJkLWJhNTg1OGE2MDI5ZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa52142c-bc52-4ec1-8006-97a5767d4987" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -5359,8 +5358,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5374,11 +5373,11 @@ "nosniff" ], "x-ms-request-id": [ - "27031d92-a565-48e8-9415-fe26be39f2a9" + "a8d92d8a-737c-49b4-a487-ca67e7c4315a" ], "x-ms-client-request-id": [ - "fa52142c-bc52-4ec1-8006-97a5767d4987", - "fa52142c-bc52-4ec1-8006-97a5767d4987" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5390,19 +5389,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "142" ], "x-ms-correlation-request-id": [ - "27031d92-a565-48e8-9415-fe26be39f2a9" + "a8d92d8a-737c-49b4-a487-ca67e7c4315a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104207Z:27031d92-a565-48e8-9415-fe26be39f2a9" + "SOUTHINDIA:20210518T170038Z:a8d92d8a-737c-49b4-a487-ca67e7c4315a" ], "Date": [ - "Mon, 15 Feb 2021 10:42:07 GMT" + "Tue, 18 May 2021 17:00:38 GMT" ], "Content-Length": [ - "1589" + "188" ], "Content-Type": [ "application/json" @@ -5411,17 +5410,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM63dd30\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\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\": \"17592589425139\",\r\n \"extendedProperties\": {\r\n \"diskExclusionProperties\": {\r\n \"diskLunList\": [\r\n 0,\r\n 1\r\n ],\r\n \"isInclusionList\": true\r\n }\r\n },\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"name\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiNjI2NGZhLTY4Y2QtNGQ2NS05ZjJkLWJhNTg1OGE2MDI5ZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c27a0cd0-016e-476b-8d53-8a50d632f776" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -5429,8 +5428,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5444,11 +5443,11 @@ "nosniff" ], "x-ms-request-id": [ - "2d776ba6-35be-4016-9f0a-83f7fd62d323" + "cf64b77c-6d91-4d6d-ae23-4d9d7e5819d2" ], "x-ms-client-request-id": [ - "c27a0cd0-016e-476b-8d53-8a50d632f776", - "c27a0cd0-016e-476b-8d53-8a50d632f776" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5460,19 +5459,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "141" ], "x-ms-correlation-request-id": [ - "2d776ba6-35be-4016-9f0a-83f7fd62d323" + "cf64b77c-6d91-4d6d-ae23-4d9d7e5819d2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104229Z:2d776ba6-35be-4016-9f0a-83f7fd62d323" + "SOUTHINDIA:20210518T170044Z:cf64b77c-6d91-4d6d-ae23-4d9d7e5819d2" ], "Date": [ - "Mon, 15 Feb 2021 10:42:29 GMT" + "Tue, 18 May 2021 17:00:43 GMT" ], "Content-Length": [ - "1590" + "188" ], "Content-Type": [ "application/json" @@ -5481,17 +5480,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM63dd30\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\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\": \"17592589425139\",\r\n \"extendedProperties\": {\r\n \"diskExclusionProperties\": {\r\n \"diskLunList\": [\r\n 1,\r\n 2\r\n ],\r\n \"isInclusionList\": false\r\n }\r\n },\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"name\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg63dd3447%3Bpstestvm63dd30/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg63dd3447%3Bpstestvm63dd30?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc2M2RkMzQ0NyUzQnBzdGVzdHZtNjNkZDMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzYzZGQzNDQ3JTNCcHN0ZXN0dm02M2RkMzA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"extendedProperties\": {\r\n \"diskExclusionProperties\": {\r\n \"diskLunList\": [\r\n 1,\r\n 2\r\n ],\r\n \"isInclusionList\": false\r\n }\r\n },\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiNjI2NGZhLTY4Y2QtNGQ2NS05ZjJkLWJhNTg1OGE2MDI5ZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e25b8646-e3e7-427c-b5c9-e511e8fac489" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -5499,14 +5498,8 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "637" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5516,61 +5509,58 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/operationResults/866c7e9a-a9d0-4c8a-8525-039048473885?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/operationsStatus/866c7e9a-a9d0-4c8a-8525-039048473885?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "a6464573-4518-46bb-bc3e-795ed1ee7d9b" + "3a0589e8-c096-44d8-b29d-11798a512664" ], "x-ms-client-request-id": [ - "e25b8646-e3e7-427c-b5c9-e511e8fac489", - "e25b8646-e3e7-427c-b5c9-e511e8fac489" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "140" ], "x-ms-correlation-request-id": [ - "a6464573-4518-46bb-bc3e-795ed1ee7d9b" + "3a0589e8-c096-44d8-b29d-11798a512664" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104208Z:a6464573-4518-46bb-bc3e-795ed1ee7d9b" + "SOUTHINDIA:20210518T170049Z:3a0589e8-c096-44d8-b29d-11798a512664" ], "Date": [ - "Mon, 15 Feb 2021 10:42:08 GMT" + "Tue, 18 May 2021 17:00:48 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"name\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/866c7e9a-a9d0-4c8a-8525-039048473885?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzg2NmM3ZTlhLWE5ZDAtNGM4YS04NTI1LTAzOTA0ODQ3Mzg4NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiNjI2NGZhLTY4Y2QtNGQ2NS05ZjJkLWJhNTg1OGE2MDI5ZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e25b8646-e3e7-427c-b5c9-e511e8fac489" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -5578,8 +5568,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5593,11 +5583,11 @@ "nosniff" ], "x-ms-request-id": [ - "c1b25158-379b-475a-94a2-1d779f7a42e0" + "0df70912-bdf5-4a89-b155-8420fc9f0b42" ], "x-ms-client-request-id": [ - "e25b8646-e3e7-427c-b5c9-e511e8fac489", - "e25b8646-e3e7-427c-b5c9-e511e8fac489" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5609,19 +5599,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "114" + "139" ], "x-ms-correlation-request-id": [ - "c1b25158-379b-475a-94a2-1d779f7a42e0" + "0df70912-bdf5-4a89-b155-8420fc9f0b42" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104208Z:c1b25158-379b-475a-94a2-1d779f7a42e0" + "SOUTHINDIA:20210518T170054Z:0df70912-bdf5-4a89-b155-8420fc9f0b42" ], "Date": [ - "Mon, 15 Feb 2021 10:42:08 GMT" + "Tue, 18 May 2021 17:00:53 GMT" ], "Content-Length": [ - "188" + "304" ], "Content-Type": [ "application/json" @@ -5630,17 +5620,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"866c7e9a-a9d0-4c8a-8525-039048473885\",\r\n \"name\": \"866c7e9a-a9d0-4c8a-8525-039048473885\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:08.3574824Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"name\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"endTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"bbbaf6a9-3434-4093-9184-f60dc9d0b1ff\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/866c7e9a-a9d0-4c8a-8525-039048473885?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzg2NmM3ZTlhLWE5ZDAtNGM4YS04NTI1LTAzOTA0ODQ3Mzg4NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db6264fa-68cd-4d65-9f2d-ba5858a6029e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiNjI2NGZhLTY4Y2QtNGQ2NS05ZjJkLWJhNTg1OGE2MDI5ZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e25b8646-e3e7-427c-b5c9-e511e8fac489" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -5648,8 +5638,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5663,11 +5653,11 @@ "nosniff" ], "x-ms-request-id": [ - "02b92e54-6267-46f6-b725-c48ca83d1fa0" + "6fe04daf-cbbd-4ab0-af70-f5a0778cd483" ], "x-ms-client-request-id": [ - "e25b8646-e3e7-427c-b5c9-e511e8fac489", - "e25b8646-e3e7-427c-b5c9-e511e8fac489" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5679,19 +5669,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "113" + "138" ], "x-ms-correlation-request-id": [ - "02b92e54-6267-46f6-b725-c48ca83d1fa0" + "6fe04daf-cbbd-4ab0-af70-f5a0778cd483" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104218Z:02b92e54-6267-46f6-b725-c48ca83d1fa0" + "SOUTHINDIA:20210518T170054Z:6fe04daf-cbbd-4ab0-af70-f5a0778cd483" ], "Date": [ - "Mon, 15 Feb 2021 10:42:18 GMT" + "Tue, 18 May 2021 17:00:54 GMT" ], "Content-Length": [ - "188" + "304" ], "Content-Type": [ "application/json" @@ -5700,17 +5690,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"866c7e9a-a9d0-4c8a-8525-039048473885\",\r\n \"name\": \"866c7e9a-a9d0-4c8a-8525-039048473885\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:08.3574824Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"name\": \"db6264fa-68cd-4d65-9f2d-ba5858a6029e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"endTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"bbbaf6a9-3434-4093-9184-f60dc9d0b1ff\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/866c7e9a-a9d0-4c8a-8525-039048473885?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzg2NmM3ZTlhLWE5ZDAtNGM4YS04NTI1LTAzOTA0ODQ3Mzg4NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/bbbaf6a9-3434-4093-9184-f60dc9d0b1ff?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2JiYmFmNmE5LTM0MzQtNDA5My05MTg0LWY2MGRjOWQwYjFmZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e25b8646-e3e7-427c-b5c9-e511e8fac489" + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "Accept-Language": [ "en-US" @@ -5718,8 +5708,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5729,39 +5719,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "027ebcd0-25ef-476a-8474-1ac6f981d558" + "42f38b1f-282d-4eb0-a09d-e90fcfbb2e3e" ], "x-ms-client-request-id": [ - "e25b8646-e3e7-427c-b5c9-e511e8fac489", - "e25b8646-e3e7-427c-b5c9-e511e8fac489" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "a176e42c-8845-4007-9f76-78780d0b71e8", + "a176e42c-8845-4007-9f76-78780d0b71e8" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "112" + "149" ], "x-ms-correlation-request-id": [ - "027ebcd0-25ef-476a-8474-1ac6f981d558" + "42f38b1f-282d-4eb0-a09d-e90fcfbb2e3e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104229Z:027ebcd0-25ef-476a-8474-1ac6f981d558" + "SOUTHINDIA:20210518T170054Z:42f38b1f-282d-4eb0-a09d-e90fcfbb2e3e" ], "Date": [ - "Mon, 15 Feb 2021 10:42:28 GMT" + "Tue, 18 May 2021 17:00:54 GMT" ], "Content-Length": [ - "304" + "840" ], "Content-Type": [ "application/json" @@ -5770,17 +5761,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"866c7e9a-a9d0-4c8a-8525-039048473885\",\r\n \"name\": \"866c7e9a-a9d0-4c8a-8525-039048473885\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:42:08.3574824Z\",\r\n \"endTime\": \"2021-02-15T10:42:08.3574824Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"5f3e5a20-383f-4fd6-87af-9e7103aa8edc\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/bbbaf6a9-3434-4093-9184-f60dc9d0b1ff\",\r\n \"name\": \"bbbaf6a9-3434-4093-9184-f60dc9d0b1ff\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT51.1939769S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm98efe0\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T17:00:01.2865725Z\",\r\n \"endTime\": \"2021-05-18T17:00:52.4805494Z\",\r\n \"activityId\": \"a176e42c-8845-4007-9f76-78780d0b71e8\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/866c7e9a-a9d0-4c8a-8525-039048473885?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzg2NmM3ZTlhLWE5ZDAtNGM4YS04NTI1LTAzOTA0ODQ3Mzg4NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e25b8646-e3e7-427c-b5c9-e511e8fac489" + "ed91e342-fb64-4194-b117-4e15d097315a" ], "Accept-Language": [ "en-US" @@ -5788,8 +5779,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5803,11 +5794,11 @@ "nosniff" ], "x-ms-request-id": [ - "308cf787-3961-41fc-94aa-8f2c063854c1" + "41675594-f22e-4cd1-8b8f-fd26dd52c5f0" ], "x-ms-client-request-id": [ - "e25b8646-e3e7-427c-b5c9-e511e8fac489", - "e25b8646-e3e7-427c-b5c9-e511e8fac489" + "ed91e342-fb64-4194-b117-4e15d097315a", + "ed91e342-fb64-4194-b117-4e15d097315a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5819,19 +5810,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "111" + "149" ], "x-ms-correlation-request-id": [ - "308cf787-3961-41fc-94aa-8f2c063854c1" + "41675594-f22e-4cd1-8b8f-fd26dd52c5f0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104229Z:308cf787-3961-41fc-94aa-8f2c063854c1" + "SOUTHINDIA:20210518T170056Z:41675594-f22e-4cd1-8b8f-fd26dd52c5f0" ], "Date": [ - "Mon, 15 Feb 2021 10:42:28 GMT" + "Tue, 18 May 2021 17:00:55 GMT" ], "Content-Length": [ - "304" + "1589" ], "Content-Type": [ "application/json" @@ -5840,17 +5831,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"866c7e9a-a9d0-4c8a-8525-039048473885\",\r\n \"name\": \"866c7e9a-a9d0-4c8a-8525-039048473885\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:42:08.3574824Z\",\r\n \"endTime\": \"2021-02-15T10:42:08.3574824Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"5f3e5a20-383f-4fd6-87af-9e7103aa8edc\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM98efe0\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\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\": \"17592251625958\",\r\n \"extendedProperties\": {\r\n \"diskExclusionProperties\": {\r\n \"diskLunList\": [\r\n 0,\r\n 1\r\n ],\r\n \"isInclusionList\": true\r\n }\r\n },\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/5f3e5a20-383f-4fd6-87af-9e7103aa8edc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzVmM2U1YTIwLTM4M2YtNGZkNi04N2FmLTllNzEwM2FhOGVkYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e25b8646-e3e7-427c-b5c9-e511e8fac489" + "8bc4ff90-86c8-416b-9ca6-039fa7bc595e" ], "Accept-Language": [ "en-US" @@ -5858,8 +5849,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5869,40 +5860,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "2776bcca-0aa9-4cb3-b688-cb3e1a08b48d" + "dfa02632-3678-4cff-93b9-7100c1e294fb" ], "x-ms-client-request-id": [ - "e25b8646-e3e7-427c-b5c9-e511e8fac489", - "e25b8646-e3e7-427c-b5c9-e511e8fac489" - ], - "X-Powered-By": [ - "ASP.NET" + "8bc4ff90-86c8-416b-9ca6-039fa7bc595e", + "8bc4ff90-86c8-416b-9ca6-039fa7bc595e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "54" + "148" ], "x-ms-correlation-request-id": [ - "2776bcca-0aa9-4cb3-b688-cb3e1a08b48d" + "dfa02632-3678-4cff-93b9-7100c1e294fb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104229Z:2776bcca-0aa9-4cb3-b688-cb3e1a08b48d" + "SOUTHINDIA:20210518T170113Z:dfa02632-3678-4cff-93b9-7100c1e294fb" ], "Date": [ - "Mon, 15 Feb 2021 10:42:29 GMT" + "Tue, 18 May 2021 17:01:12 GMT" ], "Content-Length": [ - "840" + "1590" ], "Content-Type": [ "application/json" @@ -5911,17 +5901,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/5f3e5a20-383f-4fd6-87af-9e7103aa8edc\",\r\n \"name\": \"5f3e5a20-383f-4fd6-87af-9e7103aa8edc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT10.9749647S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM63dd30\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T10:42:08.3574824Z\",\r\n \"endTime\": \"2021-02-15T10:42:19.3324471Z\",\r\n \"activityId\": \"e25b8646-e3e7-427c-b5c9-e511e8fac489\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM98efe0\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\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\": \"17592251625958\",\r\n \"extendedProperties\": {\r\n \"diskExclusionProperties\": {\r\n \"diskLunList\": [\r\n 1,\r\n 2\r\n ],\r\n \"isInclusionList\": false\r\n }\r\n },\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg63dd3447%3Bpstestvm63dd30/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg63dd3447%3Bpstestvm63dd30/backup?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc2M2RkMzQ0NyUzQnBzdGVzdHZtNjNkZDMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzYzZGQzNDQ3JTNCcHN0ZXN0dm02M2RkMzAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg98efe36e%3Bpstestvm98efe0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg98efe36e%3Bpstestvm98efe0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc5OGVmZTM2ZSUzQnBzdGVzdHZtOThlZmUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzk4ZWZlMzZlJTNCcHN0ZXN0dm05OGVmZTA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"extendedProperties\": {\r\n \"diskExclusionProperties\": {\r\n \"diskLunList\": [\r\n 1,\r\n 2\r\n ],\r\n \"isInclusionList\": false\r\n }\r\n },\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "Accept-Language": [ "en-US" @@ -5929,14 +5919,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "69" + "637" ] }, "ResponseHeaders": { @@ -5947,23 +5937,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/operationResults/81e4cf3a-3d8a-4495-a124-0aa78a918340?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/operationResults/8f7615d0-4ab4-4766-8f80-16c14e383d32?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/operationsStatus/81e4cf3a-3d8a-4495-a124-0aa78a918340?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/operationsStatus/8f7615d0-4ab4-4766-8f80-16c14e383d32?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c1016a3c-c42d-4412-805e-ea46ac1d79be" + "97f736ca-d2b6-4106-9b96-4f2160979b2b" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "f987cf5e-9f86-467b-ae81-46596b2058b8", + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5972,16 +5962,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-correlation-request-id": [ - "c1016a3c-c42d-4412-805e-ea46ac1d79be" + "97f736ca-d2b6-4106-9b96-4f2160979b2b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104230Z:c1016a3c-c42d-4412-805e-ea46ac1d79be" + "SOUTHINDIA:20210518T170056Z:97f736ca-d2b6-4106-9b96-4f2160979b2b" ], "Date": [ - "Mon, 15 Feb 2021 10:42:29 GMT" + "Tue, 18 May 2021 17:00:55 GMT" ], "Expires": [ "-1" @@ -5994,13 +5984,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/81e4cf3a-3d8a-4495-a124-0aa78a918340?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzgxZTRjZjNhLTNkOGEtNDQ5NS1hMTI0LTBhYTc4YTkxODM0MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/8f7615d0-4ab4-4766-8f80-16c14e383d32?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzhmNzYxNWQwLTRhYjQtNDc2Ni04ZjgwLTE2YzE0ZTM4M2QzMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "Accept-Language": [ "en-US" @@ -6008,8 +5998,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6023,11 +6013,11 @@ "nosniff" ], "x-ms-request-id": [ - "45be248f-1ac7-472a-b4e7-750be289721c" + "11a5c8c9-b761-4010-b147-186254ede4d5" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "f987cf5e-9f86-467b-ae81-46596b2058b8", + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6039,16 +6029,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "110" + "137" ], "x-ms-correlation-request-id": [ - "45be248f-1ac7-472a-b4e7-750be289721c" + "11a5c8c9-b761-4010-b147-186254ede4d5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104230Z:45be248f-1ac7-472a-b4e7-750be289721c" + "SOUTHINDIA:20210518T170056Z:11a5c8c9-b761-4010-b147-186254ede4d5" ], "Date": [ - "Mon, 15 Feb 2021 10:42:30 GMT" + "Tue, 18 May 2021 17:00:56 GMT" ], "Content-Length": [ "188" @@ -6060,17 +6050,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"81e4cf3a-3d8a-4495-a124-0aa78a918340\",\r\n \"name\": \"81e4cf3a-3d8a-4495-a124-0aa78a918340\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"8f7615d0-4ab4-4766-8f80-16c14e383d32\",\r\n \"name\": \"8f7615d0-4ab4-4766-8f80-16c14e383d32\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:00:56.5141821Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/81e4cf3a-3d8a-4495-a124-0aa78a918340?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzgxZTRjZjNhLTNkOGEtNDQ5NS1hMTI0LTBhYTc4YTkxODM0MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/8f7615d0-4ab4-4766-8f80-16c14e383d32?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzhmNzYxNWQwLTRhYjQtNDc2Ni04ZjgwLTE2YzE0ZTM4M2QzMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "Accept-Language": [ "en-US" @@ -6078,8 +6068,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6093,11 +6083,11 @@ "nosniff" ], "x-ms-request-id": [ - "95806d6d-5510-4ffe-89c0-2f3a6e38d1cb" + "d8d964cc-6cd8-41a2-84cf-2d73d0cfb4a5" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "f987cf5e-9f86-467b-ae81-46596b2058b8", + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6109,19 +6099,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "109" + "136" ], "x-ms-correlation-request-id": [ - "95806d6d-5510-4ffe-89c0-2f3a6e38d1cb" + "d8d964cc-6cd8-41a2-84cf-2d73d0cfb4a5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104240Z:95806d6d-5510-4ffe-89c0-2f3a6e38d1cb" + "SOUTHINDIA:20210518T170102Z:d8d964cc-6cd8-41a2-84cf-2d73d0cfb4a5" ], "Date": [ - "Mon, 15 Feb 2021 10:42:40 GMT" + "Tue, 18 May 2021 17:01:01 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -6130,17 +6120,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"81e4cf3a-3d8a-4495-a124-0aa78a918340\",\r\n \"name\": \"81e4cf3a-3d8a-4495-a124-0aa78a918340\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"endTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"8f7615d0-4ab4-4766-8f80-16c14e383d32\",\r\n \"name\": \"8f7615d0-4ab4-4766-8f80-16c14e383d32\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:00:56.5141821Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/81e4cf3a-3d8a-4495-a124-0aa78a918340?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzgxZTRjZjNhLTNkOGEtNDQ5NS1hMTI0LTBhYTc4YTkxODM0MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/8f7615d0-4ab4-4766-8f80-16c14e383d32?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzhmNzYxNWQwLTRhYjQtNDc2Ni04ZjgwLTE2YzE0ZTM4M2QzMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "Accept-Language": [ "en-US" @@ -6148,8 +6138,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6163,11 +6153,11 @@ "nosniff" ], "x-ms-request-id": [ - "f22303ce-eba4-4340-8ec8-0fbcbae97252" + "09ffa10f-c1ac-442a-83c8-e31f41516659" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "f987cf5e-9f86-467b-ae81-46596b2058b8", + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6179,19 +6169,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "108" + "135" ], "x-ms-correlation-request-id": [ - "f22303ce-eba4-4340-8ec8-0fbcbae97252" + "09ffa10f-c1ac-442a-83c8-e31f41516659" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104241Z:f22303ce-eba4-4340-8ec8-0fbcbae97252" + "SOUTHINDIA:20210518T170107Z:09ffa10f-c1ac-442a-83c8-e31f41516659" ], "Date": [ - "Mon, 15 Feb 2021 10:42:40 GMT" + "Tue, 18 May 2021 17:01:06 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -6200,17 +6190,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"81e4cf3a-3d8a-4495-a124-0aa78a918340\",\r\n \"name\": \"81e4cf3a-3d8a-4495-a124-0aa78a918340\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"endTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"8f7615d0-4ab4-4766-8f80-16c14e383d32\",\r\n \"name\": \"8f7615d0-4ab4-4766-8f80-16c14e383d32\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:00:56.5141821Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/8f7615d0-4ab4-4766-8f80-16c14e383d32?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzhmNzYxNWQwLTRhYjQtNDc2Ni04ZjgwLTE2YzE0ZTM4M2QzMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "Accept-Language": [ "en-US" @@ -6218,8 +6208,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6229,40 +6219,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "9772aa17-75a8-44c8-b152-24725692b4f2" + "e5ad7c40-c460-4170-bca2-4b0908cea725" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" - ], - "X-Powered-By": [ - "ASP.NET" + "f987cf5e-9f86-467b-ae81-46596b2058b8", + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "53" + "134" ], "x-ms-correlation-request-id": [ - "9772aa17-75a8-44c8-b152-24725692b4f2" + "e5ad7c40-c460-4170-bca2-4b0908cea725" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104241Z:9772aa17-75a8-44c8-b152-24725692b4f2" + "SOUTHINDIA:20210518T170112Z:e5ad7c40-c460-4170-bca2-4b0908cea725" ], "Date": [ - "Mon, 15 Feb 2021 10:42:41 GMT" + "Tue, 18 May 2021 17:01:11 GMT" ], "Content-Length": [ - "969" + "304" ], "Content-Type": [ "application/json" @@ -6271,17 +6260,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT10.8933321S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"8f7615d0-4ab4-4766-8f80-16c14e383d32\",\r\n \"name\": \"8f7615d0-4ab4-4766-8f80-16c14e383d32\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:00:56.5141821Z\",\r\n \"endTime\": \"2021-05-18T17:00:56.5141821Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cf076a5a-e9d9-451c-ac00-4aaa131925f1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/8f7615d0-4ab4-4766-8f80-16c14e383d32?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzhmNzYxNWQwLTRhYjQtNDc2Ni04ZjgwLTE2YzE0ZTM4M2QzMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "Accept-Language": [ "en-US" @@ -6289,8 +6278,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6300,40 +6289,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "2458cb16-faba-4d25-a6e4-3e62dd9b4561" + "68e44961-95a9-45eb-be52-f73de5a4eca5" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" - ], - "X-Powered-By": [ - "ASP.NET" + "f987cf5e-9f86-467b-ae81-46596b2058b8", + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "52" + "133" ], "x-ms-correlation-request-id": [ - "2458cb16-faba-4d25-a6e4-3e62dd9b4561" + "68e44961-95a9-45eb-be52-f73de5a4eca5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104242Z:2458cb16-faba-4d25-a6e4-3e62dd9b4561" + "SOUTHINDIA:20210518T170112Z:68e44961-95a9-45eb-be52-f73de5a4eca5" ], "Date": [ - "Mon, 15 Feb 2021 10:42:41 GMT" + "Tue, 18 May 2021 17:01:11 GMT" ], "Content-Length": [ - "969" + "304" ], "Content-Type": [ "application/json" @@ -6342,17 +6330,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT11.2730138S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"8f7615d0-4ab4-4766-8f80-16c14e383d32\",\r\n \"name\": \"8f7615d0-4ab4-4766-8f80-16c14e383d32\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:00:56.5141821Z\",\r\n \"endTime\": \"2021-05-18T17:00:56.5141821Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cf076a5a-e9d9-451c-ac00-4aaa131925f1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/cf076a5a-e9d9-451c-ac00-4aaa131925f1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2NmMDc2YTVhLWU5ZDktNDUxYy1hYzAwLTRhYWExMzE5MjVmMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "Accept-Language": [ "en-US" @@ -6360,8 +6348,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6379,11 +6367,11 @@ "nosniff" ], "x-ms-request-id": [ - "81074641-e6f2-4134-b294-1b5672e57c16" + "30c8440c-b177-4468-bc78-7a15de02e638" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "f987cf5e-9f86-467b-ae81-46596b2058b8", + "f987cf5e-9f86-467b-ae81-46596b2058b8" ], "X-Powered-By": [ "ASP.NET" @@ -6392,19 +6380,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "51" + "148" ], "x-ms-correlation-request-id": [ - "81074641-e6f2-4134-b294-1b5672e57c16" + "30c8440c-b177-4468-bc78-7a15de02e638" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104342Z:81074641-e6f2-4134-b294-1b5672e57c16" + "SOUTHINDIA:20210518T170112Z:30c8440c-b177-4468-bc78-7a15de02e638" ], "Date": [ - "Mon, 15 Feb 2021 10:43:41 GMT" + "Tue, 18 May 2021 17:01:12 GMT" ], "Content-Length": [ - "971" + "840" ], "Content-Type": [ "application/json" @@ -6413,17 +6401,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT1M11.8128732S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/cf076a5a-e9d9-451c-ac00-4aaa131925f1\",\r\n \"name\": \"cf076a5a-e9d9-451c-ac00-4aaa131925f1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT11.4383824S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM98efe0\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T17:00:56.5141821Z\",\r\n \"endTime\": \"2021-05-18T17:01:07.9525645Z\",\r\n \"activityId\": \"f987cf5e-9f86-467b-ae81-46596b2058b8\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg98efe36e%3Bpstestvm98efe0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg98efe36e%3Bpstestvm98efe0/backup?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc5OGVmZTM2ZSUzQnBzdGVzdHZtOThlZmUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzk4ZWZlMzZlJTNCcHN0ZXN0dm05OGVmZTAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -6431,8 +6419,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "69" ] }, "ResponseHeaders": { @@ -6442,59 +6436,61 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/operationResults/42690ec3-999f-4025-ae04-96032345b880?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/operationsStatus/42690ec3-999f-4025-ae04-96032345b880?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "af06677c-cdc8-43dc-9eba-6175534ec532" + "840f3391-14c3-4fce-bcae-865fcfdc5575" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" - ], - "X-Powered-By": [ - "ASP.NET" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "50" + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "af06677c-cdc8-43dc-9eba-6175534ec532" + "840f3391-14c3-4fce-bcae-865fcfdc5575" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104442Z:af06677c-cdc8-43dc-9eba-6175534ec532" + "SOUTHINDIA:20210518T170113Z:840f3391-14c3-4fce-bcae-865fcfdc5575" ], "Date": [ - "Mon, 15 Feb 2021 10:44:42 GMT" - ], - "Content-Length": [ - "971" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 17:01:12 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT2M12.2104731S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/42690ec3-999f-4025-ae04-96032345b880?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzQyNjkwZWMzLTk5OWYtNDAyNS1hZTA0LTk2MDMyMzQ1Yjg4MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -6502,8 +6498,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6513,40 +6509,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "88d7c0f7-b57b-4de1-bb5e-e51baaf1d2c8" + "1e922f63-44f3-42b0-9a78-813959520c2f" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" - ], - "X-Powered-By": [ - "ASP.NET" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "59" + "132" ], "x-ms-correlation-request-id": [ - "88d7c0f7-b57b-4de1-bb5e-e51baaf1d2c8" + "1e922f63-44f3-42b0-9a78-813959520c2f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104543Z:88d7c0f7-b57b-4de1-bb5e-e51baaf1d2c8" + "SOUTHINDIA:20210518T170113Z:1e922f63-44f3-42b0-9a78-813959520c2f" ], "Date": [ - "Mon, 15 Feb 2021 10:45:43 GMT" + "Tue, 18 May 2021 17:01:12 GMT" ], "Content-Length": [ - "971" + "188" ], "Content-Type": [ "application/json" @@ -6555,17 +6550,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT3M13.0417882S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"42690ec3-999f-4025-ae04-96032345b880\",\r\n \"name\": \"42690ec3-999f-4025-ae04-96032345b880\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/42690ec3-999f-4025-ae04-96032345b880?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzQyNjkwZWMzLTk5OWYtNDAyNS1hZTA0LTk2MDMyMzQ1Yjg4MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -6573,8 +6568,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6584,40 +6579,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "5b3da22b-6680-4ebb-b46d-663c16c4b1c2" + "14da042f-80de-4ac3-91ef-3cbd6b339e29" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" - ], - "X-Powered-By": [ - "ASP.NET" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "58" + "131" ], "x-ms-correlation-request-id": [ - "5b3da22b-6680-4ebb-b46d-663c16c4b1c2" + "14da042f-80de-4ac3-91ef-3cbd6b339e29" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104644Z:5b3da22b-6680-4ebb-b46d-663c16c4b1c2" + "SOUTHINDIA:20210518T170118Z:14da042f-80de-4ac3-91ef-3cbd6b339e29" ], "Date": [ - "Mon, 15 Feb 2021 10:46:44 GMT" + "Tue, 18 May 2021 17:01:18 GMT" ], "Content-Length": [ - "971" + "304" ], "Content-Type": [ "application/json" @@ -6626,17 +6620,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT4M13.8552096S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"42690ec3-999f-4025-ae04-96032345b880\",\r\n \"name\": \"42690ec3-999f-4025-ae04-96032345b880\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"endTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/42690ec3-999f-4025-ae04-96032345b880?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzQyNjkwZWMzLTk5OWYtNDAyNS1hZTA0LTk2MDMyMzQ1Yjg4MD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -6644,8 +6638,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6655,40 +6649,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "1f1d99a3-5506-4564-b741-5f5c8864090b" + "908689a8-24fe-4eca-892f-079a49f007f4" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" - ], - "X-Powered-By": [ - "ASP.NET" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "57" + "130" ], "x-ms-correlation-request-id": [ - "1f1d99a3-5506-4564-b741-5f5c8864090b" + "908689a8-24fe-4eca-892f-079a49f007f4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104745Z:1f1d99a3-5506-4564-b741-5f5c8864090b" + "SOUTHINDIA:20210518T170119Z:908689a8-24fe-4eca-892f-079a49f007f4" ], "Date": [ - "Mon, 15 Feb 2021 10:47:45 GMT" + "Tue, 18 May 2021 17:01:18 GMT" ], "Content-Length": [ - "971" + "304" ], "Content-Type": [ "application/json" @@ -6697,17 +6690,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT5M14.6157192S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"42690ec3-999f-4025-ae04-96032345b880\",\r\n \"name\": \"42690ec3-999f-4025-ae04-96032345b880\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"endTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -6715,8 +6708,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6734,11 +6727,11 @@ "nosniff" ], "x-ms-request-id": [ - "1d576ab5-8f21-4f95-8755-3974f90bcccb" + "07b96af4-1c1b-45df-8f38-80a83ef128a9" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -6747,19 +6740,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "56" + "147" ], "x-ms-correlation-request-id": [ - "1d576ab5-8f21-4f95-8755-3974f90bcccb" + "07b96af4-1c1b-45df-8f38-80a83ef128a9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104846Z:1d576ab5-8f21-4f95-8755-3974f90bcccb" + "SOUTHINDIA:20210518T170119Z:07b96af4-1c1b-45df-8f38-80a83ef128a9" ], "Date": [ - "Mon, 15 Feb 2021 10:48:45 GMT" + "Tue, 18 May 2021 17:01:18 GMT" ], "Content-Length": [ - "971" + "968" ], "Content-Type": [ "application/json" @@ -6768,17 +6761,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT6M15.4009914S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT5.7199457S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -6786,8 +6779,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6805,11 +6798,11 @@ "nosniff" ], "x-ms-request-id": [ - "ffa1c9a2-ec6e-4a9b-a9ba-707bec6d201b" + "2fd0afae-6a70-4cfa-b5df-410e38595b78" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -6818,19 +6811,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "55" + "146" ], "x-ms-correlation-request-id": [ - "ffa1c9a2-ec6e-4a9b-a9ba-707bec6d201b" + "2fd0afae-6a70-4cfa-b5df-410e38595b78" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T104947Z:ffa1c9a2-ec6e-4a9b-a9ba-707bec6d201b" + "SOUTHINDIA:20210518T170119Z:2fd0afae-6a70-4cfa-b5df-410e38595b78" ], "Date": [ - "Mon, 15 Feb 2021 10:49:46 GMT" + "Tue, 18 May 2021 17:01:19 GMT" ], "Content-Length": [ - "971" + "968" ], "Content-Type": [ "application/json" @@ -6839,17 +6832,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT7M16.2702871S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT6.1399314S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -6857,8 +6850,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6876,11 +6869,11 @@ "nosniff" ], "x-ms-request-id": [ - "ae71046e-64b5-464d-b317-e138328d030e" + "d5a18262-57d6-4991-a9da-d1287987c20f" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -6889,19 +6882,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "63" + "145" ], "x-ms-correlation-request-id": [ - "ae71046e-64b5-464d-b317-e138328d030e" + "d5a18262-57d6-4991-a9da-d1287987c20f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T105047Z:ae71046e-64b5-464d-b317-e138328d030e" + "SOUTHINDIA:20210518T170150Z:d5a18262-57d6-4991-a9da-d1287987c20f" ], "Date": [ - "Mon, 15 Feb 2021 10:50:47 GMT" + "Tue, 18 May 2021 17:01:50 GMT" ], "Content-Length": [ - "970" + "969" ], "Content-Type": [ "application/json" @@ -6910,17 +6903,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT8M17.0947824S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT36.4904238S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -6928,8 +6921,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6947,11 +6940,11 @@ "nosniff" ], "x-ms-request-id": [ - "9375cc66-71bc-48b4-9beb-3561a0bec75e" + "916e2b5e-b747-4871-9799-5402ec9ac67c" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -6960,16 +6953,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "62" + "144" ], "x-ms-correlation-request-id": [ - "9375cc66-71bc-48b4-9beb-3561a0bec75e" + "916e2b5e-b747-4871-9799-5402ec9ac67c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T105148Z:9375cc66-71bc-48b4-9beb-3561a0bec75e" + "SOUTHINDIA:20210518T170220Z:916e2b5e-b747-4871-9799-5402ec9ac67c" ], "Date": [ - "Mon, 15 Feb 2021 10:51:48 GMT" + "Tue, 18 May 2021 17:02:20 GMT" ], "Content-Length": [ "970" @@ -6981,17 +6974,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT9M17.8971947S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT1M6.8484221S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -6999,8 +6992,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7018,11 +7011,11 @@ "nosniff" ], "x-ms-request-id": [ - "de7bca85-eae7-4fa0-8266-548806892ac4" + "c81ae9c2-afd0-41d0-8920-1d9ce7c156e8" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7031,16 +7024,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "61" + "143" ], "x-ms-correlation-request-id": [ - "de7bca85-eae7-4fa0-8266-548806892ac4" + "c81ae9c2-afd0-41d0-8920-1d9ce7c156e8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T105249Z:de7bca85-eae7-4fa0-8266-548806892ac4" + "SOUTHINDIA:20210518T170250Z:c81ae9c2-afd0-41d0-8920-1d9ce7c156e8" ], "Date": [ - "Mon, 15 Feb 2021 10:52:49 GMT" + "Tue, 18 May 2021 17:02:50 GMT" ], "Content-Length": [ "971" @@ -7052,17 +7045,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT10M18.7799637S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT1M37.1949244S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7070,8 +7063,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7089,11 +7082,11 @@ "nosniff" ], "x-ms-request-id": [ - "3db0f4b9-c2bd-4ddf-a2ce-e4330295a5d0" + "14b7174e-7220-43aa-95fb-7c93327cfe37" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7102,19 +7095,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "60" + "142" ], "x-ms-correlation-request-id": [ - "3db0f4b9-c2bd-4ddf-a2ce-e4330295a5d0" + "14b7174e-7220-43aa-95fb-7c93327cfe37" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T105350Z:3db0f4b9-c2bd-4ddf-a2ce-e4330295a5d0" + "SOUTHINDIA:20210518T170321Z:14b7174e-7220-43aa-95fb-7c93327cfe37" ], "Date": [ - "Mon, 15 Feb 2021 10:53:49 GMT" + "Tue, 18 May 2021 17:03:21 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7123,17 +7116,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT11M19.6851577S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT2M7.6539999S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7141,8 +7134,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7160,11 +7153,11 @@ "nosniff" ], "x-ms-request-id": [ - "2bd67706-77a1-461f-a74f-c98720e123ba" + "522690b3-f43c-4782-a28e-454d045d4f9c" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7173,19 +7166,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "59" + "141" ], "x-ms-correlation-request-id": [ - "2bd67706-77a1-461f-a74f-c98720e123ba" + "522690b3-f43c-4782-a28e-454d045d4f9c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T105451Z:2bd67706-77a1-461f-a74f-c98720e123ba" + "SOUTHINDIA:20210518T170351Z:522690b3-f43c-4782-a28e-454d045d4f9c" ], "Date": [ - "Mon, 15 Feb 2021 10:54:51 GMT" + "Tue, 18 May 2021 17:03:51 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -7194,17 +7187,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT12M20.419997S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT2M38.1255579S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7212,8 +7205,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7231,11 +7224,11 @@ "nosniff" ], "x-ms-request-id": [ - "c489bafc-9211-4135-9b5f-25a49ca5525d" + "63418b39-efc7-412e-8e16-e00b8bda06a0" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7244,16 +7237,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "68" + "140" ], "x-ms-correlation-request-id": [ - "c489bafc-9211-4135-9b5f-25a49ca5525d" + "63418b39-efc7-412e-8e16-e00b8bda06a0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T105551Z:c489bafc-9211-4135-9b5f-25a49ca5525d" + "SOUTHINDIA:20210518T170422Z:63418b39-efc7-412e-8e16-e00b8bda06a0" ], "Date": [ - "Mon, 15 Feb 2021 10:55:50 GMT" + "Tue, 18 May 2021 17:04:21 GMT" ], "Content-Length": [ "969" @@ -7265,17 +7258,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT13M20.88485S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT3M8.784451S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7283,8 +7276,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7302,11 +7295,11 @@ "nosniff" ], "x-ms-request-id": [ - "de39ce9c-9b70-487d-a49d-0b154f03ad84" + "6c78e43b-3ce1-4575-b7ea-ab3018d50d65" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7315,16 +7308,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "67" + "139" ], "x-ms-correlation-request-id": [ - "de39ce9c-9b70-487d-a49d-0b154f03ad84" + "6c78e43b-3ce1-4575-b7ea-ab3018d50d65" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T105652Z:de39ce9c-9b70-487d-a49d-0b154f03ad84" + "SOUTHINDIA:20210518T170453Z:6c78e43b-3ce1-4575-b7ea-ab3018d50d65" ], "Date": [ - "Mon, 15 Feb 2021 10:56:51 GMT" + "Tue, 18 May 2021 17:04:52 GMT" ], "Content-Length": [ "971" @@ -7336,17 +7329,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT14M21.2993875S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT3M39.4065211S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7354,8 +7347,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7373,11 +7366,11 @@ "nosniff" ], "x-ms-request-id": [ - "fc1b0be1-e901-4f8c-9a0a-eca697bbc019" + "c33c9e92-9404-49f8-ac8d-986794e593d1" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7386,19 +7379,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "66" + "138" ], "x-ms-correlation-request-id": [ - "fc1b0be1-e901-4f8c-9a0a-eca697bbc019" + "c33c9e92-9404-49f8-ac8d-986794e593d1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T105752Z:fc1b0be1-e901-4f8c-9a0a-eca697bbc019" + "SOUTHINDIA:20210518T170523Z:c33c9e92-9404-49f8-ac8d-986794e593d1" ], "Date": [ - "Mon, 15 Feb 2021 10:57:52 GMT" + "Tue, 18 May 2021 17:05:22 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7407,17 +7400,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT15M21.7922727S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT4M9.7684857S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7425,8 +7418,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7444,11 +7437,11 @@ "nosniff" ], "x-ms-request-id": [ - "88980e75-a394-45cd-a33f-40f04230bc11" + "137c4d11-54d3-4ce2-aecb-7e67fcdee199" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7457,16 +7450,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "65" + "137" ], "x-ms-correlation-request-id": [ - "88980e75-a394-45cd-a33f-40f04230bc11" + "137c4d11-54d3-4ce2-aecb-7e67fcdee199" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T105852Z:88980e75-a394-45cd-a33f-40f04230bc11" + "SOUTHINDIA:20210518T170554Z:137c4d11-54d3-4ce2-aecb-7e67fcdee199" ], "Date": [ - "Mon, 15 Feb 2021 10:58:52 GMT" + "Tue, 18 May 2021 17:05:53 GMT" ], "Content-Length": [ "971" @@ -7478,17 +7471,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT16M22.2376407S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT4M40.2471744S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7496,8 +7489,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7515,11 +7508,11 @@ "nosniff" ], "x-ms-request-id": [ - "b0686870-f569-406c-9205-fb6788a7993d" + "8de0ecd3-057d-4315-bc79-56d6e6644422" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7528,16 +7521,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "64" + "136" ], "x-ms-correlation-request-id": [ - "b0686870-f569-406c-9205-fb6788a7993d" + "8de0ecd3-057d-4315-bc79-56d6e6644422" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T105954Z:b0686870-f569-406c-9205-fb6788a7993d" + "SOUTHINDIA:20210518T170624Z:8de0ecd3-057d-4315-bc79-56d6e6644422" ], "Date": [ - "Mon, 15 Feb 2021 10:59:54 GMT" + "Tue, 18 May 2021 17:06:24 GMT" ], "Content-Length": [ "971" @@ -7549,17 +7542,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT17M23.5450293S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT5M10.6563842S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7567,8 +7560,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7586,11 +7579,11 @@ "nosniff" ], "x-ms-request-id": [ - "a07825ca-d296-4439-9c7e-ff410e2cbb37" + "b5df3247-2e4b-45bc-a0fc-b903e76de681" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7599,16 +7592,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "73" + "135" ], "x-ms-correlation-request-id": [ - "a07825ca-d296-4439-9c7e-ff410e2cbb37" + "b5df3247-2e4b-45bc-a0fc-b903e76de681" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T110055Z:a07825ca-d296-4439-9c7e-ff410e2cbb37" + "SOUTHINDIA:20210518T170654Z:b5df3247-2e4b-45bc-a0fc-b903e76de681" ], "Date": [ - "Mon, 15 Feb 2021 11:00:55 GMT" + "Tue, 18 May 2021 17:06:54 GMT" ], "Content-Length": [ "971" @@ -7620,17 +7613,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT18M24.5109231S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT5M41.0439465S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7638,8 +7631,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7657,11 +7650,11 @@ "nosniff" ], "x-ms-request-id": [ - "ed3161fa-22d4-4f62-9d91-aa5dbc6c7cbe" + "ef444db2-6c7c-4a61-b23f-7618c64cd961" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7670,16 +7663,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "72" + "134" ], "x-ms-correlation-request-id": [ - "ed3161fa-22d4-4f62-9d91-aa5dbc6c7cbe" + "ef444db2-6c7c-4a61-b23f-7618c64cd961" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T110156Z:ed3161fa-22d4-4f62-9d91-aa5dbc6c7cbe" + "SOUTHINDIA:20210518T170725Z:ef444db2-6c7c-4a61-b23f-7618c64cd961" ], "Date": [ - "Mon, 15 Feb 2021 11:01:55 GMT" + "Tue, 18 May 2021 17:07:24 GMT" ], "Content-Length": [ "971" @@ -7691,17 +7684,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT19M25.2703644S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT6M11.5598261S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7709,8 +7702,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7728,11 +7721,11 @@ "nosniff" ], "x-ms-request-id": [ - "9803f278-441b-4b0d-b022-ef8e45e5e3c0" + "094649f4-fda5-4837-a346-440372f8ea54" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7741,16 +7734,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "71" + "133" ], "x-ms-correlation-request-id": [ - "9803f278-441b-4b0d-b022-ef8e45e5e3c0" + "094649f4-fda5-4837-a346-440372f8ea54" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T110256Z:9803f278-441b-4b0d-b022-ef8e45e5e3c0" + "SOUTHINDIA:20210518T170755Z:094649f4-fda5-4837-a346-440372f8ea54" ], "Date": [ - "Mon, 15 Feb 2021 11:02:56 GMT" + "Tue, 18 May 2021 17:07:55 GMT" ], "Content-Length": [ "971" @@ -7762,17 +7755,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT20M26.1111634S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT6M41.9874592S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7780,8 +7773,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7799,11 +7792,11 @@ "nosniff" ], "x-ms-request-id": [ - "6ca9e49f-3489-4291-8dd6-b2c450893b0f" + "ae8b07c8-b1b1-458b-b515-49f1ecabfeb6" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7812,16 +7805,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "70" + "132" ], "x-ms-correlation-request-id": [ - "6ca9e49f-3489-4291-8dd6-b2c450893b0f" + "ae8b07c8-b1b1-458b-b515-49f1ecabfeb6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T110357Z:6ca9e49f-3489-4291-8dd6-b2c450893b0f" + "SOUTHINDIA:20210518T170826Z:ae8b07c8-b1b1-458b-b515-49f1ecabfeb6" ], "Date": [ - "Mon, 15 Feb 2021 11:03:57 GMT" + "Tue, 18 May 2021 17:08:25 GMT" ], "Content-Length": [ "971" @@ -7833,17 +7826,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT21M26.9355967S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT7M12.4035416S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7851,8 +7844,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7870,11 +7863,11 @@ "nosniff" ], "x-ms-request-id": [ - "da59b66c-b2cc-47bc-820f-b52addece25b" + "aa60a316-6dc3-4805-aa33-e94e0c60d5f3" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7883,19 +7876,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "69" + "131" ], "x-ms-correlation-request-id": [ - "da59b66c-b2cc-47bc-820f-b52addece25b" + "aa60a316-6dc3-4805-aa33-e94e0c60d5f3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T110458Z:da59b66c-b2cc-47bc-820f-b52addece25b" + "SOUTHINDIA:20210518T170856Z:aa60a316-6dc3-4805-aa33-e94e0c60d5f3" ], "Date": [ - "Mon, 15 Feb 2021 11:04:58 GMT" + "Tue, 18 May 2021 17:08:55 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -7904,17 +7897,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT22M27.4892964S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT7M42.799129S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7922,8 +7915,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7941,11 +7934,11 @@ "nosniff" ], "x-ms-request-id": [ - "879621ab-de21-4049-8f79-3b429119228c" + "be78b108-6fe4-40a7-a0ae-ffe9d4b5a4ec" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -7954,19 +7947,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "78" + "130" ], "x-ms-correlation-request-id": [ - "879621ab-de21-4049-8f79-3b429119228c" + "be78b108-6fe4-40a7-a0ae-ffe9d4b5a4ec" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T110558Z:879621ab-de21-4049-8f79-3b429119228c" + "SOUTHINDIA:20210518T170927Z:be78b108-6fe4-40a7-a0ae-ffe9d4b5a4ec" ], "Date": [ - "Mon, 15 Feb 2021 11:05:58 GMT" + "Tue, 18 May 2021 17:09:26 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7975,17 +7968,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT23M28.1785936S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT8M13.4794489S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -7993,8 +7986,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8012,11 +8005,11 @@ "nosniff" ], "x-ms-request-id": [ - "6bc65c3b-6970-471a-a607-ffd94e3f1916" + "d26ead09-8ecc-4add-83c6-4096bb9d3a66" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -8025,19 +8018,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "77" + "129" ], "x-ms-correlation-request-id": [ - "6bc65c3b-6970-471a-a607-ffd94e3f1916" + "d26ead09-8ecc-4add-83c6-4096bb9d3a66" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T110659Z:6bc65c3b-6970-471a-a607-ffd94e3f1916" + "SOUTHINDIA:20210518T170957Z:d26ead09-8ecc-4add-83c6-4096bb9d3a66" ], "Date": [ - "Mon, 15 Feb 2021 11:06:59 GMT" + "Tue, 18 May 2021 17:09:56 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -8046,17 +8039,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT24M29.0296637S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT8M43.8642772S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -8064,8 +8057,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8083,11 +8076,11 @@ "nosniff" ], "x-ms-request-id": [ - "0299428c-d5e7-43a0-a0f2-73bd07e4537e" + "a1fb2384-b3f0-499c-98dd-442fa36492f6" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -8096,19 +8089,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "76" + "128" ], "x-ms-correlation-request-id": [ - "0299428c-d5e7-43a0-a0f2-73bd07e4537e" + "a1fb2384-b3f0-499c-98dd-442fa36492f6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T110800Z:0299428c-d5e7-43a0-a0f2-73bd07e4537e" + "SOUTHINDIA:20210518T171028Z:a1fb2384-b3f0-499c-98dd-442fa36492f6" ], "Date": [ - "Mon, 15 Feb 2021 11:07:59 GMT" + "Tue, 18 May 2021 17:10:27 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -8117,17 +8110,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT25M29.5820678S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT9M14.2943814S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -8135,8 +8128,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8154,11 +8147,11 @@ "nosniff" ], "x-ms-request-id": [ - "1899413b-bccf-4308-90a5-0f2a4cc3d22f" + "746b226b-d5d2-461a-8336-0af285f1d7f4" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -8167,19 +8160,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "75" + "127" ], "x-ms-correlation-request-id": [ - "1899413b-bccf-4308-90a5-0f2a4cc3d22f" + "746b226b-d5d2-461a-8336-0af285f1d7f4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T110901Z:1899413b-bccf-4308-90a5-0f2a4cc3d22f" + "SOUTHINDIA:20210518T171058Z:746b226b-d5d2-461a-8336-0af285f1d7f4" ], "Date": [ - "Mon, 15 Feb 2021 11:09:00 GMT" + "Tue, 18 May 2021 17:10:58 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -8188,17 +8181,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT26M30.4878372S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT9M44.6807011S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -8206,8 +8199,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8225,11 +8218,11 @@ "nosniff" ], "x-ms-request-id": [ - "343b4a19-f302-43cb-b668-78a5381ae620" + "3e2b17aa-592d-441d-b385-6a6e3480ea7c" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -8238,16 +8231,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "84" + "126" ], "x-ms-correlation-request-id": [ - "343b4a19-f302-43cb-b668-78a5381ae620" + "3e2b17aa-592d-441d-b385-6a6e3480ea7c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111002Z:343b4a19-f302-43cb-b668-78a5381ae620" + "SOUTHINDIA:20210518T171128Z:3e2b17aa-592d-441d-b385-6a6e3480ea7c" ], "Date": [ - "Mon, 15 Feb 2021 11:10:01 GMT" + "Tue, 18 May 2021 17:11:28 GMT" ], "Content-Length": [ "971" @@ -8259,17 +8252,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT27M31.3796132S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT10M15.1120403S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -8277,8 +8270,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8296,11 +8289,11 @@ "nosniff" ], "x-ms-request-id": [ - "96f95f22-91e7-4690-9d79-8c4a7b5c823b" + "03ac34b4-b188-48fc-98b3-6df7b8ab410c" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -8309,16 +8302,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "83" + "125" ], "x-ms-correlation-request-id": [ - "96f95f22-91e7-4690-9d79-8c4a7b5c823b" + "03ac34b4-b188-48fc-98b3-6df7b8ab410c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111102Z:96f95f22-91e7-4690-9d79-8c4a7b5c823b" + "SOUTHINDIA:20210518T171159Z:03ac34b4-b188-48fc-98b3-6df7b8ab410c" ], "Date": [ - "Mon, 15 Feb 2021 11:11:02 GMT" + "Tue, 18 May 2021 17:11:58 GMT" ], "Content-Length": [ "971" @@ -8330,17 +8323,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT28M32.2222715S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT10M45.4596352S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -8348,8 +8341,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8367,11 +8360,11 @@ "nosniff" ], "x-ms-request-id": [ - "269596e3-5893-401a-aeee-5f0aceedec9f" + "45399e71-fb3d-44ba-aac3-57f69265d1e1" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -8380,16 +8373,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "82" + "124" ], "x-ms-correlation-request-id": [ - "269596e3-5893-401a-aeee-5f0aceedec9f" + "45399e71-fb3d-44ba-aac3-57f69265d1e1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111203Z:269596e3-5893-401a-aeee-5f0aceedec9f" + "SOUTHINDIA:20210518T171229Z:45399e71-fb3d-44ba-aac3-57f69265d1e1" ], "Date": [ - "Mon, 15 Feb 2021 11:12:03 GMT" + "Tue, 18 May 2021 17:12:29 GMT" ], "Content-Length": [ "971" @@ -8401,17 +8394,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT29M32.7470345S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT11M15.9056211S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -8419,8 +8412,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8438,11 +8431,11 @@ "nosniff" ], "x-ms-request-id": [ - "578d9bd6-4cb7-4567-ba65-d203be7a1b66" + "b6d5bda8-6439-41b5-8e7e-d6e3f73561b0" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -8451,19 +8444,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "81" + "123" ], "x-ms-correlation-request-id": [ - "578d9bd6-4cb7-4567-ba65-d203be7a1b66" + "b6d5bda8-6439-41b5-8e7e-d6e3f73561b0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111304Z:578d9bd6-4cb7-4567-ba65-d203be7a1b66" + "SOUTHINDIA:20210518T171300Z:b6d5bda8-6439-41b5-8e7e-d6e3f73561b0" ], "Date": [ - "Mon, 15 Feb 2021 11:13:04 GMT" + "Tue, 18 May 2021 17:12:59 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -8472,17 +8465,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT30M33.5191939S\",\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\": \"pstestvm63dd30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT11M46.309663S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA0ZDZiZDRjLTdhZDctNDQ3MS1hODZkLTY2NTg3MjNmYTA2NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -8490,8 +8483,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8509,11 +8502,11 @@ "nosniff" ], "x-ms-request-id": [ - "ba6dd079-4d5c-4fd2-bd92-79b6a01ea487" + "21fe0a59-02c9-494f-9ec7-34f28013095e" ], "x-ms-client-request-id": [ - "f9db8041-203f-47c3-a7e7-be37760a6f87", - "f9db8041-203f-47c3-a7e7-be37760a6f87" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -8522,19 +8515,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "80" + "122" ], "x-ms-correlation-request-id": [ - "ba6dd079-4d5c-4fd2-bd92-79b6a01ea487" + "21fe0a59-02c9-494f-9ec7-34f28013095e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111404Z:ba6dd079-4d5c-4fd2-bd92-79b6a01ea487" + "SOUTHINDIA:20210518T171330Z:21fe0a59-02c9-494f-9ec7-34f28013095e" ], "Date": [ - "Mon, 15 Feb 2021 11:14:04 GMT" + "Tue, 18 May 2021 17:13:29 GMT" ], "Content-Length": [ - "1155" + "971" ], "Content-Type": [ "application/json" @@ -8543,17 +8536,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"name\": \"04d6bd4c-7ad7-4471-a86d-6658723fa065\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT31M14.1984982S\",\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\": \"pstestvm63dd30\",\r\n \"Backup Size\": \"11658 MB\",\r\n \"Backed-up disk(s)\": \"PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e; disk1\",\r\n \"Excluded disk(s)\": \"disk2; disk3\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T10:42:30.3011254Z\",\r\n \"endTime\": \"2021-02-15T11:13:44.4996236Z\",\r\n \"activityId\": \"f9db8041-203f-47c3-a7e7-be37760a6f87\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT12M16.7661868S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg63dd3447%3Bpstestvm63dd30/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg63dd3447%3Bpstestvm63dd30/recoveryPoints?$filter=startDate%20eq%20'2021-02-15%2010:41:30%20AM'%20and%20endDate%20eq%20'2021-02-15%2011:14:44%20AM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc2M2RkMzQ0NyUzQnBzdGVzdHZtNjNkZDMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzYzZGQzNDQ3JTNCcHN0ZXN0dm02M2RkMzAvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTAyLTE1JTIwMTA6NDE6MzAlMjBBTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wMi0xNSUyMDExOjE0OjQ0JTIwQU0nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8864dff4-7915-4db4-9e1a-d92458a962ce" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -8561,8 +8554,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8572,39 +8565,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "1ae346d8-2b7a-4992-9f33-4cd0d66d5881" + "ef0dc310-9f5b-421f-89bd-0a2f82fc3bac" ], "x-ms-client-request-id": [ - "8864dff4-7915-4db4-9e1a-d92458a962ce", - "8864dff4-7915-4db4-9e1a-d92458a962ce" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "121" ], "x-ms-correlation-request-id": [ - "1ae346d8-2b7a-4992-9f33-4cd0d66d5881" + "ef0dc310-9f5b-421f-89bd-0a2f82fc3bac" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111405Z:1ae346d8-2b7a-4992-9f33-4cd0d66d5881" + "SOUTHINDIA:20210518T171401Z:ef0dc310-9f5b-421f-89bd-0a2f82fc3bac" ], "Date": [ - "Mon, 15 Feb 2021 11:14:04 GMT" + "Tue, 18 May 2021 17:14:00 GMT" ], "Content-Length": [ - "1356" + "971" ], "Content-Type": [ "application/json" @@ -8613,17 +8607,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/recoveryPoints/80426274350750\",\r\n \"name\": \"80426274350750\",\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-15T10:42:34.7706449Z\",\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\": true,\r\n \"virtualMachineSize\": \"Standard_D1_v2\",\r\n \"originalStorageAccountOption\": false,\r\n \"osType\": \"Windows\",\r\n \"recoveryPointDiskConfiguration\": {\r\n \"numberOfDisksIncludedInBackup\": 2,\r\n \"numberOfDisksAttachedToVm\": 4\r\n },\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 \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT12M47.1865384S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\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/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -8631,8 +8625,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8642,48 +8636,59 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-request-id": [ - "7027fea5-aab5-4cab-b084-8c296c6bc2b8" + "c2b977f5-2760-4090-a683-6c8ed73f2c33" ], - "x-ms-correlation-request-id": [ - "7027fea5-aab5-4cab-b084-8c296c6bc2b8" + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111405Z:7027fea5-aab5-4cab-b084-8c296c6bc2b8" + "X-Powered-By": [ + "ASP.NET" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "120" + ], + "x-ms-correlation-request-id": [ + "c2b977f5-2760-4090-a683-6c8ed73f2c33" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171431Z:c2b977f5-2760-4090-a683-6c8ed73f2c33" ], "Date": [ - "Mon, 15 Feb 2021 11:14:05 GMT" + "Tue, 18 May 2021 17:14:30 GMT" + ], + "Content-Length": [ + "971" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "268" ] }, - "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 \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT13M17.9114155S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\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/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -8691,8 +8696,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8702,48 +8707,59 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-request-id": [ - "84171e8b-a794-481c-a7bf-99e051be5238" + "b37f7b3f-d897-42ef-8064-7ba26f9b2416" ], - "x-ms-correlation-request-id": [ - "84171e8b-a794-481c-a7bf-99e051be5238" + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111405Z:84171e8b-a794-481c-a7bf-99e051be5238" + "X-Powered-By": [ + "ASP.NET" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "119" + ], + "x-ms-correlation-request-id": [ + "b37f7b3f-d897-42ef-8064-7ba26f9b2416" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171502Z:b37f7b3f-d897-42ef-8064-7ba26f9b2416" ], "Date": [ - "Mon, 15 Feb 2021 11:14:05 GMT" + "Tue, 18 May 2021 17:15:01 GMT" + ], + "Content-Length": [ + "971" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "8980" ] }, - "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/PSTestRG63dd3447/providers/Microsoft.Storage/storageAccounts/pstestsa63dd3447\",\r\n \"name\": \"pstestsa63dd3447\",\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 \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT13M48.2918529S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg63dd3447%3Bpstestvm63dd30/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg63dd3447%3Bpstestvm63dd30/recoveryPoints/80426274350750/restore?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc2M2RkMzQ0NyUzQnBzdGVzdHZtNjNkZDMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzYzZGQzNDQ3JTNCcHN0ZXN0dm02M2RkMzAvcmVjb3ZlcnlQb2ludHMvODA0MjYyNzQzNTA3NTAvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMRestoreRequest\",\r\n \"recoveryPointId\": \"80426274350750\",\r\n \"recoveryType\": \"RestoreDisks\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Compute/virtualMachines/PSTestVM63dd30\",\r\n \"storageAccountId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.Storage/storageAccounts/pstestsa63dd3447\",\r\n \"region\": \"southeastasia\",\r\n \"createNewCloudService\": false,\r\n \"originalStorageAccountOption\": false,\r\n \"restoreDiskLunList\": [\r\n 0\r\n ]\r\n }\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -8751,14 +8767,8 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "652" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8768,67 +8778,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/operationResults/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/operationsStatus/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "220d7d24-70b4-4038-9d01-ac99e5cc29f3" + "9f01b044-5cbe-4105-94be-46e91413a663" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "118" ], "x-ms-correlation-request-id": [ - "220d7d24-70b4-4038-9d01-ac99e5cc29f3" + "9f01b044-5cbe-4105-94be-46e91413a663" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111405Z:220d7d24-70b4-4038-9d01-ac99e5cc29f3" + "SOUTHINDIA:20210518T171532Z:9f01b044-5cbe-4105-94be-46e91413a663" ], "Date": [ - "Mon, 15 Feb 2021 11:14:05 GMT" + "Tue, 18 May 2021 17:15:32 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT14M18.6588046S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/operationsStatus/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzYzZGQzNDQ3O3BzdGVzdHZtNjNkZDMwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnNjNkZDM0NDc7cHN0ZXN0dm02M2RkMzAvb3BlcmF0aW9uc1N0YXR1cy8wNjg2ZGMwOS1hYzdlLTQ4ZjgtODhkOS04NTJjNjMxZTdlOTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8838,39 +8849,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "8ab23a6e-698c-4f3b-b680-56b44cd37d86" + "9a9f6c89-0f15-4380-92f6-e5c72ce24891" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "117" ], "x-ms-correlation-request-id": [ - "8ab23a6e-698c-4f3b-b680-56b44cd37d86" + "9a9f6c89-0f15-4380-92f6-e5c72ce24891" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111506Z:8ab23a6e-698c-4f3b-b680-56b44cd37d86" + "SOUTHINDIA:20210518T171602Z:9a9f6c89-0f15-4380-92f6-e5c72ce24891" ], "Date": [ - "Mon, 15 Feb 2021 11:15:06 GMT" + "Tue, 18 May 2021 17:16:02 GMT" ], "Content-Length": [ - "304" + "971" ], "Content-Type": [ "application/json" @@ -8879,23 +8891,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"endTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT14M49.1172991S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/operationResults/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzYzZGQzNDQ3O3BzdGVzdHZtNjNkZDMwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnNjNkZDM0NDc7cHN0ZXN0dm02M2RkMzAvb3BlcmF0aW9uUmVzdWx0cy8wNjg2ZGMwOS1hYzdlLTQ4ZjgtODhkOS04NTJjNjMxZTdlOTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8905,58 +8920,59 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/protectedItems/VM;iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30/operationsStatus/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "885633e1-5450-412b-b2ab-2b9578e915e4" + "6555d451-80c8-4fac-a20d-76a75b00c207" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "116" ], "x-ms-correlation-request-id": [ - "885633e1-5450-412b-b2ab-2b9578e915e4" + "6555d451-80c8-4fac-a20d-76a75b00c207" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111506Z:885633e1-5450-412b-b2ab-2b9578e915e4" + "SOUTHINDIA:20210518T171633Z:6555d451-80c8-4fac-a20d-76a75b00c207" ], "Date": [ - "Mon, 15 Feb 2021 11:15:06 GMT" + "Tue, 18 May 2021 17:16:33 GMT" + ], + "Content-Length": [ + "971" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT15M19.6144387S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -8964,8 +8980,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8975,39 +8991,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "37a27d90-19cc-4f6d-a1bb-5a174668a8e6" + "4dc6ad72-31fe-4470-bf0a-d44d631acd6e" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "109" + "115" ], "x-ms-correlation-request-id": [ - "37a27d90-19cc-4f6d-a1bb-5a174668a8e6" + "4dc6ad72-31fe-4470-bf0a-d44d631acd6e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111506Z:37a27d90-19cc-4f6d-a1bb-5a174668a8e6" + "SOUTHINDIA:20210518T171704Z:4dc6ad72-31fe-4470-bf0a-d44d631acd6e" ], "Date": [ - "Mon, 15 Feb 2021 11:15:06 GMT" + "Tue, 18 May 2021 17:17:03 GMT" ], "Content-Length": [ - "304" + "971" ], "Content-Type": [ "application/json" @@ -9016,17 +9033,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"endTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT15M50.2729348S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -9034,8 +9051,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9045,39 +9062,111 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "7a93f3a7-669f-4790-ab97-851e2f09cc83" + "11826f32-5d27-4b42-9f61-24e63e4631b0" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "114" + ], + "x-ms-correlation-request-id": [ + "11826f32-5d27-4b42-9f61-24e63e4631b0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T171734Z:11826f32-5d27-4b42-9f61-24e63e4631b0" + ], + "Date": [ + "Tue, 18 May 2021 17:17:33 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT16M20.6840207S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "9ef0cc1c-dd8f-4dad-848c-ee9a23702069" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "108" + "113" ], "x-ms-correlation-request-id": [ - "7a93f3a7-669f-4790-ab97-851e2f09cc83" + "9ef0cc1c-dd8f-4dad-848c-ee9a23702069" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111506Z:7a93f3a7-669f-4790-ab97-851e2f09cc83" + "SOUTHINDIA:20210518T171804Z:9ef0cc1c-dd8f-4dad-848c-ee9a23702069" ], "Date": [ - "Mon, 15 Feb 2021 11:15:06 GMT" + "Tue, 18 May 2021 17:18:04 GMT" ], "Content-Length": [ - "304" + "971" ], "Content-Type": [ "application/json" @@ -9086,17 +9175,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"endTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT16M51.0741517S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -9104,8 +9193,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9123,11 +9212,11 @@ "nosniff" ], "x-ms-request-id": [ - "18c9f0fd-df4f-4481-bb33-a71c117c4b55" + "2b641403-604e-42bf-8bfc-a0d7781951cd" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -9136,19 +9225,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "89" + "112" ], "x-ms-correlation-request-id": [ - "18c9f0fd-df4f-4481-bb33-a71c117c4b55" + "2b641403-604e-42bf-8bfc-a0d7781951cd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111507Z:18c9f0fd-df4f-4481-bb33-a71c117c4b55" + "SOUTHINDIA:20210518T171835Z:2b641403-604e-42bf-8bfc-a0d7781951cd" ], "Date": [ - "Mon, 15 Feb 2021 11:15:07 GMT" + "Tue, 18 May 2021 17:18:34 GMT" ], "Content-Length": [ - "1066" + "971" ], "Content-Type": [ "application/json" @@ -9157,17 +9246,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT1M1.0282632S\",\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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT17M21.5241645S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -9175,8 +9264,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9194,11 +9283,11 @@ "nosniff" ], "x-ms-request-id": [ - "eb178436-15c2-49a6-a6f0-568187329163" + "2ad59c22-4d8a-4068-8383-52444bec02be" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -9207,19 +9296,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "88" + "111" ], "x-ms-correlation-request-id": [ - "eb178436-15c2-49a6-a6f0-568187329163" + "2ad59c22-4d8a-4068-8383-52444bec02be" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111507Z:eb178436-15c2-49a6-a6f0-568187329163" + "SOUTHINDIA:20210518T171905Z:2ad59c22-4d8a-4068-8383-52444bec02be" ], "Date": [ - "Mon, 15 Feb 2021 11:15:07 GMT" + "Tue, 18 May 2021 17:19:04 GMT" ], "Content-Length": [ - "1065" + "971" ], "Content-Type": [ "application/json" @@ -9228,17 +9317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT1M1.410133S\",\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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT17M51.8834211S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -9246,8 +9335,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9265,11 +9354,11 @@ "nosniff" ], "x-ms-request-id": [ - "93caeeda-e01e-415d-ba65-4df631077d6d" + "d2c8afd7-da17-447a-b405-35501c061fbf" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -9278,19 +9367,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "87" + "110" ], "x-ms-correlation-request-id": [ - "93caeeda-e01e-415d-ba65-4df631077d6d" + "d2c8afd7-da17-447a-b405-35501c061fbf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111608Z:93caeeda-e01e-415d-ba65-4df631077d6d" + "SOUTHINDIA:20210518T171936Z:d2c8afd7-da17-447a-b405-35501c061fbf" ], "Date": [ - "Mon, 15 Feb 2021 11:16:08 GMT" + "Tue, 18 May 2021 17:19:36 GMT" ], "Content-Length": [ - "1066" + "971" ], "Content-Type": [ "application/json" @@ -9299,17 +9388,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT2M2.1527682S\",\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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT18M23.0149149S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -9317,8 +9406,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9336,11 +9425,11 @@ "nosniff" ], "x-ms-request-id": [ - "f62b77dc-7cb0-4ca9-b177-59b20972fe44" + "e5d44c6f-47e8-4307-bfe7-f3859250da77" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -9349,19 +9438,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "86" + "109" ], "x-ms-correlation-request-id": [ - "f62b77dc-7cb0-4ca9-b177-59b20972fe44" + "e5d44c6f-47e8-4307-bfe7-f3859250da77" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111708Z:f62b77dc-7cb0-4ca9-b177-59b20972fe44" + "SOUTHINDIA:20210518T172007Z:e5d44c6f-47e8-4307-bfe7-f3859250da77" ], "Date": [ - "Mon, 15 Feb 2021 11:17:08 GMT" + "Tue, 18 May 2021 17:20:06 GMT" ], "Content-Length": [ - "1066" + "971" ], "Content-Type": [ "application/json" @@ -9370,17 +9459,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT3M2.6048643S\",\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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT18M53.5632296S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -9388,8 +9477,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9407,11 +9496,11 @@ "nosniff" ], "x-ms-request-id": [ - "b8c2e533-6618-48e2-8087-37c510b27cdc" + "7da869fd-999d-488a-aa28-3b21f0d35370" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -9420,19 +9509,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "85" + "108" ], "x-ms-correlation-request-id": [ - "b8c2e533-6618-48e2-8087-37c510b27cdc" + "7da869fd-999d-488a-aa28-3b21f0d35370" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111809Z:b8c2e533-6618-48e2-8087-37c510b27cdc" + "SOUTHINDIA:20210518T172037Z:7da869fd-999d-488a-aa28-3b21f0d35370" ], "Date": [ - "Mon, 15 Feb 2021 11:18:08 GMT" + "Tue, 18 May 2021 17:20:37 GMT" ], "Content-Length": [ - "1066" + "971" ], "Content-Type": [ "application/json" @@ -9441,17 +9530,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT4M3.1003383S\",\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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT19M23.9390106S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -9459,8 +9548,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9478,11 +9567,11 @@ "nosniff" ], "x-ms-request-id": [ - "541a117f-dddc-4a86-96b4-43c4e2bbc15b" + "9aad6b5d-6bd8-43d0-a6b3-10bb20f5cfdc" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -9491,19 +9580,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "84" + "107" ], "x-ms-correlation-request-id": [ - "541a117f-dddc-4a86-96b4-43c4e2bbc15b" + "9aad6b5d-6bd8-43d0-a6b3-10bb20f5cfdc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T111910Z:541a117f-dddc-4a86-96b4-43c4e2bbc15b" + "SOUTHINDIA:20210518T172108Z:9aad6b5d-6bd8-43d0-a6b3-10bb20f5cfdc" ], "Date": [ - "Mon, 15 Feb 2021 11:19:09 GMT" + "Tue, 18 May 2021 17:21:07 GMT" ], "Content-Length": [ - "1065" + "971" ], "Content-Type": [ "application/json" @@ -9512,17 +9601,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT5M3.972444S\",\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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT19M54.3342293S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -9530,8 +9619,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9549,11 +9638,11 @@ "nosniff" ], "x-ms-request-id": [ - "898526a7-556c-4287-b70f-bc574abefab0" + "be9e6c46-20cd-439b-86b0-4d44475a9ef1" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -9562,19 +9651,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "92" + "106" ], "x-ms-correlation-request-id": [ - "898526a7-556c-4287-b70f-bc574abefab0" + "be9e6c46-20cd-439b-86b0-4d44475a9ef1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T112011Z:898526a7-556c-4287-b70f-bc574abefab0" + "SOUTHINDIA:20210518T172138Z:be9e6c46-20cd-439b-86b0-4d44475a9ef1" ], "Date": [ - "Mon, 15 Feb 2021 11:20:10 GMT" + "Tue, 18 May 2021 17:21:38 GMT" ], "Content-Length": [ - "1065" + "971" ], "Content-Type": [ "application/json" @@ -9583,17 +9672,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT6M4.807066S\",\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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT20M24.8418812S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -9601,8 +9690,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9620,11 +9709,11 @@ "nosniff" ], "x-ms-request-id": [ - "c6857df5-da08-4bcf-801e-a11add169b2e" + "785385c3-9faa-44d8-8707-a5052e9546a8" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -9633,19 +9722,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "91" + "105" ], "x-ms-correlation-request-id": [ - "c6857df5-da08-4bcf-801e-a11add169b2e" + "785385c3-9faa-44d8-8707-a5052e9546a8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T112111Z:c6857df5-da08-4bcf-801e-a11add169b2e" + "SOUTHINDIA:20210518T172208Z:785385c3-9faa-44d8-8707-a5052e9546a8" ], "Date": [ - "Mon, 15 Feb 2021 11:21:11 GMT" + "Tue, 18 May 2021 17:22:08 GMT" ], "Content-Length": [ - "1066" + "971" ], "Content-Type": [ "application/json" @@ -9654,17 +9743,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT7M5.2697366S\",\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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT20M55.2037063S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -9672,8 +9761,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9691,11 +9780,11 @@ "nosniff" ], "x-ms-request-id": [ - "8cda4639-4fc2-439b-93b5-e1437a8e675f" + "8e4f15ab-11ab-4ed5-9dd1-c8d2c10ef836" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -9704,19 +9793,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "90" + "104" ], "x-ms-correlation-request-id": [ - "8cda4639-4fc2-439b-93b5-e1437a8e675f" + "8e4f15ab-11ab-4ed5-9dd1-c8d2c10ef836" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T112212Z:8cda4639-4fc2-439b-93b5-e1437a8e675f" + "SOUTHINDIA:20210518T172239Z:8e4f15ab-11ab-4ed5-9dd1-c8d2c10ef836" ], "Date": [ - "Mon, 15 Feb 2021 11:22:12 GMT" + "Tue, 18 May 2021 17:22:38 GMT" ], "Content-Length": [ - "1065" + "971" ], "Content-Type": [ "application/json" @@ -9725,17 +9814,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT8M6.075753S\",\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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT21M25.6018701S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -9743,8 +9832,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9762,11 +9851,11 @@ "nosniff" ], "x-ms-request-id": [ - "a3ff6bf8-e95a-4576-b2d6-26ec27edefb3" + "7dd30f93-bbef-4ffb-a364-402414c7fed8" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "X-Powered-By": [ "ASP.NET" @@ -9775,19 +9864,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "89" + "103" ], "x-ms-correlation-request-id": [ - "a3ff6bf8-e95a-4576-b2d6-26ec27edefb3" + "7dd30f93-bbef-4ffb-a364-402414c7fed8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T112313Z:a3ff6bf8-e95a-4576-b2d6-26ec27edefb3" + "SOUTHINDIA:20210518T172309Z:7dd30f93-bbef-4ffb-a364-402414c7fed8" ], "Date": [ - "Mon, 15 Feb 2021 11:23:13 GMT" + "Tue, 18 May 2021 17:23:09 GMT" ], "Content-Length": [ - "1066" + "971" ], "Content-Type": [ "application/json" @@ -9796,17 +9885,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT9M6.8187597S\",\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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT21M56.0017831S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "8e4669a6-dcda-49ea-b3e4-d396dab22002" ], "Accept-Language": [ "en-US" @@ -9814,8 +9903,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9833,32 +9922,4620 @@ "nosniff" ], "x-ms-request-id": [ - "4ad1b851-749d-47e3-a9ce-a62ab2e9b90c" + "51768200-ff83-4548-84a1-78b24203153a" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "102" + ], + "x-ms-correlation-request-id": [ + "51768200-ff83-4548-84a1-78b24203153a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172340Z:51768200-ff83-4548-84a1-78b24203153a" + ], + "Date": [ + "Tue, 18 May 2021 17:23:39 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT22M26.4299312S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "c3d647c3-099b-427f-aa5b-0a6bf062f8d0" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "101" + ], + "x-ms-correlation-request-id": [ + "c3d647c3-099b-427f-aa5b-0a6bf062f8d0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172410Z:c3d647c3-099b-427f-aa5b-0a6bf062f8d0" + ], + "Date": [ + "Tue, 18 May 2021 17:24:09 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT22M56.8506097S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "d5cb7ca8-4e2e-4be5-a2bd-121875b04aa8" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "100" + ], + "x-ms-correlation-request-id": [ + "d5cb7ca8-4e2e-4be5-a2bd-121875b04aa8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172441Z:d5cb7ca8-4e2e-4be5-a2bd-121875b04aa8" + ], + "Date": [ + "Tue, 18 May 2021 17:24:41 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT23M27.5495447S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "39bbb0d2-fe73-479d-b40d-aea50ec5346e" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" + ], + "x-ms-correlation-request-id": [ + "39bbb0d2-fe73-479d-b40d-aea50ec5346e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172511Z:39bbb0d2-fe73-479d-b40d-aea50ec5346e" + ], + "Date": [ + "Tue, 18 May 2021 17:25:11 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT23M57.9099745S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "e813e7c4-f888-425f-8cc4-47ead5e13124" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "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": [ + "e813e7c4-f888-425f-8cc4-47ead5e13124" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172542Z:e813e7c4-f888-425f-8cc4-47ead5e13124" + ], + "Date": [ + "Tue, 18 May 2021 17:25:41 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT24M28.3681457S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "a3c20970-786e-4b4b-99c7-ad200b8ce4b6" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "97" + ], + "x-ms-correlation-request-id": [ + "a3c20970-786e-4b4b-99c7-ad200b8ce4b6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172612Z:a3c20970-786e-4b4b-99c7-ad200b8ce4b6" + ], + "Date": [ + "Tue, 18 May 2021 17:26:11 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT24M58.7458789S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "646fea5f-e55b-441c-acef-4f656a6c9a50" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "96" + ], + "x-ms-correlation-request-id": [ + "646fea5f-e55b-441c-acef-4f656a6c9a50" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172642Z:646fea5f-e55b-441c-acef-4f656a6c9a50" + ], + "Date": [ + "Tue, 18 May 2021 17:26:42 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT25M29.1835488S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "3d467316-2b75-427c-ace7-924fc2c8d116" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "95" + ], + "x-ms-correlation-request-id": [ + "3d467316-2b75-427c-ace7-924fc2c8d116" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172713Z:3d467316-2b75-427c-ace7-924fc2c8d116" + ], + "Date": [ + "Tue, 18 May 2021 17:27:13 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT25M59.5933058S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "ceac90a7-697e-4d4e-8c6a-dd0e18474344" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "94" + ], + "x-ms-correlation-request-id": [ + "ceac90a7-697e-4d4e-8c6a-dd0e18474344" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172743Z:ceac90a7-697e-4d4e-8c6a-dd0e18474344" + ], + "Date": [ + "Tue, 18 May 2021 17:27:43 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT26M30.1136342S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "5106426f-85d8-4ed8-b912-b518a5d7051d" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "93" + ], + "x-ms-correlation-request-id": [ + "5106426f-85d8-4ed8-b912-b518a5d7051d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172814Z:5106426f-85d8-4ed8-b912-b518a5d7051d" + ], + "Date": [ + "Tue, 18 May 2021 17:28:14 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT27M0.4922901S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "44c0db6c-6e1f-4b8f-9537-c2069ef2e584" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "92" + ], + "x-ms-correlation-request-id": [ + "44c0db6c-6e1f-4b8f-9537-c2069ef2e584" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172844Z:44c0db6c-6e1f-4b8f-9537-c2069ef2e584" + ], + "Date": [ + "Tue, 18 May 2021 17:28:44 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT27M30.9532271S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "0500e5ca-1dd1-4cfb-b573-b401ee8d63ce" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "91" + ], + "x-ms-correlation-request-id": [ + "0500e5ca-1dd1-4cfb-b573-b401ee8d63ce" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172915Z:0500e5ca-1dd1-4cfb-b573-b401ee8d63ce" + ], + "Date": [ + "Tue, 18 May 2021 17:29:14 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT28M1.4215609S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "303cc62d-f5f4-470f-96e7-7e8a2af8474d" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "90" + ], + "x-ms-correlation-request-id": [ + "303cc62d-f5f4-470f-96e7-7e8a2af8474d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T172946Z:303cc62d-f5f4-470f-96e7-7e8a2af8474d" + ], + "Date": [ + "Tue, 18 May 2021 17:29:45 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT28M32.1993744S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "8e6ce278-ba63-48be-8c40-87f1624844ce" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "89" + ], + "x-ms-correlation-request-id": [ + "8e6ce278-ba63-48be-8c40-87f1624844ce" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173016Z:8e6ce278-ba63-48be-8c40-87f1624844ce" + ], + "Date": [ + "Tue, 18 May 2021 17:30:15 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT29M2.6753212S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "d8edb1d5-751f-4670-944a-2b1fe0df9ef4" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "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": [ + "d8edb1d5-751f-4670-944a-2b1fe0df9ef4" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173046Z:d8edb1d5-751f-4670-944a-2b1fe0df9ef4" + ], + "Date": [ + "Tue, 18 May 2021 17:30:45 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT29M33.1260758S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "c52519bf-abbd-4f72-84e1-556c09525baa" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "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": [ + "c52519bf-abbd-4f72-84e1-556c09525baa" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173117Z:c52519bf-abbd-4f72-84e1-556c09525baa" + ], + "Date": [ + "Tue, 18 May 2021 17:31:17 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT30M3.5149603S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "85da3956-bf6f-4fba-a47e-2a7071f896c1" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "86" + ], + "x-ms-correlation-request-id": [ + "85da3956-bf6f-4fba-a47e-2a7071f896c1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173148Z:85da3956-bf6f-4fba-a47e-2a7071f896c1" + ], + "Date": [ + "Tue, 18 May 2021 17:31:47 GMT" + ], + "Content-Length": [ + "971" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT30M34.3866947S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "3fd5c4b5-2a4f-4252-9ece-665b21b58818" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "85" + ], + "x-ms-correlation-request-id": [ + "3fd5c4b5-2a4f-4252-9ece-665b21b58818" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173218Z:3fd5c4b5-2a4f-4252-9ece-665b21b58818" + ], + "Date": [ + "Tue, 18 May 2021 17:32:18 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT31M4.9914778S\",\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\": \"pstestvm98efe0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2IzZWE3Njc4LTUxM2YtNDJlOC05OWNjLTEzYzBkMjVlZjYzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "d7daaa5f-b0bf-4f6b-a482-b271e7ac0708" + ], + "x-ms-client-request-id": [ + "8e4669a6-dcda-49ea-b3e4-d396dab22002", + "8e4669a6-dcda-49ea-b3e4-d396dab22002" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "84" + ], + "x-ms-correlation-request-id": [ + "d7daaa5f-b0bf-4f6b-a482-b271e7ac0708" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173249Z:d7daaa5f-b0bf-4f6b-a482-b271e7ac0708" + ], + "Date": [ + "Tue, 18 May 2021 17:32:48 GMT" + ], + "Content-Length": [ + "1154" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"name\": \"b3ea7678-513f-42e8-99cc-13c0d25ef635\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT31M13.4534602S\",\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\": \"pstestvm98efe0\",\r\n \"Backup Size\": \"9818 MB\",\r\n \"Backed-up disk(s)\": \"PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03; disk1\",\r\n \"Excluded disk(s)\": \"disk2; disk3\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T17:01:13.4411601Z\",\r\n \"endTime\": \"2021-05-18T17:32:26.8946203Z\",\r\n \"activityId\": \"8e4669a6-dcda-49ea-b3e4-d396dab22002\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg98efe36e%3Bpstestvm98efe0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg98efe36e%3Bpstestvm98efe0/recoveryPoints?$filter=startDate%20eq%20'2021-05-18%2005:00:13%20PM'%20and%20endDate%20eq%20'2021-05-18%2005:33:26%20PM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc5OGVmZTM2ZSUzQnBzdGVzdHZtOThlZmUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzk4ZWZlMzZlJTNCcHN0ZXN0dm05OGVmZTAvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTA1LTE4JTIwMDU6MDA6MTMlMjBQTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wNS0xOCUyMDA1OjMzOjI2JTIwUE0nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "30bdf187-812c-42df-9d76-728410d77292" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4fe01ab8-a4a9-4993-b6ff-a7e189ea30ee" + ], + "x-ms-client-request-id": [ + "30bdf187-812c-42df-9d76-728410d77292", + "30bdf187-812c-42df-9d76-728410d77292" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "4fe01ab8-a4a9-4993-b6ff-a7e189ea30ee" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173249Z:4fe01ab8-a4a9-4993-b6ff-a7e189ea30ee" + ], + "Date": [ + "Tue, 18 May 2021 17:32:48 GMT" + ], + "Content-Length": [ + "1356" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/recoveryPoints/28173616931010\",\r\n \"name\": \"28173616931010\",\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-05-18T17:01:17.6475007Z\",\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\": true,\r\n \"virtualMachineSize\": \"Standard_D1_v2\",\r\n \"originalStorageAccountOption\": false,\r\n \"osType\": \"Windows\",\r\n \"recoveryPointDiskConfiguration\": {\r\n \"numberOfDisksIncludedInBackup\": 2,\r\n \"numberOfDisksAttachedToVm\": 4\r\n },\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/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": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-request-id": [ + "6567ce20-f0d0-45cc-b5f3-14f3ebe43150" + ], + "x-ms-correlation-request-id": [ + "6567ce20-f0d0-45cc-b5f3-14f3ebe43150" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173249Z:6567ce20-f0d0-45cc-b5f3-14f3ebe43150" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 17:32:48 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "564" + ] + }, + "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/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": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-request-id": [ + "fdaf1785-840b-494e-9b80-81ad018e4b4c" + ], + "x-ms-correlation-request-id": [ + "fdaf1785-840b-494e-9b80-81ad018e4b4c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173249Z:fdaf1785-840b-494e-9b80-81ad018e4b4c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 17:32:48 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "17800" + ] + }, + "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/PSTestRG98efe36e/providers/Microsoft.Storage/storageAccounts/pstestsa98efe36e\",\r\n \"name\": \"pstestsa98efe36e\",\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/PSTestRG18f10ed7/providers/Microsoft.Storage/storageAccounts/pstestsa18f10ed7\",\r\n \"name\": \"pstestsa18f10ed7\",\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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg98efe36e%3Bpstestvm98efe0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg98efe36e%3Bpstestvm98efe0/recoveryPoints/28173616931010/restore?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc5OGVmZTM2ZSUzQnBzdGVzdHZtOThlZmUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzk4ZWZlMzZlJTNCcHN0ZXN0dm05OGVmZTAvcmVjb3ZlcnlQb2ludHMvMjgxNzM2MTY5MzEwMTAvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMRestoreRequest\",\r\n \"recoveryPointId\": \"28173616931010\",\r\n \"recoveryType\": \"RestoreDisks\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Compute/virtualMachines/PSTestVM98efe0\",\r\n \"storageAccountId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.Storage/storageAccounts/pstestsa98efe36e\",\r\n \"region\": \"southeastasia\",\r\n \"createNewCloudService\": false,\r\n \"originalStorageAccountOption\": false,\r\n \"restoreDiskLunList\": [\r\n 0\r\n ],\r\n \"restoreWithManagedDisks\": false\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "691" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/operationResults/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/operationsStatus/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d04d6c02-ebf2-4c95-af1a-bf48e85005aa" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "d04d6c02-ebf2-4c95-af1a-bf48e85005aa" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173250Z:d04d6c02-ebf2-4c95-af1a-bf48e85005aa" + ], + "Date": [ + "Tue, 18 May 2021 17:32:49 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/operationsStatus/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzk4ZWZlMzZlO3BzdGVzdHZtOThlZmUwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnOThlZmUzNmU7cHN0ZXN0dm05OGVmZTAvb3BlcmF0aW9uc1N0YXR1cy9kYjFkMjcyNC04ZWIwLTQ1NWYtOGNlYy02MjY3NGRjZjhmMmY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ce0af10d-8706-49d0-b7b9-29a1fcec1f87" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "ce0af10d-8706-49d0-b7b9-29a1fcec1f87" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173350Z:ce0af10d-8706-49d0-b7b9-29a1fcec1f87" + ], + "Date": [ + "Tue, 18 May 2021 17:33:50 GMT" + ], + "Content-Length": [ + "304" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"endTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/operationResults/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzk4ZWZlMzZlO3BzdGVzdHZtOThlZmUwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnOThlZmUzNmU7cHN0ZXN0dm05OGVmZTAvb3BlcmF0aW9uUmVzdWx0cy9kYjFkMjcyNC04ZWIwLTQ1NWYtOGNlYy02MjY3NGRjZjhmMmY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/protectedItems/VM;iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0/operationsStatus/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "871ac29b-34ed-4bc6-b965-fc47d22b3bbc" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "149" + ], + "x-ms-correlation-request-id": [ + "871ac29b-34ed-4bc6-b965-fc47d22b3bbc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173350Z:871ac29b-34ed-4bc6-b965-fc47d22b3bbc" + ], + "Date": [ + "Tue, 18 May 2021 17:33:50 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "754a21ed-4612-4e1d-88d0-cdb0dc4593be" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "129" + ], + "x-ms-correlation-request-id": [ + "754a21ed-4612-4e1d-88d0-cdb0dc4593be" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173350Z:754a21ed-4612-4e1d-88d0-cdb0dc4593be" + ], + "Date": [ + "Tue, 18 May 2021 17:33:50 GMT" + ], + "Content-Length": [ + "304" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"endTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "17227ee6-b677-4435-8f05-3811677de946" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "128" + ], + "x-ms-correlation-request-id": [ + "17227ee6-b677-4435-8f05-3811677de946" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173351Z:17227ee6-b677-4435-8f05-3811677de946" + ], + "Date": [ + "Tue, 18 May 2021 17:33:50 GMT" + ], + "Content-Length": [ + "304" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"endTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "5604db61-e4d7-46b8-8994-44fb9cb49457" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "83" + ], + "x-ms-correlation-request-id": [ + "5604db61-e4d7-46b8-8994-44fb9cb49457" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173351Z:5604db61-e4d7-46b8-8994-44fb9cb49457" + ], + "Date": [ + "Tue, 18 May 2021 17:33:51 GMT" + ], + "Content-Length": [ + "1065" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT1M1.1596656S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "8c158fd9-00de-4321-96f0-7fddd92ac173" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "82" + ], + "x-ms-correlation-request-id": [ + "8c158fd9-00de-4321-96f0-7fddd92ac173" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173351Z:8c158fd9-00de-4321-96f0-7fddd92ac173" + ], + "Date": [ + "Tue, 18 May 2021 17:33:51 GMT" + ], + "Content-Length": [ + "1065" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT1M1.5852324S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "ffbd113a-817f-4311-aaa1-eb82824e5216" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "81" + ], + "x-ms-correlation-request-id": [ + "ffbd113a-817f-4311-aaa1-eb82824e5216" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173422Z:ffbd113a-817f-4311-aaa1-eb82824e5216" + ], + "Date": [ + "Tue, 18 May 2021 17:34:21 GMT" + ], + "Content-Length": [ + "1066" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT1M31.9414967S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "83186443-3cb7-4ea4-81ef-8093ca493047" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "80" + ], + "x-ms-correlation-request-id": [ + "83186443-3cb7-4ea4-81ef-8093ca493047" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173452Z:83186443-3cb7-4ea4-81ef-8093ca493047" + ], + "Date": [ + "Tue, 18 May 2021 17:34:52 GMT" + ], + "Content-Length": [ + "1064" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT2M2.337657S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "362aa6da-c2a2-4f4b-aa72-a2940046ce04" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "79" + ], + "x-ms-correlation-request-id": [ + "362aa6da-c2a2-4f4b-aa72-a2940046ce04" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173523Z:362aa6da-c2a2-4f4b-aa72-a2940046ce04" + ], + "Date": [ + "Tue, 18 May 2021 17:35:22 GMT" + ], + "Content-Length": [ + "1066" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT2M32.6922713S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "09d67190-a6d6-48ad-80de-fe2251be6f1f" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "78" + ], + "x-ms-correlation-request-id": [ + "09d67190-a6d6-48ad-80de-fe2251be6f1f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173553Z:09d67190-a6d6-48ad-80de-fe2251be6f1f" + ], + "Date": [ + "Tue, 18 May 2021 17:35:52 GMT" + ], + "Content-Length": [ + "1065" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT3M3.0521667S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "55c95927-14a4-4a05-9ba9-a72a602b09e0" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "77" + ], + "x-ms-correlation-request-id": [ + "55c95927-14a4-4a05-9ba9-a72a602b09e0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173623Z:55c95927-14a4-4a05-9ba9-a72a602b09e0" + ], + "Date": [ + "Tue, 18 May 2021 17:36:23 GMT" + ], + "Content-Length": [ + "1066" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT3M33.5368774S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "f78846c3-ef43-484b-bc5f-3104d5836ebc" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "76" + ], + "x-ms-correlation-request-id": [ + "f78846c3-ef43-484b-bc5f-3104d5836ebc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173654Z:f78846c3-ef43-484b-bc5f-3104d5836ebc" + ], + "Date": [ + "Tue, 18 May 2021 17:36:53 GMT" + ], + "Content-Length": [ + "1065" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT4M3.8840289S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "a8e57c12-dcb1-4a16-96d9-e8010dc79f49" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "75" + ], + "x-ms-correlation-request-id": [ + "a8e57c12-dcb1-4a16-96d9-e8010dc79f49" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173724Z:a8e57c12-dcb1-4a16-96d9-e8010dc79f49" + ], + "Date": [ + "Tue, 18 May 2021 17:37:23 GMT" + ], + "Content-Length": [ + "1066" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT4M34.2574678S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "a10b7b1a-f3ec-4f1e-b4d7-dcd69220d47d" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "74" + ], + "x-ms-correlation-request-id": [ + "a10b7b1a-f3ec-4f1e-b4d7-dcd69220d47d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173755Z:a10b7b1a-f3ec-4f1e-b4d7-dcd69220d47d" + ], + "Date": [ + "Tue, 18 May 2021 17:37:54 GMT" + ], + "Content-Length": [ + "1065" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT5M4.6477267S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "f591e12d-5b22-45e8-8a4f-998683f7bb89" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "73" + ], + "x-ms-correlation-request-id": [ + "f591e12d-5b22-45e8-8a4f-998683f7bb89" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173825Z:f591e12d-5b22-45e8-8a4f-998683f7bb89" + ], + "Date": [ + "Tue, 18 May 2021 17:38:24 GMT" + ], + "Content-Length": [ + "1066" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT5M35.0743868S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "67948d64-3384-4cba-b3e0-db5f032ca6aa" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "72" + ], + "x-ms-correlation-request-id": [ + "67948d64-3384-4cba-b3e0-db5f032ca6aa" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173856Z:67948d64-3384-4cba-b3e0-db5f032ca6aa" + ], + "Date": [ + "Tue, 18 May 2021 17:38:56 GMT" + ], + "Content-Length": [ + "1065" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT6M5.7717173S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "a4c769f1-588b-44ab-99f9-48e73c544b4f" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "71" + ], + "x-ms-correlation-request-id": [ + "a4c769f1-588b-44ab-99f9-48e73c544b4f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173926Z:a4c769f1-588b-44ab-99f9-48e73c544b4f" + ], + "Date": [ + "Tue, 18 May 2021 17:39:26 GMT" + ], + "Content-Length": [ + "1066" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT6M36.1241803S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "3e3a2aa7-9ddc-4161-b5aa-730271ba46d2" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "70" + ], + "x-ms-correlation-request-id": [ + "3e3a2aa7-9ddc-4161-b5aa-730271ba46d2" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T173956Z:3e3a2aa7-9ddc-4161-b5aa-730271ba46d2" + ], + "Date": [ + "Tue, 18 May 2021 17:39:56 GMT" + ], + "Content-Length": [ + "1065" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT7M6.5533845S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "df2e7ee8-2649-47b5-abf7-5872a2528122" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "69" + ], + "x-ms-correlation-request-id": [ + "df2e7ee8-2649-47b5-abf7-5872a2528122" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174027Z:df2e7ee8-2649-47b5-abf7-5872a2528122" + ], + "Date": [ + "Tue, 18 May 2021 17:40:27 GMT" + ], + "Content-Length": [ + "1066" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT7M36.9459262S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "9a20532f-697e-4787-976a-872f67eb60f6" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "68" + ], + "x-ms-correlation-request-id": [ + "9a20532f-697e-4787-976a-872f67eb60f6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174057Z:9a20532f-697e-4787-976a-872f67eb60f6" + ], + "Date": [ + "Tue, 18 May 2021 17:40:57 GMT" + ], + "Content-Length": [ + "1065" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT8M7.2915045S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "77da3e79-d594-4b78-816d-4848b2d21df8" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "67" + ], + "x-ms-correlation-request-id": [ + "77da3e79-d594-4b78-816d-4848b2d21df8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174128Z:77da3e79-d594-4b78-816d-4848b2d21df8" + ], + "Date": [ + "Tue, 18 May 2021 17:41:27 GMT" + ], + "Content-Length": [ + "1066" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT8M37.6497087S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "7c12bd9b-564c-4bfe-8f6d-e7a18709d110" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "66" + ], + "x-ms-correlation-request-id": [ + "7c12bd9b-564c-4bfe-8f6d-e7a18709d110" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174158Z:7c12bd9b-564c-4bfe-8f6d-e7a18709d110" + ], + "Date": [ + "Tue, 18 May 2021 17:41:57 GMT" + ], + "Content-Length": [ + "1065" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT9M8.0771276S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "053050f5-ad5c-4462-a20a-bd1f206ce2a4" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "65" + ], + "x-ms-correlation-request-id": [ + "053050f5-ad5c-4462-a20a-bd1f206ce2a4" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174228Z:053050f5-ad5c-4462-a20a-bd1f206ce2a4" + ], + "Date": [ + "Tue, 18 May 2021 17:42:28 GMT" + ], + "Content-Length": [ + "1066" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT9M38.4388455S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "22e11d22-2db8-4841-8258-888601c71296" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "64" + ], + "x-ms-correlation-request-id": [ + "22e11d22-2db8-4841-8258-888601c71296" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174259Z:22e11d22-2db8-4841-8258-888601c71296" + ], + "Date": [ + "Tue, 18 May 2021 17:42:58 GMT" + ], + "Content-Length": [ + "1066" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT10M8.8285573S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "799895f6-2166-4c84-89c0-7343ed56ca2d" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "63" + ], + "x-ms-correlation-request-id": [ + "799895f6-2166-4c84-89c0-7343ed56ca2d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174329Z:799895f6-2166-4c84-89c0-7343ed56ca2d" + ], + "Date": [ + "Tue, 18 May 2021 17:43:29 GMT" + ], + "Content-Length": [ + "1067" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT10M39.1723582S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "e0bb197d-a010-4808-a909-b6f1d3e16347" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "62" + ], + "x-ms-correlation-request-id": [ + "e0bb197d-a010-4808-a909-b6f1d3e16347" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174400Z:e0bb197d-a010-4808-a909-b6f1d3e16347" + ], + "Date": [ + "Tue, 18 May 2021 17:43:59 GMT" + ], + "Content-Length": [ + "1066" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT11M9.8462275S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "11e7c1c3-9bb6-40a4-b03c-1a003280627a" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "61" + ], + "x-ms-correlation-request-id": [ + "11e7c1c3-9bb6-40a4-b03c-1a003280627a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174430Z:11e7c1c3-9bb6-40a4-b03c-1a003280627a" + ], + "Date": [ + "Tue, 18 May 2021 17:44:29 GMT" + ], + "Content-Length": [ + "1067" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT11M40.2204334S\",\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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "c24a7a5b-420e-4840-9628-abb222e34ad3" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "60" + ], + "x-ms-correlation-request-id": [ + "c24a7a5b-420e-4840-9628-abb222e34ad3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174500Z:c24a7a5b-420e-4840-9628-abb222e34ad3" + ], + "Date": [ + "Tue, 18 May 2021 17:45:00 GMT" + ], + "Content-Length": [ + "1171" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT12M10.584353S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.750592S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "fb3c723a-f28b-446d-b08c-3995e6171077" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "59" + ], + "x-ms-correlation-request-id": [ + "fb3c723a-f28b-446d-b08c-3995e6171077" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174531Z:fb3c723a-f28b-446d-b08c-3995e6171077" + ], + "Date": [ + "Tue, 18 May 2021 17:45:30 GMT" + ], + "Content-Length": [ + "1172" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT12M41.0111348S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.750592S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "e45807af-ef7f-4bd0-b2cb-dacfdb4b0eb6" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "58" + ], + "x-ms-correlation-request-id": [ + "e45807af-ef7f-4bd0-b2cb-dacfdb4b0eb6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174601Z:e45807af-ef7f-4bd0-b2cb-dacfdb4b0eb6" + ], + "Date": [ + "Tue, 18 May 2021 17:46:01 GMT" + ], + "Content-Length": [ + "1172" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT13M11.4870755S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.750592S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "d60ec3f2-5c60-42d1-bd8d-d9c0a658a50b" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "57" + ], + "x-ms-correlation-request-id": [ + "d60ec3f2-5c60-42d1-bd8d-d9c0a658a50b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174632Z:d60ec3f2-5c60-42d1-bd8d-d9c0a658a50b" + ], + "Date": [ + "Tue, 18 May 2021 17:46:32 GMT" + ], + "Content-Length": [ + "1172" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT13M41.8998422S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.750592S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "26fcf9aa-88b4-4d5d-b517-c73300e4d68b" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "56" + ], + "x-ms-correlation-request-id": [ + "26fcf9aa-88b4-4d5d-b517-c73300e4d68b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174702Z:26fcf9aa-88b4-4d5d-b517-c73300e4d68b" + ], + "Date": [ + "Tue, 18 May 2021 17:47:02 GMT" + ], + "Content-Length": [ + "1172" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT14M12.3193129S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.750592S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "4dde2a24-d5ed-4851-b324-d0be50d2f9cf" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "55" + ], + "x-ms-correlation-request-id": [ + "4dde2a24-d5ed-4851-b324-d0be50d2f9cf" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174733Z:4dde2a24-d5ed-4851-b324-d0be50d2f9cf" + ], + "Date": [ + "Tue, 18 May 2021 17:47:32 GMT" + ], + "Content-Length": [ + "1172" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT14M42.7174774S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.750592S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "b957e1d8-09f8-4487-92f4-1775e425e097" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "54" + ], + "x-ms-correlation-request-id": [ + "b957e1d8-09f8-4487-92f4-1775e425e097" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174803Z:b957e1d8-09f8-4487-92f4-1775e425e097" + ], + "Date": [ + "Tue, 18 May 2021 17:48:03 GMT" + ], + "Content-Length": [ + "1172" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT15M13.1256282S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.750592S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "886c38c3-7634-481e-9aa9-72ed71da304f" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "53" + ], + "x-ms-correlation-request-id": [ + "886c38c3-7634-481e-9aa9-72ed71da304f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174833Z:886c38c3-7634-481e-9aa9-72ed71da304f" + ], + "Date": [ + "Tue, 18 May 2021 17:48:33 GMT" + ], + "Content-Length": [ + "1172" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT15M43.5681121S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.750592S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "c88d3f13-f152-4970-8888-e2c451920b98" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "52" + ], + "x-ms-correlation-request-id": [ + "c88d3f13-f152-4970-8888-e2c451920b98" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174904Z:c88d3f13-f152-4970-8888-e2c451920b98" + ], + "Date": [ + "Tue, 18 May 2021 17:49:03 GMT" + ], + "Content-Length": [ + "1172" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT16M14.2582598S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.750592S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "bd05cb82-af74-4ffd-b01a-c31364a731c5" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "51" + ], + "x-ms-correlation-request-id": [ + "bd05cb82-af74-4ffd-b01a-c31364a731c5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T174935Z:bd05cb82-af74-4ffd-b01a-c31364a731c5" + ], + "Date": [ + "Tue, 18 May 2021 17:49:34 GMT" + ], + "Content-Length": [ + "1172" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT16M44.6469755S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.750592S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2RiMWQyNzI0LThlYjAtNDU1Zi04Y2VjLTYyNjc0ZGNmOGYyZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "e7693ae3-8348-4e0a-814b-99a8cd12beb7" + ], + "x-ms-client-request-id": [ + "c0d78901-be20-4226-9058-abb8c269adb9", + "c0d78901-be20-4226-9058-abb8c269adb9" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "50" + ], + "x-ms-correlation-request-id": [ + "e7693ae3-8348-4e0a-814b-99a8cd12beb7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T175005Z:e7693ae3-8348-4e0a-814b-99a8cd12beb7" + ], + "Date": [ + "Tue, 18 May 2021 17:50:04 GMT" + ], + "Content-Length": [ + "1882" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"name\": \"db1d2724-8eb0-455f-8cec-62674dcf8f2f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT17M4.8815038S\",\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\": \"159 GBs / 159 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\": \"pstestsa98efe36e\",\r\n \"Recovery point time \": \"5/18/2021 5:01:17 PM\",\r\n \"Config Blob Name\": \"config-pstestvm98efe0-db1d2724-8eb0-455f-8cec-62674dcf8f2f.json\",\r\n \"Config Blob Container Name\": \"pstestvm98efe0-475020a58b2040e3b601b918c131b5c0\",\r\n \"Config Blob Uri\": \"https://pstestsa98efe36e.blob.core.windows.net/pstestvm98efe0-475020a58b2040e3b601b918c131b5c0/config-pstestvm98efe0-db1d2724-8eb0-455f-8cec-62674dcf8f2f.json\",\r\n \"Template Blob Uri\": \"https://pstestsa98efe36e.blob.core.windows.net/pstestvm98efe0-475020a58b2040e3b601b918c131b5c0/azuredeploydb1d2724-8eb0-455f-8cec-62674dcf8f2f.json\",\r\n \"Restored disk(s)\": \"PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03; disk1\",\r\n \"Backed-up disk(s)\": \"PSTestVM98efe0_OsDisk_1_1aa45f9b783944b8b393ee8cf6b28b03; disk1\"\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\": \"pstestvm98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T17:32:49.9366629Z\",\r\n \"endTime\": \"2021-05-18T17:49:54.8181667Z\",\r\n \"activityId\": \"c0d78901-be20-4226-9058-abb8c269adb9\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg98efe36e%3Bpstestvm98efe0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg98efe36e%3Bpstestvm98efe0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc5OGVmZTM2ZSUzQnBzdGVzdHZtOThlZmUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzk4ZWZlMzZlJTNCcHN0ZXN0dm05OGVmZTA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperationResults/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f2725e04-4ea3-4061-813d-c09b8936c0bd" + ], + "x-ms-client-request-id": [ + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "f2725e04-4ea3-4061-813d-c09b8936c0bd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T175005Z:f2725e04-4ea3-4061-813d-c09b8936c0bd" + ], + "Date": [ + "Tue, 18 May 2021 17:50:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "26260107-4c49-4239-a011-0294a9c3ea91" + ], + "x-ms-client-request-id": [ + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "127" + ], + "x-ms-correlation-request-id": [ + "26260107-4c49-4239-a011-0294a9c3ea91" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T175005Z:26260107-4c49-4239-a011-0294a9c3ea91" + ], + "Date": [ + "Tue, 18 May 2021 17:50:05 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "aea894dd-f4c8-475f-b144-b5471b5327ec" + ], + "x-ms-client-request-id": [ + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "126" + ], + "x-ms-correlation-request-id": [ + "aea894dd-f4c8-475f-b144-b5471b5327ec" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T175011Z:aea894dd-f4c8-475f-b144-b5471b5327ec" + ], + "Date": [ + "Tue, 18 May 2021 17:50:10 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a8562795-9a8f-4d0b-be6b-a21d1a5da2ce" + ], + "x-ms-client-request-id": [ + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "125" + ], + "x-ms-correlation-request-id": [ + "a8562795-9a8f-4d0b-be6b-a21d1a5da2ce" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T175016Z:a8562795-9a8f-4d0b-be6b-a21d1a5da2ce" + ], + "Date": [ + "Tue, 18 May 2021 17:50:15 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ac5285d7-5825-4c26-91c8-9bbf772f17a4" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" - ], - "X-Powered-By": [ - "ASP.NET" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "88" + "124" ], "x-ms-correlation-request-id": [ - "4ad1b851-749d-47e3-a9ce-a62ab2e9b90c" + "ac5285d7-5825-4c26-91c8-9bbf772f17a4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T112414Z:4ad1b851-749d-47e3-a9ce-a62ab2e9b90c" + "SOUTHINDIA:20210518T175021Z:ac5285d7-5825-4c26-91c8-9bbf772f17a4" ], "Date": [ - "Mon, 15 Feb 2021 11:24:14 GMT" + "Tue, 18 May 2021 17:50:20 GMT" ], "Content-Length": [ - "1067" + "188" ], "Content-Type": [ "application/json" @@ -9867,17 +14544,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT10M8.5997842S\",\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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -9885,8 +14562,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9896,40 +14573,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e6d2b01b-3400-416c-97f0-49e93223713d" + "969059e1-b31d-49f9-8f94-981f3162cb7d" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" - ], - "X-Powered-By": [ - "ASP.NET" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "97" + "123" ], "x-ms-correlation-request-id": [ - "e6d2b01b-3400-416c-97f0-49e93223713d" + "969059e1-b31d-49f9-8f94-981f3162cb7d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T112515Z:e6d2b01b-3400-416c-97f0-49e93223713d" + "SOUTHINDIA:20210518T175026Z:969059e1-b31d-49f9-8f94-981f3162cb7d" ], "Date": [ - "Mon, 15 Feb 2021 11:25:14 GMT" + "Tue, 18 May 2021 17:50:26 GMT" ], "Content-Length": [ - "1067" + "188" ], "Content-Type": [ "application/json" @@ -9938,17 +14614,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT11M9.4327517S\",\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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -9956,8 +14632,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9967,40 +14643,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d7cb8879-91ad-441b-a98e-1e6685d0ab5d" + "ed710813-08ac-4aa7-bd6c-e8ce5fe49c21" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" - ], - "X-Powered-By": [ - "ASP.NET" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "96" + "122" ], "x-ms-correlation-request-id": [ - "d7cb8879-91ad-441b-a98e-1e6685d0ab5d" + "ed710813-08ac-4aa7-bd6c-e8ce5fe49c21" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T112616Z:d7cb8879-91ad-441b-a98e-1e6685d0ab5d" + "SOUTHINDIA:20210518T175031Z:ed710813-08ac-4aa7-bd6c-e8ce5fe49c21" ], "Date": [ - "Mon, 15 Feb 2021 11:26:16 GMT" + "Tue, 18 May 2021 17:50:31 GMT" ], "Content-Length": [ - "1174" + "188" ], "Content-Type": [ "application/json" @@ -10009,17 +14684,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT12M10.3234431S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M38.0810957S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10027,8 +14702,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10038,40 +14713,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "3773b6c8-e4e6-47f0-acb1-1c1026dcd8bc" + "cedc332a-1cb6-4277-ae85-f6563ccc704c" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" - ], - "X-Powered-By": [ - "ASP.NET" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "95" + "121" ], "x-ms-correlation-request-id": [ - "3773b6c8-e4e6-47f0-acb1-1c1026dcd8bc" + "cedc332a-1cb6-4277-ae85-f6563ccc704c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T112717Z:3773b6c8-e4e6-47f0-acb1-1c1026dcd8bc" + "SOUTHINDIA:20210518T175037Z:cedc332a-1cb6-4277-ae85-f6563ccc704c" ], "Date": [ - "Mon, 15 Feb 2021 11:27:17 GMT" + "Tue, 18 May 2021 17:50:36 GMT" ], "Content-Length": [ - "1173" + "188" ], "Content-Type": [ "application/json" @@ -10080,17 +14754,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT13M11.097783S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M38.0810957S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10098,8 +14772,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10109,40 +14783,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "082dc2e1-6422-4d0a-982a-3c74ae875891" + "0a5774a6-2f68-40b1-9fe6-770ffe2421c4" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" - ], - "X-Powered-By": [ - "ASP.NET" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "94" + "120" ], "x-ms-correlation-request-id": [ - "082dc2e1-6422-4d0a-982a-3c74ae875891" + "0a5774a6-2f68-40b1-9fe6-770ffe2421c4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T112818Z:082dc2e1-6422-4d0a-982a-3c74ae875891" + "SOUTHINDIA:20210518T175042Z:0a5774a6-2f68-40b1-9fe6-770ffe2421c4" ], "Date": [ - "Mon, 15 Feb 2021 11:28:17 GMT" + "Tue, 18 May 2021 17:50:42 GMT" ], "Content-Length": [ - "1174" + "188" ], "Content-Type": [ "application/json" @@ -10151,17 +14824,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT14M11.9737358S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M38.0810957S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10169,8 +14842,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10180,40 +14853,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e4362b60-96e2-476b-b83c-6f036898333a" + "16df456e-ed6a-475e-97cf-a0ffd6ae218c" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" - ], - "X-Powered-By": [ - "ASP.NET" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "93" + "119" ], "x-ms-correlation-request-id": [ - "e4362b60-96e2-476b-b83c-6f036898333a" + "16df456e-ed6a-475e-97cf-a0ffd6ae218c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T112918Z:e4362b60-96e2-476b-b83c-6f036898333a" + "SOUTHINDIA:20210518T175047Z:16df456e-ed6a-475e-97cf-a0ffd6ae218c" ], "Date": [ - "Mon, 15 Feb 2021 11:29:18 GMT" + "Tue, 18 May 2021 17:50:47 GMT" ], "Content-Length": [ - "1174" + "188" ], "Content-Type": [ "application/json" @@ -10222,17 +14894,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT15M12.7006278S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M38.0810957S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10240,8 +14912,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10251,40 +14923,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0de9bf12-384a-4e0e-bd59-51a6a1e98853" + "fa0e4453-c2e1-4cf6-aa02-85a5ddf4f535" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" - ], - "X-Powered-By": [ - "ASP.NET" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "98" + "118" ], "x-ms-correlation-request-id": [ - "0de9bf12-384a-4e0e-bd59-51a6a1e98853" + "fa0e4453-c2e1-4cf6-aa02-85a5ddf4f535" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113019Z:0de9bf12-384a-4e0e-bd59-51a6a1e98853" + "SOUTHINDIA:20210518T175052Z:fa0e4453-c2e1-4cf6-aa02-85a5ddf4f535" ], "Date": [ - "Mon, 15 Feb 2021 11:30:19 GMT" + "Tue, 18 May 2021 17:50:52 GMT" ], "Content-Length": [ - "1174" + "188" ], "Content-Type": [ "application/json" @@ -10293,17 +14964,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT16M13.5618446S\",\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 \"taskExecutionDetails\": \"99.51 GBs / 159 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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M38.0810957S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzLzA2ODZkYzA5LWFjN2UtNDhmOC04OGQ5LTg1MmM2MzFlN2U5MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10311,8 +14982,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10322,40 +14993,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "69197b72-660f-4f91-a5e5-a820441e042a" + "0069a38a-73f7-4539-aead-0505fef717ea" ], "x-ms-client-request-id": [ - "6ab5cbfb-7b24-4daf-8317-177baf246ee2", - "6ab5cbfb-7b24-4daf-8317-177baf246ee2" - ], - "X-Powered-By": [ - "ASP.NET" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "97" + "117" ], "x-ms-correlation-request-id": [ - "69197b72-660f-4f91-a5e5-a820441e042a" + "0069a38a-73f7-4539-aead-0505fef717ea" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113120Z:69197b72-660f-4f91-a5e5-a820441e042a" + "SOUTHINDIA:20210518T175057Z:0069a38a-73f7-4539-aead-0505fef717ea" ], "Date": [ - "Mon, 15 Feb 2021 11:31:20 GMT" + "Tue, 18 May 2021 17:50:57 GMT" ], "Content-Length": [ - "1883" + "188" ], "Content-Type": [ "application/json" @@ -10364,17 +15034,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"name\": \"0686dc09-ac7e-48f8-88d9-852c631e7e90\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT17M5.0960925S\",\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\": \"159 GBs / 159 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\": \"pstestsa63dd3447\",\r\n \"Recovery point time \": \"2/15/2021 10:42:34 AM\",\r\n \"Config Blob Name\": \"config-pstestvm63dd30-0686dc09-ac7e-48f8-88d9-852c631e7e90.json\",\r\n \"Config Blob Container Name\": \"pstestvm63dd30-767558c2deed4ecca76ae8d343cf65b1\",\r\n \"Config Blob Uri\": \"https://pstestsa63dd3447.blob.core.windows.net/pstestvm63dd30-767558c2deed4ecca76ae8d343cf65b1/config-pstestvm63dd30-0686dc09-ac7e-48f8-88d9-852c631e7e90.json\",\r\n \"Template Blob Uri\": \"https://pstestsa63dd3447.blob.core.windows.net/pstestvm63dd30-767558c2deed4ecca76ae8d343cf65b1/azuredeploy0686dc09-ac7e-48f8-88d9-852c631e7e90.json\",\r\n \"Restored disk(s)\": \"PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e; disk1\",\r\n \"Backed-up disk(s)\": \"PSTestVM63dd30_OsDisk_1_72a4915679c74cb28793388b546c555e; disk1\"\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\": \"pstestvm63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T11:14:05.7480753Z\",\r\n \"endTime\": \"2021-02-15T11:31:10.8441678Z\",\r\n \"activityId\": \"6ab5cbfb-7b24-4daf-8317-177baf246ee2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg63dd3447%3Bpstestvm63dd30/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg63dd3447%3Bpstestvm63dd30?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc2M2RkMzQ0NyUzQnBzdGVzdHZtNjNkZDMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzYzZGQzNDQ3JTNCcHN0ZXN0dm02M2RkMzA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10382,8 +15052,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10393,61 +15063,58 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperationResults/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "70711b0f-ec30-4ba4-8e61-2e54b3662486" + "beb635b9-d353-4e84-9e49-b10dc54a435f" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "116" ], "x-ms-correlation-request-id": [ - "70711b0f-ec30-4ba4-8e61-2e54b3662486" + "beb635b9-d353-4e84-9e49-b10dc54a435f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113121Z:70711b0f-ec30-4ba4-8e61-2e54b3662486" + "SOUTHINDIA:20210518T175103Z:beb635b9-d353-4e84-9e49-b10dc54a435f" ], "Date": [ - "Mon, 15 Feb 2021 11:31:20 GMT" + "Tue, 18 May 2021 17:51:02 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10455,8 +15122,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10470,11 +15137,11 @@ "nosniff" ], "x-ms-request-id": [ - "4a010e49-7998-4ae4-90cb-809bb8e14b8f" + "bc227cf6-7ef8-4a7e-b55f-601f77a2075b" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10486,16 +15153,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "115" ], "x-ms-correlation-request-id": [ - "4a010e49-7998-4ae4-90cb-809bb8e14b8f" + "bc227cf6-7ef8-4a7e-b55f-601f77a2075b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113121Z:4a010e49-7998-4ae4-90cb-809bb8e14b8f" + "SOUTHINDIA:20210518T175108Z:bc227cf6-7ef8-4a7e-b55f-601f77a2075b" ], "Date": [ - "Mon, 15 Feb 2021 11:31:21 GMT" + "Tue, 18 May 2021 17:51:07 GMT" ], "Content-Length": [ "188" @@ -10507,17 +15174,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10525,8 +15192,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10540,11 +15207,11 @@ "nosniff" ], "x-ms-request-id": [ - "b1db1ed3-24bc-4169-815d-5d2a7cd767b5" + "37a8f433-9f95-427d-b6d3-0e43181ec2f3" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10556,16 +15223,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "114" ], "x-ms-correlation-request-id": [ - "b1db1ed3-24bc-4169-815d-5d2a7cd767b5" + "37a8f433-9f95-427d-b6d3-0e43181ec2f3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113131Z:b1db1ed3-24bc-4169-815d-5d2a7cd767b5" + "SOUTHINDIA:20210518T175113Z:37a8f433-9f95-427d-b6d3-0e43181ec2f3" ], "Date": [ - "Mon, 15 Feb 2021 11:31:30 GMT" + "Tue, 18 May 2021 17:51:13 GMT" ], "Content-Length": [ "188" @@ -10577,17 +15244,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10595,8 +15262,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10610,11 +15277,11 @@ "nosniff" ], "x-ms-request-id": [ - "69686206-176d-48fb-ac06-a54dddc4b9c9" + "983df564-0441-47f3-87f9-3633b2861cd0" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10626,16 +15293,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "113" ], "x-ms-correlation-request-id": [ - "69686206-176d-48fb-ac06-a54dddc4b9c9" + "983df564-0441-47f3-87f9-3633b2861cd0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113141Z:69686206-176d-48fb-ac06-a54dddc4b9c9" + "SOUTHINDIA:20210518T175119Z:983df564-0441-47f3-87f9-3633b2861cd0" ], "Date": [ - "Mon, 15 Feb 2021 11:31:41 GMT" + "Tue, 18 May 2021 17:51:18 GMT" ], "Content-Length": [ "188" @@ -10647,17 +15314,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10665,8 +15332,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10680,11 +15347,11 @@ "nosniff" ], "x-ms-request-id": [ - "d8afbd5b-1d7f-49d3-b004-7230a94a8f23" + "9151dc4e-6c48-4be8-9900-f9c940fd4820" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10696,16 +15363,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "112" ], "x-ms-correlation-request-id": [ - "d8afbd5b-1d7f-49d3-b004-7230a94a8f23" + "9151dc4e-6c48-4be8-9900-f9c940fd4820" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113151Z:d8afbd5b-1d7f-49d3-b004-7230a94a8f23" + "SOUTHINDIA:20210518T175124Z:9151dc4e-6c48-4be8-9900-f9c940fd4820" ], "Date": [ - "Mon, 15 Feb 2021 11:31:51 GMT" + "Tue, 18 May 2021 17:51:23 GMT" ], "Content-Length": [ "188" @@ -10717,17 +15384,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10735,8 +15402,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10750,11 +15417,11 @@ "nosniff" ], "x-ms-request-id": [ - "9acabdf0-4f41-451e-be1d-39e95ec257e2" + "3ebdb1ec-6d7e-461d-9708-c6b2ab1e8daa" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10766,16 +15433,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "111" ], "x-ms-correlation-request-id": [ - "9acabdf0-4f41-451e-be1d-39e95ec257e2" + "3ebdb1ec-6d7e-461d-9708-c6b2ab1e8daa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113202Z:9acabdf0-4f41-451e-be1d-39e95ec257e2" + "SOUTHINDIA:20210518T175129Z:3ebdb1ec-6d7e-461d-9708-c6b2ab1e8daa" ], "Date": [ - "Mon, 15 Feb 2021 11:32:02 GMT" + "Tue, 18 May 2021 17:51:28 GMT" ], "Content-Length": [ "188" @@ -10787,17 +15454,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10805,8 +15472,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10820,11 +15487,11 @@ "nosniff" ], "x-ms-request-id": [ - "c7de2a6a-739a-4801-902c-704a1f04a0bd" + "b58e2287-6346-4e5b-aeb7-2b5aa1492616" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10836,16 +15503,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "110" ], "x-ms-correlation-request-id": [ - "c7de2a6a-739a-4801-902c-704a1f04a0bd" + "b58e2287-6346-4e5b-aeb7-2b5aa1492616" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113212Z:c7de2a6a-739a-4801-902c-704a1f04a0bd" + "SOUTHINDIA:20210518T175134Z:b58e2287-6346-4e5b-aeb7-2b5aa1492616" ], "Date": [ - "Mon, 15 Feb 2021 11:32:11 GMT" + "Tue, 18 May 2021 17:51:33 GMT" ], "Content-Length": [ "188" @@ -10857,17 +15524,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10875,8 +15542,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10890,11 +15557,11 @@ "nosniff" ], "x-ms-request-id": [ - "4a90752a-393e-4b02-ba65-d8f7f717b9a9" + "e532afec-2f4d-43f7-bfd7-e0a9537e83d0" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10906,16 +15573,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "109" ], "x-ms-correlation-request-id": [ - "4a90752a-393e-4b02-ba65-d8f7f717b9a9" + "e532afec-2f4d-43f7-bfd7-e0a9537e83d0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113222Z:4a90752a-393e-4b02-ba65-d8f7f717b9a9" + "SOUTHINDIA:20210518T175139Z:e532afec-2f4d-43f7-bfd7-e0a9537e83d0" ], "Date": [ - "Mon, 15 Feb 2021 11:32:22 GMT" + "Tue, 18 May 2021 17:51:39 GMT" ], "Content-Length": [ "188" @@ -10927,17 +15594,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -10945,8 +15612,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10960,11 +15627,11 @@ "nosniff" ], "x-ms-request-id": [ - "b622aafa-2e73-4434-aafd-e913a7d6b97c" + "9e84fe0c-e20f-47ca-9f90-61f93f95e8a3" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10976,16 +15643,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "108" ], "x-ms-correlation-request-id": [ - "b622aafa-2e73-4434-aafd-e913a7d6b97c" + "9e84fe0c-e20f-47ca-9f90-61f93f95e8a3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113232Z:b622aafa-2e73-4434-aafd-e913a7d6b97c" + "SOUTHINDIA:20210518T175145Z:9e84fe0c-e20f-47ca-9f90-61f93f95e8a3" ], "Date": [ - "Mon, 15 Feb 2021 11:32:32 GMT" + "Tue, 18 May 2021 17:51:44 GMT" ], "Content-Length": [ "188" @@ -10997,17 +15664,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -11015,8 +15682,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11030,11 +15697,11 @@ "nosniff" ], "x-ms-request-id": [ - "a2b5f37d-7fb6-434b-b351-d37407331ac7" + "b75a2e00-e0bd-47eb-a176-767a843ff3dd" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11046,16 +15713,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "107" ], "x-ms-correlation-request-id": [ - "a2b5f37d-7fb6-434b-b351-d37407331ac7" + "b75a2e00-e0bd-47eb-a176-767a843ff3dd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113243Z:a2b5f37d-7fb6-434b-b351-d37407331ac7" + "SOUTHINDIA:20210518T175150Z:b75a2e00-e0bd-47eb-a176-767a843ff3dd" ], "Date": [ - "Mon, 15 Feb 2021 11:32:42 GMT" + "Tue, 18 May 2021 17:51:50 GMT" ], "Content-Length": [ "188" @@ -11067,17 +15734,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -11085,8 +15752,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11100,11 +15767,11 @@ "nosniff" ], "x-ms-request-id": [ - "04a36653-30a4-4806-8213-2a227790309b" + "6ad94d90-4eff-4d01-8713-9543e0dae1b8" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11116,16 +15783,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "106" ], "x-ms-correlation-request-id": [ - "04a36653-30a4-4806-8213-2a227790309b" + "6ad94d90-4eff-4d01-8713-9543e0dae1b8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113253Z:04a36653-30a4-4806-8213-2a227790309b" + "SOUTHINDIA:20210518T175155Z:6ad94d90-4eff-4d01-8713-9543e0dae1b8" ], "Date": [ - "Mon, 15 Feb 2021 11:32:52 GMT" + "Tue, 18 May 2021 17:51:55 GMT" ], "Content-Length": [ "188" @@ -11137,17 +15804,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -11155,8 +15822,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11170,11 +15837,11 @@ "nosniff" ], "x-ms-request-id": [ - "9ae4172c-52cc-4a04-8bad-798442303978" + "04d43c2c-2ace-4043-a4d8-76da9777a60b" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11186,16 +15853,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "123" + "105" ], "x-ms-correlation-request-id": [ - "9ae4172c-52cc-4a04-8bad-798442303978" + "04d43c2c-2ace-4043-a4d8-76da9777a60b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113303Z:9ae4172c-52cc-4a04-8bad-798442303978" + "SOUTHINDIA:20210518T175200Z:04d43c2c-2ace-4043-a4d8-76da9777a60b" ], "Date": [ - "Mon, 15 Feb 2021 11:33:03 GMT" + "Tue, 18 May 2021 17:52:00 GMT" ], "Content-Length": [ "188" @@ -11207,17 +15874,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -11225,8 +15892,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11240,11 +15907,11 @@ "nosniff" ], "x-ms-request-id": [ - "e05916ea-358b-47a6-812b-9590355468dd" + "5f427134-261b-40a9-b7f9-89989ee90737" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11256,16 +15923,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "122" + "104" ], "x-ms-correlation-request-id": [ - "e05916ea-358b-47a6-812b-9590355468dd" + "5f427134-261b-40a9-b7f9-89989ee90737" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113313Z:e05916ea-358b-47a6-812b-9590355468dd" + "SOUTHINDIA:20210518T175205Z:5f427134-261b-40a9-b7f9-89989ee90737" ], "Date": [ - "Mon, 15 Feb 2021 11:33:12 GMT" + "Tue, 18 May 2021 17:52:05 GMT" ], "Content-Length": [ "188" @@ -11277,17 +15944,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -11295,8 +15962,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11310,11 +15977,11 @@ "nosniff" ], "x-ms-request-id": [ - "9da88661-9035-42d8-a633-81b79cc3ab9c" + "c5092f17-45fc-41e2-9b18-a28f07e3f911" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11326,16 +15993,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" + "103" ], "x-ms-correlation-request-id": [ - "9da88661-9035-42d8-a633-81b79cc3ab9c" + "c5092f17-45fc-41e2-9b18-a28f07e3f911" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113323Z:9da88661-9035-42d8-a633-81b79cc3ab9c" + "SOUTHINDIA:20210518T175211Z:c5092f17-45fc-41e2-9b18-a28f07e3f911" ], "Date": [ - "Mon, 15 Feb 2021 11:33:23 GMT" + "Tue, 18 May 2021 17:52:10 GMT" ], "Content-Length": [ "304" @@ -11347,17 +16014,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b1b964b0-aa29-47e3-948d-a2de320646cc\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a9363699-8b24-43c3-b34f-0bee457047d6\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupOperations/726ff320-1d63-4a89-ae5b-6b61461f4547?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBPcGVyYXRpb25zLzcyNmZmMzIwLTFkNjMtNGE4OS1hZTViLTZiNjE0NjFmNDU0Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupOperations/54889e38-7f7d-48f1-be88-73b7b851dfd3?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBPcGVyYXRpb25zLzU0ODg5ZTM4LTdmN2QtNDhmMS1iZTg4LTczYjdiODUxZGZkMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -11365,8 +16032,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11380,11 +16047,11 @@ "nosniff" ], "x-ms-request-id": [ - "29e644db-e2cb-4d37-82ce-0d0fca460c8d" + "8e95daef-e202-4609-b2df-b3cf8a3b5425" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11396,16 +16063,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "102" ], "x-ms-correlation-request-id": [ - "29e644db-e2cb-4d37-82ce-0d0fca460c8d" + "8e95daef-e202-4609-b2df-b3cf8a3b5425" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113324Z:29e644db-e2cb-4d37-82ce-0d0fca460c8d" + "SOUTHINDIA:20210518T175211Z:8e95daef-e202-4609-b2df-b3cf8a3b5425" ], "Date": [ - "Mon, 15 Feb 2021 11:33:23 GMT" + "Tue, 18 May 2021 17:52:11 GMT" ], "Content-Length": [ "304" @@ -11417,17 +16084,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"name\": \"726ff320-1d63-4a89-ae5b-6b61461f4547\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b1b964b0-aa29-47e3-948d-a2de320646cc\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"name\": \"54889e38-7f7d-48f1-be88-73b7b851dfd3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a9363699-8b24-43c3-b34f-0bee457047d6\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/b1b964b0-aa29-47e3-948d-a2de320646cc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBKb2JzL2IxYjk2NGIwLWFhMjktNDdlMy05NDhkLWEyZGUzMjA2NDZjYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/a9363699-8b24-43c3-b34f-0bee457047d6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBKb2JzL2E5MzYzNjk5LThiMjQtNDNjMy1iMzRmLTBiZWU0NTcwNDdkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "Accept-Language": [ "en-US" @@ -11435,8 +16102,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11454,11 +16121,11 @@ "nosniff" ], "x-ms-request-id": [ - "c0075efe-c53b-40e1-93d8-393ef5a11274" + "c1ad23ff-da01-4dca-9ae4-1ba0d0c43085" ], "x-ms-client-request-id": [ - "60367a64-badd-4485-9919-3712fc500381", - "60367a64-badd-4485-9919-3712fc500381" + "e67dabf4-2235-487a-bf5e-6a39d7af9c58", + "e67dabf4-2235-487a-bf5e-6a39d7af9c58" ], "X-Powered-By": [ "ASP.NET" @@ -11467,19 +16134,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "96" + "49" ], "x-ms-correlation-request-id": [ - "c0075efe-c53b-40e1-93d8-393ef5a11274" + "c1ad23ff-da01-4dca-9ae4-1ba0d0c43085" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113324Z:c0075efe-c53b-40e1-93d8-393ef5a11274" + "SOUTHINDIA:20210518T175212Z:c1ad23ff-da01-4dca-9ae4-1ba0d0c43085" ], "Date": [ - "Mon, 15 Feb 2021 11:33:23 GMT" + "Tue, 18 May 2021 17:52:11 GMT" ], "Content-Length": [ - "845" + "844" ], "Content-Type": [ "application/json" @@ -11488,17 +16155,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupJobs/b1b964b0-aa29-47e3-948d-a2de320646cc\",\r\n \"name\": \"b1b964b0-aa29-47e3-948d-a2de320646cc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg63dd3447;pstestvm63dd30\",\r\n \"duration\": \"PT1M52.8394562S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM63dd30\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM63dd30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T11:31:20.8614833Z\",\r\n \"endTime\": \"2021-02-15T11:33:13.7009395Z\",\r\n \"activityId\": \"60367a64-badd-4485-9919-3712fc500381\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupJobs/a9363699-8b24-43c3-b34f-0bee457047d6\",\r\n \"name\": \"a9363699-8b24-43c3-b34f-0bee457047d6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg98efe36e;pstestvm98efe0\",\r\n \"duration\": \"PT2M2.0477011S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM98efe0\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM98efe0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T17:50:05.6227522Z\",\r\n \"endTime\": \"2021-05-18T17:52:07.6704533Z\",\r\n \"activityId\": \"e67dabf4-2235-487a-bf5e-6a39d7af9c58\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5458072f-c873-42c7-a100-d1424ef486f2" + "55f01ff5-6ffe-4b8d-b9b8-8177bbcd107c" ], "Accept-Language": [ "en-US" @@ -11506,7 +16173,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -11521,10 +16188,10 @@ "nosniff" ], "x-ms-request-id": [ - "99a25a28-5d69-4e00-a0e2-49fd372a330f" + "88bb5f1e-da81-4ed8-9769-bf44bd068623" ], "x-ms-client-request-id": [ - "5458072f-c873-42c7-a100-d1424ef486f2" + "55f01ff5-6ffe-4b8d-b9b8-8177bbcd107c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11536,16 +16203,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "99a25a28-5d69-4e00-a0e2-49fd372a330f" + "88bb5f1e-da81-4ed8-9769-bf44bd068623" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113325Z:99a25a28-5d69-4e00-a0e2-49fd372a330f" + "SOUTHINDIA:20210518T175212Z:88bb5f1e-da81-4ed8-9769-bf44bd068623" ], "Date": [ - "Mon, 15 Feb 2021 11:33:24 GMT" + "Tue, 18 May 2021 17:52:12 GMT" ], "Content-Length": [ - "477" + "478" ], "Content-Type": [ "application/json" @@ -11554,17 +16221,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV63dd3447\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T10%3A35%3A24.042639Z'\\\"\",\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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV98efe36e\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T16%3A54%3A16.1467022Z'\\\"\",\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/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e\",\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/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Ny9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58ca9d54-9415-49a6-bbc0-0066040668b8" + "ec2b9db2-53d1-41a7-ac4f-0281f1a38534" ], "Accept-Language": [ "en-US" @@ -11572,8 +16239,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11587,11 +16254,11 @@ "nosniff" ], "x-ms-request-id": [ - "e81fc28f-0be3-493a-a300-2d9a40ea87bf" + "5e159e26-1d57-48e5-b816-305b4ff5d08e" ], "x-ms-client-request-id": [ - "58ca9d54-9415-49a6-bbc0-0066040668b8", - "58ca9d54-9415-49a6-bbc0-0066040668b8" + "ec2b9db2-53d1-41a7-ac4f-0281f1a38534", + "ec2b9db2-53d1-41a7-ac4f-0281f1a38534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11606,13 +16273,13 @@ "149" ], "x-ms-correlation-request-id": [ - "e81fc28f-0be3-493a-a300-2d9a40ea87bf" + "5e159e26-1d57-48e5-b816-305b4ff5d08e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113325Z:e81fc28f-0be3-493a-a300-2d9a40ea87bf" + "SOUTHINDIA:20210518T175213Z:5e159e26-1d57-48e5-b816-305b4ff5d08e" ], "Date": [ - "Mon, 15 Feb 2021 11:33:24 GMT" + "Tue, 18 May 2021 17:52:12 GMT" ], "Content-Length": [ "12" @@ -11628,13 +16295,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG63dd3447/providers/Microsoft.RecoveryServices/vaults/PSTestRSV63dd3447?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNjNkZDM0NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y2M2RkMzQ0Nz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG98efe36e/providers/Microsoft.RecoveryServices/vaults/PSTestRSV98efe36e?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOThlZmUzNmUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y5OGVmZTM2ZT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "973b794b-aa97-443d-bbe4-fe088ac4b769" + "42da4dd6-d715-4aca-a600-f71bfb8921be" ], "Accept-Language": [ "en-US" @@ -11642,7 +16309,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -11657,10 +16324,10 @@ "nosniff" ], "x-ms-request-id": [ - "834166cb-b6f3-4c3f-8cb7-c90cbe8c3814" + "c2c4c4ee-2adf-4e6b-914e-ccadaf2824b3" ], "x-ms-client-request-id": [ - "973b794b-aa97-443d-bbe4-fe088ac4b769" + "42da4dd6-d715-4aca-a600-f71bfb8921be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11669,13 +16336,13 @@ "9" ], "x-ms-correlation-request-id": [ - "834166cb-b6f3-4c3f-8cb7-c90cbe8c3814" + "c2c4c4ee-2adf-4e6b-914e-ccadaf2824b3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113329Z:834166cb-b6f3-4c3f-8cb7-c90cbe8c3814" + "SOUTHINDIA:20210518T175215Z:c2c4c4ee-2adf-4e6b-914e-ccadaf2824b3" ], "Date": [ - "Mon, 15 Feb 2021 11:33:29 GMT" + "Tue, 18 May 2021 17:52:14 GMT" ], "Expires": [ "-1" @@ -11688,13 +16355,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG63dd3447?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNjNkZDM0NDc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG98efe36e?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHOThlZmUzNmU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f9f874c-ceed-4101-b010-12dbe2bbac71" + "6bd01ce2-088f-4054-aa88-83c1db4886c7" ], "Accept-Language": [ "en-US" @@ -11702,8 +16369,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11714,7 +16381,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -11723,70 +16390,13 @@ "14999" ], "x-ms-request-id": [ - "be00376e-aef4-447e-a07e-86f4b7e8cf18" - ], - "x-ms-correlation-request-id": [ - "be00376e-aef4-447e-a07e-86f4b7e8cf18" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113330Z:be00376e-aef4-447e-a07e-86f4b7e8cf18" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 15 Feb 2021 11:33:29 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "9278b32b-80f0-40f6-939c-b698771e4a66" + "e435d968-1d70-49b4-97e9-6b1daab24b71" ], "x-ms-correlation-request-id": [ - "9278b32b-80f0-40f6-939c-b698771e4a66" + "e435d968-1d70-49b4-97e9-6b1daab24b71" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113345Z:9278b32b-80f0-40f6-939c-b698771e4a66" + "SOUTHINDIA:20210518T175220Z:e435d968-1d70-49b4-97e9-6b1daab24b71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11795,7 +16405,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:33:45 GMT" + "Tue, 18 May 2021 17:52:20 GMT" ], "Expires": [ "-1" @@ -11808,16 +16418,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11828,22 +16438,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-request-id": [ - "f4c57246-0d3f-4205-b014-bc09a7992686" + "0adea4d6-9b31-4960-96f2-2e28e9952404" ], "x-ms-correlation-request-id": [ - "f4c57246-0d3f-4205-b014-bc09a7992686" + "0adea4d6-9b31-4960-96f2-2e28e9952404" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113401Z:f4c57246-0d3f-4205-b014-bc09a7992686" + "SOUTHINDIA:20210518T175235Z:0adea4d6-9b31-4960-96f2-2e28e9952404" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11852,7 +16462,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:34:00 GMT" + "Tue, 18 May 2021 17:52:34 GMT" ], "Expires": [ "-1" @@ -11865,16 +16475,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11885,22 +16495,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11996" ], "x-ms-request-id": [ - "04fdb2ac-cc22-4c8b-9d82-fb75cecfe334" + "bfaebc68-5a01-4564-9d16-52cec305a051" ], "x-ms-correlation-request-id": [ - "04fdb2ac-cc22-4c8b-9d82-fb75cecfe334" + "bfaebc68-5a01-4564-9d16-52cec305a051" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113416Z:04fdb2ac-cc22-4c8b-9d82-fb75cecfe334" + "SOUTHINDIA:20210518T175250Z:bfaebc68-5a01-4564-9d16-52cec305a051" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11909,7 +16519,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:34:15 GMT" + "Tue, 18 May 2021 17:52:49 GMT" ], "Expires": [ "-1" @@ -11922,16 +16532,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11942,22 +16552,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11995" ], "x-ms-request-id": [ - "9ea0d38d-6c49-403b-afa3-b9ee62ad4f86" + "44b8da38-1b77-4557-8e13-a91d38870d12" ], "x-ms-correlation-request-id": [ - "9ea0d38d-6c49-403b-afa3-b9ee62ad4f86" + "44b8da38-1b77-4557-8e13-a91d38870d12" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113431Z:9ea0d38d-6c49-403b-afa3-b9ee62ad4f86" + "SOUTHINDIA:20210518T175305Z:44b8da38-1b77-4557-8e13-a91d38870d12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11966,7 +16576,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:34:31 GMT" + "Tue, 18 May 2021 17:53:04 GMT" ], "Expires": [ "-1" @@ -11979,16 +16589,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11999,22 +16609,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11994" ], "x-ms-request-id": [ - "1a39cea1-c68d-4bfb-8880-17a6195cd268" + "e207f435-f55e-408d-b6bf-718a43e1fdff" ], "x-ms-correlation-request-id": [ - "1a39cea1-c68d-4bfb-8880-17a6195cd268" + "e207f435-f55e-408d-b6bf-718a43e1fdff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113446Z:1a39cea1-c68d-4bfb-8880-17a6195cd268" + "SOUTHINDIA:20210518T175320Z:e207f435-f55e-408d-b6bf-718a43e1fdff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12023,7 +16633,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:34:45 GMT" + "Tue, 18 May 2021 17:53:20 GMT" ], "Expires": [ "-1" @@ -12036,16 +16646,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12056,22 +16666,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11993" ], "x-ms-request-id": [ - "15067082-a5f7-4b44-a8d1-dfcc3782b427" + "0ed13003-4f43-4a59-adec-b44edd9fd130" ], "x-ms-correlation-request-id": [ - "15067082-a5f7-4b44-a8d1-dfcc3782b427" + "0ed13003-4f43-4a59-adec-b44edd9fd130" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113501Z:15067082-a5f7-4b44-a8d1-dfcc3782b427" + "SOUTHINDIA:20210518T175336Z:0ed13003-4f43-4a59-adec-b44edd9fd130" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12080,7 +16690,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:35:00 GMT" + "Tue, 18 May 2021 17:53:35 GMT" ], "Expires": [ "-1" @@ -12093,16 +16703,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12113,22 +16723,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11992" ], "x-ms-request-id": [ - "e12182db-2704-4587-b9c1-e28029e1706a" + "2acf61ee-d673-4de7-9b10-f7d76453b2c0" ], "x-ms-correlation-request-id": [ - "e12182db-2704-4587-b9c1-e28029e1706a" + "2acf61ee-d673-4de7-9b10-f7d76453b2c0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113516Z:e12182db-2704-4587-b9c1-e28029e1706a" + "SOUTHINDIA:20210518T175351Z:2acf61ee-d673-4de7-9b10-f7d76453b2c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12137,7 +16747,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:35:16 GMT" + "Tue, 18 May 2021 17:53:50 GMT" ], "Expires": [ "-1" @@ -12150,16 +16760,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12170,22 +16780,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11991" ], "x-ms-request-id": [ - "45e0badb-7549-4088-86f5-142eb7f9669a" + "0093c8bb-7dfa-4b9c-b321-8862385ff265" ], "x-ms-correlation-request-id": [ - "45e0badb-7549-4088-86f5-142eb7f9669a" + "0093c8bb-7dfa-4b9c-b321-8862385ff265" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113531Z:45e0badb-7549-4088-86f5-142eb7f9669a" + "SOUTHINDIA:20210518T175406Z:0093c8bb-7dfa-4b9c-b321-8862385ff265" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12194,7 +16804,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:35:31 GMT" + "Tue, 18 May 2021 17:54:05 GMT" ], "Expires": [ "-1" @@ -12207,16 +16817,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12227,22 +16837,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11990" ], "x-ms-request-id": [ - "12b2bd98-1bdf-45b7-ae4c-a0b3b74a91ed" + "e9348b7b-aced-4fee-91a1-2b286ae5069c" ], "x-ms-correlation-request-id": [ - "12b2bd98-1bdf-45b7-ae4c-a0b3b74a91ed" + "e9348b7b-aced-4fee-91a1-2b286ae5069c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113547Z:12b2bd98-1bdf-45b7-ae4c-a0b3b74a91ed" + "SOUTHINDIA:20210518T175421Z:e9348b7b-aced-4fee-91a1-2b286ae5069c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12251,7 +16861,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:35:46 GMT" + "Tue, 18 May 2021 17:54:20 GMT" ], "Expires": [ "-1" @@ -12264,16 +16874,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12284,22 +16894,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11989" ], "x-ms-request-id": [ - "5448d0ac-a1f4-4bae-936e-ea4183a49029" + "67b943c0-2300-48fd-8f9c-4b63356f8678" ], "x-ms-correlation-request-id": [ - "5448d0ac-a1f4-4bae-936e-ea4183a49029" + "67b943c0-2300-48fd-8f9c-4b63356f8678" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113602Z:5448d0ac-a1f4-4bae-936e-ea4183a49029" + "SOUTHINDIA:20210518T175436Z:67b943c0-2300-48fd-8f9c-4b63356f8678" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12308,7 +16918,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:36:01 GMT" + "Tue, 18 May 2021 17:54:36 GMT" ], "Expires": [ "-1" @@ -12321,16 +16931,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12341,22 +16951,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11988" ], "x-ms-request-id": [ - "f4f5c273-d71a-4e76-b689-5dc53234d031" + "7eef3fa7-557b-4e56-9aae-3aba8a71c2e0" ], "x-ms-correlation-request-id": [ - "f4f5c273-d71a-4e76-b689-5dc53234d031" + "7eef3fa7-557b-4e56-9aae-3aba8a71c2e0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113617Z:f4f5c273-d71a-4e76-b689-5dc53234d031" + "SOUTHINDIA:20210518T175451Z:7eef3fa7-557b-4e56-9aae-3aba8a71c2e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12365,7 +16975,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:36:16 GMT" + "Tue, 18 May 2021 17:54:51 GMT" ], "Expires": [ "-1" @@ -12378,16 +16988,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12398,22 +17008,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11987" ], "x-ms-request-id": [ - "c0fbeca1-8b60-40da-9a67-f9d75ca6b503" + "0d10310b-80c8-42fc-866b-d653867b92b7" ], "x-ms-correlation-request-id": [ - "c0fbeca1-8b60-40da-9a67-f9d75ca6b503" + "0d10310b-80c8-42fc-866b-d653867b92b7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113632Z:c0fbeca1-8b60-40da-9a67-f9d75ca6b503" + "SOUTHINDIA:20210518T175506Z:0d10310b-80c8-42fc-866b-d653867b92b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12422,7 +17032,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:36:31 GMT" + "Tue, 18 May 2021 17:55:06 GMT" ], "Expires": [ "-1" @@ -12435,16 +17045,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12455,22 +17065,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11986" ], "x-ms-request-id": [ - "081995f7-8347-4c4a-bb69-980bd350ef1e" + "cf6224bd-197d-425d-b9d5-1a320720c598" ], "x-ms-correlation-request-id": [ - "081995f7-8347-4c4a-bb69-980bd350ef1e" + "cf6224bd-197d-425d-b9d5-1a320720c598" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113647Z:081995f7-8347-4c4a-bb69-980bd350ef1e" + "SOUTHINDIA:20210518T175522Z:cf6224bd-197d-425d-b9d5-1a320720c598" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12479,7 +17089,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:36:46 GMT" + "Tue, 18 May 2021 17:55:21 GMT" ], "Expires": [ "-1" @@ -12492,16 +17102,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12512,22 +17122,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11985" ], "x-ms-request-id": [ - "6a7a099c-f0d6-4687-ac36-22520097aa18" + "00bfabf0-c7d6-43b2-8ca3-9c38b6076d89" ], "x-ms-correlation-request-id": [ - "6a7a099c-f0d6-4687-ac36-22520097aa18" + "00bfabf0-c7d6-43b2-8ca3-9c38b6076d89" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113702Z:6a7a099c-f0d6-4687-ac36-22520097aa18" + "SOUTHINDIA:20210518T175537Z:00bfabf0-c7d6-43b2-8ca3-9c38b6076d89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12536,7 +17146,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:02 GMT" + "Tue, 18 May 2021 17:55:36 GMT" ], "Expires": [ "-1" @@ -12549,16 +17159,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12569,16 +17179,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11984" ], "x-ms-request-id": [ - "98249a3c-6e5f-42a9-aa67-9b80c8d74d04" + "e2fefd6c-e0da-45e7-966d-40335198a9f0" ], "x-ms-correlation-request-id": [ - "98249a3c-6e5f-42a9-aa67-9b80c8d74d04" + "e2fefd6c-e0da-45e7-966d-40335198a9f0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113717Z:98249a3c-6e5f-42a9-aa67-9b80c8d74d04" + "SOUTHINDIA:20210518T175552Z:e2fefd6c-e0da-45e7-966d-40335198a9f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12587,7 +17197,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:17 GMT" + "Tue, 18 May 2021 17:55:51 GMT" ], "Expires": [ "-1" @@ -12600,16 +17210,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzYzREQzNDQ3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSell6UkVRek5EUTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzk4RUZFMzZFLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSems0UlVaRk16WkZMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12620,16 +17230,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11983" ], "x-ms-request-id": [ - "0845720f-e42d-40bf-8c31-08422e1c5ad7" + "7a8050c4-4e7b-4bc3-b9e7-f38818626603" ], "x-ms-correlation-request-id": [ - "0845720f-e42d-40bf-8c31-08422e1c5ad7" + "7a8050c4-4e7b-4bc3-b9e7-f38818626603" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113718Z:0845720f-e42d-40bf-8c31-08422e1c5ad7" + "SOUTHINDIA:20210518T175552Z:7a8050c4-4e7b-4bc3-b9e7-f38818626603" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12638,7 +17248,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:17 GMT" + "Tue, 18 May 2021 17:55:51 GMT" ], "Expires": [ "-1" @@ -12653,7 +17263,7 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "63dd3447-1ad8-4c3e-b365-b3098aa6fb3d" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", + "NamingSuffix": "98efe36e-b390-4e19-b5ed-9469261aee78" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMFullRestore.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMFullRestore.json index c12b015ee9cd..a93a74a4cff8 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMFullRestore.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMFullRestore.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGc560e179?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzU2MGUxNzk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG1574334b?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMTU3NDMzNGI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24578dfc-a9b9-4531-8815-a78931ae4876" + "f9208179-5150-4d18-9492-1eebf8f7d76f" ], "Accept-Language": [ "en-US" @@ -15,8 +15,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -30,16 +30,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11998" ], "x-ms-request-id": [ - "7dd459ca-a144-456e-b886-c43fa11e8312" + "31624068-4da8-41e0-9c85-03157b3180b8" ], "x-ms-correlation-request-id": [ - "7dd459ca-a144-456e-b886-c43fa11e8312" + "31624068-4da8-41e0-9c85-03157b3180b8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091936Z:7dd459ca-a144-456e-b886-c43fa11e8312" + "SOUTHINDIA:20210518T150649Z:31624068-4da8-41e0-9c85-03157b3180b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:19:35 GMT" + "Tue, 18 May 2021 15:06:49 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,17 +60,17 @@ "108" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGc560e179' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG1574334b' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGc560e179?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzU2MGUxNzk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG1574334b?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMTU3NDMzNGI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a99b8998-0b8a-4c2b-b864-1fc613ce8c30" + "a84b62f0-fa00-4e8d-afc3-7a1053b1f263" ], "Accept-Language": [ "en-US" @@ -78,8 +78,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11984" ], "x-ms-request-id": [ - "dc50c68f-4ee4-4276-beab-d15dc02275b2" + "d06ebe47-8b78-4451-9b4f-251ebb36c788" ], "x-ms-correlation-request-id": [ - "dc50c68f-4ee4-4276-beab-d15dc02275b2" + "d06ebe47-8b78-4451-9b4f-251ebb36c788" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102713Z:dc50c68f-4ee4-4276-beab-d15dc02275b2" + "SOUTHINDIA:20210518T160526Z:d06ebe47-8b78-4451-9b4f-251ebb36c788" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:27:12 GMT" + "Tue, 18 May 2021 16:05:26 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,17 +120,17 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179\",\r\n \"name\": \"PSTestRGc560e179\",\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/PSTestRG1574334b\",\r\n \"name\": \"PSTestRG1574334b\",\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/PSTestRGc560e179?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzU2MGUxNzk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG1574334b?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMTU3NDMzNGI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f3267309-432f-49d1-809e-a16ef8a86b35" + "0e662e9e-fcbf-417e-949e-b3df9cf8b352" ], "Accept-Language": [ "en-US" @@ -138,8 +138,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,16 +156,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "1bfacf0b-db0d-48a4-98ea-e85e894899ed" + "3c4fb2a9-3db9-4d91-b84f-d8b58dbdeb23" ], "x-ms-correlation-request-id": [ - "1bfacf0b-db0d-48a4-98ea-e85e894899ed" + "3c4fb2a9-3db9-4d91-b84f-d8b58dbdeb23" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091937Z:1bfacf0b-db0d-48a4-98ea-e85e894899ed" + "SOUTHINDIA:20210518T150650Z:3c4fb2a9-3db9-4d91-b84f-d8b58dbdeb23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:19:36 GMT" + "Tue, 18 May 2021 15:06:50 GMT" ], "Content-Length": [ "192" @@ -186,17 +186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179\",\r\n \"name\": \"PSTestRGc560e179\",\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/PSTestRG1574334b\",\r\n \"name\": \"PSTestRG1574334b\",\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/PSTestRGc560e1791?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG1574334b1?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e120bbc4-f16e-497f-8d52-e9eff5d9180e" + "96f0a3e2-b64d-4138-815f-0a7368004ca0" ], "Accept-Language": [ "en-US" @@ -204,8 +204,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -219,16 +219,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11997" ], "x-ms-request-id": [ - "108d13a9-18dc-4661-bf92-8278a0ba288e" + "02b6658a-584c-40a7-b29f-63b7872f9af6" ], "x-ms-correlation-request-id": [ - "108d13a9-18dc-4661-bf92-8278a0ba288e" + "02b6658a-584c-40a7-b29f-63b7872f9af6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091937Z:108d13a9-18dc-4661-bf92-8278a0ba288e" + "SOUTHINDIA:20210518T150650Z:02b6658a-584c-40a7-b29f-63b7872f9af6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -237,7 +237,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:19:36 GMT" + "Tue, 18 May 2021 15:06:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -249,17 +249,17 @@ "109" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGc560e1791' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG1574334b1' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGc560e1791?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG1574334b1?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d38584e-ce9f-4a4c-9ee8-c4a445ef2600" + "cd259e00-2e47-4fac-8dd4-7f946cd96f0d" ], "Accept-Language": [ "en-US" @@ -267,8 +267,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -279,16 +279,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11967" ], "x-ms-request-id": [ - "2633b187-cc91-4f64-a72c-3f9adc44fbd2" + "6cfa3a3d-f301-4604-98f3-6d506ea8c8c9" ], "x-ms-correlation-request-id": [ - "2633b187-cc91-4f64-a72c-3f9adc44fbd2" + "6cfa3a3d-f301-4604-98f3-6d506ea8c8c9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103303Z:2633b187-cc91-4f64-a72c-3f9adc44fbd2" + "SOUTHINDIA:20210518T161113Z:6cfa3a3d-f301-4604-98f3-6d506ea8c8c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -297,7 +297,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:33:02 GMT" + "Tue, 18 May 2021 16:11:12 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -309,17 +309,17 @@ "194" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e1791\",\r\n \"name\": \"PSTestRGc560e1791\",\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/PSTestRG1574334b1\",\r\n \"name\": \"PSTestRG1574334b1\",\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/PSTestRGc560e1791?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG1574334b1?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8e910631-6c01-4c71-972a-fbafcbce35b0" + "98671c53-4111-49b5-a14e-ab35ddeaad62" ], "Accept-Language": [ "en-US" @@ -327,8 +327,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -345,16 +345,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-request-id": [ - "b698c108-c9f9-4e3c-b3e3-35b3e55d8fa5" + "b3e0e4bf-eccc-4b33-b3b4-6e351ba5aca3" ], "x-ms-correlation-request-id": [ - "b698c108-c9f9-4e3c-b3e3-35b3e55d8fa5" + "b3e0e4bf-eccc-4b33-b3b4-6e351ba5aca3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091937Z:b698c108-c9f9-4e3c-b3e3-35b3e55d8fa5" + "SOUTHINDIA:20210518T150650Z:b3e0e4bf-eccc-4b33-b3b4-6e351ba5aca3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -363,7 +363,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:19:37 GMT" + "Tue, 18 May 2021 15:06:50 GMT" ], "Content-Length": [ "194" @@ -375,17 +375,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e1791\",\r\n \"name\": \"PSTestRGc560e1791\",\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/PSTestRG1574334b1\",\r\n \"name\": \"PSTestRG1574334b1\",\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/PSTestRGc560e179/providers/Microsoft.Storage/storageAccounts/pstestsac560e179?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYWM1NjBlMTc5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Storage/storageAccounts/pstestsa1574334b?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTE1NzQzMzRiP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e57628a9-35b9-4cf8-9973-aa54901b4754" + "25cebdeb-b3eb-42f1-9f5b-ccdb8097270f" ], "Accept-Language": [ "en-US" @@ -393,8 +393,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -408,13 +408,13 @@ "gateway" ], "x-ms-request-id": [ - "d635d2d8-b461-4e63-8af0-31da02608642" + "7cde606e-bbae-46e3-b590-df4ed4baaa6c" ], "x-ms-correlation-request-id": [ - "d635d2d8-b461-4e63-8af0-31da02608642" + "7cde606e-bbae-46e3-b590-df4ed4baaa6c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091938Z:d635d2d8-b461-4e63-8af0-31da02608642" + "SOUTHINDIA:20210518T150651Z:7cde606e-bbae-46e3-b590-df4ed4baaa6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -423,7 +423,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:19:38 GMT" + "Tue, 18 May 2021 15:06:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -435,17 +435,17 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Storage/storageAccounts/pstestsac560e179' under resource group 'PSTestRGc560e179' 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/pstestsa1574334b' under resource group 'PSTestRG1574334b' 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/PSTestRGc560e179/providers/Microsoft.Storage/storageAccounts/pstestsac560e179?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYWM1NjBlMTc5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Storage/storageAccounts/pstestsa1574334b?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTE1NzQzMzRiP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e18e11ad-a615-451f-97f2-44dac75388e8" + "80ea4f94-918f-4702-a898-c8a06259dec2" ], "Accept-Language": [ "en-US" @@ -453,8 +453,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -465,7 +465,7 @@ "no-cache" ], "x-ms-request-id": [ - "1318bcbe-91f7-46bb-8912-4dd51b4cacdf" + "fd02d5f6-3323-48b0-9bcb-c6b1987c63ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -477,16 +477,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "dcc9ab7b-7338-40d3-84a0-69045242688b" + "cccc1d23-cdba-4b0e-a1e0-c7042fc6cf1f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091959Z:dcc9ab7b-7338-40d3-84a0-69045242688b" + "SOUTHINDIA:20210518T150713Z:cccc1d23-cdba-4b0e-a1e0-c7042fc6cf1f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:19:59 GMT" + "Tue, 18 May 2021 15:07:12 GMT" ], "Content-Length": [ "1097" @@ -498,17 +498,17 @@ "-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/PSTestRGc560e179/providers/Microsoft.Storage/storageAccounts/pstestsac560e179\",\r\n \"name\": \"pstestsac560e179\",\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-15T09:19:40.487156Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-02-15T09:19:40.487156Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-15T09:19:40.4090018Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsac560e179.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsac560e179.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsac560e179.table.core.windows.net/\",\r\n \"file\": \"https://pstestsac560e179.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/PSTestRG1574334b/providers/Microsoft.Storage/storageAccounts/pstestsa1574334b\",\r\n \"name\": \"pstestsa1574334b\",\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-05-18T15:06:52.6852032Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-18T15:06:52.6852032Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-18T15:06:52.6070765Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa1574334b.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa1574334b.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa1574334b.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa1574334b.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/PSTestRGc560e179/providers/Microsoft.Storage/storageAccounts/pstestsac560e179?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYWM1NjBlMTc5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Storage/storageAccounts/pstestsa1574334b?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9wc3Rlc3RzYTE1NzQzMzRiP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "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": [ - "73efa3b6-0643-4fcc-aecd-63836c5e3a2e" + "8fe7a6bb-c6c7-46cd-9a1b-483e686ab8e5" ], "Accept-Language": [ "en-US" @@ -516,8 +516,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -534,13 +534,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c2f1e83f-c351-4527-bf8d-a158320bf478?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/196237a2-9731-4e5b-9a53-7d1b658031d7?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "c2f1e83f-c351-4527-bf8d-a158320bf478" + "196237a2-9731-4e5b-9a53-7d1b658031d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -552,16 +552,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "260f79b2-e197-4d20-8591-75f06d5d09ff" + "a90d2e56-4e44-42a4-b672-849600772484" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091941Z:260f79b2-e197-4d20-8591-75f06d5d09ff" + "SOUTHINDIA:20210518T150656Z:a90d2e56-4e44-42a4-b672-849600772484" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:19:41 GMT" + "Tue, 18 May 2021 15:06:55 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -577,16 +577,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/c2f1e83f-c351-4527-bf8d-a158320bf478?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvYzJmMWU4M2YtYzM1MS00NTI3LWJmOGQtYTE1ODMyMGJmNDc4P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/196237a2-9731-4e5b-9a53-7d1b658031d7?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMTk2MjM3YTItOTczMS00ZTViLTlhNTMtN2QxYjY1ODAzMWQ3P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -597,7 +597,7 @@ "no-cache" ], "x-ms-request-id": [ - "e470b32a-e566-4d2d-852c-bca672b54685" + "1b0f4f49-4e5d-40d3-b4ae-202b603d0e9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -609,16 +609,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "e7da0b2a-0b55-492b-9a52-a8da83d11122" + "2824dc04-425f-40f3-9934-df4faf208a6c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091959Z:e7da0b2a-0b55-492b-9a52-a8da83d11122" + "SOUTHINDIA:20210518T150713Z:2824dc04-425f-40f3-9934-df4faf208a6c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:19:59 GMT" + "Tue, 18 May 2021 15:07:12 GMT" ], "Content-Length": [ "1097" @@ -630,17 +630,17 @@ "-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/PSTestRGc560e179/providers/Microsoft.Storage/storageAccounts/pstestsac560e179\",\r\n \"name\": \"pstestsac560e179\",\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-15T09:19:40.487156Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-02-15T09:19:40.487156Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-15T09:19:40.4090018Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsac560e179.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsac560e179.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsac560e179.table.core.windows.net/\",\r\n \"file\": \"https://pstestsac560e179.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/PSTestRG1574334b/providers/Microsoft.Storage/storageAccounts/pstestsa1574334b\",\r\n \"name\": \"pstestsa1574334b\",\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-05-18T15:06:52.6852032Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-18T15:06:52.6852032Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-18T15:06:52.6070765Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa1574334b.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa1574334b.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa1574334b.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa1574334b.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/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM1NjBlMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTE1NzQzMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e28afd6-f39a-4cd1-abc2-2b79442e7e15" + "dcb48966-5f2a-45e3-92e0-fa3879ebc115" ], "Accept-Language": [ "en-US" @@ -648,8 +648,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -663,13 +663,13 @@ "gateway" ], "x-ms-request-id": [ - "10eafade-4a1b-47e0-b1ad-1483862c5d67" + "bef868b1-ae3c-4bb7-bbd9-0f73bf986333" ], "x-ms-correlation-request-id": [ - "10eafade-4a1b-47e0-b1ad-1483862c5d67" + "bef868b1-ae3c-4bb7-bbd9-0f73bf986333" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T091959Z:10eafade-4a1b-47e0-b1ad-1483862c5d67" + "SOUTHINDIA:20210518T150713Z:bef868b1-ae3c-4bb7-bbd9-0f73bf986333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -678,7 +678,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:19:59 GMT" + "Tue, 18 May 2021 15:07:13 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -690,23 +690,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVMc560e0' under resource group 'PSTestRGc560e179' 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/PSTestVM157430' under resource group 'PSTestRG1574334b' 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/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM1NjBlMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTE1NzQzMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -717,32 +717,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31984" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "112de7b3-02bf-4d5f-a364-dac6bbc8763b" + "deaee589-100a-4457-8742-e4046a6c6d77" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-correlation-request-id": [ - "98c222b2-f4fb-476d-9dcc-5868d32d9e23" + "97e69a68-61a0-46b2-bb8d-fef60a09aa81" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092211Z:98c222b2-f4fb-476d-9dcc-5868d32d9e23" + "SOUTHINDIA:20210518T150921Z:97e69a68-61a0-46b2-bb8d-fef60a09aa81" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:22:11 GMT" + "Tue, 18 May 2021 15:09:21 GMT" ], "Content-Length": [ "2181" @@ -754,17 +754,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"8ed83a53-8d75-4313-bee6-2a35da34476d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVMc560e0_OsDisk_1_e3210df3206c426099e3c277941eeffe\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/disks/PSTestVMc560e0_OsDisk_1_e3210df3206c426099e3c277941eeffe\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc560e0\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsac560e179.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"872d6b79-4c88-4eee-a7e9-240ae0a8c481\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM157430_OsDisk_1_ee525320b6bf4c99b3c5561044a52bb0\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/disks/PSTestVM157430_OsDisk_1_ee525320b6bf4c99b3c5561044a52bb0\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM157430\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa1574334b.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/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM1NjBlMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTE1NzQzMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b16612c-a709-4be8-af68-2af71c9e2dee" + "59c4a76e-cb0f-4c7e-9ab1-40490ac14a5b" ], "Accept-Language": [ "en-US" @@ -772,8 +772,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -784,32 +784,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31981" + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "653ad2a3-839d-4fa4-a63d-f3ecc786d7fb" + "ae3ab7f0-0c31-490c-88bd-b897fa83ff19" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11983" ], "x-ms-correlation-request-id": [ - "4a7ef717-a8ca-46fb-94d0-2087697a7284" + "3b52d130-af4f-4b69-af50-30d8ebfee2f7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092415Z:4a7ef717-a8ca-46fb-94d0-2087697a7284" + "SOUTHINDIA:20210518T151225Z:3b52d130-af4f-4b69-af50-30d8ebfee2f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:24:14 GMT" + "Tue, 18 May 2021 15:12:24 GMT" ], "Content-Length": [ "2744" @@ -821,17 +821,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"8ed83a53-8d75-4313-bee6-2a35da34476d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVMc560e0_OsDisk_1_e3210df3206c426099e3c277941eeffe\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/disks/PSTestVMc560e0_OsDisk_1_e3210df3206c426099e3c277941eeffe\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc560e0\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsac560e179.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"872d6b79-4c88-4eee-a7e9-240ae0a8c481\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM157430_OsDisk_1_ee525320b6bf4c99b3c5561044a52bb0\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/disks/PSTestVM157430_OsDisk_1_ee525320b6bf4c99b3c5561044a52bb0\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM157430\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa1574334b.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzU2MGUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMTU3NDMwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "266552c5-164b-4574-ad38-d1d1d922b7ea" + "a38deb6f-90ab-4d27-9e14-93747b767b43" ], "Accept-Language": [ "en-US" @@ -839,8 +839,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -854,13 +854,13 @@ "gateway" ], "x-ms-request-id": [ - "e2bbf68c-3590-4197-84a1-e36e79f306ec" + "353f32db-3c06-4227-9cda-e46bbdee6cc4" ], "x-ms-correlation-request-id": [ - "e2bbf68c-3590-4197-84a1-e36e79f306ec" + "353f32db-3c06-4227-9cda-e46bbdee6cc4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092000Z:e2bbf68c-3590-4197-84a1-e36e79f306ec" + "SOUTHINDIA:20210518T150713Z:353f32db-3c06-4227-9cda-e46bbdee6cc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -869,7 +869,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:19:59 GMT" + "Tue, 18 May 2021 15:07:13 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -881,23 +881,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNETc560e0' under resource group 'PSTestRGc560e179' 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/PSTestVNET157430' under resource group 'PSTestRG1574334b' 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/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzU2MGUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMTU3NDMwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "266552c5-164b-4574-ad38-d1d1d922b7ea" + "a38deb6f-90ab-4d27-9e14-93747b767b43" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -908,16 +908,16 @@ "no-cache" ], "ETag": [ - "W/\"7a347fdc-202e-441d-92f2-2c4df4b78bff\"" + "W/\"0babbf93-8475-4cc8-9ff8-0f471b0e8acf\"" ], "x-ms-request-id": [ - "4fc81eeb-f561-43c1-8f20-15732cc84030" + "489eb45e-dae5-4fa2-8827-b077921212a1" ], "x-ms-correlation-request-id": [ - "959b27ed-39c2-45c9-9327-10c43dca185d" + "86f9fc00-b64f-4c3d-aa3c-114e6f9a5725" ], "x-ms-arm-service-request-id": [ - "36d7c229-11d6-4d84-8070-ddfc64d7cf32" + "da81ff9f-8ec6-4ab3-9e14-6404c52ef745" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -927,19 +927,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11997" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092008Z:959b27ed-39c2-45c9-9327-10c43dca185d" + "SOUTHINDIA:20210518T150720Z:86f9fc00-b64f-4c3d-aa3c-114e6f9a5725" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:07 GMT" + "Tue, 18 May 2021 15:07:20 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -948,17 +948,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0\",\r\n \"etag\": \"W/\\\"7a347fdc-202e-441d-92f2-2c4df4b78bff\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b18857c0-0fea-45e4-bfaa-3d36e3a32bc3\",\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\": \"PSTestSNCc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0/subnets/PSTestSNCc560e0\",\r\n \"etag\": \"W/\\\"7a347fdc-202e-441d-92f2-2c4df4b78bff\\\"\",\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\": \"PSTestVNET157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430\",\r\n \"etag\": \"W/\\\"0babbf93-8475-4cc8-9ff8-0f471b0e8acf\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2c47acd-332d-4617-a5aa-8bbd7de01e20\",\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\": \"PSTestSNC157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430/subnets/PSTestSNC157430\",\r\n \"etag\": \"W/\\\"0babbf93-8475-4cc8-9ff8-0f471b0e8acf\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzU2MGUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMTU3NDMwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "266552c5-164b-4574-ad38-d1d1d922b7ea" + "a38deb6f-90ab-4d27-9e14-93747b767b43" ], "Accept-Language": [ "en-US" @@ -966,8 +966,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -978,16 +978,16 @@ "no-cache" ], "ETag": [ - "W/\"7a347fdc-202e-441d-92f2-2c4df4b78bff\"" + "W/\"0babbf93-8475-4cc8-9ff8-0f471b0e8acf\"" ], "x-ms-request-id": [ - "dbcf1c99-7b18-4524-8283-aa4672052c40" + "747262ce-5073-4e6b-ac27-b406f9348dca" ], "x-ms-correlation-request-id": [ - "60b88402-3bb5-431b-bdeb-1cc885d6d9d3" + "f4189176-22f0-4565-9030-378826f86e34" ], "x-ms-arm-service-request-id": [ - "53dbc08a-1bf0-471e-9a27-145efa7806e5" + "00da26dd-384b-490e-bbd7-5521d17f5fc7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -997,19 +997,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11996" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092008Z:60b88402-3bb5-431b-bdeb-1cc885d6d9d3" + "SOUTHINDIA:20210518T150720Z:f4189176-22f0-4565-9030-378826f86e34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:08 GMT" + "Tue, 18 May 2021 15:07:20 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1018,17 +1018,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0\",\r\n \"etag\": \"W/\\\"7a347fdc-202e-441d-92f2-2c4df4b78bff\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b18857c0-0fea-45e4-bfaa-3d36e3a32bc3\",\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\": \"PSTestSNCc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0/subnets/PSTestSNCc560e0\",\r\n \"etag\": \"W/\\\"7a347fdc-202e-441d-92f2-2c4df4b78bff\\\"\",\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\": \"PSTestVNET157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430\",\r\n \"etag\": \"W/\\\"0babbf93-8475-4cc8-9ff8-0f471b0e8acf\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2c47acd-332d-4617-a5aa-8bbd7de01e20\",\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\": \"PSTestSNC157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430/subnets/PSTestSNC157430\",\r\n \"etag\": \"W/\\\"0babbf93-8475-4cc8-9ff8-0f471b0e8acf\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzU2MGUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMTU3NDMwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNCc560e0\"\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\": \"PSTestSNC157430\"\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": [ - "266552c5-164b-4574-ad38-d1d1d922b7ea" + "a38deb6f-90ab-4d27-9e14-93747b767b43" ], "Accept-Language": [ "en-US" @@ -1036,8 +1036,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1057,19 +1057,19 @@ "3" ], "x-ms-request-id": [ - "563e44c8-7eae-4d1c-ac8b-74cf796fda65" + "94ae30c9-68fe-41a9-92f9-a0ac6ae87ba0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/563e44c8-7eae-4d1c-ac8b-74cf796fda65?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/94ae30c9-68fe-41a9-92f9-a0ac6ae87ba0?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "f0ef7791-da58-4c4e-becd-4f6411d79824" + "27ccbb25-f880-4259-adb3-47a81187febb" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ed481647-893d-45dc-9a91-26cbb4e0f9b8" + "1ef5641f-7dd0-40fa-a031-b6b9bd8a6c73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1079,19 +1079,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092004Z:f0ef7791-da58-4c4e-becd-4f6411d79824" + "SOUTHINDIA:20210518T150717Z:27ccbb25-f880-4259-adb3-47a81187febb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:04 GMT" + "Tue, 18 May 2021 15:07:16 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1100,23 +1100,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0\",\r\n \"etag\": \"W/\\\"3eaa8a1b-a783-4ed9-9352-cd82eb377453\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b18857c0-0fea-45e4-bfaa-3d36e3a32bc3\",\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\": \"PSTestSNCc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0/subnets/PSTestSNCc560e0\",\r\n \"etag\": \"W/\\\"3eaa8a1b-a783-4ed9-9352-cd82eb377453\\\"\",\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\": \"PSTestVNET157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430\",\r\n \"etag\": \"W/\\\"6f996703-5641-4ab8-ba8f-9a821482ca0c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a2c47acd-332d-4617-a5aa-8bbd7de01e20\",\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\": \"PSTestSNC157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430/subnets/PSTestSNC157430\",\r\n \"etag\": \"W/\\\"6f996703-5641-4ab8-ba8f-9a821482ca0c\\\"\",\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/563e44c8-7eae-4d1c-ac8b-74cf796fda65?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU2M2U0NGM4LTdlYWUtNGQxYy1hYzhiLTc0Y2Y3OTZmZGE2NT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/94ae30c9-68fe-41a9-92f9-a0ac6ae87ba0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk0YWUzMGM5LTY4ZmUtNDFhOS05MmY5LWEwYWM2YWU4N2JhMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "266552c5-164b-4574-ad38-d1d1d922b7ea" + "a38deb6f-90ab-4d27-9e14-93747b767b43" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1127,13 +1127,13 @@ "no-cache" ], "x-ms-request-id": [ - "d9b77c68-43d3-42e3-8a62-747346e87dde" + "b5be6e5c-52f4-4927-8a35-43e85b745607" ], "x-ms-correlation-request-id": [ - "fbc9682e-2bef-4b81-bd7c-5874ed1d2f37" + "9f0fdd0a-289e-4315-8f63-401bca42b02f" ], "x-ms-arm-service-request-id": [ - "56c5b6c6-3985-430b-aa18-d5e72da18979" + "38d08a42-964b-424d-a210-34ce5ff7a6e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1143,16 +1143,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11998" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092007Z:fbc9682e-2bef-4b81-bd7c-5874ed1d2f37" + "SOUTHINDIA:20210518T150720Z:9f0fdd0a-289e-4315-8f63-401bca42b02f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:07 GMT" + "Tue, 18 May 2021 15:07:20 GMT" ], "Content-Length": [ "29" @@ -1168,13 +1168,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M1NjBlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczE1NzQzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "921e3227-da4d-4a5d-bb7b-16fed5940aba" + "c57e41a3-54cc-4e54-b3ca-56653ddc466c" ], "Accept-Language": [ "en-US" @@ -1182,8 +1182,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1197,13 +1197,13 @@ "gateway" ], "x-ms-request-id": [ - "aeb2f242-12c4-4992-a76f-198fb74e06ca" + "a88e2851-eda1-4e87-babc-48f10af673f6" ], "x-ms-correlation-request-id": [ - "aeb2f242-12c4-4992-a76f-198fb74e06ca" + "a88e2851-eda1-4e87-babc-48f10af673f6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092008Z:aeb2f242-12c4-4992-a76f-198fb74e06ca" + "SOUTHINDIA:20210518T150720Z:a88e2851-eda1-4e87-babc-48f10af673f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1212,7 +1212,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:08 GMT" + "Tue, 18 May 2021 15:07:20 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1224,23 +1224,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdnsc560e0' under resource group 'PSTestRGc560e179' 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/pstestpublicdns157430' under resource group 'PSTestRG1574334b' 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/PSTestRGc560e179/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M1NjBlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczE1NzQzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "921e3227-da4d-4a5d-bb7b-16fed5940aba" + "c57e41a3-54cc-4e54-b3ca-56653ddc466c" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1251,16 +1251,16 @@ "no-cache" ], "ETag": [ - "W/\"a386a3fc-1b66-4a8e-96e9-8dae4561ddf7\"" + "W/\"823a5d14-7aba-40aa-9fb4-61af7a83bc7a\"" ], "x-ms-request-id": [ - "2afbb77b-35ec-4af3-8222-5c824e5bc375" + "2f82f9b5-9480-48cc-9d4e-65d8f4142d92" ], "x-ms-correlation-request-id": [ - "65632a29-6131-4590-b343-8ce953e7da55" + "75431334-bdb2-4a62-b425-6479f7df5a6c" ], "x-ms-arm-service-request-id": [ - "e95caf09-8991-4445-b3fc-6af2bc517d98" + "074bd1fc-ad7e-4619-9f5e-8e816e0a72e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1270,19 +1270,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11993" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092011Z:65632a29-6131-4590-b343-8ce953e7da55" + "SOUTHINDIA:20210518T150722Z:75431334-bdb2-4a62-b425-6479f7df5a6c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:10 GMT" + "Tue, 18 May 2021 15:07:22 GMT" ], "Content-Length": [ - "698" + "697" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1291,17 +1291,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc560e0\",\r\n \"etag\": \"W/\\\"a386a3fc-1b66-4a8e-96e9-8dae4561ddf7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6bcd3311-66ef-4c88-9bfb-a9570398325a\",\r\n \"ipAddress\": \"52.187.129.33\",\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\": \"pstestpublicdns157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns157430\",\r\n \"etag\": \"W/\\\"823a5d14-7aba-40aa-9fb4-61af7a83bc7a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fcebfdd6-54f1-4075-8526-58052f1e395d\",\r\n \"ipAddress\": \"52.230.8.144\",\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/PSTestRGc560e179/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M1NjBlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczE1NzQzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "921e3227-da4d-4a5d-bb7b-16fed5940aba" + "c57e41a3-54cc-4e54-b3ca-56653ddc466c" ], "Accept-Language": [ "en-US" @@ -1309,8 +1309,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1321,16 +1321,16 @@ "no-cache" ], "ETag": [ - "W/\"a386a3fc-1b66-4a8e-96e9-8dae4561ddf7\"" + "W/\"823a5d14-7aba-40aa-9fb4-61af7a83bc7a\"" ], "x-ms-request-id": [ - "4ab53fe7-bdf1-45f8-acc2-c7005e2eef67" + "f91d9f3d-e931-48d7-9b48-72d0b80c629a" ], "x-ms-correlation-request-id": [ - "7e080584-4cbe-4bfd-b07b-71a698b6fb91" + "840443aa-1903-4a1e-9cfd-1e6cb5bc5210" ], "x-ms-arm-service-request-id": [ - "053258de-1e67-412f-bab1-b0538fea2f73" + "155e0dd8-9203-4226-82b8-4d45774779dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1340,19 +1340,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11992" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092011Z:7e080584-4cbe-4bfd-b07b-71a698b6fb91" + "SOUTHINDIA:20210518T150722Z:840443aa-1903-4a1e-9cfd-1e6cb5bc5210" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:10 GMT" + "Tue, 18 May 2021 15:07:22 GMT" ], "Content-Length": [ - "698" + "697" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1361,17 +1361,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc560e0\",\r\n \"etag\": \"W/\\\"a386a3fc-1b66-4a8e-96e9-8dae4561ddf7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6bcd3311-66ef-4c88-9bfb-a9570398325a\",\r\n \"ipAddress\": \"52.187.129.33\",\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\": \"pstestpublicdns157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns157430\",\r\n \"etag\": \"W/\\\"823a5d14-7aba-40aa-9fb4-61af7a83bc7a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fcebfdd6-54f1-4075-8526-58052f1e395d\",\r\n \"ipAddress\": \"52.230.8.144\",\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/PSTestRGc560e179/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M1NjBlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczE1NzQzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "921e3227-da4d-4a5d-bb7b-16fed5940aba" + "c57e41a3-54cc-4e54-b3ca-56653ddc466c" ], "Accept-Language": [ "en-US" @@ -1379,8 +1379,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1400,19 +1400,19 @@ "1" ], "x-ms-request-id": [ - "0c49ea36-0f20-4ba8-afbd-3eaa935e017a" + "c4bb0fd5-a544-4b52-b0d4-655ed937bd5a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/0c49ea36-0f20-4ba8-afbd-3eaa935e017a?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/c4bb0fd5-a544-4b52-b0d4-655ed937bd5a?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "519ee7fe-7fe4-4b26-9fdf-8c09feb79c1c" + "aed5e7aa-4f49-45f6-a199-65aa84f9903a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e73d7dc6-8a0e-4ba9-8a3d-f0dcb575a855" + "5d5ddc1b-2536-4e4a-899f-0f25a8b6c451" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1422,16 +1422,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092009Z:519ee7fe-7fe4-4b26-9fdf-8c09feb79c1c" + "SOUTHINDIA:20210518T150721Z:aed5e7aa-4f49-45f6-a199-65aa84f9903a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:09 GMT" + "Tue, 18 May 2021 15:07:21 GMT" ], "Content-Length": [ "662" @@ -1443,23 +1443,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc560e0\",\r\n \"etag\": \"W/\\\"1d5d07d5-82d9-45ab-9bba-4b0ede9a7e9e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6bcd3311-66ef-4c88-9bfb-a9570398325a\",\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\": \"pstestpublicdns157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns157430\",\r\n \"etag\": \"W/\\\"6336f5e3-3bec-4a3a-a049-78d71183ecce\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fcebfdd6-54f1-4075-8526-58052f1e395d\",\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/0c49ea36-0f20-4ba8-afbd-3eaa935e017a?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBjNDllYTM2LTBmMjAtNGJhOC1hZmJkLTNlYWE5MzVlMDE3YT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/c4bb0fd5-a544-4b52-b0d4-655ed937bd5a?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M0YmIwZmQ1LWE1NDQtNGI1Mi1iMGQ0LTY1NWVkOTM3YmQ1YT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "921e3227-da4d-4a5d-bb7b-16fed5940aba" + "c57e41a3-54cc-4e54-b3ca-56653ddc466c" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1470,13 +1470,13 @@ "no-cache" ], "x-ms-request-id": [ - "33b7630b-6287-4e1e-9878-3ddeb8e935f5" + "c8d28992-c837-4f54-944f-d206a14f6f2b" ], "x-ms-correlation-request-id": [ - "478f3b80-258b-4dc6-9180-3a559c6f01de" + "59f54f50-8c42-4835-b34b-6ceb0c04be3e" ], "x-ms-arm-service-request-id": [ - "b732dcb5-dd45-42f2-a1b0-65484974ee9c" + "406fe8ee-b8dc-4592-9885-280ff4ded8e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1486,16 +1486,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11994" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092010Z:478f3b80-258b-4dc6-9180-3a559c6f01de" + "SOUTHINDIA:20210518T150722Z:59f54f50-8c42-4835-b34b-6ceb0c04be3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:10 GMT" + "Tue, 18 May 2021 15:07:22 GMT" ], "Content-Length": [ "29" @@ -1511,13 +1511,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djNTYwZTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cxNTc0MzA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8089ece9-91b2-42fe-bef7-ee5d8812f3ac" + "b4f72a08-a3d2-44ca-9e14-7cdbf2909ad8" ], "Accept-Language": [ "en-US" @@ -1525,8 +1525,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1540,13 +1540,13 @@ "gateway" ], "x-ms-request-id": [ - "59a157d8-119a-4793-8386-fcbf6199c002" + "32bf88b7-bec4-42e0-9ecf-bd58bc901cab" ], "x-ms-correlation-request-id": [ - "59a157d8-119a-4793-8386-fcbf6199c002" + "32bf88b7-bec4-42e0-9ecf-bd58bc901cab" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092011Z:59a157d8-119a-4793-8386-fcbf6199c002" + "SOUTHINDIA:20210518T150722Z:32bf88b7-bec4-42e0-9ecf-bd58bc901cab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1555,7 +1555,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:10 GMT" + "Tue, 18 May 2021 15:07:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1567,23 +1567,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0' under resource group 'PSTestRGc560e179' 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/PSTestNSG157430' under resource group 'PSTestRG1574334b' 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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djNTYwZTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cxNTc0MzA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8089ece9-91b2-42fe-bef7-ee5d8812f3ac" + "b4f72a08-a3d2-44ca-9e14-7cdbf2909ad8" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1594,16 +1594,16 @@ "no-cache" ], "ETag": [ - "W/\"5ed27372-fa3d-402b-9468-6878af336147\"" + "W/\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\"" ], "x-ms-request-id": [ - "639d35fd-6df6-4e5e-93bf-e70850df589e" + "5206d71a-4eb3-4ed2-86a0-78ce0abbace9" ], "x-ms-correlation-request-id": [ - "bb016577-eca3-461f-abea-c6dbdc9fbc80" + "ba97b4c9-33ea-4fe5-9354-68d1c1d8151a" ], "x-ms-arm-service-request-id": [ - "0e7c3b04-0599-4d18-99a6-155e60137399" + "7655b866-503a-49a2-a921-6977d2d36814" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1613,16 +1613,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11989" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092015Z:bb016577-eca3-461f-abea-c6dbdc9fbc80" + "SOUTHINDIA:20210518T150726Z:ba97b4c9-33ea-4fe5-9354-68d1c1d8151a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:15 GMT" + "Tue, 18 May 2021 15:07:26 GMT" ], "Content-Length": [ "8475" @@ -1634,17 +1634,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5c849f4e-8281-4558-97b0-3442c5433db2\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/securityRules/PSTestNSGRuleRDPc560e0\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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\": \"PSTestNSGRuleWebc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/securityRules/PSTestNSGRuleWebc560e0\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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\": \"PSTestNSG157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c4c0e796-4190-428a-93c6-2390bfe3f86f\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/securityRules/PSTestNSGRuleRDP157430\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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\": \"PSTestNSGRuleWeb157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/securityRules/PSTestNSGRuleWeb157430\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djNTYwZTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cxNTc0MzA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8089ece9-91b2-42fe-bef7-ee5d8812f3ac" + "b4f72a08-a3d2-44ca-9e14-7cdbf2909ad8" ], "Accept-Language": [ "en-US" @@ -1652,8 +1652,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1664,16 +1664,16 @@ "no-cache" ], "ETag": [ - "W/\"5ed27372-fa3d-402b-9468-6878af336147\"" + "W/\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\"" ], "x-ms-request-id": [ - "fa035ae4-cd0c-419f-8283-6b5417e1da6c" + "7e82b76f-113b-4415-a79a-18a2c4e4adcd" ], "x-ms-correlation-request-id": [ - "bacc8b96-9174-4c24-938b-16afcb328f71" + "f5f91bdf-fa18-48d4-9497-5eaf3116bcd3" ], "x-ms-arm-service-request-id": [ - "d7077895-363c-4190-9c1d-de8b02b53d66" + "bd2600c8-6bfa-4318-b457-b5a5d4c4a180" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1683,16 +1683,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11988" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092015Z:bacc8b96-9174-4c24-938b-16afcb328f71" + "SOUTHINDIA:20210518T150727Z:f5f91bdf-fa18-48d4-9497-5eaf3116bcd3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:15 GMT" + "Tue, 18 May 2021 15:07:26 GMT" ], "Content-Length": [ "8475" @@ -1704,17 +1704,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5c849f4e-8281-4558-97b0-3442c5433db2\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/securityRules/PSTestNSGRuleRDPc560e0\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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\": \"PSTestNSGRuleWebc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/securityRules/PSTestNSGRuleWebc560e0\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"5ed27372-fa3d-402b-9468-6878af336147\\\"\",\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\": \"PSTestNSG157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c4c0e796-4190-428a-93c6-2390bfe3f86f\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/securityRules/PSTestNSGRuleRDP157430\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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\": \"PSTestNSGRuleWeb157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/securityRules/PSTestNSGRuleWeb157430\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"aefb1713-eb5b-49ba-93aa-89f3cb1633db\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djNTYwZTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cxNTc0MzA/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\": \"PSTestNSGRuleRDPc560e0\"\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\": \"PSTestNSGRuleWebc560e0\"\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\": \"PSTestNSGRuleRDP157430\"\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\": \"PSTestNSGRuleWeb157430\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8089ece9-91b2-42fe-bef7-ee5d8812f3ac" + "b4f72a08-a3d2-44ca-9e14-7cdbf2909ad8" ], "Accept-Language": [ "en-US" @@ -1722,8 +1722,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1743,19 +1743,19 @@ "3" ], "x-ms-request-id": [ - "74dedcd6-3c1e-4746-9f1b-178a06dee362" + "a747cb3f-fa49-40fb-8c6e-2976c80379c0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/74dedcd6-3c1e-4746-9f1b-178a06dee362?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/a747cb3f-fa49-40fb-8c6e-2976c80379c0?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "21988b35-49fb-4fd9-8b45-221233f7940b" + "b93618cc-5ddd-4501-995e-df5af03b7d9a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "85671b99-77fc-4053-b5df-a81f758e0d29" + "43bb40da-7e9c-4ce8-855d-407b3003765b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1765,16 +1765,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092012Z:21988b35-49fb-4fd9-8b45-221233f7940b" + "SOUTHINDIA:20210518T150723Z:b93618cc-5ddd-4501-995e-df5af03b7d9a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:11 GMT" + "Tue, 18 May 2021 15:07:23 GMT" ], "Content-Length": [ "8466" @@ -1786,23 +1786,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0\",\r\n \"etag\": \"W/\\\"61767f2b-13f7-4db9-857a-dc1982f0e61f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5c849f4e-8281-4558-97b0-3442c5433db2\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/securityRules/PSTestNSGRuleRDPc560e0\",\r\n \"etag\": \"W/\\\"61767f2b-13f7-4db9-857a-dc1982f0e61f\\\"\",\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\": \"PSTestNSGRuleWebc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/securityRules/PSTestNSGRuleWebc560e0\",\r\n \"etag\": \"W/\\\"61767f2b-13f7-4db9-857a-dc1982f0e61f\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"61767f2b-13f7-4db9-857a-dc1982f0e61f\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"61767f2b-13f7-4db9-857a-dc1982f0e61f\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"61767f2b-13f7-4db9-857a-dc1982f0e61f\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"61767f2b-13f7-4db9-857a-dc1982f0e61f\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"61767f2b-13f7-4db9-857a-dc1982f0e61f\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"61767f2b-13f7-4db9-857a-dc1982f0e61f\\\"\",\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\": \"PSTestNSG157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430\",\r\n \"etag\": \"W/\\\"c676ee3a-5186-4bf5-970f-8b46df3019c7\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c4c0e796-4190-428a-93c6-2390bfe3f86f\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/securityRules/PSTestNSGRuleRDP157430\",\r\n \"etag\": \"W/\\\"c676ee3a-5186-4bf5-970f-8b46df3019c7\\\"\",\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\": \"PSTestNSGRuleWeb157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/securityRules/PSTestNSGRuleWeb157430\",\r\n \"etag\": \"W/\\\"c676ee3a-5186-4bf5-970f-8b46df3019c7\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"c676ee3a-5186-4bf5-970f-8b46df3019c7\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"c676ee3a-5186-4bf5-970f-8b46df3019c7\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"c676ee3a-5186-4bf5-970f-8b46df3019c7\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"c676ee3a-5186-4bf5-970f-8b46df3019c7\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"c676ee3a-5186-4bf5-970f-8b46df3019c7\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"c676ee3a-5186-4bf5-970f-8b46df3019c7\\\"\",\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/74dedcd6-3c1e-4746-9f1b-178a06dee362?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc0ZGVkY2Q2LTNjMWUtNDc0Ni05ZjFiLTE3OGEwNmRlZTM2Mj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/a747cb3f-fa49-40fb-8c6e-2976c80379c0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E3NDdjYjNmLWZhNDktNDBmYi04YzZlLTI5NzZjODAzNzljMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8089ece9-91b2-42fe-bef7-ee5d8812f3ac" + "b4f72a08-a3d2-44ca-9e14-7cdbf2909ad8" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1813,13 +1813,13 @@ "no-cache" ], "x-ms-request-id": [ - "14575148-97b1-4ef5-ab07-b5723285e074" + "d0aa48d7-97a3-4f4d-a010-d30fe18d364f" ], "x-ms-correlation-request-id": [ - "da7ed4b8-0b74-4e6a-975f-7f5393d693d3" + "410f5ac5-99a8-4045-8c37-88592694c2f1" ], "x-ms-arm-service-request-id": [ - "4e81b2e5-d751-4461-99bc-cc690eff21ee" + "6cef2183-db19-4e20-8dfd-6f5b85920f43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1829,16 +1829,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11990" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092015Z:da7ed4b8-0b74-4e6a-975f-7f5393d693d3" + "SOUTHINDIA:20210518T150726Z:410f5ac5-99a8-4045-8c37-88592694c2f1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:14 GMT" + "Tue, 18 May 2021 15:07:26 GMT" ], "Content-Length": [ "29" @@ -1854,13 +1854,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M1NjBlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzE1NzQzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd21bedd-7214-4446-a398-1ba7b4da283f" + "83f0cdca-8e3b-401a-ad28-41deee2bffa2" ], "Accept-Language": [ "en-US" @@ -1868,8 +1868,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1883,13 +1883,13 @@ "gateway" ], "x-ms-request-id": [ - "eb1557f1-a585-42e2-8712-2657168517df" + "fa479609-e9db-49c0-95d0-9c9e3a943ada" ], "x-ms-correlation-request-id": [ - "eb1557f1-a585-42e2-8712-2657168517df" + "fa479609-e9db-49c0-95d0-9c9e3a943ada" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092016Z:eb1557f1-a585-42e2-8712-2657168517df" + "SOUTHINDIA:20210518T150727Z:fa479609-e9db-49c0-95d0-9c9e3a943ada" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1898,7 +1898,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:15 GMT" + "Tue, 18 May 2021 15:07:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1910,23 +1910,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNICc560e0' under resource group 'PSTestRGc560e179' 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/PSTestNIC157430' under resource group 'PSTestRG1574334b' 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/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M1NjBlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzE1NzQzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd21bedd-7214-4446-a398-1ba7b4da283f" + "83f0cdca-8e3b-401a-ad28-41deee2bffa2" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1937,16 +1937,16 @@ "no-cache" ], "ETag": [ - "W/\"f908e941-ecef-4c61-af03-faf02c817309\"" + "W/\"08762fcb-2f4b-4e24-826a-7baf0827e2dd\"" ], "x-ms-request-id": [ - "694d2785-32e0-4248-b9db-3c55c328d9ac" + "2055990c-3aeb-4624-b984-a5d4a550f5d8" ], "x-ms-correlation-request-id": [ - "2c788d8a-21d6-4d47-9270-44fe4d4bd3ae" + "7ad1a3a1-119f-4bb0-ad18-462e4ea10997" ], "x-ms-arm-service-request-id": [ - "e656d4e6-a298-424b-ad62-0b20f02567e2" + "f990fdae-1485-4ce7-b02d-ef9e3650e11d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1956,16 +1956,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11986" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092017Z:2c788d8a-21d6-4d47-9270-44fe4d4bd3ae" + "SOUTHINDIA:20210518T150728Z:7ad1a3a1-119f-4bb0-ad18-462e4ea10997" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:16 GMT" + "Tue, 18 May 2021 15:07:28 GMT" ], "Content-Length": [ "2104" @@ -1977,17 +1977,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0\",\r\n \"etag\": \"W/\\\"f908e941-ecef-4c61-af03-faf02c817309\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"795e3d58-d5e5-4ed7-918e-15d770b0309d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"f908e941-ecef-4c61-af03-faf02c817309\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc560e0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0/subnets/PSTestSNCc560e0\"\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\": \"yblyrmpkb5selp3khu1ohizlyd.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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0\"\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\": \"PSTestNIC157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430\",\r\n \"etag\": \"W/\\\"08762fcb-2f4b-4e24-826a-7baf0827e2dd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c43f821d-ece5-4017-a862-2af27ec4cfa7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"08762fcb-2f4b-4e24-826a-7baf0827e2dd\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns157430\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430/subnets/PSTestSNC157430\"\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\": \"zv3mjirngmlunjnkro4x1ya4ea.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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430\"\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/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M1NjBlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzE1NzQzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd21bedd-7214-4446-a398-1ba7b4da283f" + "83f0cdca-8e3b-401a-ad28-41deee2bffa2" ], "Accept-Language": [ "en-US" @@ -1995,8 +1995,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -2007,16 +2007,16 @@ "no-cache" ], "ETag": [ - "W/\"f908e941-ecef-4c61-af03-faf02c817309\"" + "W/\"08762fcb-2f4b-4e24-826a-7baf0827e2dd\"" ], "x-ms-request-id": [ - "fdf69d6c-10fe-49fd-aa57-3eb3b8bb4f21" + "c20fee2f-aebf-4956-8db1-fcb1470d3d4c" ], "x-ms-correlation-request-id": [ - "6060f13f-701b-4932-8d46-2ee9a049a85b" + "fe749b9a-f260-42e3-931c-9b314b0785c8" ], "x-ms-arm-service-request-id": [ - "85986f7b-ca99-4640-a87a-56ba3ac64cbc" + "7645bff9-5bc6-4095-8a73-960ac78c6348" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2026,16 +2026,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11985" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092017Z:6060f13f-701b-4932-8d46-2ee9a049a85b" + "SOUTHINDIA:20210518T150728Z:fe749b9a-f260-42e3-931c-9b314b0785c8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:16 GMT" + "Tue, 18 May 2021 15:07:28 GMT" ], "Content-Length": [ "2104" @@ -2047,17 +2047,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0\",\r\n \"etag\": \"W/\\\"f908e941-ecef-4c61-af03-faf02c817309\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"795e3d58-d5e5-4ed7-918e-15d770b0309d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"f908e941-ecef-4c61-af03-faf02c817309\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc560e0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0/subnets/PSTestSNCc560e0\"\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\": \"yblyrmpkb5selp3khu1ohizlyd.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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0\"\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\": \"PSTestNIC157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430\",\r\n \"etag\": \"W/\\\"08762fcb-2f4b-4e24-826a-7baf0827e2dd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c43f821d-ece5-4017-a862-2af27ec4cfa7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"08762fcb-2f4b-4e24-826a-7baf0827e2dd\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns157430\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430/subnets/PSTestSNC157430\"\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\": \"zv3mjirngmlunjnkro4x1ya4ea.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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430\"\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/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M1NjBlMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzE1NzQzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0\",\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/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0/subnets/PSTestSNCc560e0\"\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/PSTestRGc560e179/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc560e0\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430\",\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/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430/subnets/PSTestSNC157430\"\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/PSTestRG1574334b/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns157430\",\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": [ - "cd21bedd-7214-4446-a398-1ba7b4da283f" + "83f0cdca-8e3b-401a-ad28-41deee2bffa2" ], "Accept-Language": [ "en-US" @@ -2065,8 +2065,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -2083,19 +2083,19 @@ "no-cache" ], "x-ms-request-id": [ - "f2db62f7-bfe7-4fa7-82f9-7c209a193ad5" + "c5b3a5e3-ba2f-4baa-a250-98fba77bdc3c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/f2db62f7-bfe7-4fa7-82f9-7c209a193ad5?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/c5b3a5e3-ba2f-4baa-a250-98fba77bdc3c?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "9a1a35be-baf6-4791-acca-600ca7283077" + "1161b1d3-0fdf-46b1-ba07-f70972996fa1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d5ced17a-a8c2-4895-b04d-ebf338f48e11" + "6963c7a9-7101-46b3-bad2-bd2e872aba61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2105,16 +2105,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1196" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092017Z:9a1a35be-baf6-4791-acca-600ca7283077" + "SOUTHINDIA:20210518T150728Z:1161b1d3-0fdf-46b1-ba07-f70972996fa1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:16 GMT" + "Tue, 18 May 2021 15:07:28 GMT" ], "Content-Length": [ "2104" @@ -2126,17 +2126,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0\",\r\n \"etag\": \"W/\\\"f908e941-ecef-4c61-af03-faf02c817309\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"795e3d58-d5e5-4ed7-918e-15d770b0309d\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"f908e941-ecef-4c61-af03-faf02c817309\\\"\",\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/PSTestRGc560e179/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc560e0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Network/virtualNetworks/PSTestVNETc560e0/subnets/PSTestSNCc560e0\"\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\": \"yblyrmpkb5selp3khu1ohizlyd.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/PSTestRGc560e179/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc560e0\"\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\": \"PSTestNIC157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430\",\r\n \"etag\": \"W/\\\"08762fcb-2f4b-4e24-826a-7baf0827e2dd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c43f821d-ece5-4017-a862-2af27ec4cfa7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"08762fcb-2f4b-4e24-826a-7baf0827e2dd\\\"\",\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/PSTestRG1574334b/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns157430\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Network/virtualNetworks/PSTestVNET157430/subnets/PSTestSNC157430\"\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\": \"zv3mjirngmlunjnkro4x1ya4ea.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/PSTestRG1574334b/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG157430\"\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/resourceGroups/PSTestRGc560e179/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "Accept-Language": [ "en-US" @@ -2144,8 +2144,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -2156,7 +2156,7 @@ "no-cache" ], "x-ms-request-id": [ - "923bcf4e-f453-4c8b-a008-a26ca9cfb894" + "d8b4394a-4c99-49b0-8bd0-660279901d2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2168,16 +2168,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "f301aa54-409a-4707-a3fa-1ea795e3e7fe" + "0ea81273-1992-4f66-8570-b83eb5f0ad0b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092017Z:f301aa54-409a-4707-a3fa-1ea795e3e7fe" + "SOUTHINDIA:20210518T150728Z:0ea81273-1992-4f66-8570-b83eb5f0ad0b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:17 GMT" + "Tue, 18 May 2021 15:07:28 GMT" ], "Content-Length": [ "1109" @@ -2189,17 +2189,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\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/PSTestRGc560e179/providers/Microsoft.Storage/storageAccounts/pstestsac560e179\",\r\n \"name\": \"pstestsac560e179\",\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-15T09:19:40.487156Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-02-15T09:19:40.487156Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-15T09:19:40.4090018Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsac560e179.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsac560e179.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsac560e179.table.core.windows.net/\",\r\n \"file\": \"https://pstestsac560e179.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\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\": \"StorageV2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Storage/storageAccounts/pstestsa1574334b\",\r\n \"name\": \"pstestsa1574334b\",\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-05-18T15:06:52.6852032Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-18T15:06:52.6852032Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-18T15:06:52.6070765Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://pstestsa1574334b.blob.core.windows.net/\",\r\n \"queue\": \"https://pstestsa1574334b.queue.core.windows.net/\",\r\n \"table\": \"https://pstestsa1574334b.table.core.windows.net/\",\r\n \"file\": \"https://pstestsa1574334b.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM1NjBlMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTE1NzQzMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc560e0\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"c560e179-120\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsac560e179.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM157430\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"1574334b-346\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa1574334b.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "Accept-Language": [ "en-US" @@ -2207,8 +2207,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2228,7 +2228,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/8e0031f7-5786-472b-b133-f83de88e5dbb?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/e55e3276-359e-4945-b6c5-fa10a3792792?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2240,7 +2240,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8e0031f7-5786-472b-b133-f83de88e5dbb" + "e55e3276-359e-4945-b6c5-fa10a3792792" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2250,16 +2250,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "a3966760-f291-451b-859b-a545d9c95ad5" + "ece7f75a-3972-49f8-aecb-b6a05f48fbb4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092020Z:a3966760-f291-451b-859b-a545d9c95ad5" + "SOUTHINDIA:20210518T150731Z:ece7f75a-3972-49f8-aecb-b6a05f48fbb4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:20 GMT" + "Tue, 18 May 2021 15:07:30 GMT" ], "Content-Length": [ "1908" @@ -2271,23 +2271,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc560e0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"8ed83a53-8d75-4313-bee6-2a35da34476d\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc560e0\",\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/PSTestRGc560e179/providers/Microsoft.Network/networkInterfaces/PSTestNICc560e0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsac560e179.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM157430\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"MabUsed\": \"Yes\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"872d6b79-4c88-4eee-a7e9-240ae0a8c481\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM157430\",\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/PSTestRG1574334b/providers/Microsoft.Network/networkInterfaces/PSTestNIC157430\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://pstestsa1574334b.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/8e0031f7-5786-472b-b133-f83de88e5dbb?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDAzMWY3LTU3ODYtNDcyYi1iMTMzLWY4M2RlODhlNWRiYj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/e55e3276-359e-4945-b6c5-fa10a3792792?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U1NWUzMjc2LTM1OWUtNDk0NS1iNmM1LWZhMTBhMzc5Mjc5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2301,35 +2301,35 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29996" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "155503be-d0ce-40f8-86e9-f6793e381a17" + "8e7c8b63-fdef-4187-859c-a1bab8ba8680" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "959e73af-38d0-46d8-9362-933f3379bd37" + "dd63c5e7-ef57-4e58-b119-1a1560da03e5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092030Z:959e73af-38d0-46d8-9362-933f3379bd37" + "SOUTHINDIA:20210518T150741Z:dd63c5e7-ef57-4e58-b119-1a1560da03e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:20:30 GMT" + "Tue, 18 May 2021 15:07:40 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2338,23 +2338,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T14:50:19.7912389+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e0031f7-5786-472b-b133-f83de88e5dbb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T20:37:30.437972+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e55e3276-359e-4945-b6c5-fa10a3792792\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/8e0031f7-5786-472b-b133-f83de88e5dbb?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDAzMWY3LTU3ODYtNDcyYi1iMTMzLWY4M2RlODhlNWRiYj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/e55e3276-359e-4945-b6c5-fa10a3792792?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U1NWUzMjc2LTM1OWUtNDk0NS1iNmM1LWZhMTBhMzc5Mjc5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2365,35 +2365,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e4ac3b0-8ab2-4c8e-bc4d-9eadc7203eb5" + "ab80ab77-a695-4758-9ad1-58ef4d8ad83a" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "8049e72a-f263-4119-858d-69386a8f406d" + "f1cf8d00-efd9-4490-b134-dc72fb57a35a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092121Z:8049e72a-f263-4119-858d-69386a8f406d" + "SOUTHINDIA:20210518T150831Z:f1cf8d00-efd9-4490-b134-dc72fb57a35a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:21:21 GMT" + "Tue, 18 May 2021 15:08:30 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2402,23 +2402,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T14:50:19.7912389+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8e0031f7-5786-472b-b133-f83de88e5dbb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T20:37:30.437972+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e55e3276-359e-4945-b6c5-fa10a3792792\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/8e0031f7-5786-472b-b133-f83de88e5dbb?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhlMDAzMWY3LTU3ODYtNDcyYi1iMTMzLWY4M2RlODhlNWRiYj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/e55e3276-359e-4945-b6c5-fa10a3792792?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U1NWUzMjc2LTM1OWUtNDk0NS1iNmM1LWZhMTBhMzc5Mjc5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2429,35 +2429,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce33871c-7099-4b94-a120-7a2f87394aff" + "f3c8789f-a048-41eb-aace-e25d590b8470" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-correlation-request-id": [ - "4691f847-4adb-4a50-a9ae-25b41501dd08" + "38c0041d-bc0d-43b2-85f9-3fb6a7d1cc18" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092211Z:4691f847-4adb-4a50-a9ae-25b41501dd08" + "SOUTHINDIA:20210518T150921Z:38c0041d-bc0d-43b2-85f9-3fb6a7d1cc18" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:22:11 GMT" + "Tue, 18 May 2021 15:09:21 GMT" ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2466,17 +2466,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T14:50:19.7912389+05:30\",\r\n \"endTime\": \"2021-02-15T14:51:44.2455464+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8e0031f7-5786-472b-b133-f83de88e5dbb\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T20:37:30.437972+05:30\",\r\n \"endTime\": \"2021-05-18T20:39:03.6560626+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e55e3276-359e-4945-b6c5-fa10a3792792\"\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": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "Accept-Language": [ "en-US" @@ -2484,8 +2484,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2499,32 +2499,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "a4260020-dd9b-453a-82d7-4f0fac4889b8" + "3cf005d8-0440-4d44-82f3-81718907bb51" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-correlation-request-id": [ - "e2c375a4-71b7-4013-be42-27ad23047a94" + "c8dfaae8-9aa9-4c23-9b61-a59d0d889289" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092212Z:e2c375a4-71b7-4013-be42-27ad23047a94" + "SOUTHINDIA:20210518T150922Z:c8dfaae8-9aa9-4c23-9b61-a59d0d889289" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:22:11 GMT" + "Tue, 18 May 2021 15:09:21 GMT" ], "Content-Length": [ - "360618" + "378075" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2533,17 +2533,17 @@ "-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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"storwarespzoo1611743234900\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storwarespzoo1611743234900\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "Accept-Language": [ "en-US" @@ -2551,8 +2551,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2569,29 +2569,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "55108545-c495-4ee7-88ce-59a754fca3a5" + "6a64a5db-7b1f-42be-9fe4-0fbb809227b6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-correlation-request-id": [ - "0a9bcd9f-3ab0-495b-89ac-3def879d4991" + "edccf2d4-ac7b-4464-93b3-ba0e6d2912e6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092212Z:0a9bcd9f-3ab0-495b-89ac-3def879d4991" + "SOUTHINDIA:20210518T150922Z:edccf2d4-ac7b-4464-93b3-ba0e6d2912e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:22:12 GMT" + "Tue, 18 May 2021 15:09:22 GMT" ], "Content-Length": [ "1089" @@ -2603,17 +2603,17 @@ "-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": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "Accept-Language": [ "en-US" @@ -2621,8 +2621,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2633,35 +2633,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21998" + "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "fc9b2b90-4206-44ac-be4d-ddd030f13a7f" + "1081f8d2-9e51-4059-bccc-97a8febaa244" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-correlation-request-id": [ - "d42042b2-c313-4201-856d-dce6e5e0588d" + "8e46eb69-4fff-4cc8-9452-8ea698645662" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092212Z:d42042b2-c313-4201-856d-dce6e5e0588d" + "SOUTHINDIA:20210518T150922Z:8e46eb69-4fff-4cc8-9452-8ea698645662" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:22:12 GMT" + "Tue, 18 May 2021 15:09:22 GMT" ], "Content-Length": [ "1326" @@ -2673,17 +2673,17 @@ "-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/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM1NjBlMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTE1NzQzMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "Accept-Language": [ "en-US" @@ -2691,8 +2691,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2709,19 +2709,19 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/15fe8474-bb1e-4313-a93a-f6e004b833e9?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/35447b2b-b1e4-478b-8a6a-e2d4305de1c9?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1198" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "15fe8474-bb1e-4313-a93a-f6e004b833e9" + "35447b2b-b1e4-478b-8a6a-e2d4305de1c9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2731,16 +2731,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "13b97bb4-5bcd-4482-80cf-4c957f5b4ac6" + "be7fca6e-ee89-4adf-9f4d-8d9ecfeb9f7b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092214Z:13b97bb4-5bcd-4482-80cf-4c957f5b4ac6" + "SOUTHINDIA:20210518T150924Z:be7fca6e-ee89-4adf-9f4d-8d9ecfeb9f7b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:22:14 GMT" + "Tue, 18 May 2021 15:09:24 GMT" ], "Content-Length": [ "484" @@ -2752,23 +2752,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0/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/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430/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/15fe8474-bb1e-4313-a93a-f6e004b833e9?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE1ZmU4NDc0LWJiMWUtNDMxMy1hOTNhLWY2ZTAwNGI4MzNlOT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/35447b2b-b1e4-478b-8a6a-e2d4305de1c9?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM1NDQ3YjJiLWIxZTQtNDc4Yi04YTZhLWUyZDQzMDVkZTFjOT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2779,32 +2779,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "80a29167-296f-4877-9c13-08f813d8e8b5" + "4157b2e9-68d0-4b79-8ef9-c2606a9236a6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11990" ], "x-ms-correlation-request-id": [ - "b3b93a1f-fcc1-40a8-a761-871da0c9fa7a" + "624b62cd-f14f-4d98-a0b4-a6c7a69d8cc2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092244Z:b3b93a1f-fcc1-40a8-a761-871da0c9fa7a" + "SOUTHINDIA:20210518T150954Z:624b62cd-f14f-4d98-a0b4-a6c7a69d8cc2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:22:44 GMT" + "Tue, 18 May 2021 15:09:53 GMT" ], "Content-Length": [ "134" @@ -2816,23 +2816,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T14:52:14.1990573+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"15fe8474-bb1e-4313-a93a-f6e004b833e9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T20:39:24.0777404+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"35447b2b-b1e4-478b-8a6a-e2d4305de1c9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/15fe8474-bb1e-4313-a93a-f6e004b833e9?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE1ZmU4NDc0LWJiMWUtNDMxMy1hOTNhLWY2ZTAwNGI4MzNlOT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/35447b2b-b1e4-478b-8a6a-e2d4305de1c9?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM1NDQ3YjJiLWIxZTQtNDc4Yi04YTZhLWUyZDQzMDVkZTFjOT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2843,32 +2843,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a0c243b5-d323-4c3b-86ce-ffc094fa5d63" + "5d399ba3-2c67-48be-9a59-f5d2a9e63321" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11989" ], "x-ms-correlation-request-id": [ - "94db4f50-b92e-4814-b3c7-e3b642e67cad" + "8c8de15b-d48d-443e-902c-b9009e2693e5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092315Z:94db4f50-b92e-4814-b3c7-e3b642e67cad" + "SOUTHINDIA:20210518T151024Z:8c8de15b-d48d-443e-902c-b9009e2693e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:23:14 GMT" + "Tue, 18 May 2021 15:10:23 GMT" ], "Content-Length": [ "134" @@ -2880,23 +2880,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T14:52:14.1990573+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"15fe8474-bb1e-4313-a93a-f6e004b833e9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T20:39:24.0777404+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"35447b2b-b1e4-478b-8a6a-e2d4305de1c9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/15fe8474-bb1e-4313-a93a-f6e004b833e9?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE1ZmU4NDc0LWJiMWUtNDMxMy1hOTNhLWY2ZTAwNGI4MzNlOT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/35447b2b-b1e4-478b-8a6a-e2d4305de1c9?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM1NDQ3YjJiLWIxZTQtNDc4Yi04YTZhLWUyZDQzMDVkZTFjOT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2907,32 +2907,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9c9c7a20-96b7-4900-8b7f-9eaca9c0c53a" + "4d498058-5bd6-46e8-8910-4f927f8cf880" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11988" ], "x-ms-correlation-request-id": [ - "be3ba84e-9e0b-47ad-8a0f-ab9d26f0ce6f" + "1af33828-2c95-45cf-8b5d-05c62bcaacc1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092345Z:be3ba84e-9e0b-47ad-8a0f-ab9d26f0ce6f" + "SOUTHINDIA:20210518T151054Z:1af33828-2c95-45cf-8b5d-05c62bcaacc1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:23:45 GMT" + "Tue, 18 May 2021 15:10:54 GMT" ], "Content-Length": [ "134" @@ -2944,23 +2944,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T14:52:14.1990573+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"15fe8474-bb1e-4313-a93a-f6e004b833e9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T20:39:24.0777404+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"35447b2b-b1e4-478b-8a6a-e2d4305de1c9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/15fe8474-bb1e-4313-a93a-f6e004b833e9?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE1ZmU4NDc0LWJiMWUtNDMxMy1hOTNhLWY2ZTAwNGI4MzNlOT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/35447b2b-b1e4-478b-8a6a-e2d4305de1c9?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM1NDQ3YjJiLWIxZTQtNDc4Yi04YTZhLWUyZDQzMDVkZTFjOT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2971,35 +2971,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a276bed9-e2dd-4846-8925-e3d206e1e5b0" + "bc18ec2d-1fe9-441b-be00-19f7eff403b2" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11987" ], "x-ms-correlation-request-id": [ - "568c9b99-6f67-4549-ae7d-c46f6cbf93e3" + "4d133f3a-a75d-45cd-9e44-ca5586e2d935" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092415Z:568c9b99-6f67-4549-ae7d-c46f6cbf93e3" + "SOUTHINDIA:20210518T151124Z:4d133f3a-a75d-45cd-9e44-ca5586e2d935" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:24:14 GMT" + "Tue, 18 May 2021 15:11:24 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3008,23 +3008,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T14:52:14.1990573+05:30\",\r\n \"endTime\": \"2021-02-15T14:54:02.4348679+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"15fe8474-bb1e-4313-a93a-f6e004b833e9\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T20:39:24.0777404+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"35447b2b-b1e4-478b-8a6a-e2d4305de1c9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM1NjBlMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/35447b2b-b1e4-478b-8a6a-e2d4305de1c9?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM1NDQ3YjJiLWIxZTQtNDc4Yi04YTZhLWUyZDQzMDVkZTFjOT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "502f68c1-488a-4f0b-a7e5-6805f68b0d7b" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3035,35 +3035,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31982" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "020d070f-4854-419d-989e-57268850630c" + "82466925-84ac-4f4d-8017-4fc10096e970" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11986" ], "x-ms-correlation-request-id": [ - "3fc59663-4d41-4244-b927-cc4c0274cfab" + "6a10f133-04db-4c92-a564-f34f59c91762" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092415Z:3fc59663-4d41-4244-b927-cc4c0274cfab" + "SOUTHINDIA:20210518T151155Z:6a10f133-04db-4c92-a564-f34f59c91762" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:24:14 GMT" + "Tue, 18 May 2021 15:11:54 GMT" ], "Content-Length": [ - "485" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3072,26 +3072,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0/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 \"startTime\": \"2021-05-18T20:39:24.0777404+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"35447b2b-b1e4-478b-8a6a-e2d4305de1c9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/35447b2b-b1e4-478b-8a6a-e2d4305de1c9?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM1NDQ3YjJiLWIxZTQtNDc4Yi04YTZhLWUyZDQzMDVkZTFjOT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2144a02f-b66b-4b69-83ed-8afeae00b03e" - ], - "Accept-Language": [ - "en-US" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "User-Agent": [ "FxVersion/4.6.29719.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.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -3101,63 +3098,61 @@ "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ - "gateway" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29988" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "64b9b982-61e0-4c2e-a9fd-6dbeef87e620" + "6a605d21-7a54-4fd0-aae2-3a07858ba03f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" ], "x-ms-correlation-request-id": [ - "64b9b982-61e0-4c2e-a9fd-6dbeef87e620" + "2fd9e4eb-b47c-4da5-bab5-95282fc1f6db" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092415Z:64b9b982-61e0-4c2e-a9fd-6dbeef87e620" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "SOUTHINDIA:20210518T151225Z:2fd9e4eb-b47c-4da5-bab5-95282fc1f6db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:24:15 GMT" + "Tue, 18 May 2021 15:12:24 GMT" + ], + "Content-Length": [ + "184" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSVc560e179' under resource group 'PSTestRGc560e179' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", - "StatusCode": 404 + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T20:39:24.0777404+05:30\",\r\n \"endTime\": \"2021-05-18T20:42:24.2483926+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"35447b2b-b1e4-478b-8a6a-e2d4305de1c9\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {},\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"location\": \"southeastasia\"\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTE1NzQzMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf036bfa-ae8e-4ffe-af20-c9c55792f4e9" - ], - "Accept-Language": [ - "en-US" + "38eefd7d-6343-4784-87fe-5e38d83be44e" ], "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "98" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -3167,54 +3162,55 @@ "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bee583b8-f66e-4b14-bac0-a9682cfab2c5" - ], - "x-ms-client-request-id": [ - "cf036bfa-ae8e-4ffe-af20-c9c55792f4e9" + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "d264274e-deed-4166-bab1-289bab59b3e4" + ], "Server": [ - "Microsoft-IIS/10.0" + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "209" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" ], "x-ms-correlation-request-id": [ - "bee583b8-f66e-4b14-bac0-a9682cfab2c5" + "90aa10d3-3932-4a7e-bebd-1776a087b0c9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092421Z:bee583b8-f66e-4b14-bac0-a9682cfab2c5" + "SOUTHINDIA:20210518T151225Z:90aa10d3-3932-4a7e-bebd-1776a087b0c9" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:24:21 GMT" + "Tue, 18 May 2021 15:12:24 GMT" ], "Content-Length": [ - "466" + "485" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVc560e179\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T09%3A24%3A21.2002275Z'\\\"\",\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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc560e0'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzU2MGUwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b547fc2-4319-4fb3-96f1-b88e99d969a6" + "1012d41d-23b8-4c98-a781-4736b1633be7" ], "Accept-Language": [ "en-US" @@ -3222,8 +3218,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3233,58 +3229,48 @@ "Pragma": [ "no-cache" ], - "X-Content-Type-Options": [ - "nosniff" + "x-ms-failure-cause": [ + "gateway" ], "x-ms-request-id": [ - "16f32a45-e300-40f0-b3e1-8fc21ce2bb53" + "dae6fad6-b5dd-417e-9be4-5363a590d96a" ], - "x-ms-client-request-id": [ - "3b547fc2-4319-4fb3-96f1-b88e99d969a6", - "3b547fc2-4319-4fb3-96f1-b88e99d969a6" + "x-ms-correlation-request-id": [ + "dae6fad6-b5dd-417e-9be4-5363a590d96a" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T151226Z:dae6fad6-b5dd-417e-9be4-5363a590d96a" ], "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" - ], - "x-ms-correlation-request-id": [ - "16f32a45-e300-40f0-b3e1-8fc21ce2bb53" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092427Z:16f32a45-e300-40f0-b3e1-8fc21ce2bb53" + "X-Content-Type-Options": [ + "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 09:24:26 GMT" - ], - "Content-Length": [ - "12" + "Tue, 18 May 2021 15:12:25 GMT" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "239" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSV1574334b' under resource group 'PSTestRG1574334b' 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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc560e0'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzU2MGUwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "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": [ - "b0cc12f6-a4d9-4475-9acc-168d951de74c" + "75a4c815-9037-4e2f-9cfb-3856413c316a" ], "Accept-Language": [ "en-US" @@ -3292,8 +3278,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "98" ] }, "ResponseHeaders": { @@ -3307,11 +3299,10 @@ "nosniff" ], "x-ms-request-id": [ - "772e28bb-656f-4acc-b2a1-8d894ea92f52" + "19eba4b9-674b-43bc-8f65-27964b7b00ea" ], "x-ms-client-request-id": [ - "b0cc12f6-a4d9-4475-9acc-168d951de74c", - "b0cc12f6-a4d9-4475-9acc-168d951de74c" + "75a4c815-9037-4e2f-9cfb-3856413c316a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3319,23 +3310,20 @@ "Server": [ "Microsoft-IIS/10.0" ], - "X-Powered-By": [ - "ASP.NET" - ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "209" ], "x-ms-correlation-request-id": [ - "772e28bb-656f-4acc-b2a1-8d894ea92f52" + "19eba4b9-674b-43bc-8f65-27964b7b00ea" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092501Z:772e28bb-656f-4acc-b2a1-8d894ea92f52" + "JIOINDIAWEST:20210518T151230Z:19eba4b9-674b-43bc-8f65-27964b7b00ea" ], "Date": [ - "Mon, 15 Feb 2021 09:25:00 GMT" + "Tue, 18 May 2021 15:12:30 GMT" ], "Content-Length": [ - "914" + "466" ], "Content-Type": [ "application/json" @@ -3344,17 +3332,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc560e179\",\r\n \"friendlyName\": \"PSTestVMc560e0\",\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 + "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV1574334b\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T15%3A12%3A30.1094896Z'\\\"\",\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/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b\",\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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a33cfdca-dba2-492c-9cb0-9a8a50c793b3" + "dc6d4026-db48-465d-9dda-4d587b080331" ], "Accept-Language": [ "en-US" @@ -3362,8 +3350,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3377,11 +3365,11 @@ "nosniff" ], "x-ms-request-id": [ - "106b7737-7da4-4fdc-bf44-ff312e747b66" + "afc1a22a-f7cf-40f2-916a-a6c1e7b1bd37" ], "x-ms-client-request-id": [ - "a33cfdca-dba2-492c-9cb0-9a8a50c793b3", - "a33cfdca-dba2-492c-9cb0-9a8a50c793b3" + "dc6d4026-db48-465d-9dda-4d587b080331", + "dc6d4026-db48-465d-9dda-4d587b080331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3396,16 +3384,16 @@ "149" ], "x-ms-correlation-request-id": [ - "106b7737-7da4-4fdc-bf44-ff312e747b66" + "afc1a22a-f7cf-40f2-916a-a6c1e7b1bd37" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092427Z:106b7737-7da4-4fdc-bf44-ff312e747b66" + "JIOINDIAWEST:20210518T151232Z:afc1a22a-f7cf-40f2-916a-a6c1e7b1bd37" ], "Date": [ - "Mon, 15 Feb 2021 09:24:26 GMT" + "Tue, 18 May 2021 15:12:31 GMT" ], "Content-Length": [ - "762" + "380" ], "Content-Type": [ "application/json" @@ -3414,17 +3402,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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-15T19: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-15T19: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/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "dc6d4026-db48-465d-9dda-4d587b080331" ], "Accept-Language": [ "en-US" @@ -3432,8 +3420,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "111" ] }, "ResponseHeaders": { @@ -3447,11 +3441,11 @@ "nosniff" ], "x-ms-request-id": [ - "d10df888-b0c0-41ff-add0-21873101d07e" + "5831516c-bc7b-4947-ab52-6e837a4862b4" ], "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b", - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "dc6d4026-db48-465d-9dda-4d587b080331", + "dc6d4026-db48-465d-9dda-4d587b080331" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3462,20 +3456,20 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "d10df888-b0c0-41ff-add0-21873101d07e" + "5831516c-bc7b-4947-ab52-6e837a4862b4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092428Z:d10df888-b0c0-41ff-add0-21873101d07e" + "JIOINDIAWEST:20210518T151233Z:5831516c-bc7b-4947-ab52-6e837a4862b4" ], "Date": [ - "Mon, 15 Feb 2021 09:24:27 GMT" + "Tue, 18 May 2021 15:12:32 GMT" ], "Content-Length": [ - "19794" + "381" ], "Content-Type": [ "application/json" @@ -3484,17 +3478,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/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 \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectableItems/vm;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc560e179\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMc560e0\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjNTYwZTE3OSUzQnBzdGVzdHZtYzU2MGUwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M1NjBlMTc5JTNCcHN0ZXN0dm1jNTYwZTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM157430'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMTU3NDMwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "e80f5aa7-6871-47ca-acf2-149662f943cb" ], "Accept-Language": [ "en-US" @@ -3502,14 +3496,8 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "456" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3519,61 +3507,58 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/vm;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationResults/0fa14c67-5064-4997-adca-710439c28ef0?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/vm;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationsStatus/0fa14c67-5064-4997-adca-710439c28ef0?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e4f86d04-97d8-43a8-8067-3567756f6f21" + "c8211933-554d-4cae-84fe-01ac7c2e7801" ], "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b", - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "e80f5aa7-6871-47ca-acf2-149662f943cb", + "e80f5aa7-6871-47ca-acf2-149662f943cb" ], "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": [ + "149" ], "x-ms-correlation-request-id": [ - "e4f86d04-97d8-43a8-8067-3567756f6f21" + "c8211933-554d-4cae-84fe-01ac7c2e7801" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092429Z:e4f86d04-97d8-43a8-8067-3567756f6f21" + "JIOINDIAWEST:20210518T151238Z:c8211933-554d-4cae-84fe-01ac7c2e7801" ], "Date": [ - "Mon, 15 Feb 2021 09:24:28 GMT" + "Tue, 18 May 2021 15:12:38 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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/0fa14c67-5064-4997-adca-710439c28ef0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zLzBmYTE0YzY3LTUwNjQtNDk5Ny1hZGNhLTcxMDQzOWMyOGVmMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM157430'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMTU3NDMwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "23a51ace-46fc-4268-948e-5e731e7c1f99" ], "Accept-Language": [ "en-US" @@ -3581,8 +3566,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3596,11 +3581,11 @@ "nosniff" ], "x-ms-request-id": [ - "7e8ec0fc-2181-4357-a9a0-fd13f5b06237" + "56c1a6e6-6046-455a-a3ec-34f8fa3739ed" ], "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b", - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "23a51ace-46fc-4268-948e-5e731e7c1f99", + "23a51ace-46fc-4268-948e-5e731e7c1f99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3612,19 +3597,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "148" ], "x-ms-correlation-request-id": [ - "7e8ec0fc-2181-4357-a9a0-fd13f5b06237" + "56c1a6e6-6046-455a-a3ec-34f8fa3739ed" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092429Z:7e8ec0fc-2181-4357-a9a0-fd13f5b06237" + "JIOINDIAWEST:20210518T151314Z:56c1a6e6-6046-455a-a3ec-34f8fa3739ed" ], "Date": [ - "Mon, 15 Feb 2021 09:24:28 GMT" + "Tue, 18 May 2021 15:13:13 GMT" ], "Content-Length": [ - "188" + "914" ], "Content-Type": [ "application/json" @@ -3633,17 +3618,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"name\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:24:28.8238022Z\",\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/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG1574334b\",\r\n \"friendlyName\": \"PSTestVM157430\",\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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/0fa14c67-5064-4997-adca-710439c28ef0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zLzBmYTE0YzY3LTUwNjQtNDk5Ny1hZGNhLTcxMDQzOWMyOGVmMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "06585c6c-82d9-4a42-8eac-30add7e15dd3" ], "Accept-Language": [ "en-US" @@ -3651,8 +3636,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3666,11 +3651,11 @@ "nosniff" ], "x-ms-request-id": [ - "023787ef-d67d-43a8-8ef2-307159f77e12" + "7316503f-a175-43e9-8e7f-93995d70c90c" ], "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b", - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "06585c6c-82d9-4a42-8eac-30add7e15dd3", + "06585c6c-82d9-4a42-8eac-30add7e15dd3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3682,19 +3667,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "023787ef-d67d-43a8-8ef2-307159f77e12" + "7316503f-a175-43e9-8e7f-93995d70c90c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092434Z:023787ef-d67d-43a8-8ef2-307159f77e12" + "JIOINDIAWEST:20210518T151239Z:7316503f-a175-43e9-8e7f-93995d70c90c" ], "Date": [ - "Mon, 15 Feb 2021 09:24:34 GMT" + "Tue, 18 May 2021 15:12:38 GMT" ], "Content-Length": [ - "188" + "762" ], "Content-Type": [ "application/json" @@ -3703,17 +3688,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"name\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:24:28.8238022Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/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-05-19T01: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-05-19T01: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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/0fa14c67-5064-4997-adca-710439c28ef0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zLzBmYTE0YzY3LTUwNjQtNDk5Ny1hZGNhLTcxMDQzOWMyOGVmMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Accept-Language": [ "en-US" @@ -3721,8 +3706,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3736,11 +3721,11 @@ "nosniff" ], "x-ms-request-id": [ - "5723855e-3a25-4477-9b40-da9a2ed4685d" + "a1a0a1d2-f2f7-413a-96e9-a1a790a91e40" ], "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b", - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "de4baec4-6019-4591-9174-2d5d015ba264", + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3752,19 +3737,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "149" ], "x-ms-correlation-request-id": [ - "5723855e-3a25-4477-9b40-da9a2ed4685d" + "a1a0a1d2-f2f7-413a-96e9-a1a790a91e40" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092439Z:5723855e-3a25-4477-9b40-da9a2ed4685d" + "JIOINDIAWEST:20210518T151239Z:a1a0a1d2-f2f7-413a-96e9-a1a790a91e40" ], "Date": [ - "Mon, 15 Feb 2021 09:24:39 GMT" + "Tue, 18 May 2021 15:12:39 GMT" ], "Content-Length": [ - "188" + "6249" ], "Content-Type": [ "application/json" @@ -3773,17 +3758,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"name\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:24:28.8238022Z\",\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/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/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/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/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/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/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/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/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/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectableItems/vm;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG1574334b\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM157430\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/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/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/0fa14c67-5064-4997-adca-710439c28ef0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zLzBmYTE0YzY3LTUwNjQtNDk5Ny1hZGNhLTcxMDQzOWMyOGVmMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxNTc0MzM0YiUzQnBzdGVzdHZtMTU3NDMwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE1NzQzMzRiJTNCcHN0ZXN0dm0xNTc0MzA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Accept-Language": [ "en-US" @@ -3791,8 +3776,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "456" ] }, "ResponseHeaders": { @@ -3802,58 +3793,61 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/vm;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationResults/6e8a3a89-73f1-4fdd-837a-2e6853fe04db?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/vm;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationsStatus/6e8a3a89-73f1-4fdd-837a-2e6853fe04db?api-version=2021-03-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "22aceb52-c215-4cef-a0c6-8174b1bef378" + "693efe0c-f2f4-48a5-a4f2-65e7b2c46d0b" ], "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b", - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "de4baec4-6019-4591-9174-2d5d015ba264", + "de4baec4-6019-4591-9174-2d5d015ba264" ], "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": [ + "1198" ], "x-ms-correlation-request-id": [ - "22aceb52-c215-4cef-a0c6-8174b1bef378" + "693efe0c-f2f4-48a5-a4f2-65e7b2c46d0b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092444Z:22aceb52-c215-4cef-a0c6-8174b1bef378" + "JIOINDIAWEST:20210518T151240Z:693efe0c-f2f4-48a5-a4f2-65e7b2c46d0b" ], "Date": [ - "Mon, 15 Feb 2021 09:24:44 GMT" - ], - "Content-Length": [ - "188" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 15:12:40 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"name\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:24:28.8238022Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/0fa14c67-5064-4997-adca-710439c28ef0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zLzBmYTE0YzY3LTUwNjQtNDk5Ny1hZGNhLTcxMDQzOWMyOGVmMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/6e8a3a89-73f1-4fdd-837a-2e6853fe04db?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzZlOGEzYTg5LTczZjEtNGZkZC04MzdhLTJlNjg1M2ZlMDRkYj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Accept-Language": [ "en-US" @@ -3861,8 +3855,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3876,11 +3870,11 @@ "nosniff" ], "x-ms-request-id": [ - "9a39b7fe-59ba-4c0d-80c0-8bc0d4c3a0b0" + "4ad6c67c-e24f-4bb1-ab67-74feb46a7460" ], "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b", - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "de4baec4-6019-4591-9174-2d5d015ba264", + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3892,16 +3886,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "149" ], "x-ms-correlation-request-id": [ - "9a39b7fe-59ba-4c0d-80c0-8bc0d4c3a0b0" + "4ad6c67c-e24f-4bb1-ab67-74feb46a7460" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092450Z:9a39b7fe-59ba-4c0d-80c0-8bc0d4c3a0b0" + "JIOINDIAWEST:20210518T151241Z:4ad6c67c-e24f-4bb1-ab67-74feb46a7460" ], "Date": [ - "Mon, 15 Feb 2021 09:24:49 GMT" + "Tue, 18 May 2021 15:12:40 GMT" ], "Content-Length": [ "188" @@ -3913,17 +3907,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"name\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:24:28.8238022Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"name\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:12:40.3289921Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/0fa14c67-5064-4997-adca-710439c28ef0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zLzBmYTE0YzY3LTUwNjQtNDk5Ny1hZGNhLTcxMDQzOWMyOGVmMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/6e8a3a89-73f1-4fdd-837a-2e6853fe04db?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzZlOGEzYTg5LTczZjEtNGZkZC04MzdhLTJlNjg1M2ZlMDRkYj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Accept-Language": [ "en-US" @@ -3931,8 +3925,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3946,11 +3940,11 @@ "nosniff" ], "x-ms-request-id": [ - "aa70a2b4-124b-4f9e-99a7-05f9fccd449b" + "a00eae6b-98ae-4327-a4fb-9b947679f658" ], "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b", - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "de4baec4-6019-4591-9174-2d5d015ba264", + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3962,16 +3956,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "148" ], "x-ms-correlation-request-id": [ - "aa70a2b4-124b-4f9e-99a7-05f9fccd449b" + "a00eae6b-98ae-4327-a4fb-9b947679f658" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092455Z:aa70a2b4-124b-4f9e-99a7-05f9fccd449b" + "JIOINDIAWEST:20210518T151246Z:a00eae6b-98ae-4327-a4fb-9b947679f658" ], "Date": [ - "Mon, 15 Feb 2021 09:24:55 GMT" + "Tue, 18 May 2021 15:12:45 GMT" ], "Content-Length": [ "188" @@ -3983,17 +3977,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"name\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:24:28.8238022Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"name\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:12:40.3289921Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/0fa14c67-5064-4997-adca-710439c28ef0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zLzBmYTE0YzY3LTUwNjQtNDk5Ny1hZGNhLTcxMDQzOWMyOGVmMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/6e8a3a89-73f1-4fdd-837a-2e6853fe04db?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzZlOGEzYTg5LTczZjEtNGZkZC04MzdhLTJlNjg1M2ZlMDRkYj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Accept-Language": [ "en-US" @@ -4001,8 +3995,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4016,11 +4010,11 @@ "nosniff" ], "x-ms-request-id": [ - "60f8dfec-546f-4667-924c-ea5a533625c4" + "6bd25f2b-25f8-474b-a920-b42930b13ab2" ], "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b", - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "de4baec4-6019-4591-9174-2d5d015ba264", + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4032,19 +4026,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "147" ], "x-ms-correlation-request-id": [ - "60f8dfec-546f-4667-924c-ea5a533625c4" + "6bd25f2b-25f8-474b-a920-b42930b13ab2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092500Z:60f8dfec-546f-4667-924c-ea5a533625c4" + "JIOINDIAWEST:20210518T151251Z:6bd25f2b-25f8-474b-a920-b42930b13ab2" ], "Date": [ - "Mon, 15 Feb 2021 09:24:59 GMT" + "Tue, 18 May 2021 15:12:51 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -4053,17 +4047,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"name\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T09:24:28.8238022Z\",\r\n \"endTime\": \"2021-02-15T09:24:28.8238022Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"3fa6407b-a926-4cf1-8e7a-1315a20ab648\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"name\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:12:40.3289921Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/0fa14c67-5064-4997-adca-710439c28ef0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zLzBmYTE0YzY3LTUwNjQtNDk5Ny1hZGNhLTcxMDQzOWMyOGVmMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/6e8a3a89-73f1-4fdd-837a-2e6853fe04db?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzZlOGEzYTg5LTczZjEtNGZkZC04MzdhLTJlNjg1M2ZlMDRkYj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Accept-Language": [ "en-US" @@ -4071,8 +4065,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4086,11 +4080,11 @@ "nosniff" ], "x-ms-request-id": [ - "fbdf3f29-00e1-4ad0-bba9-91bf54fbd876" + "dfe61e21-8f5b-427a-b5c9-b7a37d797b6a" ], "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b", - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "de4baec4-6019-4591-9174-2d5d015ba264", + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4102,19 +4096,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "146" ], "x-ms-correlation-request-id": [ - "fbdf3f29-00e1-4ad0-bba9-91bf54fbd876" + "dfe61e21-8f5b-427a-b5c9-b7a37d797b6a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092500Z:fbdf3f29-00e1-4ad0-bba9-91bf54fbd876" + "JIOINDIAWEST:20210518T151256Z:dfe61e21-8f5b-427a-b5c9-b7a37d797b6a" ], "Date": [ - "Mon, 15 Feb 2021 09:25:00 GMT" + "Tue, 18 May 2021 15:12:56 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -4123,17 +4117,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"name\": \"0fa14c67-5064-4997-adca-710439c28ef0\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T09:24:28.8238022Z\",\r\n \"endTime\": \"2021-02-15T09:24:28.8238022Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"3fa6407b-a926-4cf1-8e7a-1315a20ab648\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"name\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:12:40.3289921Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/3fa6407b-a926-4cf1-8e7a-1315a20ab648?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzNmYTY0MDdiLWE5MjYtNGNmMS04ZTdhLTEzMTVhMjBhYjY0OD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/6e8a3a89-73f1-4fdd-837a-2e6853fe04db?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzZlOGEzYTg5LTczZjEtNGZkZC04MzdhLTJlNjg1M2ZlMDRkYj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Accept-Language": [ "en-US" @@ -4141,8 +4135,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4152,40 +4146,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "31420ce9-4a67-4453-b72b-5162047d60f8" + "30afee78-8af6-4ad2-875f-ec62a1be2c72" ], "x-ms-client-request-id": [ - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b", - "9986ac3e-04c4-41ca-b7b2-2eb24685af2b" - ], - "X-Powered-By": [ - "ASP.NET" + "de4baec4-6019-4591-9174-2d5d015ba264", + "de4baec4-6019-4591-9174-2d5d015ba264" ], "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" + "145" ], "x-ms-correlation-request-id": [ - "31420ce9-4a67-4453-b72b-5162047d60f8" + "30afee78-8af6-4ad2-875f-ec62a1be2c72" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092501Z:31420ce9-4a67-4453-b72b-5162047d60f8" + "JIOINDIAWEST:20210518T151302Z:30afee78-8af6-4ad2-875f-ec62a1be2c72" ], "Date": [ - "Mon, 15 Feb 2021 09:25:00 GMT" + "Tue, 18 May 2021 15:13:01 GMT" ], "Content-Length": [ - "839" + "188" ], "Content-Type": [ "application/json" @@ -4194,17 +4187,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/3fa6407b-a926-4cf1-8e7a-1315a20ab648\",\r\n \"name\": \"3fa6407b-a926-4cf1-8e7a-1315a20ab648\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT31.184975S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmc560e0\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T09:24:28.8238022Z\",\r\n \"endTime\": \"2021-02-15T09:25:00.0087772Z\",\r\n \"activityId\": \"9986ac3e-04c4-41ca-b7b2-2eb24685af2b\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"name\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:12:40.3289921Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/6e8a3a89-73f1-4fdd-837a-2e6853fe04db?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzZlOGEzYTg5LTczZjEtNGZkZC04MzdhLTJlNjg1M2ZlMDRkYj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da9d1190-9b8b-4598-a560-7cea6b36fe90" + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Accept-Language": [ "en-US" @@ -4212,8 +4205,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4227,11 +4220,11 @@ "nosniff" ], "x-ms-request-id": [ - "917065bd-48b1-42b8-9763-eb1e9edb2cce" + "4d01ebcf-bc7d-46c6-8d6e-bd9d450f4bcb" ], "x-ms-client-request-id": [ - "da9d1190-9b8b-4598-a560-7cea6b36fe90", - "da9d1190-9b8b-4598-a560-7cea6b36fe90" + "de4baec4-6019-4591-9174-2d5d015ba264", + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4243,19 +4236,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "144" ], "x-ms-correlation-request-id": [ - "917065bd-48b1-42b8-9763-eb1e9edb2cce" + "4d01ebcf-bc7d-46c6-8d6e-bd9d450f4bcb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092501Z:917065bd-48b1-42b8-9763-eb1e9edb2cce" + "JIOINDIAWEST:20210518T151307Z:4d01ebcf-bc7d-46c6-8d6e-bd9d450f4bcb" ], "Date": [ - "Mon, 15 Feb 2021 09:25:00 GMT" + "Tue, 18 May 2021 15:13:06 GMT" ], "Content-Length": [ - "1495" + "188" ], "Content-Type": [ "application/json" @@ -4264,17 +4257,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc560e0\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\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\": \"52777233418992\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"name\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:12:40.3289921Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/6e8a3a89-73f1-4fdd-837a-2e6853fe04db?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzZlOGEzYTg5LTczZjEtNGZkZC04MzdhLTJlNjg1M2ZlMDRkYj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74844345-80ec-42d1-8f7a-2d6a1ffc3878" + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Accept-Language": [ "en-US" @@ -4282,8 +4275,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4297,11 +4290,11 @@ "nosniff" ], "x-ms-request-id": [ - "2a4a65a0-5fca-4c9e-9a71-87ba9c9f1f69" + "41a5ae76-28b9-458b-aaa0-e60fa813e2d1" ], "x-ms-client-request-id": [ - "74844345-80ec-42d1-8f7a-2d6a1ffc3878", - "74844345-80ec-42d1-8f7a-2d6a1ffc3878" + "de4baec4-6019-4591-9174-2d5d015ba264", + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4313,19 +4306,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "143" ], "x-ms-correlation-request-id": [ - "2a4a65a0-5fca-4c9e-9a71-87ba9c9f1f69" + "41a5ae76-28b9-458b-aaa0-e60fa813e2d1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102714Z:2a4a65a0-5fca-4c9e-9a71-87ba9c9f1f69" + "JIOINDIAWEST:20210518T151312Z:41a5ae76-28b9-458b-aaa0-e60fa813e2d1" ], "Date": [ - "Mon, 15 Feb 2021 10:27:13 GMT" + "Tue, 18 May 2021 15:13:12 GMT" ], "Content-Length": [ - "2073" + "304" ], "Content-Type": [ "application/json" @@ -4334,17 +4327,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\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\": \"PSTestVMc560e0\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\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-15T09:25:02.4035924Z\",\r\n \"protectedItemDataId\": \"52777233418992\",\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;pstestrgc560e179;pstestvmc560e0\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"lastRecoveryPoint\": \"2021-02-15T09:25:05.8107865Z\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"name\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T15:12:40.3289921Z\",\r\n \"endTime\": \"2021-05-18T15:12:40.3289921Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"d7d30aad-15ee-44b4-9516-f1787423f1b6\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjNTYwZTE3OSUzQnBzdGVzdHZtYzU2MGUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M1NjBlMTc5JTNCcHN0ZXN0dm1jNTYwZTA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/6e8a3a89-73f1-4fdd-837a-2e6853fe04db?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzZlOGEzYTg5LTczZjEtNGZkZC04MzdhLTJlNjg1M2ZlMDRkYj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da9d1190-9b8b-4598-a560-7cea6b36fe90" + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Accept-Language": [ "en-US" @@ -4352,8 +4345,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4367,11 +4360,11 @@ "nosniff" ], "x-ms-request-id": [ - "a788d8d6-fde2-4813-a935-f665731263f6" + "556e1c51-bfb1-492f-aaac-d371071c5736" ], "x-ms-client-request-id": [ - "da9d1190-9b8b-4598-a560-7cea6b36fe90", - "da9d1190-9b8b-4598-a560-7cea6b36fe90" + "de4baec4-6019-4591-9174-2d5d015ba264", + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4383,19 +4376,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "142" ], "x-ms-correlation-request-id": [ - "a788d8d6-fde2-4813-a935-f665731263f6" + "556e1c51-bfb1-492f-aaac-d371071c5736" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092501Z:a788d8d6-fde2-4813-a935-f665731263f6" + "JIOINDIAWEST:20210518T151313Z:556e1c51-bfb1-492f-aaac-d371071c5736" ], "Date": [ - "Mon, 15 Feb 2021 09:25:01 GMT" + "Tue, 18 May 2021 15:13:12 GMT" ], "Content-Length": [ - "1550" + "304" ], "Content-Type": [ "application/json" @@ -4404,17 +4397,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc560e0\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\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\": \"52777233418992\",\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;pstestrgc560e179;pstestvmc560e0\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"name\": \"6e8a3a89-73f1-4fdd-837a-2e6853fe04db\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T15:12:40.3289921Z\",\r\n \"endTime\": \"2021-05-18T15:12:40.3289921Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"d7d30aad-15ee-44b4-9516-f1787423f1b6\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0/backup?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjNTYwZTE3OSUzQnBzdGVzdHZtYzU2MGUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M1NjBlMTc5JTNCcHN0ZXN0dm1jNTYwZTAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/d7d30aad-15ee-44b4-9516-f1787423f1b6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2Q3ZDMwYWFkLTE1ZWUtNDRiNC05NTE2LWYxNzg3NDIzZjFiNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "de4baec4-6019-4591-9174-2d5d015ba264" ], "Accept-Language": [ "en-US" @@ -4422,14 +4415,8 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "69" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4439,61 +4426,59 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationResults/d0635f93-325b-4be2-af83-eb3920d7358f?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationsStatus/d0635f93-325b-4be2-af83-eb3920d7358f?api-version=2021-01-01" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "58ad8796-3f4e-4962-9553-7b8d9c6de765" + "3f8cb7c5-e977-48e2-a7ea-dbc49e020088" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "de4baec4-6019-4591-9174-2d5d015ba264", + "de4baec4-6019-4591-9174-2d5d015ba264" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "149" ], "x-ms-correlation-request-id": [ - "58ad8796-3f4e-4962-9553-7b8d9c6de765" + "3f8cb7c5-e977-48e2-a7ea-dbc49e020088" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092502Z:58ad8796-3f4e-4962-9553-7b8d9c6de765" + "JIOINDIAWEST:20210518T151313Z:3f8cb7c5-e977-48e2-a7ea-dbc49e020088" ], "Date": [ - "Mon, 15 Feb 2021 09:25:01 GMT" + "Tue, 18 May 2021 15:13:12 GMT" + ], + "Content-Length": [ + "840" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/d7d30aad-15ee-44b4-9516-f1787423f1b6\",\r\n \"name\": \"d7d30aad-15ee-44b4-9516-f1787423f1b6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT30.9431972S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm157430\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T15:12:40.3289921Z\",\r\n \"endTime\": \"2021-05-18T15:13:11.2721893Z\",\r\n \"activityId\": \"de4baec4-6019-4591-9174-2d5d015ba264\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/d0635f93-325b-4be2-af83-eb3920d7358f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2QwNjM1ZjkzLTMyNWItNGJlMi1hZjgzLWViMzkyMGQ3MzU4Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "894df6d1-e313-4b7a-8a5e-86dfd975d87c" ], "Accept-Language": [ "en-US" @@ -4501,8 +4486,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4516,11 +4501,11 @@ "nosniff" ], "x-ms-request-id": [ - "4a2fd3d0-e02a-45c1-babf-e7537e9a09ae" + "40f3ebe5-0564-4f3f-b3d8-719ed1730ee9" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "894df6d1-e313-4b7a-8a5e-86dfd975d87c", + "894df6d1-e313-4b7a-8a5e-86dfd975d87c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4532,19 +4517,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "149" ], "x-ms-correlation-request-id": [ - "4a2fd3d0-e02a-45c1-babf-e7537e9a09ae" + "40f3ebe5-0564-4f3f-b3d8-719ed1730ee9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092502Z:4a2fd3d0-e02a-45c1-babf-e7537e9a09ae" + "JIOINDIAWEST:20210518T151314Z:40f3ebe5-0564-4f3f-b3d8-719ed1730ee9" ], "Date": [ - "Mon, 15 Feb 2021 09:25:01 GMT" + "Tue, 18 May 2021 15:13:13 GMT" ], "Content-Length": [ - "188" + "1495" ], "Content-Type": [ "application/json" @@ -4553,17 +4538,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d0635f93-325b-4be2-af83-eb3920d7358f\",\r\n \"name\": \"d0635f93-325b-4be2-af83-eb3920d7358f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\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/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM157430\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\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\": \"35186324051477\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/d0635f93-325b-4be2-af83-eb3920d7358f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2QwNjM1ZjkzLTMyNWItNGJlMi1hZjgzLWViMzkyMGQ3MzU4Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "7f495636-1cfd-4f81-b56c-c0e82d69baae" ], "Accept-Language": [ "en-US" @@ -4571,8 +4556,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4586,11 +4571,11 @@ "nosniff" ], "x-ms-request-id": [ - "66c56b09-b2e4-4103-8319-0f3b23e08ecf" + "2c9757af-e1a9-44c5-9949-3901ae7f86fe" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "7f495636-1cfd-4f81-b56c-c0e82d69baae", + "7f495636-1cfd-4f81-b56c-c0e82d69baae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4602,19 +4587,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "148" ], "x-ms-correlation-request-id": [ - "66c56b09-b2e4-4103-8319-0f3b23e08ecf" + "2c9757af-e1a9-44c5-9949-3901ae7f86fe" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092507Z:66c56b09-b2e4-4103-8319-0f3b23e08ecf" + "JIOINDIAWEST:20210518T160527Z:2c9757af-e1a9-44c5-9949-3901ae7f86fe" ], "Date": [ - "Mon, 15 Feb 2021 09:25:07 GMT" + "Tue, 18 May 2021 16:05:27 GMT" ], "Content-Length": [ - "304" + "2022" ], "Content-Type": [ "application/json" @@ -4623,17 +4608,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d0635f93-325b-4be2-af83-eb3920d7358f\",\r\n \"name\": \"d0635f93-325b-4be2-af83-eb3920d7358f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"endTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\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\": \"PSTestVM157430\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\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-05-18T15:13:15.3343011Z\",\r\n \"protectedItemDataId\": \"35186324051477\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"lastRecoveryPoint\": \"2021-05-18T15:13:18.9042487Z\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/d0635f93-325b-4be2-af83-eb3920d7358f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2QwNjM1ZjkzLTMyNWItNGJlMi1hZjgzLWViMzkyMGQ3MzU4Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxNTc0MzM0YiUzQnBzdGVzdHZtMTU3NDMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE1NzQzMzRiJTNCcHN0ZXN0dm0xNTc0MzA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "894df6d1-e313-4b7a-8a5e-86dfd975d87c" ], "Accept-Language": [ "en-US" @@ -4641,8 +4626,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4656,11 +4641,11 @@ "nosniff" ], "x-ms-request-id": [ - "98b8e4ad-81b3-45d0-bcd7-056050968e7e" + "0b2e4def-8465-4665-9636-471fb2c4ff83" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "894df6d1-e313-4b7a-8a5e-86dfd975d87c", + "894df6d1-e313-4b7a-8a5e-86dfd975d87c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4672,19 +4657,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "149" ], "x-ms-correlation-request-id": [ - "98b8e4ad-81b3-45d0-bcd7-056050968e7e" + "0b2e4def-8465-4665-9636-471fb2c4ff83" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092508Z:98b8e4ad-81b3-45d0-bcd7-056050968e7e" + "JIOINDIAWEST:20210518T151314Z:0b2e4def-8465-4665-9636-471fb2c4ff83" ], "Date": [ - "Mon, 15 Feb 2021 09:25:07 GMT" + "Tue, 18 May 2021 15:13:14 GMT" ], "Content-Length": [ - "304" + "1550" ], "Content-Type": [ "application/json" @@ -4693,17 +4678,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d0635f93-325b-4be2-af83-eb3920d7358f\",\r\n \"name\": \"d0635f93-325b-4be2-af83-eb3920d7358f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"endTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM157430\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\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\": \"35186324051477\",\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;pstestrg1574334b;pstestvm157430\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430/backup?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxNTc0MzM0YiUzQnBzdGVzdHZtMTU3NDMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE1NzQzMzRiJTNCcHN0ZXN0dm0xNTc0MzAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -4711,8 +4696,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "69" ] }, "ResponseHeaders": { @@ -4722,59 +4713,61 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationResults/37211988-4df0-4090-93b3-89abefef9e7a?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationsStatus/37211988-4df0-4090-93b3-89abefef9e7a?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "a787f950-d196-4586-ba7e-7f4e787086dc" + "2b321e44-6883-4854-9eec-8c0ce92eab17" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "a787f950-d196-4586-ba7e-7f4e787086dc" + "2b321e44-6883-4854-9eec-8c0ce92eab17" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092508Z:a787f950-d196-4586-ba7e-7f4e787086dc" + "JIOINDIAWEST:20210518T151315Z:2b321e44-6883-4854-9eec-8c0ce92eab17" ], "Date": [ - "Mon, 15 Feb 2021 09:25:07 GMT" - ], - "Content-Length": [ - "968" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 15:13:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT5.6798159S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/37211988-4df0-4090-93b3-89abefef9e7a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzM3MjExOTg4LTRkZjAtNDA5MC05M2IzLTg5YWJlZmVmOWU3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -4782,8 +4775,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4793,111 +4786,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "33d5b89f-ff7e-4b25-90dc-a365add68800" + "af3f667a-2291-45d0-9b55-2675c013ca9f" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" - ], - "x-ms-correlation-request-id": [ - "33d5b89f-ff7e-4b25-90dc-a365add68800" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092508Z:33d5b89f-ff7e-4b25-90dc-a365add68800" - ], - "Date": [ - "Mon, 15 Feb 2021 09:25:08 GMT" - ], - "Content-Length": [ - "967" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT6.046799S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "aebd325a-9ed2-4925-a0cb-15b3370cbb8c" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], "X-Powered-By": [ "ASP.NET" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "141" ], "x-ms-correlation-request-id": [ - "aebd325a-9ed2-4925-a0cb-15b3370cbb8c" + "af3f667a-2291-45d0-9b55-2675c013ca9f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092539Z:aebd325a-9ed2-4925-a0cb-15b3370cbb8c" + "JIOINDIAWEST:20210518T151315Z:af3f667a-2291-45d0-9b55-2675c013ca9f" ], "Date": [ - "Mon, 15 Feb 2021 09:25:38 GMT" + "Tue, 18 May 2021 15:13:15 GMT" ], "Content-Length": [ - "969" + "188" ], "Content-Type": [ "application/json" @@ -4906,17 +4827,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT36.4798901S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"37211988-4df0-4090-93b3-89abefef9e7a\",\r\n \"name\": \"37211988-4df0-4090-93b3-89abefef9e7a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/37211988-4df0-4090-93b3-89abefef9e7a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzM3MjExOTg4LTRkZjAtNDA5MC05M2IzLTg5YWJlZmVmOWU3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -4924,8 +4845,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4935,1034 +4856,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f74e8047-403f-4f93-8dbc-e808f5e12e28" + "fbfa3185-5a88-4738-be3c-2b10666ca9c6" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" - ], - "x-ms-correlation-request-id": [ - "f74e8047-403f-4f93-8dbc-e808f5e12e28" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092609Z:f74e8047-403f-4f93-8dbc-e808f5e12e28" - ], - "Date": [ - "Mon, 15 Feb 2021 09:26:09 GMT" - ], - "Content-Length": [ - "970" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT1M6.8824006S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "7b21661a-c994-4038-947c-841d59d1b33b" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" - ], - "x-ms-correlation-request-id": [ - "7b21661a-c994-4038-947c-841d59d1b33b" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092640Z:7b21661a-c994-4038-947c-841d59d1b33b" - ], - "Date": [ - "Mon, 15 Feb 2021 09:26:39 GMT" - ], - "Content-Length": [ - "971" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT1M37.3100923S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "4e5b5671-712a-49c2-a64e-a0469c8cb402" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" - ], - "x-ms-correlation-request-id": [ - "4e5b5671-712a-49c2-a64e-a0469c8cb402" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092710Z:4e5b5671-712a-49c2-a64e-a0469c8cb402" - ], - "Date": [ - "Mon, 15 Feb 2021 09:27:10 GMT" - ], - "Content-Length": [ - "970" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT2M7.7894136S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "3829166f-1a26-4749-83be-2c2ba60c5a7c" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" - ], - "x-ms-correlation-request-id": [ - "3829166f-1a26-4749-83be-2c2ba60c5a7c" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092741Z:3829166f-1a26-4749-83be-2c2ba60c5a7c" - ], - "Date": [ - "Mon, 15 Feb 2021 09:27:40 GMT" - ], - "Content-Length": [ - "971" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT2M38.2256483S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "d5e5d26d-d3f2-44fe-91b9-84f8f8924ab4" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" - ], - "x-ms-correlation-request-id": [ - "d5e5d26d-d3f2-44fe-91b9-84f8f8924ab4" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092811Z:d5e5d26d-d3f2-44fe-91b9-84f8f8924ab4" - ], - "Date": [ - "Mon, 15 Feb 2021 09:28:11 GMT" - ], - "Content-Length": [ - "970" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT3M8.6244946S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "fc4ca653-fb43-4e58-8e72-c3b77a874782" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" - ], - "x-ms-correlation-request-id": [ - "fc4ca653-fb43-4e58-8e72-c3b77a874782" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092842Z:fc4ca653-fb43-4e58-8e72-c3b77a874782" - ], - "Date": [ - "Mon, 15 Feb 2021 09:28:41 GMT" - ], - "Content-Length": [ - "970" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT3M39.441158S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "195e0899-9bae-440e-b2c5-ca34f215bfd9" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" - ], - "x-ms-correlation-request-id": [ - "195e0899-9bae-440e-b2c5-ca34f215bfd9" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092912Z:195e0899-9bae-440e-b2c5-ca34f215bfd9" - ], - "Date": [ - "Mon, 15 Feb 2021 09:29:12 GMT" - ], - "Content-Length": [ - "970" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT4M9.8474164S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "c1f7294e-fe3c-431e-bd21-16f436941c38" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" - ], - "x-ms-correlation-request-id": [ - "c1f7294e-fe3c-431e-bd21-16f436941c38" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T092943Z:c1f7294e-fe3c-431e-bd21-16f436941c38" - ], - "Date": [ - "Mon, 15 Feb 2021 09:29:42 GMT" - ], - "Content-Length": [ - "971" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT4M40.2708772S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "04c08c0f-e1ef-48d8-a607-f76dc202a38f" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" - ], - "x-ms-correlation-request-id": [ - "04c08c0f-e1ef-48d8-a607-f76dc202a38f" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093013Z:04c08c0f-e1ef-48d8-a607-f76dc202a38f" - ], - "Date": [ - "Mon, 15 Feb 2021 09:30:12 GMT" - ], - "Content-Length": [ - "971" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT5M10.7470209S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "6931b188-2dbf-44b7-ae88-33b51c591a2e" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" - ], - "x-ms-correlation-request-id": [ - "6931b188-2dbf-44b7-ae88-33b51c591a2e" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093044Z:6931b188-2dbf-44b7-ae88-33b51c591a2e" - ], - "Date": [ - "Mon, 15 Feb 2021 09:30:43 GMT" - ], - "Content-Length": [ - "971" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT5M41.2406065S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "11607c8a-4fad-4b27-97a8-b08001884b3f" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" - ], - "x-ms-correlation-request-id": [ - "11607c8a-4fad-4b27-97a8-b08001884b3f" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093115Z:11607c8a-4fad-4b27-97a8-b08001884b3f" - ], - "Date": [ - "Mon, 15 Feb 2021 09:31:14 GMT" - ], - "Content-Length": [ - "971" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT6M11.6539763S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "b7c87ab9-4c5a-4008-ab73-d36ac469c25f" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" - ], - "x-ms-correlation-request-id": [ - "b7c87ab9-4c5a-4008-ab73-d36ac469c25f" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093145Z:b7c87ab9-4c5a-4008-ab73-d36ac469c25f" - ], - "Date": [ - "Mon, 15 Feb 2021 09:31:44 GMT" - ], - "Content-Length": [ - "971" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT6M42.6756238S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "01696822-abe5-41d9-962b-6f7389fe7483" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" - ], - "x-ms-correlation-request-id": [ - "01696822-abe5-41d9-962b-6f7389fe7483" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093216Z:01696822-abe5-41d9-962b-6f7389fe7483" - ], - "Date": [ - "Mon, 15 Feb 2021 09:32:16 GMT" - ], - "Content-Length": [ - "971" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT7M13.6559416S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "b62afd5a-0348-410b-9766-03e829ee9d59" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" - ], - "x-ms-correlation-request-id": [ - "b62afd5a-0348-410b-9766-03e829ee9d59" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093246Z:b62afd5a-0348-410b-9766-03e829ee9d59" - ], - "Date": [ - "Mon, 15 Feb 2021 09:32:46 GMT" - ], - "Content-Length": [ - "970" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT7M44.1262673S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "9c07a289-f92a-43ce-9302-748e1f4fbdbd" - ], - "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "Server": [ + "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "140" ], "x-ms-correlation-request-id": [ - "9c07a289-f92a-43ce-9302-748e1f4fbdbd" + "fbfa3185-5a88-4738-be3c-2b10666ca9c6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093317Z:9c07a289-f92a-43ce-9302-748e1f4fbdbd" + "JIOINDIAWEST:20210518T151320Z:fbfa3185-5a88-4738-be3c-2b10666ca9c6" ], "Date": [ - "Mon, 15 Feb 2021 09:33:16 GMT" + "Tue, 18 May 2021 15:13:20 GMT" ], "Content-Length": [ - "970" + "304" ], "Content-Type": [ "application/json" @@ -5971,17 +4897,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT8M14.5744316S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"37211988-4df0-4090-93b3-89abefef9e7a\",\r\n \"name\": \"37211988-4df0-4090-93b3-89abefef9e7a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"endTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/37211988-4df0-4090-93b3-89abefef9e7a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzM3MjExOTg4LTRkZjAtNDA5MC05M2IzLTg5YWJlZmVmOWU3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -5989,8 +4915,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6000,40 +4926,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "72ff1360-e386-4955-b1dd-67d2d255903c" + "8e5b2cfa-87a9-4874-ba4b-7861b20b7212" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" - ], - "X-Powered-By": [ - "ASP.NET" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "139" ], "x-ms-correlation-request-id": [ - "72ff1360-e386-4955-b1dd-67d2d255903c" + "8e5b2cfa-87a9-4874-ba4b-7861b20b7212" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093347Z:72ff1360-e386-4955-b1dd-67d2d255903c" + "JIOINDIAWEST:20210518T151321Z:8e5b2cfa-87a9-4874-ba4b-7861b20b7212" ], "Date": [ - "Mon, 15 Feb 2021 09:33:46 GMT" + "Tue, 18 May 2021 15:13:20 GMT" ], "Content-Length": [ - "970" + "304" ], "Content-Type": [ "application/json" @@ -6042,17 +4967,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT8M45.0300659S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"37211988-4df0-4090-93b3-89abefef9e7a\",\r\n \"name\": \"37211988-4df0-4090-93b3-89abefef9e7a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"endTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6060,8 +4985,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6079,11 +5004,11 @@ "nosniff" ], "x-ms-request-id": [ - "08b9c693-e313-47ff-ade8-73905ad89bfd" + "1531b74a-a25a-4aa0-8c9b-e60d13e5c870" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -6092,19 +5017,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "148" ], "x-ms-correlation-request-id": [ - "08b9c693-e313-47ff-ade8-73905ad89bfd" + "1531b74a-a25a-4aa0-8c9b-e60d13e5c870" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093418Z:08b9c693-e313-47ff-ade8-73905ad89bfd" + "JIOINDIAWEST:20210518T151321Z:1531b74a-a25a-4aa0-8c9b-e60d13e5c870" ], "Date": [ - "Mon, 15 Feb 2021 09:34:17 GMT" + "Tue, 18 May 2021 15:13:21 GMT" ], "Content-Length": [ - "970" + "968" ], "Content-Type": [ "application/json" @@ -6113,17 +5038,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT9M15.4873554S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT6.1384728S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6131,8 +5056,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6150,11 +5075,11 @@ "nosniff" ], "x-ms-request-id": [ - "e2908a5f-fbd7-44f9-935c-7b61a0d706bc" + "1b2f9448-4fed-4b49-9181-3e10d04e825a" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -6163,19 +5088,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "147" ], "x-ms-correlation-request-id": [ - "e2908a5f-fbd7-44f9-935c-7b61a0d706bc" + "1b2f9448-4fed-4b49-9181-3e10d04e825a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093448Z:e2908a5f-fbd7-44f9-935c-7b61a0d706bc" + "JIOINDIAWEST:20210518T151322Z:1b2f9448-4fed-4b49-9181-3e10d04e825a" ], "Date": [ - "Mon, 15 Feb 2021 09:34:48 GMT" + "Tue, 18 May 2021 15:13:21 GMT" ], "Content-Length": [ - "970" + "967" ], "Content-Type": [ "application/json" @@ -6184,17 +5109,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT9M45.8931939S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT6.622693S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6202,8 +5127,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6221,11 +5146,11 @@ "nosniff" ], "x-ms-request-id": [ - "d0fef6c2-554f-433b-8a71-4e0161cf2506" + "8416c343-c32a-4358-b7f1-bb735e77b356" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -6234,19 +5159,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "146" ], "x-ms-correlation-request-id": [ - "d0fef6c2-554f-433b-8a71-4e0161cf2506" + "8416c343-c32a-4358-b7f1-bb735e77b356" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093519Z:d0fef6c2-554f-433b-8a71-4e0161cf2506" + "JIOINDIAWEST:20210518T151352Z:8416c343-c32a-4358-b7f1-bb735e77b356" ], "Date": [ - "Mon, 15 Feb 2021 09:35:18 GMT" + "Tue, 18 May 2021 15:13:52 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -6255,17 +5180,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT10M16.3322772S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT37.0683153S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6273,8 +5198,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6292,11 +5217,11 @@ "nosniff" ], "x-ms-request-id": [ - "d53ddb69-237b-4cef-9e0a-c94a67d52ca6" + "16a8d648-17e5-4bdf-8a58-08402cfe83b6" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -6305,19 +5230,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "145" ], "x-ms-correlation-request-id": [ - "d53ddb69-237b-4cef-9e0a-c94a67d52ca6" + "16a8d648-17e5-4bdf-8a58-08402cfe83b6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093549Z:d53ddb69-237b-4cef-9e0a-c94a67d52ca6" + "JIOINDIAWEST:20210518T151423Z:16a8d648-17e5-4bdf-8a58-08402cfe83b6" ], "Date": [ - "Mon, 15 Feb 2021 09:35:49 GMT" + "Tue, 18 May 2021 15:14:22 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6326,17 +5251,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT10M46.7988077S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT1M7.4693377S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6344,8 +5269,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6363,11 +5288,11 @@ "nosniff" ], "x-ms-request-id": [ - "a44b8459-4c75-46bf-b814-2ad48b498039" + "d6a721b3-e674-4a9e-9ace-a39d12854bd0" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -6376,16 +5301,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "144" ], "x-ms-correlation-request-id": [ - "a44b8459-4c75-46bf-b814-2ad48b498039" + "d6a721b3-e674-4a9e-9ace-a39d12854bd0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093620Z:a44b8459-4c75-46bf-b814-2ad48b498039" + "JIOINDIAWEST:20210518T151453Z:d6a721b3-e674-4a9e-9ace-a39d12854bd0" ], "Date": [ - "Mon, 15 Feb 2021 09:36:19 GMT" + "Tue, 18 May 2021 15:14:52 GMT" ], "Content-Length": [ "971" @@ -6397,17 +5322,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT11M17.2295471S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT1M37.9049734S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6415,8 +5340,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6434,11 +5359,11 @@ "nosniff" ], "x-ms-request-id": [ - "7e5af506-493c-440b-97de-c990772c477c" + "6ed1f290-b7f4-430c-95f7-71b7d0e87028" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -6447,19 +5372,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "143" ], "x-ms-correlation-request-id": [ - "7e5af506-493c-440b-97de-c990772c477c" + "6ed1f290-b7f4-430c-95f7-71b7d0e87028" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093650Z:7e5af506-493c-440b-97de-c990772c477c" + "JIOINDIAWEST:20210518T151523Z:6ed1f290-b7f4-430c-95f7-71b7d0e87028" ], "Date": [ - "Mon, 15 Feb 2021 09:36:49 GMT" + "Tue, 18 May 2021 15:15:23 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6468,17 +5393,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT11M47.7525909S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT2M8.3273927S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6486,8 +5411,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6505,11 +5430,11 @@ "nosniff" ], "x-ms-request-id": [ - "9bb06b26-0d76-4814-b557-3b9dc266dee4" + "03357f32-b82e-4e96-af97-5c370855d35e" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -6518,16 +5443,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "123" + "142" ], "x-ms-correlation-request-id": [ - "9bb06b26-0d76-4814-b557-3b9dc266dee4" + "03357f32-b82e-4e96-af97-5c370855d35e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093720Z:9bb06b26-0d76-4814-b557-3b9dc266dee4" + "JIOINDIAWEST:20210518T151554Z:03357f32-b82e-4e96-af97-5c370855d35e" ], "Date": [ - "Mon, 15 Feb 2021 09:37:20 GMT" + "Tue, 18 May 2021 15:15:54 GMT" ], "Content-Length": [ "971" @@ -6539,17 +5464,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT12M18.1494587S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT2M38.9166616S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6557,8 +5482,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6576,11 +5501,11 @@ "nosniff" ], "x-ms-request-id": [ - "bebaa9e4-bfc5-4e01-9fd6-de38e561d8c3" + "5478b839-444b-4010-aa7d-4f55df1306c4" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -6589,19 +5514,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "122" + "141" ], "x-ms-correlation-request-id": [ - "bebaa9e4-bfc5-4e01-9fd6-de38e561d8c3" + "5478b839-444b-4010-aa7d-4f55df1306c4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093751Z:bebaa9e4-bfc5-4e01-9fd6-de38e561d8c3" + "JIOINDIAWEST:20210518T151625Z:5478b839-444b-4010-aa7d-4f55df1306c4" ], "Date": [ - "Mon, 15 Feb 2021 09:37:51 GMT" + "Tue, 18 May 2021 15:16:24 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -6610,17 +5535,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT12M48.5760632S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT3M9.441648S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6628,8 +5553,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6647,11 +5572,11 @@ "nosniff" ], "x-ms-request-id": [ - "78afa2fd-ba93-450b-9d88-69fd43227698" + "9fc004c2-d916-4d32-85ed-71af1861f430" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -6660,16 +5585,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" + "140" ], "x-ms-correlation-request-id": [ - "78afa2fd-ba93-450b-9d88-69fd43227698" + "9fc004c2-d916-4d32-85ed-71af1861f430" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093822Z:78afa2fd-ba93-450b-9d88-69fd43227698" + "JIOINDIAWEST:20210518T151655Z:9fc004c2-d916-4d32-85ed-71af1861f430" ], "Date": [ - "Mon, 15 Feb 2021 09:38:22 GMT" + "Tue, 18 May 2021 15:16:54 GMT" ], "Content-Length": [ "971" @@ -6681,17 +5606,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT13M19.4110529S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT3M40.0115129S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6699,8 +5624,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6718,11 +5643,11 @@ "nosniff" ], "x-ms-request-id": [ - "590cbb40-b933-41d9-a6f1-8a27e45288e9" + "8a7cc95c-8284-4ede-8048-fbf691d5efa6" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -6731,16 +5656,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "139" ], "x-ms-correlation-request-id": [ - "590cbb40-b933-41d9-a6f1-8a27e45288e9" + "8a7cc95c-8284-4ede-8048-fbf691d5efa6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093852Z:590cbb40-b933-41d9-a6f1-8a27e45288e9" + "JIOINDIAWEST:20210518T151726Z:8a7cc95c-8284-4ede-8048-fbf691d5efa6" ], "Date": [ - "Mon, 15 Feb 2021 09:38:52 GMT" + "Tue, 18 May 2021 15:17:25 GMT" ], "Content-Length": [ "971" @@ -6752,17 +5677,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT13M49.8612921S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT4M10.5172536S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6770,8 +5695,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6789,11 +5714,11 @@ "nosniff" ], "x-ms-request-id": [ - "71269729-ffb7-4391-a930-a4213374aa08" + "51c9b878-0c16-427f-a0dc-f7922ba68728" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -6802,16 +5727,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "119" + "138" ], "x-ms-correlation-request-id": [ - "71269729-ffb7-4391-a930-a4213374aa08" + "51c9b878-0c16-427f-a0dc-f7922ba68728" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093923Z:71269729-ffb7-4391-a930-a4213374aa08" + "JIOINDIAWEST:20210518T151756Z:51c9b878-0c16-427f-a0dc-f7922ba68728" ], "Date": [ - "Mon, 15 Feb 2021 09:39:22 GMT" + "Tue, 18 May 2021 15:17:56 GMT" ], "Content-Length": [ "971" @@ -6823,17 +5748,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT14M20.2486943S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT4M40.9319487S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6841,8 +5766,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6860,11 +5785,11 @@ "nosniff" ], "x-ms-request-id": [ - "229c0e1b-473c-4cd3-acd7-d18a248bd6b6" + "609641cf-5f03-4015-9386-f12691ec8160" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -6873,16 +5798,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "118" + "137" ], "x-ms-correlation-request-id": [ - "229c0e1b-473c-4cd3-acd7-d18a248bd6b6" + "609641cf-5f03-4015-9386-f12691ec8160" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T093953Z:229c0e1b-473c-4cd3-acd7-d18a248bd6b6" + "JIOINDIAWEST:20210518T151827Z:609641cf-5f03-4015-9386-f12691ec8160" ], "Date": [ - "Mon, 15 Feb 2021 09:39:52 GMT" + "Tue, 18 May 2021 15:18:26 GMT" ], "Content-Length": [ "971" @@ -6894,17 +5819,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT14M50.6626371S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT5M11.8261819S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6912,8 +5837,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6931,11 +5856,11 @@ "nosniff" ], "x-ms-request-id": [ - "f01db6e5-921c-4dda-b656-de788177fcf1" + "136f9f69-ebd4-4ca1-8de4-a794e399ab7d" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -6944,16 +5869,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" + "136" ], "x-ms-correlation-request-id": [ - "f01db6e5-921c-4dda-b656-de788177fcf1" + "136f9f69-ebd4-4ca1-8de4-a794e399ab7d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094023Z:f01db6e5-921c-4dda-b656-de788177fcf1" + "JIOINDIAWEST:20210518T151857Z:136f9f69-ebd4-4ca1-8de4-a794e399ab7d" ], "Date": [ - "Mon, 15 Feb 2021 09:40:23 GMT" + "Tue, 18 May 2021 15:18:57 GMT" ], "Content-Length": [ "971" @@ -6965,17 +5890,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT15M21.1136585S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT5M42.3333863S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -6983,8 +5908,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7002,11 +5927,11 @@ "nosniff" ], "x-ms-request-id": [ - "fd1b9609-76cf-41e7-91c5-151cd7917f3c" + "aedbdc43-1dff-4f85-8886-ccfdfe46670f" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7015,16 +5940,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "116" + "135" ], "x-ms-correlation-request-id": [ - "fd1b9609-76cf-41e7-91c5-151cd7917f3c" + "aedbdc43-1dff-4f85-8886-ccfdfe46670f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094054Z:fd1b9609-76cf-41e7-91c5-151cd7917f3c" + "JIOINDIAWEST:20210518T151928Z:aedbdc43-1dff-4f85-8886-ccfdfe46670f" ], "Date": [ - "Mon, 15 Feb 2021 09:40:53 GMT" + "Tue, 18 May 2021 15:19:28 GMT" ], "Content-Length": [ "971" @@ -7036,17 +5961,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT15M51.5605041S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT6M12.8944599S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7054,8 +5979,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7073,11 +5998,11 @@ "nosniff" ], "x-ms-request-id": [ - "5bd7edc9-808d-466d-b4f4-96b520305660" + "e6122407-1967-4de4-99ff-5a59a9858cef" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7086,19 +6011,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "115" + "134" ], "x-ms-correlation-request-id": [ - "5bd7edc9-808d-466d-b4f4-96b520305660" + "e6122407-1967-4de4-99ff-5a59a9858cef" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094124Z:5bd7edc9-808d-466d-b4f4-96b520305660" + "JIOINDIAWEST:20210518T151959Z:e6122407-1967-4de4-99ff-5a59a9858cef" ], "Date": [ - "Mon, 15 Feb 2021 09:41:24 GMT" + "Tue, 18 May 2021 15:19:58 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7107,17 +6032,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT16M21.9996687S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT6M43.367572S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7125,8 +6050,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7144,11 +6069,11 @@ "nosniff" ], "x-ms-request-id": [ - "d5ce0d9f-5a7e-4f47-894e-96ee8142b817" + "9f1ff1cb-9692-4173-b53e-f6165c5afad1" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7157,19 +6082,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "114" + "133" ], "x-ms-correlation-request-id": [ - "d5ce0d9f-5a7e-4f47-894e-96ee8142b817" + "9f1ff1cb-9692-4173-b53e-f6165c5afad1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094155Z:d5ce0d9f-5a7e-4f47-894e-96ee8142b817" + "JIOINDIAWEST:20210518T152029Z:9f1ff1cb-9692-4173-b53e-f6165c5afad1" ], "Date": [ - "Mon, 15 Feb 2021 09:41:55 GMT" + "Tue, 18 May 2021 15:20:28 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7178,17 +6103,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT16M52.4295205S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT7M13.844176S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7196,8 +6121,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7215,11 +6140,11 @@ "nosniff" ], "x-ms-request-id": [ - "2d260c1c-edb2-4de7-9f4c-9ab3ec0e1393" + "cc906a9e-04f7-4001-a23e-8f08913ca020" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7228,19 +6153,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "113" + "132" ], "x-ms-correlation-request-id": [ - "2d260c1c-edb2-4de7-9f4c-9ab3ec0e1393" + "cc906a9e-04f7-4001-a23e-8f08913ca020" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094225Z:2d260c1c-edb2-4de7-9f4c-9ab3ec0e1393" + "JIOINDIAWEST:20210518T152059Z:cc906a9e-04f7-4001-a23e-8f08913ca020" ], "Date": [ - "Mon, 15 Feb 2021 09:42:25 GMT" + "Tue, 18 May 2021 15:20:59 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7249,17 +6174,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT17M22.8882935S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT7M44.2952939S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7267,8 +6192,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7286,11 +6211,11 @@ "nosniff" ], "x-ms-request-id": [ - "9aa69f90-6e45-476d-9084-12a701f53f33" + "faf185a7-68f3-45a1-9fd5-a77caf2e42e2" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7299,19 +6224,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "112" + "131" ], "x-ms-correlation-request-id": [ - "9aa69f90-6e45-476d-9084-12a701f53f33" + "faf185a7-68f3-45a1-9fd5-a77caf2e42e2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094256Z:9aa69f90-6e45-476d-9084-12a701f53f33" + "JIOINDIAWEST:20210518T152130Z:faf185a7-68f3-45a1-9fd5-a77caf2e42e2" ], "Date": [ - "Mon, 15 Feb 2021 09:42:55 GMT" + "Tue, 18 May 2021 15:21:29 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7320,17 +6245,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT17M53.3768825S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT8M14.7076498S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7338,8 +6263,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7357,11 +6282,11 @@ "nosniff" ], "x-ms-request-id": [ - "20e4a22e-3129-4369-bcf0-1b08ddadd9b7" + "15a3d2cd-61f5-40bc-a089-d99e9ef32ec3" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7370,19 +6295,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "111" + "130" ], "x-ms-correlation-request-id": [ - "20e4a22e-3129-4369-bcf0-1b08ddadd9b7" + "15a3d2cd-61f5-40bc-a089-d99e9ef32ec3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094326Z:20e4a22e-3129-4369-bcf0-1b08ddadd9b7" + "JIOINDIAWEST:20210518T152200Z:15a3d2cd-61f5-40bc-a089-d99e9ef32ec3" ], "Date": [ - "Mon, 15 Feb 2021 09:43:26 GMT" + "Tue, 18 May 2021 15:22:00 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -7391,17 +6316,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT18M23.8841524S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT8M45.145529S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7409,8 +6334,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7428,11 +6353,11 @@ "nosniff" ], "x-ms-request-id": [ - "cd23541c-f09d-4acb-8153-d87b8ce43e69" + "255a98a9-2822-42cb-bca0-1e871810381f" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7441,19 +6366,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "110" + "129" ], "x-ms-correlation-request-id": [ - "cd23541c-f09d-4acb-8153-d87b8ce43e69" + "255a98a9-2822-42cb-bca0-1e871810381f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094357Z:cd23541c-f09d-4acb-8153-d87b8ce43e69" + "JIOINDIAWEST:20210518T152231Z:255a98a9-2822-42cb-bca0-1e871810381f" ], "Date": [ - "Mon, 15 Feb 2021 09:43:57 GMT" + "Tue, 18 May 2021 15:22:30 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7462,17 +6387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT18M54.2790198S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT9M15.5807333S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7480,8 +6405,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7499,11 +6424,11 @@ "nosniff" ], "x-ms-request-id": [ - "e6867cba-0d25-4a2a-a2ef-3db5b3923945" + "7f92d4e0-eb83-45af-ab7c-8fbd91854270" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7512,19 +6437,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "109" + "128" ], "x-ms-correlation-request-id": [ - "e6867cba-0d25-4a2a-a2ef-3db5b3923945" + "7f92d4e0-eb83-45af-ab7c-8fbd91854270" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094427Z:e6867cba-0d25-4a2a-a2ef-3db5b3923945" + "JIOINDIAWEST:20210518T152301Z:7f92d4e0-eb83-45af-ab7c-8fbd91854270" ], "Date": [ - "Mon, 15 Feb 2021 09:44:26 GMT" + "Tue, 18 May 2021 15:23:01 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7533,17 +6458,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT19M24.7413083S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT9M45.9635201S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7551,8 +6476,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7570,11 +6495,11 @@ "nosniff" ], "x-ms-request-id": [ - "f9d97530-1555-4dfa-a85e-fe9ea759b91f" + "e37e844a-9388-4b20-b759-c52e12b2e039" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7583,16 +6508,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "108" + "127" ], "x-ms-correlation-request-id": [ - "f9d97530-1555-4dfa-a85e-fe9ea759b91f" + "e37e844a-9388-4b20-b759-c52e12b2e039" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094457Z:f9d97530-1555-4dfa-a85e-fe9ea759b91f" + "JIOINDIAWEST:20210518T152332Z:e37e844a-9388-4b20-b759-c52e12b2e039" ], "Date": [ - "Mon, 15 Feb 2021 09:44:56 GMT" + "Tue, 18 May 2021 15:23:31 GMT" ], "Content-Length": [ "971" @@ -7604,17 +6529,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT19M55.1286922S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT10M16.3910398S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7622,8 +6547,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7641,11 +6566,11 @@ "nosniff" ], "x-ms-request-id": [ - "87847002-ec42-4236-a60b-c4886af01b38" + "f02a8c30-36fa-4e43-8455-01321c7d6556" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7654,16 +6579,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "107" + "126" ], "x-ms-correlation-request-id": [ - "87847002-ec42-4236-a60b-c4886af01b38" + "f02a8c30-36fa-4e43-8455-01321c7d6556" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094528Z:87847002-ec42-4236-a60b-c4886af01b38" + "JIOINDIAWEST:20210518T152403Z:f02a8c30-36fa-4e43-8455-01321c7d6556" ], "Date": [ - "Mon, 15 Feb 2021 09:45:28 GMT" + "Tue, 18 May 2021 15:24:02 GMT" ], "Content-Length": [ "971" @@ -7675,17 +6600,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT20M25.5660965S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT10M47.5405276S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7693,8 +6618,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7712,11 +6637,11 @@ "nosniff" ], "x-ms-request-id": [ - "4d8c49b7-488b-45e4-8e08-f4ca32a0e888" + "cf2bd5f3-b701-4155-89ee-745358d1ad41" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7725,16 +6650,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "106" + "125" ], "x-ms-correlation-request-id": [ - "4d8c49b7-488b-45e4-8e08-f4ca32a0e888" + "cf2bd5f3-b701-4155-89ee-745358d1ad41" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094558Z:4d8c49b7-488b-45e4-8e08-f4ca32a0e888" + "JIOINDIAWEST:20210518T152433Z:cf2bd5f3-b701-4155-89ee-745358d1ad41" ], "Date": [ - "Mon, 15 Feb 2021 09:45:58 GMT" + "Tue, 18 May 2021 15:24:33 GMT" ], "Content-Length": [ "971" @@ -7746,17 +6671,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT20M56.0366699S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT11M18.2561447S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7764,8 +6689,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7783,11 +6708,11 @@ "nosniff" ], "x-ms-request-id": [ - "1d88d6a3-7ce8-45a0-9c88-04b56ead2a05" + "cde4225e-7111-4526-b7d8-5a18d8b39bab" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7796,16 +6721,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "105" + "124" ], "x-ms-correlation-request-id": [ - "1d88d6a3-7ce8-45a0-9c88-04b56ead2a05" + "cde4225e-7111-4526-b7d8-5a18d8b39bab" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094629Z:1d88d6a3-7ce8-45a0-9c88-04b56ead2a05" + "JIOINDIAWEST:20210518T152504Z:cde4225e-7111-4526-b7d8-5a18d8b39bab" ], "Date": [ - "Mon, 15 Feb 2021 09:46:28 GMT" + "Tue, 18 May 2021 15:25:04 GMT" ], "Content-Length": [ "971" @@ -7817,17 +6742,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT21M26.6056274S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT11M49.1152894S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7835,8 +6760,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7854,11 +6779,11 @@ "nosniff" ], "x-ms-request-id": [ - "72490c3b-d6af-4d82-8307-edf48e8d840a" + "490696c8-cd67-45bf-a54e-07b3772ec1fb" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7867,19 +6792,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "104" + "123" ], "x-ms-correlation-request-id": [ - "72490c3b-d6af-4d82-8307-edf48e8d840a" + "490696c8-cd67-45bf-a54e-07b3772ec1fb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094659Z:72490c3b-d6af-4d82-8307-edf48e8d840a" + "JIOINDIAWEST:20210518T152535Z:490696c8-cd67-45bf-a54e-07b3772ec1fb" ], "Date": [ - "Mon, 15 Feb 2021 09:46:59 GMT" + "Tue, 18 May 2021 15:25:35 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7888,17 +6813,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT21M57.0403065S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT12M19.523842S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7906,8 +6831,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7925,11 +6850,11 @@ "nosniff" ], "x-ms-request-id": [ - "d1e4c227-ae60-41a8-ab94-80847d2846b2" + "bec27103-a4ae-4933-a7bf-be50e3edac2a" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -7938,16 +6863,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "103" + "122" ], "x-ms-correlation-request-id": [ - "d1e4c227-ae60-41a8-ab94-80847d2846b2" + "bec27103-a4ae-4933-a7bf-be50e3edac2a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094730Z:d1e4c227-ae60-41a8-ab94-80847d2846b2" + "JIOINDIAWEST:20210518T152605Z:bec27103-a4ae-4933-a7bf-be50e3edac2a" ], "Date": [ - "Mon, 15 Feb 2021 09:47:29 GMT" + "Tue, 18 May 2021 15:26:05 GMT" ], "Content-Length": [ "971" @@ -7959,17 +6884,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT22M27.7306944S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT12M49.9664942S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -7977,8 +6902,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7996,11 +6921,11 @@ "nosniff" ], "x-ms-request-id": [ - "c0988784-9c9e-4652-908d-99f365a49ab6" + "da675f77-d7a6-47e4-85ad-764f9941bf09" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8009,19 +6934,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "102" + "121" ], "x-ms-correlation-request-id": [ - "c0988784-9c9e-4652-908d-99f365a49ab6" + "da675f77-d7a6-47e4-85ad-764f9941bf09" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094800Z:c0988784-9c9e-4652-908d-99f365a49ab6" + "JIOINDIAWEST:20210518T152636Z:da675f77-d7a6-47e4-85ad-764f9941bf09" ], "Date": [ - "Mon, 15 Feb 2021 09:48:00 GMT" + "Tue, 18 May 2021 15:26:35 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -8030,17 +6955,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT22M58.136926S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT13M20.3861223S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8048,8 +6973,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8067,11 +6992,11 @@ "nosniff" ], "x-ms-request-id": [ - "81128ce9-3be2-4c64-a068-9af6b5f151a6" + "94da9e67-ed2e-4bac-994b-8d3caf861fef" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8080,16 +7005,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "101" + "120" ], "x-ms-correlation-request-id": [ - "81128ce9-3be2-4c64-a068-9af6b5f151a6" + "94da9e67-ed2e-4bac-994b-8d3caf861fef" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094831Z:81128ce9-3be2-4c64-a068-9af6b5f151a6" + "JIOINDIAWEST:20210518T152706Z:94da9e67-ed2e-4bac-994b-8d3caf861fef" ], "Date": [ - "Mon, 15 Feb 2021 09:48:30 GMT" + "Tue, 18 May 2021 15:27:06 GMT" ], "Content-Length": [ "971" @@ -8101,17 +7026,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT23M28.5466083S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT13M50.7978355S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8119,8 +7044,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8138,11 +7063,11 @@ "nosniff" ], "x-ms-request-id": [ - "d44b6c91-e41e-4d5d-9485-a474bf510bd0" + "52170397-8882-4e46-afd3-156634e0d53e" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8151,16 +7076,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "100" + "119" ], "x-ms-correlation-request-id": [ - "d44b6c91-e41e-4d5d-9485-a474bf510bd0" + "52170397-8882-4e46-afd3-156634e0d53e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094901Z:d44b6c91-e41e-4d5d-9485-a474bf510bd0" + "JIOINDIAWEST:20210518T152736Z:52170397-8882-4e46-afd3-156634e0d53e" ], "Date": [ - "Mon, 15 Feb 2021 09:49:01 GMT" + "Tue, 18 May 2021 15:27:36 GMT" ], "Content-Length": [ "971" @@ -8172,17 +7097,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT23M59.0705683S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT14M21.2251916S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8190,8 +7115,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8209,11 +7134,11 @@ "nosniff" ], "x-ms-request-id": [ - "1096ba3b-d106-475c-bcb1-b1cd426f2dab" + "b25ead51-6b28-4d62-a51f-7acbaf349b61" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8222,16 +7147,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "99" + "118" ], "x-ms-correlation-request-id": [ - "1096ba3b-d106-475c-bcb1-b1cd426f2dab" + "b25ead51-6b28-4d62-a51f-7acbaf349b61" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T094932Z:1096ba3b-d106-475c-bcb1-b1cd426f2dab" + "JIOINDIAWEST:20210518T152807Z:b25ead51-6b28-4d62-a51f-7acbaf349b61" ], "Date": [ - "Mon, 15 Feb 2021 09:49:32 GMT" + "Tue, 18 May 2021 15:28:06 GMT" ], "Content-Length": [ "971" @@ -8243,17 +7168,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT24M29.4980721S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT14M51.7443263S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8261,8 +7186,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8280,11 +7205,11 @@ "nosniff" ], "x-ms-request-id": [ - "df33117f-c6bd-4ef5-b2df-211556c08914" + "b9b453b3-700a-4bb2-88fe-76d4fabeaf00" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8293,16 +7218,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "98" + "117" ], "x-ms-correlation-request-id": [ - "df33117f-c6bd-4ef5-b2df-211556c08914" + "b9b453b3-700a-4bb2-88fe-76d4fabeaf00" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095002Z:df33117f-c6bd-4ef5-b2df-211556c08914" + "JIOINDIAWEST:20210518T152838Z:b9b453b3-700a-4bb2-88fe-76d4fabeaf00" ], "Date": [ - "Mon, 15 Feb 2021 09:50:01 GMT" + "Tue, 18 May 2021 15:28:37 GMT" ], "Content-Length": [ "971" @@ -8314,17 +7239,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT24M59.9478197S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT15M22.2866967S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8332,8 +7257,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8351,11 +7276,11 @@ "nosniff" ], "x-ms-request-id": [ - "4cf5ad0c-78bc-44eb-8458-504ef484f287" + "086762ae-520a-4afb-95db-cc85993fcd83" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8364,16 +7289,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "97" + "116" ], "x-ms-correlation-request-id": [ - "4cf5ad0c-78bc-44eb-8458-504ef484f287" + "086762ae-520a-4afb-95db-cc85993fcd83" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095033Z:4cf5ad0c-78bc-44eb-8458-504ef484f287" + "JIOINDIAWEST:20210518T152908Z:086762ae-520a-4afb-95db-cc85993fcd83" ], "Date": [ - "Mon, 15 Feb 2021 09:50:32 GMT" + "Tue, 18 May 2021 15:29:08 GMT" ], "Content-Length": [ "971" @@ -8385,17 +7310,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT25M30.4328408S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT15M52.8028839S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8403,8 +7328,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8422,11 +7347,11 @@ "nosniff" ], "x-ms-request-id": [ - "677b8693-3370-4c45-b169-7cdab1894b90" + "89996a88-9606-4750-b7ab-5e4fb1ed73da" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8435,19 +7360,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "96" + "115" ], "x-ms-correlation-request-id": [ - "677b8693-3370-4c45-b169-7cdab1894b90" + "89996a88-9606-4750-b7ab-5e4fb1ed73da" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095103Z:677b8693-3370-4c45-b169-7cdab1894b90" + "JIOINDIAWEST:20210518T152939Z:89996a88-9606-4750-b7ab-5e4fb1ed73da" ], "Date": [ - "Mon, 15 Feb 2021 09:51:02 GMT" + "Tue, 18 May 2021 15:29:38 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -8456,17 +7381,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT26M0.9464599S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT16M23.7184415S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8474,8 +7399,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8493,11 +7418,11 @@ "nosniff" ], "x-ms-request-id": [ - "6291989b-1da0-4f2d-8933-1892866d0269" + "9c961e0e-9ad2-4c83-a7a9-dd2f32ef0b7b" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8506,16 +7431,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "95" + "114" ], "x-ms-correlation-request-id": [ - "6291989b-1da0-4f2d-8933-1892866d0269" + "9c961e0e-9ad2-4c83-a7a9-dd2f32ef0b7b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095134Z:6291989b-1da0-4f2d-8933-1892866d0269" + "JIOINDIAWEST:20210518T153009Z:9c961e0e-9ad2-4c83-a7a9-dd2f32ef0b7b" ], "Date": [ - "Mon, 15 Feb 2021 09:51:33 GMT" + "Tue, 18 May 2021 15:30:08 GMT" ], "Content-Length": [ "971" @@ -8527,17 +7452,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT26M31.3750379S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT16M54.1750236S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8545,8 +7470,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8564,11 +7489,11 @@ "nosniff" ], "x-ms-request-id": [ - "715e6b10-c75c-4817-809f-d82b1acc6bdd" + "8c0dcafc-7496-40c9-b6cf-2511efe5a978" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8577,19 +7502,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "94" + "113" ], "x-ms-correlation-request-id": [ - "715e6b10-c75c-4817-809f-d82b1acc6bdd" + "8c0dcafc-7496-40c9-b6cf-2511efe5a978" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095204Z:715e6b10-c75c-4817-809f-d82b1acc6bdd" + "JIOINDIAWEST:20210518T153040Z:8c0dcafc-7496-40c9-b6cf-2511efe5a978" ], "Date": [ - "Mon, 15 Feb 2021 09:52:04 GMT" + "Tue, 18 May 2021 15:30:40 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -8598,17 +7523,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT27M1.8114782S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT17M24.6268366S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8616,8 +7541,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8635,11 +7560,11 @@ "nosniff" ], "x-ms-request-id": [ - "19eb5600-37ce-4fe8-a338-11de5a1ae596" + "ca582b0f-8dc6-4af2-9443-858ece4c083d" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8648,16 +7573,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "93" + "112" ], "x-ms-correlation-request-id": [ - "19eb5600-37ce-4fe8-a338-11de5a1ae596" + "ca582b0f-8dc6-4af2-9443-858ece4c083d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095235Z:19eb5600-37ce-4fe8-a338-11de5a1ae596" + "JIOINDIAWEST:20210518T153110Z:ca582b0f-8dc6-4af2-9443-858ece4c083d" ], "Date": [ - "Mon, 15 Feb 2021 09:52:34 GMT" + "Tue, 18 May 2021 15:31:10 GMT" ], "Content-Length": [ "971" @@ -8669,17 +7594,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT27M32.5918874S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT17M55.0251592S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8687,8 +7612,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8706,11 +7631,11 @@ "nosniff" ], "x-ms-request-id": [ - "9ab2306a-acd1-404a-b256-534de76df73f" + "59b8301d-958f-482a-be16-caa3cadb8203" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8719,19 +7644,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "92" + "111" ], "x-ms-correlation-request-id": [ - "9ab2306a-acd1-404a-b256-534de76df73f" + "59b8301d-958f-482a-be16-caa3cadb8203" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095305Z:9ab2306a-acd1-404a-b256-534de76df73f" + "JIOINDIAWEST:20210518T153141Z:59b8301d-958f-482a-be16-caa3cadb8203" ], "Date": [ - "Mon, 15 Feb 2021 09:53:05 GMT" + "Tue, 18 May 2021 15:31:40 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -8740,17 +7665,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT28M3.1629147S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT18M25.4744693S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8758,8 +7683,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8777,11 +7702,11 @@ "nosniff" ], "x-ms-request-id": [ - "c08850a2-dfd9-4399-8d77-e00749707269" + "9428f8a4-7144-4a71-9f0f-f2f5f0302e90" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8790,16 +7715,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "91" + "110" ], "x-ms-correlation-request-id": [ - "c08850a2-dfd9-4399-8d77-e00749707269" + "9428f8a4-7144-4a71-9f0f-f2f5f0302e90" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095336Z:c08850a2-dfd9-4399-8d77-e00749707269" + "JIOINDIAWEST:20210518T153211Z:9428f8a4-7144-4a71-9f0f-f2f5f0302e90" ], "Date": [ - "Mon, 15 Feb 2021 09:53:36 GMT" + "Tue, 18 May 2021 15:32:10 GMT" ], "Content-Length": [ "971" @@ -8811,17 +7736,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT28M33.5902553S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT18M56.0311196S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8829,8 +7754,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8848,11 +7773,11 @@ "nosniff" ], "x-ms-request-id": [ - "e2f2b3ec-67f8-4de6-9a78-8f93575cb907" + "012f0abe-f224-4834-8955-5779f0569023" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8861,19 +7786,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "90" + "109" ], "x-ms-correlation-request-id": [ - "e2f2b3ec-67f8-4de6-9a78-8f93575cb907" + "012f0abe-f224-4834-8955-5779f0569023" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095406Z:e2f2b3ec-67f8-4de6-9a78-8f93575cb907" + "JIOINDIAWEST:20210518T153242Z:012f0abe-f224-4834-8955-5779f0569023" ], "Date": [ - "Mon, 15 Feb 2021 09:54:06 GMT" + "Tue, 18 May 2021 15:32:42 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -8882,17 +7807,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT29M4.0534291S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT19M26.9719314S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8900,8 +7825,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8919,11 +7844,11 @@ "nosniff" ], "x-ms-request-id": [ - "f1ad57bb-bc71-42dc-99ee-81f2bf9a08f5" + "92c5fcd1-2f3e-49da-8beb-7555330fda6a" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -8932,16 +7857,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "89" + "108" ], "x-ms-correlation-request-id": [ - "f1ad57bb-bc71-42dc-99ee-81f2bf9a08f5" + "92c5fcd1-2f3e-49da-8beb-7555330fda6a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095437Z:f1ad57bb-bc71-42dc-99ee-81f2bf9a08f5" + "JIOINDIAWEST:20210518T153313Z:92c5fcd1-2f3e-49da-8beb-7555330fda6a" ], "Date": [ - "Mon, 15 Feb 2021 09:54:36 GMT" + "Tue, 18 May 2021 15:33:12 GMT" ], "Content-Length": [ "971" @@ -8953,17 +7878,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT29M34.6335522S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT19M57.5849702S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -8971,8 +7896,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8990,11 +7915,11 @@ "nosniff" ], "x-ms-request-id": [ - "0297345f-72ae-46cb-93fb-1d9e805df716" + "56d86215-2286-4eda-8c2f-1265b9ed2da3" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9003,19 +7928,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "88" + "107" ], "x-ms-correlation-request-id": [ - "0297345f-72ae-46cb-93fb-1d9e805df716" + "56d86215-2286-4eda-8c2f-1265b9ed2da3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095507Z:0297345f-72ae-46cb-93fb-1d9e805df716" + "JIOINDIAWEST:20210518T153343Z:56d86215-2286-4eda-8c2f-1265b9ed2da3" ], "Date": [ - "Mon, 15 Feb 2021 09:55:06 GMT" + "Tue, 18 May 2021 15:33:43 GMT" ], "Content-Length": [ - "969" + "970" ], "Content-Type": [ "application/json" @@ -9024,17 +7949,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT30M5.016323S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT20M28.118781S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9042,8 +7967,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9061,11 +7986,11 @@ "nosniff" ], "x-ms-request-id": [ - "e6f82f95-a314-40f6-98f2-1e68c3b94e94" + "190991eb-97f3-4819-9df1-ff56eafd862a" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9074,16 +7999,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "87" + "106" ], "x-ms-correlation-request-id": [ - "e6f82f95-a314-40f6-98f2-1e68c3b94e94" + "190991eb-97f3-4819-9df1-ff56eafd862a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095538Z:e6f82f95-a314-40f6-98f2-1e68c3b94e94" + "JIOINDIAWEST:20210518T153414Z:190991eb-97f3-4819-9df1-ff56eafd862a" ], "Date": [ - "Mon, 15 Feb 2021 09:55:38 GMT" + "Tue, 18 May 2021 15:34:13 GMT" ], "Content-Length": [ "971" @@ -9095,17 +8020,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT30M35.5316496S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT20M58.6102751S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9113,8 +8038,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9132,11 +8057,11 @@ "nosniff" ], "x-ms-request-id": [ - "f8f0528c-85ad-46d3-8096-fd3f559b8326" + "b7835df0-d26e-4785-b0e0-a9d4a5e39a27" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9145,19 +8070,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "86" + "105" ], "x-ms-correlation-request-id": [ - "f8f0528c-85ad-46d3-8096-fd3f559b8326" + "b7835df0-d26e-4785-b0e0-a9d4a5e39a27" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095608Z:f8f0528c-85ad-46d3-8096-fd3f559b8326" + "JIOINDIAWEST:20210518T153444Z:b7835df0-d26e-4785-b0e0-a9d4a5e39a27" ], "Date": [ - "Mon, 15 Feb 2021 09:56:08 GMT" + "Tue, 18 May 2021 15:34:44 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -9166,17 +8091,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT31M5.9398502S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT21M29.1141723S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9184,8 +8109,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9203,11 +8128,11 @@ "nosniff" ], "x-ms-request-id": [ - "428e6abc-c593-453e-b60b-3e09fef7610e" + "a4702ef7-6582-42fa-b52c-c2d57bd8f158" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9216,19 +8141,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "85" + "104" ], "x-ms-correlation-request-id": [ - "428e6abc-c593-453e-b60b-3e09fef7610e" + "a4702ef7-6582-42fa-b52c-c2d57bd8f158" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095639Z:428e6abc-c593-453e-b60b-3e09fef7610e" + "JIOINDIAWEST:20210518T153515Z:a4702ef7-6582-42fa-b52c-c2d57bd8f158" ], "Date": [ - "Mon, 15 Feb 2021 09:56:38 GMT" + "Tue, 18 May 2021 15:35:14 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -9237,17 +8162,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT31M36.4320018S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT21M59.526094S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9255,8 +8180,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9274,11 +8199,11 @@ "nosniff" ], "x-ms-request-id": [ - "99720228-1a7c-4a74-b2f0-658f323b2acb" + "08d54983-e891-45d1-a635-107a5ab1f1ea" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9287,19 +8212,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "84" + "103" ], "x-ms-correlation-request-id": [ - "99720228-1a7c-4a74-b2f0-658f323b2acb" + "08d54983-e891-45d1-a635-107a5ab1f1ea" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095709Z:99720228-1a7c-4a74-b2f0-658f323b2acb" + "JIOINDIAWEST:20210518T153546Z:08d54983-e891-45d1-a635-107a5ab1f1ea" ], "Date": [ - "Mon, 15 Feb 2021 09:57:09 GMT" + "Tue, 18 May 2021 15:35:45 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -9308,17 +8233,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT32M6.8839188S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT22M30.6303422S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9326,8 +8251,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9345,11 +8270,11 @@ "nosniff" ], "x-ms-request-id": [ - "6cf6f5e7-a213-4a5a-a514-38c47b0ca780" + "acad8a9b-0830-40ae-815c-2160d4ca919e" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9358,19 +8283,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "83" + "102" ], "x-ms-correlation-request-id": [ - "6cf6f5e7-a213-4a5a-a514-38c47b0ca780" + "acad8a9b-0830-40ae-815c-2160d4ca919e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095740Z:6cf6f5e7-a213-4a5a-a514-38c47b0ca780" + "JIOINDIAWEST:20210518T153616Z:acad8a9b-0830-40ae-815c-2160d4ca919e" ], "Date": [ - "Mon, 15 Feb 2021 09:57:39 GMT" + "Tue, 18 May 2021 15:36:16 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -9379,17 +8304,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT32M37.6960513S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT23M1.1322309S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9397,8 +8322,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9416,11 +8341,11 @@ "nosniff" ], "x-ms-request-id": [ - "31e311c2-a711-4587-8db4-0138f2444d26" + "c21b451b-1344-4aaa-af8f-0bb834aff346" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9429,19 +8354,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "82" + "101" ], "x-ms-correlation-request-id": [ - "31e311c2-a711-4587-8db4-0138f2444d26" + "c21b451b-1344-4aaa-af8f-0bb834aff346" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095811Z:31e311c2-a711-4587-8db4-0138f2444d26" + "JIOINDIAWEST:20210518T153647Z:c21b451b-1344-4aaa-af8f-0bb834aff346" ], "Date": [ - "Mon, 15 Feb 2021 09:58:10 GMT" + "Tue, 18 May 2021 15:36:46 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -9450,17 +8375,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT33M8.3280865S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT23M31.6078633S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9468,8 +8393,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9487,11 +8412,11 @@ "nosniff" ], "x-ms-request-id": [ - "7e602009-cc6e-4439-8c1e-20241c4c2c27" + "b8fa6566-707d-4c64-b634-7c1c85ef2304" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9500,19 +8425,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "81" + "100" ], "x-ms-correlation-request-id": [ - "7e602009-cc6e-4439-8c1e-20241c4c2c27" + "b8fa6566-707d-4c64-b634-7c1c85ef2304" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095841Z:7e602009-cc6e-4439-8c1e-20241c4c2c27" + "JIOINDIAWEST:20210518T153717Z:b8fa6566-707d-4c64-b634-7c1c85ef2304" ], "Date": [ - "Mon, 15 Feb 2021 09:58:41 GMT" + "Tue, 18 May 2021 15:37:17 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -9521,17 +8446,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT33M38.7925215S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT24M2.2869089S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9539,8 +8464,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9558,11 +8483,11 @@ "nosniff" ], "x-ms-request-id": [ - "fbeccf3e-cbdd-4d1e-89d7-a4f9987b40b5" + "c1f19674-9f2a-4f89-8562-c497d4e8b093" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9571,19 +8496,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "80" + "99" ], "x-ms-correlation-request-id": [ - "fbeccf3e-cbdd-4d1e-89d7-a4f9987b40b5" + "c1f19674-9f2a-4f89-8562-c497d4e8b093" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095912Z:fbeccf3e-cbdd-4d1e-89d7-a4f9987b40b5" + "JIOINDIAWEST:20210518T153748Z:c1f19674-9f2a-4f89-8562-c497d4e8b093" ], "Date": [ - "Mon, 15 Feb 2021 09:59:11 GMT" + "Tue, 18 May 2021 15:37:48 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -9592,17 +8517,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT34M9.2789895S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT24M32.7579999S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9610,8 +8535,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9629,11 +8554,11 @@ "nosniff" ], "x-ms-request-id": [ - "08356dd9-7c2d-46ed-8b50-0b38b181c770" + "dbef5131-6c8e-4181-a698-98865fea9db5" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9642,19 +8567,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "79" + "98" ], "x-ms-correlation-request-id": [ - "08356dd9-7c2d-46ed-8b50-0b38b181c770" + "dbef5131-6c8e-4181-a698-98865fea9db5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T095942Z:08356dd9-7c2d-46ed-8b50-0b38b181c770" + "JIOINDIAWEST:20210518T153818Z:dbef5131-6c8e-4181-a698-98865fea9db5" ], "Date": [ - "Mon, 15 Feb 2021 09:59:41 GMT" + "Tue, 18 May 2021 15:38:18 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -9663,17 +8588,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT34M39.7001425S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT25M3.2415905S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9681,8 +8606,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9700,11 +8625,11 @@ "nosniff" ], "x-ms-request-id": [ - "3337e70b-0522-4626-a9ac-370cdc991918" + "8a1033ed-8811-4bba-8561-1cfe2c940736" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9713,19 +8638,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "78" + "97" ], "x-ms-correlation-request-id": [ - "3337e70b-0522-4626-a9ac-370cdc991918" + "8a1033ed-8811-4bba-8561-1cfe2c940736" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100012Z:3337e70b-0522-4626-a9ac-370cdc991918" + "JIOINDIAWEST:20210518T153849Z:8a1033ed-8811-4bba-8561-1cfe2c940736" ], "Date": [ - "Mon, 15 Feb 2021 10:00:12 GMT" + "Tue, 18 May 2021 15:38:48 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -9734,17 +8659,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT35M10.1100729S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT25M33.732444S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9752,8 +8677,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9771,11 +8696,11 @@ "nosniff" ], "x-ms-request-id": [ - "86c8fd25-8c70-4bf9-b9b4-46f5f6f7f4a3" + "23f0aabe-eabc-4a0a-b6bf-1b9bb0a7a0fb" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9784,19 +8709,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "77" + "96" ], "x-ms-correlation-request-id": [ - "86c8fd25-8c70-4bf9-b9b4-46f5f6f7f4a3" + "23f0aabe-eabc-4a0a-b6bf-1b9bb0a7a0fb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100043Z:86c8fd25-8c70-4bf9-b9b4-46f5f6f7f4a3" + "JIOINDIAWEST:20210518T153919Z:23f0aabe-eabc-4a0a-b6bf-1b9bb0a7a0fb" ], "Date": [ - "Mon, 15 Feb 2021 10:00:43 GMT" + "Tue, 18 May 2021 15:39:19 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -9805,17 +8730,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT35M40.6085757S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT26M4.2452529S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9823,8 +8748,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9842,11 +8767,11 @@ "nosniff" ], "x-ms-request-id": [ - "39f331d3-5997-4305-9a03-476162443edf" + "b7fa0b7a-ebe7-49ad-8d96-27d1318ddbce" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9855,19 +8780,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "76" + "95" ], "x-ms-correlation-request-id": [ - "39f331d3-5997-4305-9a03-476162443edf" + "b7fa0b7a-ebe7-49ad-8d96-27d1318ddbce" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100113Z:39f331d3-5997-4305-9a03-476162443edf" + "JIOINDIAWEST:20210518T153950Z:b7fa0b7a-ebe7-49ad-8d96-27d1318ddbce" ], "Date": [ - "Mon, 15 Feb 2021 10:01:13 GMT" + "Tue, 18 May 2021 15:39:50 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -9876,17 +8801,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT36M11.058523S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT26M34.7527969S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9894,8 +8819,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9913,11 +8838,11 @@ "nosniff" ], "x-ms-request-id": [ - "e1c5b4f8-9f12-48ec-98d9-9114f97efdee" + "0c00e0bb-03c7-4766-9f03-139a451e124a" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9926,16 +8851,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "75" + "94" ], "x-ms-correlation-request-id": [ - "e1c5b4f8-9f12-48ec-98d9-9114f97efdee" + "0c00e0bb-03c7-4766-9f03-139a451e124a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100144Z:e1c5b4f8-9f12-48ec-98d9-9114f97efdee" + "JIOINDIAWEST:20210518T154020Z:0c00e0bb-03c7-4766-9f03-139a451e124a" ], "Date": [ - "Mon, 15 Feb 2021 10:01:43 GMT" + "Tue, 18 May 2021 15:40:20 GMT" ], "Content-Length": [ "970" @@ -9947,17 +8872,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT36M41.445691S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT27M5.2253324S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -9965,8 +8890,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9984,11 +8909,11 @@ "nosniff" ], "x-ms-request-id": [ - "6b4fffc2-3673-41ec-848b-15545aa574e2" + "949a1501-3f2f-488b-bee9-b6ab7aff04a9" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -9997,16 +8922,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "74" + "93" ], "x-ms-correlation-request-id": [ - "6b4fffc2-3673-41ec-848b-15545aa574e2" + "949a1501-3f2f-488b-bee9-b6ab7aff04a9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100214Z:6b4fffc2-3673-41ec-848b-15545aa574e2" + "JIOINDIAWEST:20210518T154051Z:949a1501-3f2f-488b-bee9-b6ab7aff04a9" ], "Date": [ - "Mon, 15 Feb 2021 10:02:14 GMT" + "Tue, 18 May 2021 15:40:50 GMT" ], "Content-Length": [ "971" @@ -10018,17 +8943,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT37M11.8652334S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT27M35.8283408S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -10036,8 +8961,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10055,11 +8980,11 @@ "nosniff" ], "x-ms-request-id": [ - "95784e3b-e502-4020-8267-7caa53937a82" + "ce6a3bec-c6d7-411b-ba01-d62c7914a7b2" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -10068,19 +8993,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "73" + "92" ], "x-ms-correlation-request-id": [ - "95784e3b-e502-4020-8267-7caa53937a82" + "ce6a3bec-c6d7-411b-ba01-d62c7914a7b2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100245Z:95784e3b-e502-4020-8267-7caa53937a82" + "JIOINDIAWEST:20210518T154121Z:ce6a3bec-c6d7-411b-ba01-d62c7914a7b2" ], "Date": [ - "Mon, 15 Feb 2021 10:02:45 GMT" + "Tue, 18 May 2021 15:41:21 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -10089,17 +9014,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT37M42.6517076S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT28M6.2785464S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -10107,8 +9032,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10126,11 +9051,11 @@ "nosniff" ], "x-ms-request-id": [ - "8760c5b2-997e-41c3-9ed8-cac0cde8e61a" + "beb100b0-86e8-4760-be62-fa35feb77118" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -10139,16 +9064,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "72" + "91" ], "x-ms-correlation-request-id": [ - "8760c5b2-997e-41c3-9ed8-cac0cde8e61a" + "beb100b0-86e8-4760-be62-fa35feb77118" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100315Z:8760c5b2-997e-41c3-9ed8-cac0cde8e61a" + "JIOINDIAWEST:20210518T154152Z:beb100b0-86e8-4760-be62-fa35feb77118" ], "Date": [ - "Mon, 15 Feb 2021 10:03:14 GMT" + "Tue, 18 May 2021 15:41:52 GMT" ], "Content-Length": [ "971" @@ -10160,17 +9085,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT38M13.0758916S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT28M37.2226266S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -10178,8 +9103,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10197,11 +9122,11 @@ "nosniff" ], "x-ms-request-id": [ - "68606ed6-ad05-460b-adde-d785b4e5fabf" + "c4814555-896e-4fd7-8cc3-f4da63c75bb3" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -10210,19 +9135,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "71" + "90" ], "x-ms-correlation-request-id": [ - "68606ed6-ad05-460b-adde-d785b4e5fabf" + "c4814555-896e-4fd7-8cc3-f4da63c75bb3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100346Z:68606ed6-ad05-460b-adde-d785b4e5fabf" + "JIOINDIAWEST:20210518T154223Z:c4814555-896e-4fd7-8cc3-f4da63c75bb3" ], "Date": [ - "Mon, 15 Feb 2021 10:03:45 GMT" + "Tue, 18 May 2021 15:42:22 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -10231,17 +9156,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT38M43.4677581S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT29M7.6148266S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -10249,8 +9174,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10268,11 +9193,11 @@ "nosniff" ], "x-ms-request-id": [ - "1c7ee290-9056-4a00-8fbc-0f2db348ac6d" + "269da450-9bc7-4e02-848f-3b2426a1f202" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -10281,16 +9206,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "70" + "89" ], "x-ms-correlation-request-id": [ - "1c7ee290-9056-4a00-8fbc-0f2db348ac6d" + "269da450-9bc7-4e02-848f-3b2426a1f202" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100416Z:1c7ee290-9056-4a00-8fbc-0f2db348ac6d" + "JIOINDIAWEST:20210518T154253Z:269da450-9bc7-4e02-848f-3b2426a1f202" ], "Date": [ - "Mon, 15 Feb 2021 10:04:16 GMT" + "Tue, 18 May 2021 15:42:53 GMT" ], "Content-Length": [ "971" @@ -10302,17 +9227,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT39M13.9479951S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT29M38.2036841S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -10320,8 +9245,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10339,11 +9264,11 @@ "nosniff" ], "x-ms-request-id": [ - "dc05343b-ee9e-43b8-804e-9e06a271b74d" + "fe5a9fb7-38fe-438a-87ca-cb4995a34783" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -10352,19 +9277,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "69" + "88" ], "x-ms-correlation-request-id": [ - "dc05343b-ee9e-43b8-804e-9e06a271b74d" + "fe5a9fb7-38fe-438a-87ca-cb4995a34783" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100447Z:dc05343b-ee9e-43b8-804e-9e06a271b74d" + "JIOINDIAWEST:20210518T154324Z:fe5a9fb7-38fe-438a-87ca-cb4995a34783" ], "Date": [ - "Mon, 15 Feb 2021 10:04:47 GMT" + "Tue, 18 May 2021 15:43:24 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -10373,17 +9298,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT39M44.3541298S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT30M8.7555361S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -10391,8 +9316,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10410,11 +9335,11 @@ "nosniff" ], "x-ms-request-id": [ - "07412ea4-2956-47ad-a404-566d2aec7502" + "873c8d07-a0e4-4b7d-b7ff-9c2dcd20e181" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -10423,16 +9348,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "68" + "87" ], "x-ms-correlation-request-id": [ - "07412ea4-2956-47ad-a404-566d2aec7502" + "873c8d07-a0e4-4b7d-b7ff-9c2dcd20e181" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100517Z:07412ea4-2956-47ad-a404-566d2aec7502" + "JIOINDIAWEST:20210518T154354Z:873c8d07-a0e4-4b7d-b7ff-9c2dcd20e181" ], "Date": [ - "Mon, 15 Feb 2021 10:05:16 GMT" + "Tue, 18 May 2021 15:43:54 GMT" ], "Content-Length": [ "971" @@ -10444,17 +9369,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT40M14.8142044S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT30M39.2595881S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -10462,8 +9387,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10481,11 +9406,11 @@ "nosniff" ], "x-ms-request-id": [ - "73355206-e1af-490d-afd9-5618b9cec698" + "3029eb40-7547-41c5-84ae-35a973a6182a" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -10494,16 +9419,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "67" + "86" ], "x-ms-correlation-request-id": [ - "73355206-e1af-490d-afd9-5618b9cec698" + "3029eb40-7547-41c5-84ae-35a973a6182a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100548Z:73355206-e1af-490d-afd9-5618b9cec698" + "JIOINDIAWEST:20210518T154426Z:3029eb40-7547-41c5-84ae-35a973a6182a" ], "Date": [ - "Mon, 15 Feb 2021 10:05:48 GMT" + "Tue, 18 May 2021 15:44:25 GMT" ], "Content-Length": [ "971" @@ -10515,17 +9440,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT40M45.4721755S\",\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\": \"pstestvmc560e0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT31M10.5534863S\",\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\": \"pstestvm157430\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzQ4ZDhlYjY3LTRhZDUtNDEyNS04OTg5LTA1NGVjMDYyMzJhNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzg5ZjE3MzJlLThkMWEtNDYzZS1hYjkzLWU3ZGE5Y2UxMzVlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "Accept-Language": [ "en-US" @@ -10533,8 +9458,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10552,11 +9477,11 @@ "nosniff" ], "x-ms-request-id": [ - "a10548b0-49fe-431f-a785-d9ae827d6f42" + "0abb6dec-2caa-443b-aa9d-92138f7a6831" ], "x-ms-client-request-id": [ - "75f01d41-beb7-4053-9037-2014e2dcb47a", - "75f01d41-beb7-4053-9037-2014e2dcb47a" + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247", + "55775bd9-fcf3-4ed2-a6eb-ae0c4f000247" ], "X-Powered-By": [ "ASP.NET" @@ -10565,19 +9490,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "66" + "85" ], "x-ms-correlation-request-id": [ - "a10548b0-49fe-431f-a785-d9ae827d6f42" + "0abb6dec-2caa-443b-aa9d-92138f7a6831" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100618Z:a10548b0-49fe-431f-a785-d9ae827d6f42" + "JIOINDIAWEST:20210518T154456Z:0abb6dec-2caa-443b-aa9d-92138f7a6831" ], "Date": [ - "Mon, 15 Feb 2021 10:06:18 GMT" + "Tue, 18 May 2021 15:44:56 GMT" ], "Content-Length": [ - "1035" + "1034" ], "Content-Type": [ "application/json" @@ -10586,17 +9511,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"name\": \"48d8eb67-4ad5-4125-8989-054ec06232a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT41M13.0296065S\",\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\": \"pstestvmc560e0\",\r\n \"Backup Size\": \"11422 MB\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T09:25:02.4035924Z\",\r\n \"endTime\": \"2021-02-15T10:06:15.4331989Z\",\r\n \"activityId\": \"75f01d41-beb7-4053-9037-2014e2dcb47a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"name\": \"89f1732e-8d1a-463e-ab93-e7da9ce135e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT31M11.8348213S\",\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\": \"pstestvm157430\",\r\n \"Backup Size\": \"9822 MB\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T15:13:15.3343011Z\",\r\n \"endTime\": \"2021-05-18T15:44:27.1691224Z\",\r\n \"activityId\": \"55775bd9-fcf3-4ed2-a6eb-ae0c4f000247\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0/recoveryPoints?$filter=startDate%20eq%20'2021-02-15%2009:24:02%20AM'%20and%20endDate%20eq%20'2021-02-15%2010:07:15%20AM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjNTYwZTE3OSUzQnBzdGVzdHZtYzU2MGUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M1NjBlMTc5JTNCcHN0ZXN0dm1jNTYwZTAvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTAyLTE1JTIwMDk6MjQ6MDIlMjBBTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wMi0xNSUyMDEwOjA3OjE1JTIwQU0nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430/recoveryPoints?$filter=startDate%20eq%20'2021-05-18%2003:12:15%20PM'%20and%20endDate%20eq%20'2021-05-18%2003:45:27%20PM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxNTc0MzM0YiUzQnBzdGVzdHZtMTU3NDMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE1NzQzMzRiJTNCcHN0ZXN0dm0xNTc0MzAvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTA1LTE4JTIwMDM6MTI6MTUlMjBQTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wNS0xOCUyMDAzOjQ1OjI3JTIwUE0nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f26c224b-a3fb-4c3f-8cec-d692dafb5a88" + "38fc3bdc-627e-449c-b3eb-b7d67d544b81" ], "Accept-Language": [ "en-US" @@ -10604,8 +9529,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10619,11 +9544,11 @@ "nosniff" ], "x-ms-request-id": [ - "07fbfbb3-b3dc-4e9b-9f92-68c53d41bedf" + "b34ce229-f528-4a38-9efd-795352dcb2a2" ], "x-ms-client-request-id": [ - "f26c224b-a3fb-4c3f-8cec-d692dafb5a88", - "f26c224b-a3fb-4c3f-8cec-d692dafb5a88" + "38fc3bdc-627e-449c-b3eb-b7d67d544b81", + "38fc3bdc-627e-449c-b3eb-b7d67d544b81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10638,13 +9563,13 @@ "149" ], "x-ms-correlation-request-id": [ - "07fbfbb3-b3dc-4e9b-9f92-68c53d41bedf" + "b34ce229-f528-4a38-9efd-795352dcb2a2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100618Z:07fbfbb3-b3dc-4e9b-9f92-68c53d41bedf" + "JIOINDIAWEST:20210518T154456Z:b34ce229-f528-4a38-9efd-795352dcb2a2" ], "Date": [ - "Mon, 15 Feb 2021 10:06:18 GMT" + "Tue, 18 May 2021 15:44:56 GMT" ], "Content-Length": [ "1257" @@ -10656,17 +9581,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/recoveryPoints/71156773301927\",\r\n \"name\": \"71156773301927\",\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-15T09:25:05.8107865Z\",\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\": true,\r\n \"virtualMachineSize\": \"Standard_D1_v2\",\r\n \"originalStorageAccountOption\": false,\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/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/recoveryPoints/53288486025778\",\r\n \"name\": \"53288486025778\",\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-05-18T15:13:18.9042487Z\",\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\": true,\r\n \"virtualMachineSize\": \"Standard_D1_v2\",\r\n \"originalStorageAccountOption\": false,\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": [ - "e72bf2c5-549f-4ac5-a492-75878010c94e" + "3a923f50-e079-47a2-8a86-2764b8b5db64" ], "Accept-Language": [ "en-US" @@ -10674,8 +9599,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10689,13 +9614,13 @@ "11999" ], "x-ms-request-id": [ - "c517bdff-85f9-4bf2-b34e-cc4e0f192a53" + "d478f0d5-8487-4ea9-b6c7-fa6151ddcfd3" ], "x-ms-correlation-request-id": [ - "c517bdff-85f9-4bf2-b34e-cc4e0f192a53" + "d478f0d5-8487-4ea9-b6c7-fa6151ddcfd3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100619Z:c517bdff-85f9-4bf2-b34e-cc4e0f192a53" + "WESTINDIA:20210518T154457Z:d478f0d5-8487-4ea9-b6c7-fa6151ddcfd3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10704,7 +9629,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:06:19 GMT" + "Tue, 18 May 2021 15:44:56 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10713,20 +9638,20 @@ "-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.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": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -10734,8 +9659,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10749,13 +9674,13 @@ "11997" ], "x-ms-request-id": [ - "03d5b66b-af03-46da-a65f-e88fec610b1c" + "2ad2bfb3-c6f3-4ebf-8637-6320a898d5f2" ], "x-ms-correlation-request-id": [ - "03d5b66b-af03-46da-a65f-e88fec610b1c" + "2ad2bfb3-c6f3-4ebf-8637-6320a898d5f2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100619Z:03d5b66b-af03-46da-a65f-e88fec610b1c" + "WESTINDIA:20210518T154457Z:2ad2bfb3-c6f3-4ebf-8637-6320a898d5f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10764,7 +9689,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:06:19 GMT" + "Tue, 18 May 2021 15:44:56 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10773,20 +9698,20 @@ "-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.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": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Accept-Language": [ "en-US" @@ -10794,8 +9719,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10809,13 +9734,13 @@ "11999" ], "x-ms-request-id": [ - "2143cfe2-4a1b-4e5d-978d-0105d737da2c" + "ae1a74bc-af7d-4c35-95e0-553a6ca8e118" ], "x-ms-correlation-request-id": [ - "2143cfe2-4a1b-4e5d-978d-0105d737da2c" + "ae1a74bc-af7d-4c35-95e0-553a6ca8e118" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102337Z:2143cfe2-4a1b-4e5d-978d-0105d737da2c" + "WESTINDIA:20210518T160217Z:ae1a74bc-af7d-4c35-95e0-553a6ca8e118" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10824,7 +9749,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:23:37 GMT" + "Tue, 18 May 2021 16:02:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10833,20 +9758,20 @@ "-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.Storage%2FstorageAccounts'&api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlcz8kZmlsdGVyPXJlc291cmNlVHlwZSUyMGVxJTIwJ01pY3Jvc29mdC5TdG9yYWdlJTJGc3RvcmFnZUFjY291bnRzJyZhcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e72bf2c5-549f-4ac5-a492-75878010c94e" + "3a923f50-e079-47a2-8a86-2764b8b5db64" ], "Accept-Language": [ "en-US" @@ -10854,8 +9779,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10869,13 +9794,13 @@ "11998" ], "x-ms-request-id": [ - "d22e1189-ad6e-4b1d-9fcd-146e13343881" + "21c01e11-676a-4fe7-87e7-f00fcfd64d69" ], "x-ms-correlation-request-id": [ - "d22e1189-ad6e-4b1d-9fcd-146e13343881" + "21c01e11-676a-4fe7-87e7-f00fcfd64d69" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100619Z:d22e1189-ad6e-4b1d-9fcd-146e13343881" + "WESTINDIA:20210518T154457Z:21c01e11-676a-4fe7-87e7-f00fcfd64d69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10884,7 +9809,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:06:19 GMT" + "Tue, 18 May 2021 15:44:56 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10893,20 +9818,20 @@ "-1" ], "Content-Length": [ - "8980" + "17473" ] }, - "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/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/PSTestRGc560e179/providers/Microsoft.Storage/storageAccounts/pstestsac560e179\",\r\n \"name\": \"pstestsac560e179\",\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/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/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/PSTestRG1574334b/providers/Microsoft.Storage/storageAccounts/pstestsa1574334b\",\r\n \"name\": \"pstestsa1574334b\",\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/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.Storage%2FstorageAccounts'&api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlcz8kZmlsdGVyPXJlc291cmNlVHlwZSUyMGVxJTIwJ01pY3Jvc29mdC5TdG9yYWdlJTJGc3RvcmFnZUFjY291bnRzJyZhcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -10914,8 +9839,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10929,13 +9854,13 @@ "11996" ], "x-ms-request-id": [ - "fbb2c7cd-b34f-4a86-bcf2-ce212aff58cf" + "267433d0-dbcc-43a0-b8a0-1573b72bb23c" ], "x-ms-correlation-request-id": [ - "fbb2c7cd-b34f-4a86-bcf2-ce212aff58cf" + "267433d0-dbcc-43a0-b8a0-1573b72bb23c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100619Z:fbb2c7cd-b34f-4a86-bcf2-ce212aff58cf" + "WESTINDIA:20210518T154457Z:267433d0-dbcc-43a0-b8a0-1573b72bb23c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10944,7 +9869,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:06:19 GMT" + "Tue, 18 May 2021 15:44:56 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -10953,20 +9878,20 @@ "-1" ], "Content-Length": [ - "8980" + "17473" ] }, - "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/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/PSTestRGc560e179/providers/Microsoft.Storage/storageAccounts/pstestsac560e179\",\r\n \"name\": \"pstestsac560e179\",\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/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/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/PSTestRG1574334b/providers/Microsoft.Storage/storageAccounts/pstestsa1574334b\",\r\n \"name\": \"pstestsa1574334b\",\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/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.Storage%2FstorageAccounts'&api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlcz8kZmlsdGVyPXJlc291cmNlVHlwZSUyMGVxJTIwJ01pY3Jvc29mdC5TdG9yYWdlJTJGc3RvcmFnZUFjY291bnRzJyZhcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Accept-Language": [ "en-US" @@ -10974,8 +9899,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10989,13 +9914,13 @@ "11998" ], "x-ms-request-id": [ - "d0115b77-7477-4a31-97ec-3bbc5e38cb00" + "dfe519e4-9fdf-44dd-801e-4a3155093bd0" ], "x-ms-correlation-request-id": [ - "d0115b77-7477-4a31-97ec-3bbc5e38cb00" + "dfe519e4-9fdf-44dd-801e-4a3155093bd0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102337Z:d0115b77-7477-4a31-97ec-3bbc5e38cb00" + "WESTINDIA:20210518T160217Z:dfe519e4-9fdf-44dd-801e-4a3155093bd0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11004,7 +9929,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:23:37 GMT" + "Tue, 18 May 2021 16:02:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11013,20 +9938,20 @@ "-1" ], "Content-Length": [ - "8980" + "17473" ] }, - "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/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/PSTestRGc560e179/providers/Microsoft.Storage/storageAccounts/pstestsac560e179\",\r\n \"name\": \"pstestsac560e179\",\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/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/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/PSTestRG1574334b/providers/Microsoft.Storage/storageAccounts/pstestsa1574334b\",\r\n \"name\": \"pstestsa1574334b\",\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0/recoveryPoints/71156773301927/restore?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjNTYwZTE3OSUzQnBzdGVzdHZtYzU2MGUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M1NjBlMTc5JTNCcHN0ZXN0dm1jNTYwZTAvcmVjb3ZlcnlQb2ludHMvNzExNTY3NzMzMDE5MjcvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430/recoveryPoints/53288486025778/restore?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxNTc0MzM0YiUzQnBzdGVzdHZtMTU3NDMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE1NzQzMzRiJTNCcHN0ZXN0dm0xNTc0MzAvcmVjb3ZlcnlQb2ludHMvNTMyODg0ODYwMjU3NzgvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMRestoreRequest\",\r\n \"recoveryPointId\": \"71156773301927\",\r\n \"recoveryType\": \"RestoreDisks\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\r\n \"storageAccountId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Storage/storageAccounts/pstestsac560e179\",\r\n \"region\": \"southeastasia\",\r\n \"createNewCloudService\": false,\r\n \"originalStorageAccountOption\": false\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMRestoreRequest\",\r\n \"recoveryPointId\": \"53288486025778\",\r\n \"recoveryType\": \"RestoreDisks\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\r\n \"storageAccountId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Storage/storageAccounts/pstestsa1574334b\",\r\n \"region\": \"southeastasia\",\r\n \"createNewCloudService\": false,\r\n \"originalStorageAccountOption\": false,\r\n \"restoreWithManagedDisks\": false\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -11034,14 +9959,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "606" + "645" ] }, "ResponseHeaders": { @@ -11052,23 +9977,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationResults/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationResults/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationsStatus/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationsStatus/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "38720ad0-7f08-4360-a7d0-4e1f3785fd5f" + "26c75d87-3d2e-4298-9983-fd35e6cd085c" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11080,13 +10005,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "38720ad0-7f08-4360-a7d0-4e1f3785fd5f" + "26c75d87-3d2e-4298-9983-fd35e6cd085c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100620Z:38720ad0-7f08-4360-a7d0-4e1f3785fd5f" + "JIOINDIAWEST:20210518T154458Z:26c75d87-3d2e-4298-9983-fd35e6cd085c" ], "Date": [ - "Mon, 15 Feb 2021 10:06:19 GMT" + "Tue, 18 May 2021 15:44:58 GMT" ], "Expires": [ "-1" @@ -11099,13 +10024,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0/recoveryPoints/71156773301927/restore?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjNTYwZTE3OSUzQnBzdGVzdHZtYzU2MGUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M1NjBlMTc5JTNCcHN0ZXN0dm1jNTYwZTAvcmVjb3ZlcnlQb2ludHMvNzExNTY3NzMzMDE5MjcvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430/recoveryPoints/53288486025778/restore?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxNTc0MzM0YiUzQnBzdGVzdHZtMTU3NDMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE1NzQzMzRiJTNCcHN0ZXN0dm0xNTc0MzAvcmVjb3ZlcnlQb2ludHMvNTMyODg0ODYwMjU3NzgvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMRestoreRequest\",\r\n \"recoveryPointId\": \"71156773301927\",\r\n \"recoveryType\": \"RestoreDisks\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\r\n \"targetResourceGroupId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e1791\",\r\n \"storageAccountId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Storage/storageAccounts/pstestsac560e179\",\r\n \"region\": \"southeastasia\",\r\n \"createNewCloudService\": false,\r\n \"originalStorageAccountOption\": false\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMRestoreRequest\",\r\n \"recoveryPointId\": \"53288486025778\",\r\n \"recoveryType\": \"RestoreDisks\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\r\n \"targetResourceGroupId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b1\",\r\n \"storageAccountId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Storage/storageAccounts/pstestsa1574334b\",\r\n \"region\": \"southeastasia\",\r\n \"createNewCloudService\": false,\r\n \"originalStorageAccountOption\": false,\r\n \"restoreWithManagedDisks\": false\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Accept-Language": [ "en-US" @@ -11113,14 +10038,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "724" + "763" ] }, "ResponseHeaders": { @@ -11131,23 +10056,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationResults/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationResults/5abf7f39-c16c-4a7e-be68-a3264a92a33c?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationsStatus/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationsStatus/5abf7f39-c16c-4a7e-be68-a3264a92a33c?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "21f99797-efce-4221-a31b-3217f7a5879f" + "6fd7f547-6650-45cb-ac7e-55e8366b3020" ], "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45", - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3", + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11159,13 +10084,13 @@ "1197" ], "x-ms-correlation-request-id": [ - "21f99797-efce-4221-a31b-3217f7a5879f" + "6fd7f547-6650-45cb-ac7e-55e8366b3020" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102338Z:21f99797-efce-4221-a31b-3217f7a5879f" + "JIOINDIAWEST:20210518T160218Z:6fd7f547-6650-45cb-ac7e-55e8366b3020" ], "Date": [ - "Mon, 15 Feb 2021 10:23:37 GMT" + "Tue, 18 May 2021 16:02:18 GMT" ], "Expires": [ "-1" @@ -11178,19 +10103,19 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationsStatus/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZ2M1NjBlMTc5O3BzdGVzdHZtYzU2MGUwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnYzU2MGUxNzk7cHN0ZXN0dm1jNTYwZTAvb3BlcmF0aW9uc1N0YXR1cy9hNTdlN2Y3Ny03NWViLTRjNjAtYTY3Ny0zNjI1YWRjZjAxMzA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationsStatus/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzE1NzQzMzRiO3BzdGVzdHZtMTU3NDMwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnMTU3NDMzNGI7cHN0ZXN0dm0xNTc0MzAvb3BlcmF0aW9uc1N0YXR1cy9jMDc3Nzk1My0wYjEwLTRiZmMtYjdmMS1mYWE4NDY2OTVlZDY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11204,32 +10129,32 @@ "nosniff" ], "x-ms-request-id": [ - "9e6768f6-97b3-4a35-9c46-00b9d2882b27" + "5ea43960-e72b-4826-ba9c-84d676cc5adc" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "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": [ - "9e6768f6-97b3-4a35-9c46-00b9d2882b27" + "5ea43960-e72b-4826-ba9c-84d676cc5adc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100720Z:9e6768f6-97b3-4a35-9c46-00b9d2882b27" + "JIOINDIAWEST:20210518T154558Z:5ea43960-e72b-4826-ba9c-84d676cc5adc" ], "Date": [ - "Mon, 15 Feb 2021 10:07:19 GMT" + "Tue, 18 May 2021 15:45:58 GMT" ], "Content-Length": [ "304" @@ -11241,23 +10166,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"endTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"endTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationResults/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZ2M1NjBlMTc5O3BzdGVzdHZtYzU2MGUwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnYzU2MGUxNzk7cHN0ZXN0dm1jNTYwZTAvb3BlcmF0aW9uUmVzdWx0cy9hNTdlN2Y3Ny03NWViLTRjNjAtYTY3Ny0zNjI1YWRjZjAxMzA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationResults/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzE1NzQzMzRiO3BzdGVzdHZtMTU3NDMwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnMTU3NDMzNGI7cHN0ZXN0dm0xNTc0MzAvb3BlcmF0aW9uUmVzdWx0cy9jMDc3Nzk1My0wYjEwLTRiZmMtYjdmMS1mYWE4NDY2OTVlZDY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11271,17 +10196,17 @@ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationsStatus/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationsStatus/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "57714c87-b5a9-43e8-8369-0c808d65cc62" + "43e73111-9f28-410e-890b-906289cfb9ba" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11293,13 +10218,13 @@ "149" ], "x-ms-correlation-request-id": [ - "57714c87-b5a9-43e8-8369-0c808d65cc62" + "43e73111-9f28-410e-890b-906289cfb9ba" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100720Z:57714c87-b5a9-43e8-8369-0c808d65cc62" + "JIOINDIAWEST:20210518T154559Z:43e73111-9f28-410e-890b-906289cfb9ba" ], "Date": [ - "Mon, 15 Feb 2021 10:07:20 GMT" + "Tue, 18 May 2021 15:45:58 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -11312,13 +10237,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -11326,8 +10251,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11341,11 +10266,11 @@ "nosniff" ], "x-ms-request-id": [ - "0a5f18f0-c003-4113-9b91-b900ea0808f9" + "9c38109a-a2d4-4e81-aac2-e6c83e295d25" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11360,13 +10285,13 @@ "138" ], "x-ms-correlation-request-id": [ - "0a5f18f0-c003-4113-9b91-b900ea0808f9" + "9c38109a-a2d4-4e81-aac2-e6c83e295d25" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100721Z:0a5f18f0-c003-4113-9b91-b900ea0808f9" + "JIOINDIAWEST:20210518T154559Z:9c38109a-a2d4-4e81-aac2-e6c83e295d25" ], "Date": [ - "Mon, 15 Feb 2021 10:07:20 GMT" + "Tue, 18 May 2021 15:45:58 GMT" ], "Content-Length": [ "304" @@ -11378,17 +10303,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"endTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"endTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -11396,8 +10321,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11411,11 +10336,11 @@ "nosniff" ], "x-ms-request-id": [ - "d1142249-ae46-404e-b885-e9dac7373bf7" + "0f849ac8-925c-4df3-ad4e-889b94cfb475" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11430,13 +10355,13 @@ "137" ], "x-ms-correlation-request-id": [ - "d1142249-ae46-404e-b885-e9dac7373bf7" + "0f849ac8-925c-4df3-ad4e-889b94cfb475" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100721Z:d1142249-ae46-404e-b885-e9dac7373bf7" + "JIOINDIAWEST:20210518T154559Z:0f849ac8-925c-4df3-ad4e-889b94cfb475" ], "Date": [ - "Mon, 15 Feb 2021 10:07:20 GMT" + "Tue, 18 May 2021 15:45:58 GMT" ], "Content-Length": [ "304" @@ -11448,17 +10373,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"endTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"endTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -11466,8 +10391,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11485,11 +10410,11 @@ "nosniff" ], "x-ms-request-id": [ - "157ed99e-13fb-485c-9799-df87ab7a57e5" + "9484e3f2-8c84-438f-a046-1907f2a561ce" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -11498,16 +10423,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "65" + "84" ], "x-ms-correlation-request-id": [ - "157ed99e-13fb-485c-9799-df87ab7a57e5" + "9484e3f2-8c84-438f-a046-1907f2a561ce" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100721Z:157ed99e-13fb-485c-9799-df87ab7a57e5" + "JIOINDIAWEST:20210518T154600Z:9484e3f2-8c84-438f-a046-1907f2a561ce" ], "Date": [ - "Mon, 15 Feb 2021 10:07:20 GMT" + "Tue, 18 May 2021 15:45:59 GMT" ], "Content-Length": [ "1065" @@ -11519,17 +10444,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT1M1.4339831S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT1M1.5577525S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -11537,8 +10462,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11556,11 +10481,11 @@ "nosniff" ], "x-ms-request-id": [ - "03036e69-1100-4eae-9fa9-098777d3746a" + "d4201505-c760-4cad-8fd5-fcab93a747cc" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -11569,19 +10494,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "64" + "83" ], "x-ms-correlation-request-id": [ - "03036e69-1100-4eae-9fa9-098777d3746a" + "d4201505-c760-4cad-8fd5-fcab93a747cc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100722Z:03036e69-1100-4eae-9fa9-098777d3746a" + "JIOINDIAWEST:20210518T154600Z:d4201505-c760-4cad-8fd5-fcab93a747cc" ], "Date": [ - "Mon, 15 Feb 2021 10:07:22 GMT" + "Tue, 18 May 2021 15:45:59 GMT" ], "Content-Length": [ - "1064" + "1065" ], "Content-Type": [ "application/json" @@ -11590,17 +10515,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT1M1.846983S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT1M2.0475013S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -11608,8 +10533,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11627,11 +10552,11 @@ "nosniff" ], "x-ms-request-id": [ - "15be8e9f-6263-48a2-8c98-97dd2be74fee" + "4740f7ac-92b0-4f0d-a595-307f1e735b77" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -11640,16 +10565,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "63" + "82" ], "x-ms-correlation-request-id": [ - "15be8e9f-6263-48a2-8c98-97dd2be74fee" + "4740f7ac-92b0-4f0d-a595-307f1e735b77" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100752Z:15be8e9f-6263-48a2-8c98-97dd2be74fee" + "JIOINDIAWEST:20210518T154631Z:4740f7ac-92b0-4f0d-a595-307f1e735b77" ], "Date": [ - "Mon, 15 Feb 2021 10:07:52 GMT" + "Tue, 18 May 2021 15:46:30 GMT" ], "Content-Length": [ "1066" @@ -11661,17 +10586,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT1M32.4816689S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT1M32.5332025S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -11679,8 +10604,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11698,11 +10623,11 @@ "nosniff" ], "x-ms-request-id": [ - "b39eb310-590e-488d-b7b8-3923510dd0bf" + "3368a7aa-55be-43b9-a9ed-234e352821a6" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -11711,19 +10636,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "62" + "81" ], "x-ms-correlation-request-id": [ - "b39eb310-590e-488d-b7b8-3923510dd0bf" + "3368a7aa-55be-43b9-a9ed-234e352821a6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100823Z:b39eb310-590e-488d-b7b8-3923510dd0bf" + "JIOINDIAWEST:20210518T154701Z:3368a7aa-55be-43b9-a9ed-234e352821a6" ], "Date": [ - "Mon, 15 Feb 2021 10:08:22 GMT" + "Tue, 18 May 2021 15:47:01 GMT" ], "Content-Length": [ - "1064" + "1065" ], "Content-Type": [ "application/json" @@ -11732,17 +10657,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT2M2.896226S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT2M2.9520462S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -11750,8 +10675,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11769,11 +10694,11 @@ "nosniff" ], "x-ms-request-id": [ - "5add2359-6aa4-4568-8fbd-a4e81f01fe3a" + "4128ce1e-09cd-4256-8850-34a848620339" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -11782,16 +10707,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "61" + "80" ], "x-ms-correlation-request-id": [ - "5add2359-6aa4-4568-8fbd-a4e81f01fe3a" + "4128ce1e-09cd-4256-8850-34a848620339" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100853Z:5add2359-6aa4-4568-8fbd-a4e81f01fe3a" + "JIOINDIAWEST:20210518T154732Z:4128ce1e-09cd-4256-8850-34a848620339" ], "Date": [ - "Mon, 15 Feb 2021 10:08:53 GMT" + "Tue, 18 May 2021 15:47:31 GMT" ], "Content-Length": [ "1066" @@ -11803,17 +10728,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT2M33.2883855S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT2M33.4392681S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -11821,8 +10746,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11840,11 +10765,11 @@ "nosniff" ], "x-ms-request-id": [ - "feb48f23-1f46-41bc-a011-a6d96c6e0e53" + "6d8cdc28-5e12-4c21-8435-8d4a0327a818" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -11853,19 +10778,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "60" + "79" ], "x-ms-correlation-request-id": [ - "feb48f23-1f46-41bc-a011-a6d96c6e0e53" + "6d8cdc28-5e12-4c21-8435-8d4a0327a818" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100924Z:feb48f23-1f46-41bc-a011-a6d96c6e0e53" + "JIOINDIAWEST:20210518T154802Z:6d8cdc28-5e12-4c21-8435-8d4a0327a818" ], "Date": [ - "Mon, 15 Feb 2021 10:09:23 GMT" + "Tue, 18 May 2021 15:48:01 GMT" ], "Content-Length": [ - "1064" + "1065" ], "Content-Type": [ "application/json" @@ -11874,17 +10799,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT3M3.680689S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT3M3.9361682S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -11892,8 +10817,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11911,11 +10836,11 @@ "nosniff" ], "x-ms-request-id": [ - "4745a6ca-6b59-406e-962b-86813326375b" + "1011a583-8a58-4339-88b0-baa8ad07fcb8" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -11924,16 +10849,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "59" + "78" ], "x-ms-correlation-request-id": [ - "4745a6ca-6b59-406e-962b-86813326375b" + "1011a583-8a58-4339-88b0-baa8ad07fcb8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T100954Z:4745a6ca-6b59-406e-962b-86813326375b" + "JIOINDIAWEST:20210518T154833Z:1011a583-8a58-4339-88b0-baa8ad07fcb8" ], "Date": [ - "Mon, 15 Feb 2021 10:09:53 GMT" + "Tue, 18 May 2021 15:48:32 GMT" ], "Content-Length": [ "1066" @@ -11945,17 +10870,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT3M34.1187059S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT3M34.4724876S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -11963,8 +10888,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11982,11 +10907,11 @@ "nosniff" ], "x-ms-request-id": [ - "5c563e2e-d5b3-40d1-a6c1-535c8bd801e6" + "874d4ee7-8c9f-4bd3-a52c-124515b367cf" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -11995,16 +10920,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "58" + "77" ], "x-ms-correlation-request-id": [ - "5c563e2e-d5b3-40d1-a6c1-535c8bd801e6" + "874d4ee7-8c9f-4bd3-a52c-124515b367cf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101025Z:5c563e2e-d5b3-40d1-a6c1-535c8bd801e6" + "JIOINDIAWEST:20210518T154903Z:874d4ee7-8c9f-4bd3-a52c-124515b367cf" ], "Date": [ - "Mon, 15 Feb 2021 10:10:24 GMT" + "Tue, 18 May 2021 15:49:03 GMT" ], "Content-Length": [ "1065" @@ -12016,17 +10941,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT4M4.6638481S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT4M4.8988004S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12034,8 +10959,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12053,11 +10978,11 @@ "nosniff" ], "x-ms-request-id": [ - "513c1012-8df8-4fb1-9681-d488a30296db" + "072d0f89-0b7d-427a-a451-6678b4f57616" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12066,16 +10991,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "57" + "76" ], "x-ms-correlation-request-id": [ - "513c1012-8df8-4fb1-9681-d488a30296db" + "072d0f89-0b7d-427a-a451-6678b4f57616" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101055Z:513c1012-8df8-4fb1-9681-d488a30296db" + "JIOINDIAWEST:20210518T154934Z:072d0f89-0b7d-427a-a451-6678b4f57616" ], "Date": [ - "Mon, 15 Feb 2021 10:10:54 GMT" + "Tue, 18 May 2021 15:49:33 GMT" ], "Content-Length": [ "1066" @@ -12087,17 +11012,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT4M35.1226569S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT4M35.5216123S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12105,8 +11030,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12124,11 +11049,11 @@ "nosniff" ], "x-ms-request-id": [ - "0dae6560-e9bc-42cb-9e13-643907b66c8a" + "ba3c2bc5-2923-4c89-96f3-d97b3ffaf3cb" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12137,16 +11062,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "56" + "75" ], "x-ms-correlation-request-id": [ - "0dae6560-e9bc-42cb-9e13-643907b66c8a" + "ba3c2bc5-2923-4c89-96f3-d97b3ffaf3cb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101125Z:0dae6560-e9bc-42cb-9e13-643907b66c8a" + "JIOINDIAWEST:20210518T155004Z:ba3c2bc5-2923-4c89-96f3-d97b3ffaf3cb" ], "Date": [ - "Mon, 15 Feb 2021 10:11:25 GMT" + "Tue, 18 May 2021 15:50:03 GMT" ], "Content-Length": [ "1065" @@ -12158,17 +11083,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT5M5.5464434S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT5M6.1449881S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12176,8 +11101,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12195,11 +11120,11 @@ "nosniff" ], "x-ms-request-id": [ - "ec71fb6f-7550-4e14-8f93-5fc45e93fe72" + "2288b2d3-7b0f-4d24-9d20-19925302eafa" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12208,16 +11133,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "55" + "74" ], "x-ms-correlation-request-id": [ - "ec71fb6f-7550-4e14-8f93-5fc45e93fe72" + "2288b2d3-7b0f-4d24-9d20-19925302eafa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101156Z:ec71fb6f-7550-4e14-8f93-5fc45e93fe72" + "JIOINDIAWEST:20210518T155035Z:2288b2d3-7b0f-4d24-9d20-19925302eafa" ], "Date": [ - "Mon, 15 Feb 2021 10:11:56 GMT" + "Tue, 18 May 2021 15:50:35 GMT" ], "Content-Length": [ "1066" @@ -12229,17 +11154,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT5M35.9685271S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT5M36.6383352S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12247,8 +11172,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12266,11 +11191,11 @@ "nosniff" ], "x-ms-request-id": [ - "6f1b4bc4-66e9-47b5-8d56-8370890d37a6" + "f9ac46d5-ade6-477e-b5d3-2d8db6ab8a20" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12279,16 +11204,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "54" + "73" ], "x-ms-correlation-request-id": [ - "6f1b4bc4-66e9-47b5-8d56-8370890d37a6" + "f9ac46d5-ade6-477e-b5d3-2d8db6ab8a20" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101227Z:6f1b4bc4-66e9-47b5-8d56-8370890d37a6" + "JIOINDIAWEST:20210518T155105Z:f9ac46d5-ade6-477e-b5d3-2d8db6ab8a20" ], "Date": [ - "Mon, 15 Feb 2021 10:12:26 GMT" + "Tue, 18 May 2021 15:51:05 GMT" ], "Content-Length": [ "1065" @@ -12300,17 +11225,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT6M6.7712806S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT6M7.1133178S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12318,8 +11243,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12337,11 +11262,11 @@ "nosniff" ], "x-ms-request-id": [ - "85e7b4e4-98b8-491e-aa95-28f13f61643b" + "61f5352e-37ab-469f-bcd4-373f881e695e" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12350,16 +11275,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "53" + "72" ], "x-ms-correlation-request-id": [ - "85e7b4e4-98b8-491e-aa95-28f13f61643b" + "61f5352e-37ab-469f-bcd4-373f881e695e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101257Z:85e7b4e4-98b8-491e-aa95-28f13f61643b" + "JIOINDIAWEST:20210518T155136Z:61f5352e-37ab-469f-bcd4-373f881e695e" ], "Date": [ - "Mon, 15 Feb 2021 10:12:57 GMT" + "Tue, 18 May 2021 15:51:35 GMT" ], "Content-Length": [ "1066" @@ -12371,17 +11296,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT6M37.1876904S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT6M37.5642232S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12389,8 +11314,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12408,11 +11333,11 @@ "nosniff" ], "x-ms-request-id": [ - "7c03b5ed-08d2-462a-a49d-a496ae89e7c0" + "7c7cd4c4-543d-47c6-a8e7-ea07e451eb46" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12421,19 +11346,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "52" + "71" ], "x-ms-correlation-request-id": [ - "7c03b5ed-08d2-462a-a49d-a496ae89e7c0" + "7c7cd4c4-543d-47c6-a8e7-ea07e451eb46" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101328Z:7c03b5ed-08d2-462a-a49d-a496ae89e7c0" + "JIOINDIAWEST:20210518T155207Z:7c7cd4c4-543d-47c6-a8e7-ea07e451eb46" ], "Date": [ - "Mon, 15 Feb 2021 10:13:27 GMT" + "Tue, 18 May 2021 15:52:06 GMT" ], "Content-Length": [ - "1064" + "1065" ], "Content-Type": [ "application/json" @@ -12442,17 +11367,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT7M7.613865S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT7M8.4828324S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12460,8 +11385,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12479,11 +11404,11 @@ "nosniff" ], "x-ms-request-id": [ - "db3946be-1da6-4fec-8b6e-f206e31f734a" + "a43bf06b-b1b5-4cee-9eca-48b6a4bc12c5" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12492,16 +11417,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "51" + "70" ], "x-ms-correlation-request-id": [ - "db3946be-1da6-4fec-8b6e-f206e31f734a" + "a43bf06b-b1b5-4cee-9eca-48b6a4bc12c5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101358Z:db3946be-1da6-4fec-8b6e-f206e31f734a" + "JIOINDIAWEST:20210518T155237Z:a43bf06b-b1b5-4cee-9eca-48b6a4bc12c5" ], "Date": [ - "Mon, 15 Feb 2021 10:13:58 GMT" + "Tue, 18 May 2021 15:52:36 GMT" ], "Content-Length": [ "1066" @@ -12513,17 +11438,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT7M38.0938212S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT7M38.9623344S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12531,8 +11456,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12550,11 +11475,11 @@ "nosniff" ], "x-ms-request-id": [ - "315f4b42-9794-4efd-8419-f29066c9c52a" + "688730b7-d3ad-433a-b3e5-a84afc490510" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12563,16 +11488,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "50" + "69" ], "x-ms-correlation-request-id": [ - "315f4b42-9794-4efd-8419-f29066c9c52a" + "688730b7-d3ad-433a-b3e5-a84afc490510" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101428Z:315f4b42-9794-4efd-8419-f29066c9c52a" + "JIOINDIAWEST:20210518T155307Z:688730b7-d3ad-433a-b3e5-a84afc490510" ], "Date": [ - "Mon, 15 Feb 2021 10:14:27 GMT" + "Tue, 18 May 2021 15:53:07 GMT" ], "Content-Length": [ "1065" @@ -12584,17 +11509,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT8M8.5271115S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT8M9.4148362S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12602,8 +11527,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12621,11 +11546,11 @@ "nosniff" ], "x-ms-request-id": [ - "7e531019-869e-431c-8d0b-3d91c0f8ad45" + "dbddb362-4366-4f33-a951-c2941c1d18c1" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12634,16 +11559,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "49" + "68" ], "x-ms-correlation-request-id": [ - "7e531019-869e-431c-8d0b-3d91c0f8ad45" + "dbddb362-4366-4f33-a951-c2941c1d18c1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101459Z:7e531019-869e-431c-8d0b-3d91c0f8ad45" + "JIOINDIAWEST:20210518T155338Z:dbddb362-4366-4f33-a951-c2941c1d18c1" ], "Date": [ - "Mon, 15 Feb 2021 10:14:58 GMT" + "Tue, 18 May 2021 15:53:38 GMT" ], "Content-Length": [ "1066" @@ -12655,17 +11580,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT8M38.9559508S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT8M39.9826238S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12673,8 +11598,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12692,11 +11617,11 @@ "nosniff" ], "x-ms-request-id": [ - "9a76e080-805a-4b22-a786-51842a4f0cf8" + "f7ca8626-4840-491d-b442-02a08e62c426" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12705,19 +11630,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "48" + "67" ], "x-ms-correlation-request-id": [ - "9a76e080-805a-4b22-a786-51842a4f0cf8" + "f7ca8626-4840-491d-b442-02a08e62c426" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101529Z:9a76e080-805a-4b22-a786-51842a4f0cf8" + "JIOINDIAWEST:20210518T155409Z:f7ca8626-4840-491d-b442-02a08e62c426" ], "Date": [ - "Mon, 15 Feb 2021 10:15:29 GMT" + "Tue, 18 May 2021 15:54:08 GMT" ], "Content-Length": [ - "1065" + "1066" ], "Content-Type": [ "application/json" @@ -12726,17 +11651,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT9M9.5720427S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT9M10.5170296S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12744,8 +11669,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12763,11 +11688,11 @@ "nosniff" ], "x-ms-request-id": [ - "efbfaf64-34ca-4f93-a079-a8cbd1ba3fd4" + "ee977af3-3a2d-4c1a-bec3-94ac0f8c2fd6" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12776,16 +11701,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "47" + "66" ], "x-ms-correlation-request-id": [ - "efbfaf64-34ca-4f93-a079-a8cbd1ba3fd4" + "ee977af3-3a2d-4c1a-bec3-94ac0f8c2fd6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101600Z:efbfaf64-34ca-4f93-a079-a8cbd1ba3fd4" + "JIOINDIAWEST:20210518T155439Z:ee977af3-3a2d-4c1a-bec3-94ac0f8c2fd6" ], "Date": [ - "Mon, 15 Feb 2021 10:15:59 GMT" + "Tue, 18 May 2021 15:54:38 GMT" ], "Content-Length": [ "1066" @@ -12797,17 +11722,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT9M40.1121537S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT9M41.1207413S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12815,8 +11740,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12834,11 +11759,11 @@ "nosniff" ], "x-ms-request-id": [ - "b8c6d763-09a3-401e-9f5f-783f2fbcaec0" + "d31bcb4b-c886-43a2-8ba7-b952a1b15d48" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12847,16 +11772,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "46" + "65" ], "x-ms-correlation-request-id": [ - "b8c6d763-09a3-401e-9f5f-783f2fbcaec0" + "d31bcb4b-c886-43a2-8ba7-b952a1b15d48" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101630Z:b8c6d763-09a3-401e-9f5f-783f2fbcaec0" + "JIOINDIAWEST:20210518T155510Z:d31bcb4b-c886-43a2-8ba7-b952a1b15d48" ], "Date": [ - "Mon, 15 Feb 2021 10:16:30 GMT" + "Tue, 18 May 2021 15:55:09 GMT" ], "Content-Length": [ "1067" @@ -12868,17 +11793,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT10M10.5092416S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT10M11.5290367S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12886,8 +11811,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12905,11 +11830,11 @@ "nosniff" ], "x-ms-request-id": [ - "dd511f8d-1473-4ee6-88df-b246007ffad4" + "09c2e370-c4ab-44de-92a5-2bb2c4df2890" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12918,16 +11843,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "45" + "64" ], "x-ms-correlation-request-id": [ - "dd511f8d-1473-4ee6-88df-b246007ffad4" + "09c2e370-c4ab-44de-92a5-2bb2c4df2890" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101701Z:dd511f8d-1473-4ee6-88df-b246007ffad4" + "JIOINDIAWEST:20210518T155540Z:09c2e370-c4ab-44de-92a5-2bb2c4df2890" ], "Date": [ - "Mon, 15 Feb 2021 10:17:00 GMT" + "Tue, 18 May 2021 15:55:40 GMT" ], "Content-Length": [ "1067" @@ -12939,17 +11864,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT10M40.9074459S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT10M42.0521953S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -12957,8 +11882,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12976,11 +11901,11 @@ "nosniff" ], "x-ms-request-id": [ - "e9468ed9-0344-480c-987d-5f72526b09ee" + "6d5f2f35-3de3-4b49-973d-da2e259fbb9e" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -12989,16 +11914,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "44" + "63" ], "x-ms-correlation-request-id": [ - "e9468ed9-0344-480c-987d-5f72526b09ee" + "6d5f2f35-3de3-4b49-973d-da2e259fbb9e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101732Z:e9468ed9-0344-480c-987d-5f72526b09ee" + "JIOINDIAWEST:20210518T155611Z:6d5f2f35-3de3-4b49-973d-da2e259fbb9e" ], "Date": [ - "Mon, 15 Feb 2021 10:17:31 GMT" + "Tue, 18 May 2021 15:56:11 GMT" ], "Content-Length": [ "1067" @@ -13010,17 +11935,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT11M11.6196105S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT11M12.5065094S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -13028,8 +11953,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13047,11 +11972,11 @@ "nosniff" ], "x-ms-request-id": [ - "ce1dfd4f-974d-49c1-a5d6-6ea00e8b6fec" + "4c5646cb-9144-4c79-b125-c8597ca39224" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -13060,16 +11985,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "43" + "62" ], "x-ms-correlation-request-id": [ - "ce1dfd4f-974d-49c1-a5d6-6ea00e8b6fec" + "4c5646cb-9144-4c79-b125-c8597ca39224" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101802Z:ce1dfd4f-974d-49c1-a5d6-6ea00e8b6fec" + "JIOINDIAWEST:20210518T155641Z:4c5646cb-9144-4c79-b125-c8597ca39224" ], "Date": [ - "Mon, 15 Feb 2021 10:18:02 GMT" + "Tue, 18 May 2021 15:56:41 GMT" ], "Content-Length": [ "1067" @@ -13081,17 +12006,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT11M42.1188724S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT11M42.9834221S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -13099,8 +12024,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13118,11 +12043,11 @@ "nosniff" ], "x-ms-request-id": [ - "6c216d45-3dbd-40e5-a2f9-29f9e7c23bb5" + "fd5d7562-4a5a-4b51-bf23-8bb4d5cc5270" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -13131,16 +12056,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "42" + "61" ], "x-ms-correlation-request-id": [ - "6c216d45-3dbd-40e5-a2f9-29f9e7c23bb5" + "fd5d7562-4a5a-4b51-bf23-8bb4d5cc5270" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101832Z:6c216d45-3dbd-40e5-a2f9-29f9e7c23bb5" + "JIOINDIAWEST:20210518T155712Z:fd5d7562-4a5a-4b51-bf23-8bb4d5cc5270" ], "Date": [ - "Mon, 15 Feb 2021 10:18:32 GMT" + "Tue, 18 May 2021 15:57:11 GMT" ], "Content-Length": [ "1172" @@ -13152,17 +12077,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT12M12.5237377S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.2185699S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT12M13.5410039S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.5222495S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -13170,8 +12095,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13189,11 +12114,11 @@ "nosniff" ], "x-ms-request-id": [ - "ac2fef4e-48ec-48c1-b139-1d51891fd664" + "243599a8-f15b-4320-8178-a23153585586" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -13202,16 +12127,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "41" + "60" ], "x-ms-correlation-request-id": [ - "ac2fef4e-48ec-48c1-b139-1d51891fd664" + "243599a8-f15b-4320-8178-a23153585586" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101903Z:ac2fef4e-48ec-48c1-b139-1d51891fd664" + "JIOINDIAWEST:20210518T155742Z:243599a8-f15b-4320-8178-a23153585586" ], "Date": [ - "Mon, 15 Feb 2021 10:19:02 GMT" + "Tue, 18 May 2021 15:57:41 GMT" ], "Content-Length": [ "1172" @@ -13223,17 +12148,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT12M42.9361728S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.2185699S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT12M44.0208698S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.5222495S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -13241,8 +12166,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13260,11 +12185,11 @@ "nosniff" ], "x-ms-request-id": [ - "a875bc3e-4588-41fa-8e7c-bde941292b3b" + "7925431e-ffe4-4263-ba5b-f4de46645bd9" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -13273,19 +12198,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "40" + "59" ], "x-ms-correlation-request-id": [ - "a875bc3e-4588-41fa-8e7c-bde941292b3b" + "7925431e-ffe4-4263-ba5b-f4de46645bd9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T101933Z:a875bc3e-4588-41fa-8e7c-bde941292b3b" + "JIOINDIAWEST:20210518T155812Z:7925431e-ffe4-4263-ba5b-f4de46645bd9" ], "Date": [ - "Mon, 15 Feb 2021 10:19:32 GMT" + "Tue, 18 May 2021 15:58:12 GMT" ], "Content-Length": [ - "1171" + "1172" ], "Content-Type": [ "application/json" @@ -13294,17 +12219,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT13M13.332642S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.2185699S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT13M14.4375577S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.5222495S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -13312,8 +12237,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13331,11 +12256,11 @@ "nosniff" ], "x-ms-request-id": [ - "4e8a9d5d-e2b8-413e-bf87-92e81bad5552" + "7466e940-4fd8-4ffd-8223-69664c4f3d40" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -13344,16 +12269,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "39" + "58" ], "x-ms-correlation-request-id": [ - "4e8a9d5d-e2b8-413e-bf87-92e81bad5552" + "7466e940-4fd8-4ffd-8223-69664c4f3d40" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102004Z:4e8a9d5d-e2b8-413e-bf87-92e81bad5552" + "JIOINDIAWEST:20210518T155843Z:7466e940-4fd8-4ffd-8223-69664c4f3d40" ], "Date": [ - "Mon, 15 Feb 2021 10:20:04 GMT" + "Tue, 18 May 2021 15:58:43 GMT" ], "Content-Length": [ "1172" @@ -13365,17 +12290,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT13M43.7503138S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.2185699S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT13M45.4391161S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.5222495S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -13383,8 +12308,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13402,11 +12327,11 @@ "nosniff" ], "x-ms-request-id": [ - "8ee720bf-04ee-429d-9280-296c2b722a3b" + "d59e3279-4a59-4fbf-a17f-afa54a54264a" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -13415,16 +12340,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "38" + "57" ], "x-ms-correlation-request-id": [ - "8ee720bf-04ee-429d-9280-296c2b722a3b" + "d59e3279-4a59-4fbf-a17f-afa54a54264a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102034Z:8ee720bf-04ee-429d-9280-296c2b722a3b" + "JIOINDIAWEST:20210518T155914Z:d59e3279-4a59-4fbf-a17f-afa54a54264a" ], "Date": [ - "Mon, 15 Feb 2021 10:20:33 GMT" + "Tue, 18 May 2021 15:59:13 GMT" ], "Content-Length": [ "1172" @@ -13436,17 +12361,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT14M14.1688577S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.2185699S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT14M15.8702044S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.5222495S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -13454,8 +12379,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13473,11 +12398,11 @@ "nosniff" ], "x-ms-request-id": [ - "2d3340a2-f9a0-471f-bade-f7418155f677" + "344ac699-8787-4c42-b488-f0e6191a46f1" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -13486,16 +12411,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "37" + "56" ], "x-ms-correlation-request-id": [ - "2d3340a2-f9a0-471f-bade-f7418155f677" + "344ac699-8787-4c42-b488-f0e6191a46f1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102105Z:2d3340a2-f9a0-471f-bade-f7418155f677" + "JIOINDIAWEST:20210518T155944Z:344ac699-8787-4c42-b488-f0e6191a46f1" ], "Date": [ - "Mon, 15 Feb 2021 10:21:04 GMT" + "Tue, 18 May 2021 15:59:44 GMT" ], "Content-Length": [ "1172" @@ -13507,17 +12432,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT14M44.7217464S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.2185699S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT14M46.3022855S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.5222495S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -13525,8 +12450,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13544,11 +12469,11 @@ "nosniff" ], "x-ms-request-id": [ - "eb552b92-d6ae-4897-89b0-2469ae7b99ba" + "820d24e1-8fbb-43db-b2d4-f3a8ad83bbf1" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -13557,19 +12482,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "36" + "55" ], "x-ms-correlation-request-id": [ - "eb552b92-d6ae-4897-89b0-2469ae7b99ba" + "820d24e1-8fbb-43db-b2d4-f3a8ad83bbf1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102135Z:eb552b92-d6ae-4897-89b0-2469ae7b99ba" + "JIOINDIAWEST:20210518T160015Z:820d24e1-8fbb-43db-b2d4-f3a8ad83bbf1" ], "Date": [ - "Mon, 15 Feb 2021 10:21:34 GMT" + "Tue, 18 May 2021 16:00:15 GMT" ], "Content-Length": [ - "1171" + "1172" ], "Content-Type": [ "application/json" @@ -13578,17 +12503,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT15M15.195336S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.2185699S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT15M16.8644188S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.5222495S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -13596,8 +12521,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13615,11 +12540,11 @@ "nosniff" ], "x-ms-request-id": [ - "47efa8b9-b77a-4c1c-b232-81768ef5503d" + "8322e084-c98d-4bc7-b5d9-c704826a625b" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -13628,16 +12553,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "35" + "54" ], "x-ms-correlation-request-id": [ - "47efa8b9-b77a-4c1c-b232-81768ef5503d" + "8322e084-c98d-4bc7-b5d9-c704826a625b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102206Z:47efa8b9-b77a-4c1c-b232-81768ef5503d" + "JIOINDIAWEST:20210518T160045Z:8322e084-c98d-4bc7-b5d9-c704826a625b" ], "Date": [ - "Mon, 15 Feb 2021 10:22:05 GMT" + "Tue, 18 May 2021 16:00:45 GMT" ], "Content-Length": [ "1172" @@ -13649,17 +12574,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT15M46.0031417S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.2185699S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT15M47.3820357S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.5222495S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -13667,8 +12592,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13686,11 +12611,11 @@ "nosniff" ], "x-ms-request-id": [ - "88b641d9-dbc5-4f00-9005-51d4e6348987" + "13255830-63d4-476e-a224-1dc2c88f44f2" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -13699,16 +12624,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "34" + "53" ], "x-ms-correlation-request-id": [ - "88b641d9-dbc5-4f00-9005-51d4e6348987" + "13255830-63d4-476e-a224-1dc2c88f44f2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102236Z:88b641d9-dbc5-4f00-9005-51d4e6348987" + "JIOINDIAWEST:20210518T160116Z:13255830-63d4-476e-a224-1dc2c88f44f2" ], "Date": [ - "Mon, 15 Feb 2021 10:22:36 GMT" + "Tue, 18 May 2021 16:01:15 GMT" ], "Content-Length": [ "1172" @@ -13720,17 +12645,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT16M16.4504172S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.2185699S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT16M17.8168585S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.5222495S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -13738,8 +12663,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13757,11 +12682,11 @@ "nosniff" ], "x-ms-request-id": [ - "3ede5e00-c3aa-4c76-952c-261e0a26bba8" + "d4792631-0367-431a-aa9a-9317ce9b5843" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -13770,19 +12695,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "33" + "52" ], "x-ms-correlation-request-id": [ - "3ede5e00-c3aa-4c76-952c-261e0a26bba8" + "d4792631-0367-431a-aa9a-9317ce9b5843" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102307Z:3ede5e00-c3aa-4c76-952c-261e0a26bba8" + "JIOINDIAWEST:20210518T160146Z:d4792631-0367-431a-aa9a-9317ce9b5843" ], "Date": [ - "Mon, 15 Feb 2021 10:23:06 GMT" + "Tue, 18 May 2021 16:01:46 GMT" ], "Content-Length": [ - "1172" + "1171" ], "Content-Type": [ "application/json" @@ -13791,17 +12716,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT16M46.8952773S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.2185699S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT16M48.303109S\",\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 \"taskExecutionDetails\": \"67.5 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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 53.0,\r\n \"estimatedRemainingDuration\": \"PT10M37.5222495S\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2E1N2U3Zjc3LTc1ZWItNGM2MC1hNjc3LTM2MjVhZGNmMDEzMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzL2MwNzc3OTUzLTBiMTAtNGJmYy1iN2YxLWZhYTg0NjY5NWVkNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185" ], "Accept-Language": [ "en-US" @@ -13809,8 +12734,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13828,11 +12753,11 @@ "nosniff" ], "x-ms-request-id": [ - "27e57645-a32d-47d1-bbb8-63c982d52d71" + "2e71061a-27cc-4600-b00f-840ddb4c3bf1" ], "x-ms-client-request-id": [ - "e5472dfd-6500-4379-9a0a-3ae465219759", - "e5472dfd-6500-4379-9a0a-3ae465219759" + "89c15299-48e0-49d5-b655-98fc2241b185", + "89c15299-48e0-49d5-b655-98fc2241b185" ], "X-Powered-By": [ "ASP.NET" @@ -13841,19 +12766,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "32" + "51" ], "x-ms-correlation-request-id": [ - "27e57645-a32d-47d1-bbb8-63c982d52d71" + "2e71061a-27cc-4600-b00f-840ddb4c3bf1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102337Z:27e57645-a32d-47d1-bbb8-63c982d52d71" + "JIOINDIAWEST:20210518T160217Z:2e71061a-27cc-4600-b00f-840ddb4c3bf1" ], "Date": [ - "Mon, 15 Feb 2021 10:23:36 GMT" + "Tue, 18 May 2021 16:02:17 GMT" ], "Content-Length": [ - "1710" + "1711" ], "Content-Type": [ "application/json" @@ -13862,23 +12787,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"name\": \"a57e7f77-75eb-4c60-a677-3625adcf0130\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT17M4.367076S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\",\r\n \"Config Blob Name\": \"config-pstestvmc560e0-a57e7f77-75eb-4c60-a677-3625adcf0130.json\",\r\n \"Config Blob Container Name\": \"pstestvmc560e0-b3786932e683490c9e827ed54c6d5820\",\r\n \"Config Blob Uri\": \"https://pstestsac560e179.blob.core.windows.net/pstestvmc560e0-b3786932e683490c9e827ed54c6d5820/config-pstestvmc560e0-a57e7f77-75eb-4c60-a677-3625adcf0130.json\",\r\n \"Template Blob Uri\": \"https://pstestsac560e179.blob.core.windows.net/pstestvmc560e0-b3786932e683490c9e827ed54c6d5820/azuredeploya57e7f77-75eb-4c60-a677-3625adcf0130.json\"\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\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T10:06:20.0053457Z\",\r\n \"endTime\": \"2021-02-15T10:23:24.3724217Z\",\r\n \"activityId\": \"e5472dfd-6500-4379-9a0a-3ae465219759\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"name\": \"c0777953-0b10-4bfc-b7f1-faa846695ed6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT17M4.6289041S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\",\r\n \"Config Blob Name\": \"config-pstestvm157430-c0777953-0b10-4bfc-b7f1-faa846695ed6.json\",\r\n \"Config Blob Container Name\": \"pstestvm157430-b3a195333dc7433a9f2991859b9ded39\",\r\n \"Config Blob Uri\": \"https://pstestsa1574334b.blob.core.windows.net/pstestvm157430-b3a195333dc7433a9f2991859b9ded39/config-pstestvm157430-c0777953-0b10-4bfc-b7f1-faa846695ed6.json\",\r\n \"Template Blob Uri\": \"https://pstestsa1574334b.blob.core.windows.net/pstestvm157430-b3a195333dc7433a9f2991859b9ded39/azuredeployc0777953-0b10-4bfc-b7f1-faa846695ed6.json\"\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\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T15:44:58.0642443Z\",\r\n \"endTime\": \"2021-05-18T16:02:02.6931484Z\",\r\n \"activityId\": \"89c15299-48e0-49d5-b655-98fc2241b185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationsStatus/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZ2M1NjBlMTc5O3BzdGVzdHZtYzU2MGUwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnYzU2MGUxNzk7cHN0ZXN0dm1jNTYwZTAvb3BlcmF0aW9uc1N0YXR1cy8yNzE5MDQ2OC00MjcxLTQxMmItODQ0Yy1iMjhmZWQzNjczYzE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationsStatus/5abf7f39-c16c-4a7e-be68-a3264a92a33c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzE1NzQzMzRiO3BzdGVzdHZtMTU3NDMwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnMTU3NDMzNGI7cHN0ZXN0dm0xNTc0MzAvb3BlcmF0aW9uc1N0YXR1cy81YWJmN2YzOS1jMTZjLTRhN2UtYmU2OC1hMzI2NGE5MmEzM2M/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13892,11 +12817,11 @@ "nosniff" ], "x-ms-request-id": [ - "867d34a4-602f-42fd-a5a3-3c7618436f7a" + "aed6a673-4399-4e79-bff4-f32ba1b027c0" ], "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45", - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3", + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13911,16 +12836,16 @@ "148" ], "x-ms-correlation-request-id": [ - "867d34a4-602f-42fd-a5a3-3c7618436f7a" + "aed6a673-4399-4e79-bff4-f32ba1b027c0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102439Z:867d34a4-602f-42fd-a5a3-3c7618436f7a" + "JIOINDIAWEST:20210518T160319Z:aed6a673-4399-4e79-bff4-f32ba1b027c0" ], "Date": [ - "Mon, 15 Feb 2021 10:24:38 GMT" + "Tue, 18 May 2021 16:03:19 GMT" ], "Content-Length": [ - "304" + "302" ], "Content-Type": [ "application/json" @@ -13929,23 +12854,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"27190468-4271-412b-844c-b28fed3673c1\",\r\n \"name\": \"27190468-4271-412b-844c-b28fed3673c1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:23:38.4426114Z\",\r\n \"endTime\": \"2021-02-15T10:23:38.4426114Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"27190468-4271-412b-844c-b28fed3673c1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"name\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T16:02:18.452862Z\",\r\n \"endTime\": \"2021-05-18T16:02:18.452862Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationResults/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZ2M1NjBlMTc5O3BzdGVzdHZtYzU2MGUwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnYzU2MGUxNzk7cHN0ZXN0dm1jNTYwZTAvb3BlcmF0aW9uUmVzdWx0cy8yNzE5MDQ2OC00MjcxLTQxMmItODQ0Yy1iMjhmZWQzNjczYzE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationResults/5abf7f39-c16c-4a7e-be68-a3264a92a33c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lcjtpYWFzdm1jb250YWluZXJ2Mjtwc3Rlc3RyZzE1NzQzMzRiO3BzdGVzdHZtMTU3NDMwL3Byb3RlY3RlZEl0ZW1zL1ZNO2lhYXN2bWNvbnRhaW5lcnYyO3BzdGVzdHJnMTU3NDMzNGI7cHN0ZXN0dm0xNTc0MzAvb3BlcmF0aW9uUmVzdWx0cy81YWJmN2YzOS1jMTZjLTRhN2UtYmU2OC1hMzI2NGE5MmEzM2M/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -13959,17 +12884,17 @@ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/protectedItems/VM;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0/operationsStatus/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/protectedItems/VM;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430/operationsStatus/5abf7f39-c16c-4a7e-be68-a3264a92a33c?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f864b361-e918-4dbe-8018-1f3ea76606d9" + "0cfa281f-1461-4e52-849b-6471a161635e" ], "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45", - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3", + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13981,13 +12906,13 @@ "148" ], "x-ms-correlation-request-id": [ - "f864b361-e918-4dbe-8018-1f3ea76606d9" + "0cfa281f-1461-4e52-849b-6471a161635e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102439Z:f864b361-e918-4dbe-8018-1f3ea76606d9" + "JIOINDIAWEST:20210518T160320Z:0cfa281f-1461-4e52-849b-6471a161635e" ], "Date": [ - "Mon, 15 Feb 2021 10:24:39 GMT" + "Tue, 18 May 2021 16:03:20 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -14000,13 +12925,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zLzI3MTkwNDY4LTQyNzEtNDEyYi04NDRjLWIyOGZlZDM2NzNjMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/5abf7f39-c16c-4a7e-be68-a3264a92a33c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzVhYmY3ZjM5LWMxNmMtNGE3ZS1iZTY4LWEzMjY0YTkyYTMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Accept-Language": [ "en-US" @@ -14014,8 +12939,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -14029,11 +12954,11 @@ "nosniff" ], "x-ms-request-id": [ - "dda3bbf3-dd22-48df-885b-278ce2259727" + "9b7d247a-87ef-49dc-9f03-40bc6bc89006" ], "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45", - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3", + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14048,16 +12973,16 @@ "136" ], "x-ms-correlation-request-id": [ - "dda3bbf3-dd22-48df-885b-278ce2259727" + "9b7d247a-87ef-49dc-9f03-40bc6bc89006" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102439Z:dda3bbf3-dd22-48df-885b-278ce2259727" + "JIOINDIAWEST:20210518T160321Z:9b7d247a-87ef-49dc-9f03-40bc6bc89006" ], "Date": [ - "Mon, 15 Feb 2021 10:24:39 GMT" + "Tue, 18 May 2021 16:03:20 GMT" ], "Content-Length": [ - "304" + "302" ], "Content-Type": [ "application/json" @@ -14066,17 +12991,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"27190468-4271-412b-844c-b28fed3673c1\",\r\n \"name\": \"27190468-4271-412b-844c-b28fed3673c1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:23:38.4426114Z\",\r\n \"endTime\": \"2021-02-15T10:23:38.4426114Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"27190468-4271-412b-844c-b28fed3673c1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"name\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T16:02:18.452862Z\",\r\n \"endTime\": \"2021-05-18T16:02:18.452862Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zLzI3MTkwNDY4LTQyNzEtNDEyYi04NDRjLWIyOGZlZDM2NzNjMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/5abf7f39-c16c-4a7e-be68-a3264a92a33c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzVhYmY3ZjM5LWMxNmMtNGE3ZS1iZTY4LWEzMjY0YTkyYTMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Accept-Language": [ "en-US" @@ -14084,8 +13009,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -14099,11 +13024,11 @@ "nosniff" ], "x-ms-request-id": [ - "11c06792-8f3d-4e2d-b018-5cf36b1587b4" + "4a0cfa8c-937b-482f-8f7f-258402a758c0" ], "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45", - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3", + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14118,87 +13043,16 @@ "135" ], "x-ms-correlation-request-id": [ - "11c06792-8f3d-4e2d-b018-5cf36b1587b4" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102439Z:11c06792-8f3d-4e2d-b018-5cf36b1587b4" - ], - "Date": [ - "Mon, 15 Feb 2021 10:24:39 GMT" - ], - "Content-Length": [ - "304" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"27190468-4271-412b-844c-b28fed3673c1\",\r\n \"name\": \"27190468-4271-412b-844c-b28fed3673c1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:23:38.4426114Z\",\r\n \"endTime\": \"2021-02-15T10:23:38.4426114Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"27190468-4271-412b-844c-b28fed3673c1\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzI3MTkwNDY4LTQyNzEtNDEyYi04NDRjLWIyOGZlZDM2NzNjMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "9ff21cc4-9991-44af-89fd-4759429e8de3" - ], - "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45", - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "31" - ], - "x-ms-correlation-request-id": [ - "9ff21cc4-9991-44af-89fd-4759429e8de3" + "4a0cfa8c-937b-482f-8f7f-258402a758c0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102440Z:9ff21cc4-9991-44af-89fd-4759429e8de3" + "JIOINDIAWEST:20210518T160322Z:4a0cfa8c-937b-482f-8f7f-258402a758c0" ], "Date": [ - "Mon, 15 Feb 2021 10:24:40 GMT" + "Tue, 18 May 2021 16:03:21 GMT" ], "Content-Length": [ - "1109" + "302" ], "Content-Type": [ "application/json" @@ -14207,17 +13061,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1\",\r\n \"name\": \"27190468-4271-412b-844c-b28fed3673c1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT1M1.2937687S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\",\r\n \"Target resource group\": \"PSTestRGc560e1791\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:23:38.4426114Z\",\r\n \"activityId\": \"2ad075d8-010f-4bb6-8e9a-feaf13593f45\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"name\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T16:02:18.452862Z\",\r\n \"endTime\": \"2021-05-18T16:02:18.452862Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzI3MTkwNDY4LTQyNzEtNDEyYi04NDRjLWIyOGZlZDM2NzNjMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/5abf7f39-c16c-4a7e-be68-a3264a92a33c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzVhYmY3ZjM5LWMxNmMtNGE3ZS1iZTY4LWEzMjY0YTkyYTMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Accept-Language": [ "en-US" @@ -14225,8 +13079,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -14244,11 +13098,11 @@ "nosniff" ], "x-ms-request-id": [ - "8cedc250-b844-42ce-8b29-13f0b10e7560" + "fb004118-5d5d-4304-946d-40d157e48ab4" ], "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45", - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3", + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "X-Powered-By": [ "ASP.NET" @@ -14257,19 +13111,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "30" + "50" ], "x-ms-correlation-request-id": [ - "8cedc250-b844-42ce-8b29-13f0b10e7560" + "fb004118-5d5d-4304-946d-40d157e48ab4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102440Z:8cedc250-b844-42ce-8b29-13f0b10e7560" + "JIOINDIAWEST:20210518T160322Z:fb004118-5d5d-4304-946d-40d157e48ab4" ], "Date": [ - "Mon, 15 Feb 2021 10:24:40 GMT" + "Tue, 18 May 2021 16:03:22 GMT" ], "Content-Length": [ - "1109" + "1108" ], "Content-Type": [ "application/json" @@ -14278,17 +13132,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1\",\r\n \"name\": \"27190468-4271-412b-844c-b28fed3673c1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT1M1.6758363S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\",\r\n \"Target resource group\": \"PSTestRGc560e1791\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:23:38.4426114Z\",\r\n \"activityId\": \"2ad075d8-010f-4bb6-8e9a-feaf13593f45\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"name\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT1M2.9540845S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\",\r\n \"Target resource group\": \"PSTestRG1574334b1\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:02:18.452862Z\",\r\n \"activityId\": \"5534bb2d-8dce-49be-851b-2baa996a6dc3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzI3MTkwNDY4LTQyNzEtNDEyYi04NDRjLWIyOGZlZDM2NzNjMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/5abf7f39-c16c-4a7e-be68-a3264a92a33c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzVhYmY3ZjM5LWMxNmMtNGE3ZS1iZTY4LWEzMjY0YTkyYTMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Accept-Language": [ "en-US" @@ -14296,8 +13150,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -14315,11 +13169,11 @@ "nosniff" ], "x-ms-request-id": [ - "4f606095-2015-444a-98d3-c43a202541f3" + "879c0267-80a5-494a-a128-9c70c1a20806" ], "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45", - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3", + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "X-Powered-By": [ "ASP.NET" @@ -14328,19 +13182,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "29" + "49" ], "x-ms-correlation-request-id": [ - "4f606095-2015-444a-98d3-c43a202541f3" + "879c0267-80a5-494a-a128-9c70c1a20806" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102511Z:4f606095-2015-444a-98d3-c43a202541f3" + "JIOINDIAWEST:20210518T160324Z:879c0267-80a5-494a-a128-9c70c1a20806" ], "Date": [ - "Mon, 15 Feb 2021 10:25:11 GMT" + "Tue, 18 May 2021 16:03:23 GMT" ], "Content-Length": [ - "1110" + "1107" ], "Content-Type": [ "application/json" @@ -14349,17 +13203,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1\",\r\n \"name\": \"27190468-4271-412b-844c-b28fed3673c1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT1M32.0968716S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\",\r\n \"Target resource group\": \"PSTestRGc560e1791\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:23:38.4426114Z\",\r\n \"activityId\": \"2ad075d8-010f-4bb6-8e9a-feaf13593f45\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"name\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT1M4.411621S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\",\r\n \"Target resource group\": \"PSTestRG1574334b1\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:02:18.452862Z\",\r\n \"activityId\": \"5534bb2d-8dce-49be-851b-2baa996a6dc3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzI3MTkwNDY4LTQyNzEtNDEyYi04NDRjLWIyOGZlZDM2NzNjMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/5abf7f39-c16c-4a7e-be68-a3264a92a33c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzVhYmY3ZjM5LWMxNmMtNGE3ZS1iZTY4LWEzMjY0YTkyYTMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Accept-Language": [ "en-US" @@ -14367,8 +13221,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -14386,11 +13240,11 @@ "nosniff" ], "x-ms-request-id": [ - "b414715e-79d6-40aa-8250-c9d1aab6a506" + "1b3ae61c-7deb-4ac3-9da7-e714eb475e35" ], "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45", - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3", + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "X-Powered-By": [ "ASP.NET" @@ -14399,16 +13253,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "28" + "48" ], "x-ms-correlation-request-id": [ - "b414715e-79d6-40aa-8250-c9d1aab6a506" + "1b3ae61c-7deb-4ac3-9da7-e714eb475e35" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102541Z:b414715e-79d6-40aa-8250-c9d1aab6a506" + "JIOINDIAWEST:20210518T160354Z:1b3ae61c-7deb-4ac3-9da7-e714eb475e35" ], "Date": [ - "Mon, 15 Feb 2021 10:25:41 GMT" + "Tue, 18 May 2021 16:03:53 GMT" ], "Content-Length": [ "1109" @@ -14420,17 +13274,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1\",\r\n \"name\": \"27190468-4271-412b-844c-b28fed3673c1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT2M2.5144205S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\",\r\n \"Target resource group\": \"PSTestRGc560e1791\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:23:38.4426114Z\",\r\n \"activityId\": \"2ad075d8-010f-4bb6-8e9a-feaf13593f45\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"name\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT1M34.8831261S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\",\r\n \"Target resource group\": \"PSTestRG1574334b1\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 1.0\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:02:18.452862Z\",\r\n \"activityId\": \"5534bb2d-8dce-49be-851b-2baa996a6dc3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzI3MTkwNDY4LTQyNzEtNDEyYi04NDRjLWIyOGZlZDM2NzNjMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/5abf7f39-c16c-4a7e-be68-a3264a92a33c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzVhYmY3ZjM5LWMxNmMtNGE3ZS1iZTY4LWEzMjY0YTkyYTMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Accept-Language": [ "en-US" @@ -14438,8 +13292,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -14457,11 +13311,11 @@ "nosniff" ], "x-ms-request-id": [ - "5a5db94d-0f88-4032-a074-620eaf5321b9" + "6893c1d7-bb01-4a75-9d53-42a43e118669" ], "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45", - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3", + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "X-Powered-By": [ "ASP.NET" @@ -14470,19 +13324,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "27" + "47" ], "x-ms-correlation-request-id": [ - "5a5db94d-0f88-4032-a074-620eaf5321b9" + "6893c1d7-bb01-4a75-9d53-42a43e118669" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102611Z:5a5db94d-0f88-4032-a074-620eaf5321b9" + "JIOINDIAWEST:20210518T160425Z:6893c1d7-bb01-4a75-9d53-42a43e118669" ], "Date": [ - "Mon, 15 Feb 2021 10:26:10 GMT" + "Tue, 18 May 2021 16:04:24 GMT" ], "Content-Length": [ - "1201" + "1199" ], "Content-Type": [ "application/json" @@ -14491,17 +13345,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1\",\r\n \"name\": \"27190468-4271-412b-844c-b28fed3673c1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT2M32.9077188S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\",\r\n \"Target resource group\": \"PSTestRGc560e1791\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 99.0,\r\n \"estimatedRemainingDuration\": \"PT2M\"\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:23:38.4426114Z\",\r\n \"activityId\": \"2ad075d8-010f-4bb6-8e9a-feaf13593f45\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"name\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT2M5.3364452S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\",\r\n \"Target resource group\": \"PSTestRG1574334b1\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 99.0,\r\n \"estimatedRemainingDuration\": \"PT2M\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:02:18.452862Z\",\r\n \"activityId\": \"5534bb2d-8dce-49be-851b-2baa996a6dc3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzI3MTkwNDY4LTQyNzEtNDEyYi04NDRjLWIyOGZlZDM2NzNjMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/5abf7f39-c16c-4a7e-be68-a3264a92a33c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzVhYmY3ZjM5LWMxNmMtNGE3ZS1iZTY4LWEzMjY0YTkyYTMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Accept-Language": [ "en-US" @@ -14509,8 +13363,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -14528,11 +13382,11 @@ "nosniff" ], "x-ms-request-id": [ - "29891f05-15b1-43ba-ba80-45d4b8a474b0" + "07e8c4a6-3d98-498d-b051-fb8dc0882b37" ], "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45", - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3", + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "X-Powered-By": [ "ASP.NET" @@ -14541,16 +13395,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "26" + "46" ], "x-ms-correlation-request-id": [ - "29891f05-15b1-43ba-ba80-45d4b8a474b0" + "07e8c4a6-3d98-498d-b051-fb8dc0882b37" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102642Z:29891f05-15b1-43ba-ba80-45d4b8a474b0" + "JIOINDIAWEST:20210518T160456Z:07e8c4a6-3d98-498d-b051-fb8dc0882b37" ], "Date": [ - "Mon, 15 Feb 2021 10:26:42 GMT" + "Tue, 18 May 2021 16:04:55 GMT" ], "Content-Length": [ "1200" @@ -14562,17 +13416,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1\",\r\n \"name\": \"27190468-4271-412b-844c-b28fed3673c1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT3M3.4546216S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\",\r\n \"Target resource group\": \"PSTestRGc560e1791\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 99.0,\r\n \"estimatedRemainingDuration\": \"PT2M\"\r\n },\r\n \"entityFriendlyName\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:23:38.4426114Z\",\r\n \"activityId\": \"2ad075d8-010f-4bb6-8e9a-feaf13593f45\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"name\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT2M36.3712091S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\",\r\n \"Target resource group\": \"PSTestRG1574334b1\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"restoreLocationType\": \"RestoreDisks\"\r\n },\r\n \"progressPercentage\": 99.0,\r\n \"estimatedRemainingDuration\": \"PT2M\"\r\n },\r\n \"entityFriendlyName\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:02:18.452862Z\",\r\n \"activityId\": \"5534bb2d-8dce-49be-851b-2baa996a6dc3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzLzI3MTkwNDY4LTQyNzEtNDEyYi04NDRjLWIyOGZlZDM2NzNjMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/5abf7f39-c16c-4a7e-be68-a3264a92a33c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzVhYmY3ZjM5LWMxNmMtNGE3ZS1iZTY4LWEzMjY0YTkyYTMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "Accept-Language": [ "en-US" @@ -14580,8 +13434,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -14599,11 +13453,11 @@ "nosniff" ], "x-ms-request-id": [ - "83c7c623-db90-4d33-9c3a-948175ac8115" + "02be93d3-979d-4362-a5c5-524e67c53f83" ], "x-ms-client-request-id": [ - "2ad075d8-010f-4bb6-8e9a-feaf13593f45", - "2ad075d8-010f-4bb6-8e9a-feaf13593f45" + "5534bb2d-8dce-49be-851b-2baa996a6dc3", + "5534bb2d-8dce-49be-851b-2baa996a6dc3" ], "X-Powered-By": [ "ASP.NET" @@ -14612,19 +13466,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "25" + "45" ], "x-ms-correlation-request-id": [ - "83c7c623-db90-4d33-9c3a-948175ac8115" + "02be93d3-979d-4362-a5c5-524e67c53f83" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102712Z:83c7c623-db90-4d33-9c3a-948175ac8115" + "JIOINDIAWEST:20210518T160526Z:02be93d3-979d-4362-a5c5-524e67c53f83" ], "Date": [ - "Mon, 15 Feb 2021 10:27:12 GMT" + "Tue, 18 May 2021 16:05:26 GMT" ], "Content-Length": [ - "1754" + "1753" ], "Content-Type": [ "application/json" @@ -14633,17 +13487,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/27190468-4271-412b-844c-b28fed3673c1\",\r\n \"name\": \"27190468-4271-412b-844c-b28fed3673c1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT3M5.1818654S\",\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\": \"pstestsac560e179\",\r\n \"Recovery point time \": \"2/15/2021 9:25:05 AM\",\r\n \"Config Blob Name\": \"config-pstestvmc560e0-27190468-4271-412b-844c-b28fed3673c1.json\",\r\n \"Config Blob Container Name\": \"pstestvmc560e0-e5259c968a4a421ab02dc75d183ec9fe\",\r\n \"Config Blob Uri\": \"https://pstestsac560e179.blob.core.windows.net/pstestvmc560e0-e5259c968a4a421ab02dc75d183ec9fe/config-pstestvmc560e0-27190468-4271-412b-844c-b28fed3673c1.json\",\r\n \"Target resource group\": \"PSTestRGc560e1791\",\r\n \"Template Blob Uri\": \"https://pstestsac560e179.blob.core.windows.net/pstestvmc560e0-e5259c968a4a421ab02dc75d183ec9fe/azuredeploy27190468-4271-412b-844c-b28fed3673c1.json\"\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\": \"pstestvmc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T10:23:38.4426114Z\",\r\n \"endTime\": \"2021-02-15T10:26:43.6244768Z\",\r\n \"activityId\": \"2ad075d8-010f-4bb6-8e9a-feaf13593f45\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"name\": \"5abf7f39-c16c-4a7e-be68-a3264a92a33c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT3M4.4526186S\",\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\": \"pstestsa1574334b\",\r\n \"Recovery point time \": \"5/18/2021 3:13:18 PM\",\r\n \"Config Blob Name\": \"config-pstestvm157430-5abf7f39-c16c-4a7e-be68-a3264a92a33c.json\",\r\n \"Config Blob Container Name\": \"pstestvm157430-bee7bf1aeea044dd8efc9744d8e7afc6\",\r\n \"Config Blob Uri\": \"https://pstestsa1574334b.blob.core.windows.net/pstestvm157430-bee7bf1aeea044dd8efc9744d8e7afc6/config-pstestvm157430-5abf7f39-c16c-4a7e-be68-a3264a92a33c.json\",\r\n \"Target resource group\": \"PSTestRG1574334b1\",\r\n \"Template Blob Uri\": \"https://pstestsa1574334b.blob.core.windows.net/pstestvm157430-bee7bf1aeea044dd8efc9744d8e7afc6/azuredeploy5abf7f39-c16c-4a7e-be68-a3264a92a33c.json\"\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\": \"pstestvm157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Restore\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T16:02:18.452862Z\",\r\n \"endTime\": \"2021-05-18T16:05:22.9054806Z\",\r\n \"activityId\": \"5534bb2d-8dce-49be-851b-2baa996a6dc3\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7937378-caa8-4686-bdcd-b4ca92584de9" + "75892259-62ca-4259-abba-451f76b9918e" ], "Accept-Language": [ "en-US" @@ -14651,7 +13505,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -14666,10 +13520,10 @@ "nosniff" ], "x-ms-request-id": [ - "6d32b2dc-abad-47dd-8aba-b15327886390" + "70b95582-82a0-40a2-b005-3ca491c04762" ], "x-ms-client-request-id": [ - "c7937378-caa8-4686-bdcd-b4ca92584de9" + "75892259-62ca-4259-abba-451f76b9918e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14678,16 +13532,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11983" ], "x-ms-correlation-request-id": [ - "6d32b2dc-abad-47dd-8aba-b15327886390" + "70b95582-82a0-40a2-b005-3ca491c04762" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102713Z:6d32b2dc-abad-47dd-8aba-b15327886390" + "SOUTHINDIA:20210518T160527Z:70b95582-82a0-40a2-b005-3ca491c04762" ], "Date": [ - "Mon, 15 Feb 2021 10:27:12 GMT" + "Tue, 18 May 2021 16:05:26 GMT" ], "Content-Length": [ "478" @@ -14699,17 +13553,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVc560e179\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T09%3A24%3A21.2002275Z'\\\"\",\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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV1574334b\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T15%3A12%3A30.1094896Z'\\\"\",\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/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b\",\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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00310baf-60ae-4575-94db-64cfefd5a55c" + "ed97e75b-6dad-47af-b76c-a1e4519ae290" ], "Accept-Language": [ "en-US" @@ -14717,8 +13571,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -14732,11 +13586,11 @@ "nosniff" ], "x-ms-request-id": [ - "aeaa5c6b-0edf-43b9-96e1-2bc04f7f1839" + "3de5d5db-464e-4280-8f32-bf66625b267b" ], "x-ms-client-request-id": [ - "00310baf-60ae-4575-94db-64cfefd5a55c", - "00310baf-60ae-4575-94db-64cfefd5a55c" + "ed97e75b-6dad-47af-b76c-a1e4519ae290", + "ed97e75b-6dad-47af-b76c-a1e4519ae290" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14748,16 +13602,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "147" ], "x-ms-correlation-request-id": [ - "aeaa5c6b-0edf-43b9-96e1-2bc04f7f1839" + "3de5d5db-464e-4280-8f32-bf66625b267b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102713Z:aeaa5c6b-0edf-43b9-96e1-2bc04f7f1839" + "JIOINDIAWEST:20210518T160527Z:3de5d5db-464e-4280-8f32-bf66625b267b" ], "Date": [ - "Mon, 15 Feb 2021 10:27:13 GMT" + "Tue, 18 May 2021 16:05:27 GMT" ], "Content-Length": [ "914" @@ -14769,17 +13623,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.Compute/virtualMachines/PSTestVMc560e0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc560e179\",\r\n \"friendlyName\": \"PSTestVMc560e0\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.Compute/virtualMachines/PSTestVM157430\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG1574334b\",\r\n \"friendlyName\": \"PSTestVM157430\",\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/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc560e179%3Bpstestvmc560e0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjNTYwZTE3OSUzQnBzdGVzdHZtYzU2MGUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M1NjBlMTc5JTNCcHN0ZXN0dm1jNTYwZTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg1574334b%3Bpstestvm157430?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcxNTc0MzM0YiUzQnBzdGVzdHZtMTU3NDMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzE1NzQzMzRiJTNCcHN0ZXN0dm0xNTc0MzA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -14787,8 +13641,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -14799,23 +13653,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperationResults/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperationResults/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "dd8d967a-9816-4d10-9adf-e28cd25a76a5" + "568f83b7-2f99-4431-9edc-5bd92c169a55" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14827,13 +13681,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "dd8d967a-9816-4d10-9adf-e28cd25a76a5" + "568f83b7-2f99-4431-9edc-5bd92c169a55" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102714Z:dd8d967a-9816-4d10-9adf-e28cd25a76a5" + "JIOINDIAWEST:20210518T160528Z:568f83b7-2f99-4431-9edc-5bd92c169a55" ], "Date": [ - "Mon, 15 Feb 2021 10:27:13 GMT" + "Tue, 18 May 2021 16:05:28 GMT" ], "Expires": [ "-1" @@ -14846,83 +13700,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f20ca22-922a-4d43-ab87-1c914ee91e1b" - ], - "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" - ], - "x-ms-correlation-request-id": [ - "6f20ca22-922a-4d43-ab87-1c914ee91e1b" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102714Z:6f20ca22-922a-4d43-ab87-1c914ee91e1b" - ], - "Date": [ - "Mon, 15 Feb 2021 10:27:14 GMT" - ], - "Content-Length": [ - "188" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -14930,8 +13714,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -14945,11 +13729,11 @@ "nosniff" ], "x-ms-request-id": [ - "c899cbc8-098d-4c90-a19f-9ef324ac2dc9" + "7b485266-9212-48e6-a745-817ebf8a79b6" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -14961,16 +13745,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "134" ], "x-ms-correlation-request-id": [ - "c899cbc8-098d-4c90-a19f-9ef324ac2dc9" + "7b485266-9212-48e6-a745-817ebf8a79b6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102720Z:c899cbc8-098d-4c90-a19f-9ef324ac2dc9" + "JIOINDIAWEST:20210518T160529Z:7b485266-9212-48e6-a745-817ebf8a79b6" ], "Date": [ - "Mon, 15 Feb 2021 10:27:19 GMT" + "Tue, 18 May 2021 16:05:29 GMT" ], "Content-Length": [ "188" @@ -14982,17 +13766,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15000,8 +13784,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15015,11 +13799,11 @@ "nosniff" ], "x-ms-request-id": [ - "6dbbb441-03c6-498c-b013-c06b1496b218" + "7d71c703-faf3-4102-85a1-79badb2fe976" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15031,16 +13815,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "133" ], "x-ms-correlation-request-id": [ - "6dbbb441-03c6-498c-b013-c06b1496b218" + "7d71c703-faf3-4102-85a1-79badb2fe976" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102725Z:6dbbb441-03c6-498c-b013-c06b1496b218" + "JIOINDIAWEST:20210518T160534Z:7d71c703-faf3-4102-85a1-79badb2fe976" ], "Date": [ - "Mon, 15 Feb 2021 10:27:25 GMT" + "Tue, 18 May 2021 16:05:34 GMT" ], "Content-Length": [ "188" @@ -15052,17 +13836,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15070,8 +13854,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15085,11 +13869,11 @@ "nosniff" ], "x-ms-request-id": [ - "64d9f2ee-14dd-460c-88c0-a05b0776a1fa" + "2afe0da5-fd0b-4cd7-88b2-735f8b58fd58" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15101,16 +13885,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "132" ], "x-ms-correlation-request-id": [ - "64d9f2ee-14dd-460c-88c0-a05b0776a1fa" + "2afe0da5-fd0b-4cd7-88b2-735f8b58fd58" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102730Z:64d9f2ee-14dd-460c-88c0-a05b0776a1fa" + "JIOINDIAWEST:20210518T160539Z:2afe0da5-fd0b-4cd7-88b2-735f8b58fd58" ], "Date": [ - "Mon, 15 Feb 2021 10:27:30 GMT" + "Tue, 18 May 2021 16:05:39 GMT" ], "Content-Length": [ "188" @@ -15122,17 +13906,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15140,8 +13924,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15155,11 +13939,11 @@ "nosniff" ], "x-ms-request-id": [ - "cf3e85f5-1168-4840-bfe2-e1df8980426d" + "5030a165-62a8-4123-b7c2-a99b8b66aaff" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15171,16 +13955,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "131" ], "x-ms-correlation-request-id": [ - "cf3e85f5-1168-4840-bfe2-e1df8980426d" + "5030a165-62a8-4123-b7c2-a99b8b66aaff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102735Z:cf3e85f5-1168-4840-bfe2-e1df8980426d" + "JIOINDIAWEST:20210518T160545Z:5030a165-62a8-4123-b7c2-a99b8b66aaff" ], "Date": [ - "Mon, 15 Feb 2021 10:27:34 GMT" + "Tue, 18 May 2021 16:05:45 GMT" ], "Content-Length": [ "188" @@ -15192,17 +13976,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15210,8 +13994,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15225,11 +14009,11 @@ "nosniff" ], "x-ms-request-id": [ - "0eacd18c-5ecd-44f0-a6a5-daff08a25f5a" + "da226d53-5b43-4d75-8d46-879c1196a39e" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15241,16 +14025,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "130" ], "x-ms-correlation-request-id": [ - "0eacd18c-5ecd-44f0-a6a5-daff08a25f5a" + "da226d53-5b43-4d75-8d46-879c1196a39e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102740Z:0eacd18c-5ecd-44f0-a6a5-daff08a25f5a" + "JIOINDIAWEST:20210518T160550Z:da226d53-5b43-4d75-8d46-879c1196a39e" ], "Date": [ - "Mon, 15 Feb 2021 10:27:40 GMT" + "Tue, 18 May 2021 16:05:50 GMT" ], "Content-Length": [ "188" @@ -15262,17 +14046,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15280,8 +14064,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15295,11 +14079,11 @@ "nosniff" ], "x-ms-request-id": [ - "1ad9d85b-0803-405b-b282-4622054996df" + "06333882-f1df-4566-9e85-c540cf5c6cba" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15311,16 +14095,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "129" ], "x-ms-correlation-request-id": [ - "1ad9d85b-0803-405b-b282-4622054996df" + "06333882-f1df-4566-9e85-c540cf5c6cba" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102746Z:1ad9d85b-0803-405b-b282-4622054996df" + "JIOINDIAWEST:20210518T160555Z:06333882-f1df-4566-9e85-c540cf5c6cba" ], "Date": [ - "Mon, 15 Feb 2021 10:27:45 GMT" + "Tue, 18 May 2021 16:05:55 GMT" ], "Content-Length": [ "188" @@ -15332,17 +14116,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15350,8 +14134,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15365,11 +14149,11 @@ "nosniff" ], "x-ms-request-id": [ - "035f2991-c1b0-44fd-95f3-23eae9f0936d" + "4c498ced-b8fa-47c1-8ea0-8e0a17c8276a" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15381,16 +14165,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "128" ], "x-ms-correlation-request-id": [ - "035f2991-c1b0-44fd-95f3-23eae9f0936d" + "4c498ced-b8fa-47c1-8ea0-8e0a17c8276a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102751Z:035f2991-c1b0-44fd-95f3-23eae9f0936d" + "JIOINDIAWEST:20210518T160601Z:4c498ced-b8fa-47c1-8ea0-8e0a17c8276a" ], "Date": [ - "Mon, 15 Feb 2021 10:27:50 GMT" + "Tue, 18 May 2021 16:06:00 GMT" ], "Content-Length": [ "188" @@ -15402,17 +14186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15420,8 +14204,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15435,11 +14219,11 @@ "nosniff" ], "x-ms-request-id": [ - "a6ea86df-964e-4f74-b716-6fdcb7183c82" + "9ca27dad-d7ca-493a-a877-41159db2e3d4" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15451,16 +14235,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "127" ], "x-ms-correlation-request-id": [ - "a6ea86df-964e-4f74-b716-6fdcb7183c82" + "9ca27dad-d7ca-493a-a877-41159db2e3d4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102756Z:a6ea86df-964e-4f74-b716-6fdcb7183c82" + "JIOINDIAWEST:20210518T160606Z:9ca27dad-d7ca-493a-a877-41159db2e3d4" ], "Date": [ - "Mon, 15 Feb 2021 10:27:56 GMT" + "Tue, 18 May 2021 16:06:06 GMT" ], "Content-Length": [ "188" @@ -15472,17 +14256,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15490,8 +14274,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15505,11 +14289,11 @@ "nosniff" ], "x-ms-request-id": [ - "d48e9143-899a-45a6-875d-aa58c9a5b25b" + "16c48fe3-6911-4819-a6fd-7b59c8055111" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15521,16 +14305,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "126" ], "x-ms-correlation-request-id": [ - "d48e9143-899a-45a6-875d-aa58c9a5b25b" + "16c48fe3-6911-4819-a6fd-7b59c8055111" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102801Z:d48e9143-899a-45a6-875d-aa58c9a5b25b" + "JIOINDIAWEST:20210518T160611Z:16c48fe3-6911-4819-a6fd-7b59c8055111" ], "Date": [ - "Mon, 15 Feb 2021 10:28:01 GMT" + "Tue, 18 May 2021 16:06:11 GMT" ], "Content-Length": [ "188" @@ -15542,17 +14326,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15560,8 +14344,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15575,11 +14359,11 @@ "nosniff" ], "x-ms-request-id": [ - "0e9f27a6-a4bd-41a2-806c-7090b3ea6096" + "0d6a4708-7637-4d0f-b376-c4a3a7cd0fd4" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15591,16 +14375,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "125" ], "x-ms-correlation-request-id": [ - "0e9f27a6-a4bd-41a2-806c-7090b3ea6096" + "0d6a4708-7637-4d0f-b376-c4a3a7cd0fd4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102807Z:0e9f27a6-a4bd-41a2-806c-7090b3ea6096" + "JIOINDIAWEST:20210518T160617Z:0d6a4708-7637-4d0f-b376-c4a3a7cd0fd4" ], "Date": [ - "Mon, 15 Feb 2021 10:28:06 GMT" + "Tue, 18 May 2021 16:06:16 GMT" ], "Content-Length": [ "188" @@ -15612,17 +14396,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15630,8 +14414,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15645,11 +14429,11 @@ "nosniff" ], "x-ms-request-id": [ - "f34e9188-b29d-44af-98ef-0dc5b9a29693" + "807734c2-7f38-428e-a95b-8345a30d4362" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15661,16 +14445,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "124" ], "x-ms-correlation-request-id": [ - "f34e9188-b29d-44af-98ef-0dc5b9a29693" + "807734c2-7f38-428e-a95b-8345a30d4362" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102812Z:f34e9188-b29d-44af-98ef-0dc5b9a29693" + "JIOINDIAWEST:20210518T160622Z:807734c2-7f38-428e-a95b-8345a30d4362" ], "Date": [ - "Mon, 15 Feb 2021 10:28:12 GMT" + "Tue, 18 May 2021 16:06:21 GMT" ], "Content-Length": [ "188" @@ -15682,17 +14466,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15700,8 +14484,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15715,11 +14499,11 @@ "nosniff" ], "x-ms-request-id": [ - "d5b904ca-8d2c-4de0-a285-372efb2fad61" + "48fa9a39-cefb-43b4-9f61-632c80f915ff" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15731,16 +14515,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "123" ], "x-ms-correlation-request-id": [ - "d5b904ca-8d2c-4de0-a285-372efb2fad61" + "48fa9a39-cefb-43b4-9f61-632c80f915ff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102817Z:d5b904ca-8d2c-4de0-a285-372efb2fad61" + "JIOINDIAWEST:20210518T160627Z:48fa9a39-cefb-43b4-9f61-632c80f915ff" ], "Date": [ - "Mon, 15 Feb 2021 10:28:17 GMT" + "Tue, 18 May 2021 16:06:26 GMT" ], "Content-Length": [ "188" @@ -15752,17 +14536,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15770,8 +14554,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15785,11 +14569,11 @@ "nosniff" ], "x-ms-request-id": [ - "6ea464b2-d483-4ce4-84cd-4dbbc82bbf93" + "b70b4f8c-18e1-41d2-881b-f9dad6016aa6" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15801,16 +14585,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "122" ], "x-ms-correlation-request-id": [ - "6ea464b2-d483-4ce4-84cd-4dbbc82bbf93" + "b70b4f8c-18e1-41d2-881b-f9dad6016aa6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102822Z:6ea464b2-d483-4ce4-84cd-4dbbc82bbf93" + "JIOINDIAWEST:20210518T160632Z:b70b4f8c-18e1-41d2-881b-f9dad6016aa6" ], "Date": [ - "Mon, 15 Feb 2021 10:28:22 GMT" + "Tue, 18 May 2021 16:06:32 GMT" ], "Content-Length": [ "188" @@ -15822,17 +14606,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15840,8 +14624,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15855,11 +14639,11 @@ "nosniff" ], "x-ms-request-id": [ - "45c8f60a-6bac-41ca-a3d9-3582120118fa" + "ded04270-2597-45d7-a983-80bd583bfa93" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15871,16 +14655,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "121" ], "x-ms-correlation-request-id": [ - "45c8f60a-6bac-41ca-a3d9-3582120118fa" + "ded04270-2597-45d7-a983-80bd583bfa93" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102827Z:45c8f60a-6bac-41ca-a3d9-3582120118fa" + "JIOINDIAWEST:20210518T160638Z:ded04270-2597-45d7-a983-80bd583bfa93" ], "Date": [ - "Mon, 15 Feb 2021 10:28:27 GMT" + "Tue, 18 May 2021 16:06:37 GMT" ], "Content-Length": [ "188" @@ -15892,17 +14676,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15910,8 +14694,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15925,11 +14709,11 @@ "nosniff" ], "x-ms-request-id": [ - "38c4c642-ee97-4852-8bd0-dcb732240d42" + "e74cb957-74e1-4e35-bdbc-26b7e798f703" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -15941,16 +14725,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "120" ], "x-ms-correlation-request-id": [ - "38c4c642-ee97-4852-8bd0-dcb732240d42" + "e74cb957-74e1-4e35-bdbc-26b7e798f703" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102833Z:38c4c642-ee97-4852-8bd0-dcb732240d42" + "JIOINDIAWEST:20210518T160643Z:e74cb957-74e1-4e35-bdbc-26b7e798f703" ], "Date": [ - "Mon, 15 Feb 2021 10:28:33 GMT" + "Tue, 18 May 2021 16:06:42 GMT" ], "Content-Length": [ "188" @@ -15962,17 +14746,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -15980,8 +14764,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -15995,11 +14779,11 @@ "nosniff" ], "x-ms-request-id": [ - "7986f191-11fe-491d-b75d-8d6255517972" + "824d4b91-bb43-4ff9-8def-da77a57e4dc0" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16011,16 +14795,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "119" ], "x-ms-correlation-request-id": [ - "7986f191-11fe-491d-b75d-8d6255517972" + "824d4b91-bb43-4ff9-8def-da77a57e4dc0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102838Z:7986f191-11fe-491d-b75d-8d6255517972" + "JIOINDIAWEST:20210518T160648Z:824d4b91-bb43-4ff9-8def-da77a57e4dc0" ], "Date": [ - "Mon, 15 Feb 2021 10:28:38 GMT" + "Tue, 18 May 2021 16:06:48 GMT" ], "Content-Length": [ "188" @@ -16032,17 +14816,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -16050,8 +14834,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -16065,11 +14849,11 @@ "nosniff" ], "x-ms-request-id": [ - "bf180222-420b-4791-bfc9-7e6abd298eda" + "b00bc016-fe33-435a-a074-f0f0303041a2" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16081,16 +14865,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "123" + "118" ], "x-ms-correlation-request-id": [ - "bf180222-420b-4791-bfc9-7e6abd298eda" + "b00bc016-fe33-435a-a074-f0f0303041a2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102843Z:bf180222-420b-4791-bfc9-7e6abd298eda" + "JIOINDIAWEST:20210518T160654Z:b00bc016-fe33-435a-a074-f0f0303041a2" ], "Date": [ - "Mon, 15 Feb 2021 10:28:43 GMT" + "Tue, 18 May 2021 16:06:54 GMT" ], "Content-Length": [ "188" @@ -16102,17 +14886,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -16120,8 +14904,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -16135,11 +14919,11 @@ "nosniff" ], "x-ms-request-id": [ - "ecf4e896-bd5a-451b-91f0-48c711e7aa69" + "ab7f9395-4ba6-4960-929a-baca29324647" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16151,16 +14935,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "122" + "117" ], "x-ms-correlation-request-id": [ - "ecf4e896-bd5a-451b-91f0-48c711e7aa69" + "ab7f9395-4ba6-4960-929a-baca29324647" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102848Z:ecf4e896-bd5a-451b-91f0-48c711e7aa69" + "JIOINDIAWEST:20210518T160659Z:ab7f9395-4ba6-4960-929a-baca29324647" ], "Date": [ - "Mon, 15 Feb 2021 10:28:47 GMT" + "Tue, 18 May 2021 16:06:59 GMT" ], "Content-Length": [ "188" @@ -16172,17 +14956,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -16190,8 +14974,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -16205,11 +14989,11 @@ "nosniff" ], "x-ms-request-id": [ - "72e91ae1-3d68-46ab-85e5-ee9ee223e79c" + "7bc5bcad-fb18-4f14-ba29-01588b4f8db9" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16221,16 +15005,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" + "116" ], "x-ms-correlation-request-id": [ - "72e91ae1-3d68-46ab-85e5-ee9ee223e79c" + "7bc5bcad-fb18-4f14-ba29-01588b4f8db9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102854Z:72e91ae1-3d68-46ab-85e5-ee9ee223e79c" + "JIOINDIAWEST:20210518T160704Z:7bc5bcad-fb18-4f14-ba29-01588b4f8db9" ], "Date": [ - "Mon, 15 Feb 2021 10:28:53 GMT" + "Tue, 18 May 2021 16:07:04 GMT" ], "Content-Length": [ "188" @@ -16242,17 +15026,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -16260,8 +15044,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -16275,11 +15059,11 @@ "nosniff" ], "x-ms-request-id": [ - "47c0adfb-c915-473d-af95-358ed54ce355" + "4d90ea0f-f47f-4ae0-8ef1-badd6f42c04c" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16291,16 +15075,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "115" ], "x-ms-correlation-request-id": [ - "47c0adfb-c915-473d-af95-358ed54ce355" + "4d90ea0f-f47f-4ae0-8ef1-badd6f42c04c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102859Z:47c0adfb-c915-473d-af95-358ed54ce355" + "JIOINDIAWEST:20210518T160710Z:4d90ea0f-f47f-4ae0-8ef1-badd6f42c04c" ], "Date": [ - "Mon, 15 Feb 2021 10:28:58 GMT" + "Tue, 18 May 2021 16:07:09 GMT" ], "Content-Length": [ "188" @@ -16312,17 +15096,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -16330,8 +15114,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -16345,11 +15129,11 @@ "nosniff" ], "x-ms-request-id": [ - "da981d22-4db2-497a-b4df-94de2bd0cace" + "4617b416-3a1e-4982-86f9-67416bb18b74" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16361,16 +15145,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "119" + "114" ], "x-ms-correlation-request-id": [ - "da981d22-4db2-497a-b4df-94de2bd0cace" + "4617b416-3a1e-4982-86f9-67416bb18b74" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102904Z:da981d22-4db2-497a-b4df-94de2bd0cace" + "JIOINDIAWEST:20210518T160715Z:4617b416-3a1e-4982-86f9-67416bb18b74" ], "Date": [ - "Mon, 15 Feb 2021 10:29:03 GMT" + "Tue, 18 May 2021 16:07:14 GMT" ], "Content-Length": [ "188" @@ -16382,17 +15166,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -16400,8 +15184,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -16415,11 +15199,11 @@ "nosniff" ], "x-ms-request-id": [ - "35a63830-8f07-4a71-b484-647a5e88c669" + "6f857964-1318-451f-b329-b04b01879ffb" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16431,16 +15215,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "118" + "113" ], "x-ms-correlation-request-id": [ - "35a63830-8f07-4a71-b484-647a5e88c669" + "6f857964-1318-451f-b329-b04b01879ffb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102909Z:35a63830-8f07-4a71-b484-647a5e88c669" + "JIOINDIAWEST:20210518T160720Z:6f857964-1318-451f-b329-b04b01879ffb" ], "Date": [ - "Mon, 15 Feb 2021 10:29:09 GMT" + "Tue, 18 May 2021 16:07:20 GMT" ], "Content-Length": [ "304" @@ -16452,17 +15236,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c525eec8-c85d-436b-81ab-838c8c0c44e6\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"15f98436-7357-4372-97cf-aa8b3ffa1406\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupOperations/a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBPcGVyYXRpb25zL2ExOWQ0Y2I4LWViMzQtNGZiMi1iNGU3LWFmMWMwZDUzOGM3MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupOperations/3cba7ad0-aaad-4945-a41f-3137f6a955b2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBPcGVyYXRpb25zLzNjYmE3YWQwLWFhYWQtNDk0NS1hNDFmLTMxMzdmNmE5NTViMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -16470,8 +15254,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -16485,11 +15269,11 @@ "nosniff" ], "x-ms-request-id": [ - "22f9a619-2003-43a3-bb58-e145a5b44a91" + "ad0ddd35-51e1-48f2-a475-d49ee759d357" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16501,16 +15285,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" + "112" ], "x-ms-correlation-request-id": [ - "22f9a619-2003-43a3-bb58-e145a5b44a91" + "ad0ddd35-51e1-48f2-a475-d49ee759d357" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102909Z:22f9a619-2003-43a3-bb58-e145a5b44a91" + "JIOINDIAWEST:20210518T160720Z:ad0ddd35-51e1-48f2-a475-d49ee759d357" ], "Date": [ - "Mon, 15 Feb 2021 10:29:09 GMT" + "Tue, 18 May 2021 16:07:20 GMT" ], "Content-Length": [ "304" @@ -16522,17 +15306,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"name\": \"a19d4cb8-eb34-4fb2-b4e7-af1c0d538c71\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c525eec8-c85d-436b-81ab-838c8c0c44e6\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"name\": \"3cba7ad0-aaad-4945-a41f-3137f6a955b2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"15f98436-7357-4372-97cf-aa8b3ffa1406\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/c525eec8-c85d-436b-81ab-838c8c0c44e6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OS9iYWNrdXBKb2JzL2M1MjVlZWM4LWM4NWQtNDM2Yi04MWFiLTgzOGM4YzBjNDRlNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/15f98436-7357-4372-97cf-aa8b3ffa1406?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yi9iYWNrdXBKb2JzLzE1Zjk4NDM2LTczNTctNDM3Mi05N2NmLWFhOGIzZmZhMTQwNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "Accept-Language": [ "en-US" @@ -16540,8 +15324,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -16559,11 +15343,11 @@ "nosniff" ], "x-ms-request-id": [ - "87d2c932-49ec-4810-a1d5-397ca3d5d9fa" + "904ff88f-7c33-4534-a75a-f82a368b6cb5" ], "x-ms-client-request-id": [ - "16fa89b6-190b-4af7-bde9-b8f4197fde29", - "16fa89b6-190b-4af7-bde9-b8f4197fde29" + "e160bbcd-9c50-4d45-993d-d46af213f9da", + "e160bbcd-9c50-4d45-993d-d46af213f9da" ], "X-Powered-By": [ "ASP.NET" @@ -16572,19 +15356,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "24" + "44" ], "x-ms-correlation-request-id": [ - "87d2c932-49ec-4810-a1d5-397ca3d5d9fa" + "904ff88f-7c33-4534-a75a-f82a368b6cb5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102910Z:87d2c932-49ec-4810-a1d5-397ca3d5d9fa" + "JIOINDIAWEST:20210518T160721Z:904ff88f-7c33-4534-a75a-f82a368b6cb5" ], "Date": [ - "Mon, 15 Feb 2021 10:29:09 GMT" + "Tue, 18 May 2021 16:07:20 GMT" ], "Content-Length": [ - "844" + "845" ], "Content-Type": [ "application/json" @@ -16593,17 +15377,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179/backupJobs/c525eec8-c85d-436b-81ab-838c8c0c44e6\",\r\n \"name\": \"c525eec8-c85d-436b-81ab-838c8c0c44e6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc560e179;pstestvmc560e0\",\r\n \"duration\": \"PT1M51.9344751S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMc560e0\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMc560e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T10:27:14.3839109Z\",\r\n \"endTime\": \"2021-02-15T10:29:06.318386Z\",\r\n \"activityId\": \"16fa89b6-190b-4af7-bde9-b8f4197fde29\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b/backupJobs/15f98436-7357-4372-97cf-aa8b3ffa1406\",\r\n \"name\": \"15f98436-7357-4372-97cf-aa8b3ffa1406\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg1574334b;pstestvm157430\",\r\n \"duration\": \"PT1M51.4442655S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM157430\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM157430\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T16:05:28.6620251Z\",\r\n \"endTime\": \"2021-05-18T16:07:20.1062906Z\",\r\n \"activityId\": \"e160bbcd-9c50-4d45-993d-d46af213f9da\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e179/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc560e179?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNTYwZTE3OT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b/providers/Microsoft.RecoveryServices/vaults/PSTestRSV1574334b?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxNTc0MzM0Yj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe6d1e60-b40a-4f36-a9fd-79aad5ae9087" + "63266880-bb7f-4a44-8e27-d5868986ee0e" ], "Accept-Language": [ "en-US" @@ -16611,7 +15395,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -16626,10 +15410,10 @@ "nosniff" ], "x-ms-request-id": [ - "8b0e144e-9492-4032-9a45-1bb064a08147" + "3ead9df8-f540-4207-999a-87051ef37b42" ], "x-ms-client-request-id": [ - "fe6d1e60-b40a-4f36-a9fd-79aad5ae9087" + "63266880-bb7f-4a44-8e27-d5868986ee0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16638,13 +15422,13 @@ "9" ], "x-ms-correlation-request-id": [ - "8b0e144e-9492-4032-9a45-1bb064a08147" + "3ead9df8-f540-4207-999a-87051ef37b42" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102914Z:8b0e144e-9492-4032-9a45-1bb064a08147" + "SOUTHINDIA:20210518T160725Z:3ead9df8-f540-4207-999a-87051ef37b42" ], "Date": [ - "Mon, 15 Feb 2021 10:29:14 GMT" + "Tue, 18 May 2021 16:07:24 GMT" ], "Expires": [ "-1" @@ -16657,13 +15441,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGc560e179?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzU2MGUxNzk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG1574334b?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMTU3NDMzNGI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f462e502-c644-45f3-ac81-ed43da153686" + "131938f2-c6ca-49ad-b766-1f811d7b440f" ], "Accept-Language": [ "en-US" @@ -16671,8 +15455,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -16683,7 +15467,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -16692,13 +15476,13 @@ "14999" ], "x-ms-request-id": [ - "2cba5a04-9357-4c68-b3bc-ff59f5d1f070" + "c60ddda8-e907-4054-b36f-901fb7b50d58" ], "x-ms-correlation-request-id": [ - "2cba5a04-9357-4c68-b3bc-ff59f5d1f070" + "c60ddda8-e907-4054-b36f-901fb7b50d58" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102915Z:2cba5a04-9357-4c68-b3bc-ff59f5d1f070" + "SOUTHINDIA:20210518T160726Z:c60ddda8-e907-4054-b36f-901fb7b50d58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16707,7 +15491,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:29:15 GMT" + "Tue, 18 May 2021 16:07:25 GMT" ], "Expires": [ "-1" @@ -16720,16 +15504,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -16740,22 +15524,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11983" ], "x-ms-request-id": [ - "ffa2305a-b5ab-4f26-93d1-cafb2603e7b5" + "ca1ebd3f-906b-40c3-a5e2-d1df7b934229" ], "x-ms-correlation-request-id": [ - "ffa2305a-b5ab-4f26-93d1-cafb2603e7b5" + "ca1ebd3f-906b-40c3-a5e2-d1df7b934229" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102930Z:ffa2305a-b5ab-4f26-93d1-cafb2603e7b5" + "SOUTHINDIA:20210518T160741Z:ca1ebd3f-906b-40c3-a5e2-d1df7b934229" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16764,7 +15548,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:29:30 GMT" + "Tue, 18 May 2021 16:07:40 GMT" ], "Expires": [ "-1" @@ -16777,16 +15561,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -16797,22 +15581,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11982" ], "x-ms-request-id": [ - "559e00dc-d9a2-435b-9f91-92b89498573e" + "4f7ed30d-b87b-4dc0-a61b-33152211886b" ], "x-ms-correlation-request-id": [ - "559e00dc-d9a2-435b-9f91-92b89498573e" + "4f7ed30d-b87b-4dc0-a61b-33152211886b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T102945Z:559e00dc-d9a2-435b-9f91-92b89498573e" + "SOUTHINDIA:20210518T160756Z:4f7ed30d-b87b-4dc0-a61b-33152211886b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16821,7 +15605,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:29:45 GMT" + "Tue, 18 May 2021 16:07:55 GMT" ], "Expires": [ "-1" @@ -16834,16 +15618,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -16854,22 +15638,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11981" ], "x-ms-request-id": [ - "98cd5833-f60f-4cdb-88e6-cfe53c982644" + "4e310ecc-a979-4e00-b952-adb207938e87" ], "x-ms-correlation-request-id": [ - "98cd5833-f60f-4cdb-88e6-cfe53c982644" + "4e310ecc-a979-4e00-b952-adb207938e87" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103001Z:98cd5833-f60f-4cdb-88e6-cfe53c982644" + "SOUTHINDIA:20210518T160811Z:4e310ecc-a979-4e00-b952-adb207938e87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16878,7 +15662,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:30:01 GMT" + "Tue, 18 May 2021 16:08:10 GMT" ], "Expires": [ "-1" @@ -16891,16 +15675,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -16911,22 +15695,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11980" ], "x-ms-request-id": [ - "78a14bad-efac-4a27-82ba-2e622f6a8536" + "2fc9b98a-dbf1-4e0d-889e-5e4010b9d4e0" ], "x-ms-correlation-request-id": [ - "78a14bad-efac-4a27-82ba-2e622f6a8536" + "2fc9b98a-dbf1-4e0d-889e-5e4010b9d4e0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103016Z:78a14bad-efac-4a27-82ba-2e622f6a8536" + "SOUTHINDIA:20210518T160826Z:2fc9b98a-dbf1-4e0d-889e-5e4010b9d4e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16935,7 +15719,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:30:16 GMT" + "Tue, 18 May 2021 16:08:25 GMT" ], "Expires": [ "-1" @@ -16948,16 +15732,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -16968,22 +15752,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11979" ], "x-ms-request-id": [ - "2b092597-e15b-4697-a640-0636878335d4" + "da375881-9517-4c83-9058-2b712fe9e035" ], "x-ms-correlation-request-id": [ - "2b092597-e15b-4697-a640-0636878335d4" + "da375881-9517-4c83-9058-2b712fe9e035" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103031Z:2b092597-e15b-4697-a640-0636878335d4" + "SOUTHINDIA:20210518T160841Z:da375881-9517-4c83-9058-2b712fe9e035" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -16992,7 +15776,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:30:30 GMT" + "Tue, 18 May 2021 16:08:40 GMT" ], "Expires": [ "-1" @@ -17005,16 +15789,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17025,22 +15809,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11978" ], "x-ms-request-id": [ - "b4950400-c9af-4a17-9bf5-0cb6af1f2d48" + "95c19fda-4498-4c5d-a5de-ee1e9ad47b8b" ], "x-ms-correlation-request-id": [ - "b4950400-c9af-4a17-9bf5-0cb6af1f2d48" + "95c19fda-4498-4c5d-a5de-ee1e9ad47b8b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103046Z:b4950400-c9af-4a17-9bf5-0cb6af1f2d48" + "SOUTHINDIA:20210518T160856Z:95c19fda-4498-4c5d-a5de-ee1e9ad47b8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17049,7 +15833,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:30:46 GMT" + "Tue, 18 May 2021 16:08:56 GMT" ], "Expires": [ "-1" @@ -17062,16 +15846,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17082,22 +15866,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11977" ], "x-ms-request-id": [ - "fe32447a-2707-499f-b3e9-44ead31e465b" + "cd7c44af-8949-4281-9df4-827750584617" ], "x-ms-correlation-request-id": [ - "fe32447a-2707-499f-b3e9-44ead31e465b" + "cd7c44af-8949-4281-9df4-827750584617" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103101Z:fe32447a-2707-499f-b3e9-44ead31e465b" + "SOUTHINDIA:20210518T160911Z:cd7c44af-8949-4281-9df4-827750584617" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17106,7 +15890,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:31:01 GMT" + "Tue, 18 May 2021 16:09:11 GMT" ], "Expires": [ "-1" @@ -17119,16 +15903,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17139,22 +15923,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11976" ], "x-ms-request-id": [ - "1f308851-ffce-4cf4-bbb4-e47f6f92ea75" + "9f65b640-bfa2-40b4-a604-33d001c8475a" ], "x-ms-correlation-request-id": [ - "1f308851-ffce-4cf4-bbb4-e47f6f92ea75" + "9f65b640-bfa2-40b4-a604-33d001c8475a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103116Z:1f308851-ffce-4cf4-bbb4-e47f6f92ea75" + "SOUTHINDIA:20210518T160927Z:9f65b640-bfa2-40b4-a604-33d001c8475a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17163,7 +15947,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:31:16 GMT" + "Tue, 18 May 2021 16:09:26 GMT" ], "Expires": [ "-1" @@ -17176,16 +15960,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17196,22 +15980,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11975" ], "x-ms-request-id": [ - "04b33a3f-d89f-441c-8351-d685c12c3e17" + "2cfde2f6-e231-4c6d-a321-a2588fef1071" ], "x-ms-correlation-request-id": [ - "04b33a3f-d89f-441c-8351-d685c12c3e17" + "2cfde2f6-e231-4c6d-a321-a2588fef1071" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103132Z:04b33a3f-d89f-441c-8351-d685c12c3e17" + "SOUTHINDIA:20210518T160942Z:2cfde2f6-e231-4c6d-a321-a2588fef1071" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17220,7 +16004,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:31:31 GMT" + "Tue, 18 May 2021 16:09:41 GMT" ], "Expires": [ "-1" @@ -17233,16 +16017,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17253,22 +16037,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11974" ], "x-ms-request-id": [ - "9f07a598-4b50-4374-80b4-dc4345136798" + "a0d998ba-c561-479c-b474-e339747c1b1c" ], "x-ms-correlation-request-id": [ - "9f07a598-4b50-4374-80b4-dc4345136798" + "a0d998ba-c561-479c-b474-e339747c1b1c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103147Z:9f07a598-4b50-4374-80b4-dc4345136798" + "SOUTHINDIA:20210518T160957Z:a0d998ba-c561-479c-b474-e339747c1b1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17277,7 +16061,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:31:46 GMT" + "Tue, 18 May 2021 16:09:56 GMT" ], "Expires": [ "-1" @@ -17290,16 +16074,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17310,22 +16094,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11973" ], "x-ms-request-id": [ - "336e6345-5c3b-4fef-bfc2-b61e51cbf9a1" + "2623ea48-f0d0-444d-9ded-0ca1db7f96e7" ], "x-ms-correlation-request-id": [ - "336e6345-5c3b-4fef-bfc2-b61e51cbf9a1" + "2623ea48-f0d0-444d-9ded-0ca1db7f96e7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103202Z:336e6345-5c3b-4fef-bfc2-b61e51cbf9a1" + "SOUTHINDIA:20210518T161012Z:2623ea48-f0d0-444d-9ded-0ca1db7f96e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17334,7 +16118,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:32:01 GMT" + "Tue, 18 May 2021 16:10:12 GMT" ], "Expires": [ "-1" @@ -17347,16 +16131,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17367,22 +16151,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11972" ], "x-ms-request-id": [ - "0795bc29-2df7-43c3-8f61-d78fd3d757d5" + "7dfbe832-c2e4-45c5-8587-270b1d733a91" ], "x-ms-correlation-request-id": [ - "0795bc29-2df7-43c3-8f61-d78fd3d757d5" + "7dfbe832-c2e4-45c5-8587-270b1d733a91" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103217Z:0795bc29-2df7-43c3-8f61-d78fd3d757d5" + "SOUTHINDIA:20210518T161027Z:7dfbe832-c2e4-45c5-8587-270b1d733a91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17391,7 +16175,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:32:17 GMT" + "Tue, 18 May 2021 16:10:27 GMT" ], "Expires": [ "-1" @@ -17404,16 +16188,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17424,22 +16208,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11971" ], "x-ms-request-id": [ - "16db519f-9dbe-4444-8378-c8a0d17e5221" + "dfecc69e-a9ec-44ae-8243-3e02f02983f9" ], "x-ms-correlation-request-id": [ - "16db519f-9dbe-4444-8378-c8a0d17e5221" + "dfecc69e-a9ec-44ae-8243-3e02f02983f9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103232Z:16db519f-9dbe-4444-8378-c8a0d17e5221" + "SOUTHINDIA:20210518T161042Z:dfecc69e-a9ec-44ae-8243-3e02f02983f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17448,7 +16232,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:32:32 GMT" + "Tue, 18 May 2021 16:10:42 GMT" ], "Expires": [ "-1" @@ -17461,16 +16245,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17481,22 +16265,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11970" ], "x-ms-request-id": [ - "b893ae8f-d594-4d00-8dcf-920ae05dff3a" + "4b208d4b-c514-4638-92e1-c5d9b4313b1b" ], "x-ms-correlation-request-id": [ - "b893ae8f-d594-4d00-8dcf-920ae05dff3a" + "4b208d4b-c514-4638-92e1-c5d9b4313b1b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103247Z:b893ae8f-d594-4d00-8dcf-920ae05dff3a" + "SOUTHINDIA:20210518T161057Z:4b208d4b-c514-4638-92e1-c5d9b4313b1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17505,7 +16289,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:32:46 GMT" + "Tue, 18 May 2021 16:10:57 GMT" ], "Expires": [ "-1" @@ -17518,16 +16302,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17538,16 +16322,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11969" ], "x-ms-request-id": [ - "4ffa3dc2-2069-457d-bd9c-5223be627b8b" + "d43bf1e5-75df-4be4-8c73-349fbb2d7947" ], "x-ms-correlation-request-id": [ - "4ffa3dc2-2069-457d-bd9c-5223be627b8b" + "d43bf1e5-75df-4be4-8c73-349fbb2d7947" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103302Z:4ffa3dc2-2069-457d-bd9c-5223be627b8b" + "SOUTHINDIA:20210518T161112Z:d43bf1e5-75df-4be4-8c73-349fbb2d7947" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17556,7 +16340,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:33:02 GMT" + "Tue, 18 May 2021 16:11:12 GMT" ], "Expires": [ "-1" @@ -17569,16 +16353,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17589,16 +16373,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11968" ], "x-ms-request-id": [ - "d16d1f4e-e6d5-44cc-a8f8-6a9a1ee097bd" + "557038d2-faa0-485c-aa5d-4a38db08e566" ], "x-ms-correlation-request-id": [ - "d16d1f4e-e6d5-44cc-a8f8-6a9a1ee097bd" + "557038d2-faa0-485c-aa5d-4a38db08e566" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103303Z:d16d1f4e-e6d5-44cc-a8f8-6a9a1ee097bd" + "SOUTHINDIA:20210518T161113Z:557038d2-faa0-485c-aa5d-4a38db08e566" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17607,7 +16391,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:33:02 GMT" + "Tue, 18 May 2021 16:11:12 GMT" ], "Expires": [ "-1" @@ -17620,13 +16404,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc560e1791/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHM/YXBpLXZlcnNpb249MjAxNi0wNi0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG1574334b1/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHM/YXBpLXZlcnNpb249MjAxNi0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e7fc318-b7d0-444b-a6f9-2b53653f2985" + "97e1a73e-27e9-41f5-8be2-14904ce281ff" ], "Accept-Language": [ "en-US" @@ -17634,7 +16418,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -17646,16 +16430,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-request-id": [ - "878dd360-ac7f-4ceb-adbb-8fe8adf4a340" + "b590bb7b-0ab1-44af-a9d6-8ab289fdb7af" ], "x-ms-correlation-request-id": [ - "878dd360-ac7f-4ceb-adbb-8fe8adf4a340" + "b590bb7b-0ab1-44af-a9d6-8ab289fdb7af" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103303Z:878dd360-ac7f-4ceb-adbb-8fe8adf4a340" + "WESTINDIA:20210518T161113Z:b590bb7b-0ab1-44af-a9d6-8ab289fdb7af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17664,7 +16448,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:33:03 GMT" + "Tue, 18 May 2021 16:11:12 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -17680,13 +16464,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGc560e1791?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzU2MGUxNzkxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG1574334b1?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMTU3NDMzNGIxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f4c3f9a-d4b9-4fee-a234-e23190828d83" + "e892ac88-e953-413c-990b-c155ca37079c" ], "Accept-Language": [ "en-US" @@ -17694,8 +16478,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17706,7 +16490,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -17715,13 +16499,13 @@ "14998" ], "x-ms-request-id": [ - "f51c8058-058c-4410-add7-3f3db125fe4e" + "7383839d-3bba-4eed-9c02-e3193f00a4e4" ], "x-ms-correlation-request-id": [ - "f51c8058-058c-4410-add7-3f3db125fe4e" + "7383839d-3bba-4eed-9c02-e3193f00a4e4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103304Z:f51c8058-058c-4410-add7-3f3db125fe4e" + "SOUTHINDIA:20210518T161114Z:7383839d-3bba-4eed-9c02-e3193f00a4e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17730,7 +16514,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:33:04 GMT" + "Tue, 18 May 2021 16:11:13 GMT" ], "Expires": [ "-1" @@ -17743,16 +16527,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17763,22 +16547,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11966" ], "x-ms-request-id": [ - "4dab0b0a-a3bc-4ee6-8475-94b19d231907" + "c06a1fb9-4d49-4018-a9c1-8a89e86f3567" ], "x-ms-correlation-request-id": [ - "4dab0b0a-a3bc-4ee6-8475-94b19d231907" + "c06a1fb9-4d49-4018-a9c1-8a89e86f3567" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103319Z:4dab0b0a-a3bc-4ee6-8475-94b19d231907" + "SOUTHINDIA:20210518T161129Z:c06a1fb9-4d49-4018-a9c1-8a89e86f3567" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17787,7 +16571,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:33:18 GMT" + "Tue, 18 May 2021 16:11:28 GMT" ], "Expires": [ "-1" @@ -17800,16 +16584,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17820,22 +16604,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11965" ], "x-ms-request-id": [ - "5b74aaec-d1ff-422a-a7bc-57f76ad5dab3" + "518747fa-778d-4238-8649-3088c1466f62" ], "x-ms-correlation-request-id": [ - "5b74aaec-d1ff-422a-a7bc-57f76ad5dab3" + "518747fa-778d-4238-8649-3088c1466f62" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103334Z:5b74aaec-d1ff-422a-a7bc-57f76ad5dab3" + "SOUTHINDIA:20210518T161144Z:518747fa-778d-4238-8649-3088c1466f62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17844,7 +16628,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:33:34 GMT" + "Tue, 18 May 2021 16:11:43 GMT" ], "Expires": [ "-1" @@ -17857,16 +16641,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17877,22 +16661,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11964" ], "x-ms-request-id": [ - "31268c10-6ad9-4a53-8887-c4361b4386af" + "931ba772-d726-44d7-bd36-6b6ee1136a32" ], "x-ms-correlation-request-id": [ - "31268c10-6ad9-4a53-8887-c4361b4386af" + "931ba772-d726-44d7-bd36-6b6ee1136a32" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103350Z:31268c10-6ad9-4a53-8887-c4361b4386af" + "SOUTHINDIA:20210518T161200Z:931ba772-d726-44d7-bd36-6b6ee1136a32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17901,7 +16685,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:33:49 GMT" + "Tue, 18 May 2021 16:11:59 GMT" ], "Expires": [ "-1" @@ -17914,16 +16698,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17934,22 +16718,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11963" ], "x-ms-request-id": [ - "7149ae93-52e7-4bc6-a089-0cd5928f96d4" + "ab2652db-c65c-4d81-95ad-8fe02eb35c95" ], "x-ms-correlation-request-id": [ - "7149ae93-52e7-4bc6-a089-0cd5928f96d4" + "ab2652db-c65c-4d81-95ad-8fe02eb35c95" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103405Z:7149ae93-52e7-4bc6-a089-0cd5928f96d4" + "SOUTHINDIA:20210518T161215Z:ab2652db-c65c-4d81-95ad-8fe02eb35c95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -17958,7 +16742,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:34:04 GMT" + "Tue, 18 May 2021 16:12:14 GMT" ], "Expires": [ "-1" @@ -17971,16 +16755,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -17991,22 +16775,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11962" ], "x-ms-request-id": [ - "fdcccd69-35df-48df-882e-a2ce48f093ea" + "1032f310-1fa5-4269-9a1f-6a1c76b24e0a" ], "x-ms-correlation-request-id": [ - "fdcccd69-35df-48df-882e-a2ce48f093ea" + "1032f310-1fa5-4269-9a1f-6a1c76b24e0a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103420Z:fdcccd69-35df-48df-882e-a2ce48f093ea" + "SOUTHINDIA:20210518T161230Z:1032f310-1fa5-4269-9a1f-6a1c76b24e0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18015,7 +16799,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:34:19 GMT" + "Tue, 18 May 2021 16:12:30 GMT" ], "Expires": [ "-1" @@ -18028,16 +16812,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -18048,22 +16832,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11961" ], "x-ms-request-id": [ - "3ced34e1-642c-476c-84ee-8bfd61756739" + "2f0a869e-1bf6-48fe-b319-54e60c06395c" ], "x-ms-correlation-request-id": [ - "3ced34e1-642c-476c-84ee-8bfd61756739" + "2f0a869e-1bf6-48fe-b319-54e60c06395c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103435Z:3ced34e1-642c-476c-84ee-8bfd61756739" + "SOUTHINDIA:20210518T161245Z:2f0a869e-1bf6-48fe-b319-54e60c06395c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18072,7 +16856,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:34:34 GMT" + "Tue, 18 May 2021 16:12:45 GMT" ], "Expires": [ "-1" @@ -18085,16 +16869,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -18105,16 +16889,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11960" ], "x-ms-request-id": [ - "8ea8cfa6-f236-4162-b074-c1393bae3545" + "49f2646b-1a00-4825-a0e8-fb07833b41d2" ], "x-ms-correlation-request-id": [ - "8ea8cfa6-f236-4162-b074-c1393bae3545" + "49f2646b-1a00-4825-a0e8-fb07833b41d2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103450Z:8ea8cfa6-f236-4162-b074-c1393bae3545" + "SOUTHINDIA:20210518T161300Z:49f2646b-1a00-4825-a0e8-fb07833b41d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18123,7 +16907,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:34:49 GMT" + "Tue, 18 May 2021 16:13:00 GMT" ], "Expires": [ "-1" @@ -18136,16 +16920,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M1NjBFMTc5MS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0xTmpCRk1UYzVNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzE1NzQzMzRCMS1TT1VUSEVBU1RBU0lBIiwiam9iTG9jYXRpb24iOiJzb3V0aGVhc3Rhc2lhIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekUxTnpRek16UkNNUzFUVDFWVVNFVkJVMVJCVTBsQklpd2lhbTlpVEc5allYUnBiMjRpT2lKemIzVjBhR1ZoYzNSaGMybGhJbjA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -18156,16 +16940,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11959" ], "x-ms-request-id": [ - "18f39441-3ae6-4be8-817a-9417e714286d" + "592afde3-169e-4d62-b423-c8df894fbde0" ], "x-ms-correlation-request-id": [ - "18f39441-3ae6-4be8-817a-9417e714286d" + "592afde3-169e-4d62-b423-c8df894fbde0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T103450Z:18f39441-3ae6-4be8-817a-9417e714286d" + "SOUTHINDIA:20210518T161301Z:592afde3-169e-4d62-b423-c8df894fbde0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -18174,7 +16958,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 10:34:50 GMT" + "Tue, 18 May 2021 16:13:00 GMT" ], "Expires": [ "-1" @@ -18189,7 +16973,7 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "c560e179-120c-4f28-8cbc-c961b70e5cf4" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", + "NamingSuffix": "1574334b-3464-4975-b9ef-e232c4d5ad90" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMGetItems.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMGetItems.json index 5b9a2c27b4d5..fa38b3b68939 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMGetItems.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMGetItems.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGc9504c44?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGbdedd36a?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYmRlZGQzNmE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72676833-24ee-499d-af57-f2028a90ca21" + "c6798cf8-f839-4af2-8a95-afe7cde09efc" ], "Accept-Language": [ "en-US" @@ -15,8 +15,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "ed7bdeb4-2194-45d0-8da8-a6c37fb4f3eb" + "901caa63-7422-4e08-a77b-8635c2756196" ], "x-ms-correlation-request-id": [ - "ed7bdeb4-2194-45d0-8da8-a6c37fb4f3eb" + "901caa63-7422-4e08-a77b-8635c2756196" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113735Z:ed7bdeb4-2194-45d0-8da8-a6c37fb4f3eb" + "WESTINDIA:20210518T122458Z:901caa63-7422-4e08-a77b-8635c2756196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:34 GMT" + "Tue, 18 May 2021 12:24:58 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,17 +60,17 @@ "108" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGc9504c44' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGbdedd36a' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGc9504c44?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGbdedd36a?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYmRlZGQzNmE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec176e84-b0ab-4a7a-935a-456288201e34" + "561fe5a8-d438-4255-8e72-9e5a1db708ef" ], "Accept-Language": [ "en-US" @@ -78,8 +78,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -93,13 +93,13 @@ "11999" ], "x-ms-request-id": [ - "c660dbf8-a9f2-4bb8-93ee-686acac1c426" + "20e1076e-4622-4dc3-962c-a68dc6c61fa4" ], "x-ms-correlation-request-id": [ - "c660dbf8-a9f2-4bb8-93ee-686acac1c426" + "20e1076e-4622-4dc3-962c-a68dc6c61fa4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114835Z:c660dbf8-a9f2-4bb8-93ee-686acac1c426" + "JIOINDIAWEST:20210518T123505Z:20e1076e-4622-4dc3-962c-a68dc6c61fa4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:48:35 GMT" + "Tue, 18 May 2021 12:35:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,17 +120,17 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44\",\r\n \"name\": \"PSTestRGc9504c44\",\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/PSTestRGbdedd36a\",\r\n \"name\": \"PSTestRGbdedd36a\",\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/PSTestRGc9504c44?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGbdedd36a?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYmRlZGQzNmE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f8fc831a-2a6f-4e23-90d7-4ccf1b354ed5" + "8f06a69b-e577-4c5e-9fc8-677db9b9f196" ], "Accept-Language": [ "en-US" @@ -138,8 +138,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "1199" ], "x-ms-request-id": [ - "bd99bb0e-8156-446f-a2bc-a773bb905e4c" + "91c5aacc-bba7-4365-8957-103a4adcd58c" ], "x-ms-correlation-request-id": [ - "bd99bb0e-8156-446f-a2bc-a773bb905e4c" + "91c5aacc-bba7-4365-8957-103a4adcd58c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113736Z:bd99bb0e-8156-446f-a2bc-a773bb905e4c" + "WESTINDIA:20210518T122459Z:91c5aacc-bba7-4365-8957-103a4adcd58c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:36 GMT" + "Tue, 18 May 2021 12:24:59 GMT" ], "Content-Length": [ "192" @@ -186,17 +186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44\",\r\n \"name\": \"PSTestRGc9504c44\",\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/PSTestRGbdedd36a\",\r\n \"name\": \"PSTestRGbdedd36a\",\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/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM5NTA0MT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWJkZWRkMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "256263f5-f4ae-448c-a146-967cbdc8cc9c" + "a0575f1f-482e-4d21-981c-67a4a4796d79" ], "Accept-Language": [ "en-US" @@ -204,8 +204,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "c94e196d-53c8-41aa-a95c-3a40e7910023" + "7a5c0e86-8c53-46ae-9bb1-43723d2e7f12" ], "x-ms-correlation-request-id": [ - "c94e196d-53c8-41aa-a95c-3a40e7910023" + "7a5c0e86-8c53-46ae-9bb1-43723d2e7f12" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113736Z:c94e196d-53c8-41aa-a95c-3a40e7910023" + "WESTINDIA:20210518T122500Z:7a5c0e86-8c53-46ae-9bb1-43723d2e7f12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:36 GMT" + "Tue, 18 May 2021 12:25:00 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,23 +246,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVMc95041' under resource group 'PSTestRGc9504c44' 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/PSTestVMbdedd1' under resource group 'PSTestRGbdedd36a' 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/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM5NTA0MT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWJkZWRkMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -273,13 +273,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31980" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3a129821-64f1-4ae9-bc31-70792d9957ee" + "03b7db46-dd7b-42ed-a5a9-36c1666d6564" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -289,19 +289,19 @@ "11995" ], "x-ms-correlation-request-id": [ - "20abaa53-220f-4432-8b3d-7f80500c82fd" + "c8e8b171-9136-4337-9d40-b8378f15b210" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113948Z:20abaa53-220f-4432-8b3d-7f80500c82fd" + "WESTINDIA:20210518T122711Z:c8e8b171-9136-4337-9d40-b8378f15b210" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:39:48 GMT" + "Tue, 18 May 2021 12:27:11 GMT" ], "Content-Length": [ - "2184" + "2180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -310,17 +310,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9b59bdce-36ff-41c1-a83f-0370471d27ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVMc95041_OsDisk_1_aed7e4f0ea404991b4ce2699d543c558\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/disks/PSTestVMc95041_OsDisk_1_aed7e4f0ea404991b4ce2699d543c558\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc95041\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"45d45491-d79d-4120-b614-f2471dfedbc2\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMbdedd1_OsDisk_1_4385622463384cb8835061317aa0b71f\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/disks/PSTestVMbdedd1_OsDisk_1_4385622463384cb8835061317aa0b71f\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMbdedd1\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM5NTA0MT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWJkZWRkMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7118c535-c23a-4014-9e8e-62b1e9fde397" + "85ad60c3-cbdd-433f-9102-e6bd6fd12779" ], "Accept-Language": [ "en-US" @@ -328,8 +328,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -340,13 +340,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31979" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "efbfc18d-ed62-4e25-938e-d0a05a3e2f89" + "67461078-24d0-44b6-968e-c2ccc47f6dad" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -356,19 +356,19 @@ "11986" ], "x-ms-correlation-request-id": [ - "88ea480a-69cb-44be-ac9a-7e5b953832c6" + "15ff1b82-4ae3-4c79-8537-b63521545165" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114154Z:88ea480a-69cb-44be-ac9a-7e5b953832c6" + "WESTINDIA:20210518T122917Z:15ff1b82-4ae3-4c79-8537-b63521545165" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:41:53 GMT" + "Tue, 18 May 2021 12:29:16 GMT" ], "Content-Length": [ - "2747" + "2743" ], "Content-Type": [ "application/json; charset=utf-8" @@ -377,17 +377,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9b59bdce-36ff-41c1-a83f-0370471d27ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVMc95041_OsDisk_1_aed7e4f0ea404991b4ce2699d543c558\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/disks/PSTestVMc95041_OsDisk_1_aed7e4f0ea404991b4ce2699d543c558\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc95041\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"45d45491-d79d-4120-b614-f2471dfedbc2\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMbdedd1_OsDisk_1_4385622463384cb8835061317aa0b71f\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/disks/PSTestVMbdedd1_OsDisk_1_4385622463384cb8835061317aa0b71f\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMbdedd1\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzk1MDQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYmRlZGQxP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96b4763b-b4ee-4a01-b718-e1f7d1eb144c" + "638190d7-3854-4ea6-9372-b441659d4948" ], "Accept-Language": [ "en-US" @@ -395,8 +395,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -410,13 +410,13 @@ "gateway" ], "x-ms-request-id": [ - "d0c35190-b7a7-4793-9753-5215bf980849" + "0a9be80e-8712-4f5d-87ab-19e280ff36df" ], "x-ms-correlation-request-id": [ - "d0c35190-b7a7-4793-9753-5215bf980849" + "0a9be80e-8712-4f5d-87ab-19e280ff36df" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113737Z:d0c35190-b7a7-4793-9753-5215bf980849" + "SOUTHINDIA:20210518T122501Z:0a9be80e-8712-4f5d-87ab-19e280ff36df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -425,7 +425,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:36 GMT" + "Tue, 18 May 2021 12:25:00 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -437,23 +437,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNETc95041' under resource group 'PSTestRGc9504c44' 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/PSTestVNETbdedd1' under resource group 'PSTestRGbdedd36a' 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/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzk1MDQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYmRlZGQxP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96b4763b-b4ee-4a01-b718-e1f7d1eb144c" + "638190d7-3854-4ea6-9372-b441659d4948" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -464,16 +464,16 @@ "no-cache" ], "ETag": [ - "W/\"6f6a2fc1-2dbd-4164-9b60-768d1a35add2\"" + "W/\"717d0903-d5ba-4a61-ae4c-9cc2916bf9ad\"" ], "x-ms-request-id": [ - "a24bd1e3-9091-4ec7-9c6e-96a6523ab6e2" + "e4b9b7ab-2d89-43fa-801b-53a7173058e1" ], "x-ms-correlation-request-id": [ - "ecd4bcf7-e51e-4dd3-963f-5d94067933f3" + "c74019fd-0473-4ecf-b46a-b6ca137ddacd" ], "x-ms-arm-service-request-id": [ - "a9c8b3ed-f54f-435f-9475-5d341847316e" + "a9c83944-787a-4dee-892d-623c197b96f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -483,19 +483,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113744Z:ecd4bcf7-e51e-4dd3-963f-5d94067933f3" + "SOUTHINDIA:20210518T122507Z:c74019fd-0473-4ecf-b46a-b6ca137ddacd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:43 GMT" + "Tue, 18 May 2021 12:25:06 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -504,17 +504,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041\",\r\n \"etag\": \"W/\\\"6f6a2fc1-2dbd-4164-9b60-768d1a35add2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fa9ce10b-198e-4f89-b3c4-508d47a6d543\",\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\": \"PSTestSNCc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041/subnets/PSTestSNCc95041\",\r\n \"etag\": \"W/\\\"6f6a2fc1-2dbd-4164-9b60-768d1a35add2\\\"\",\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\": \"PSTestVNETbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1\",\r\n \"etag\": \"W/\\\"717d0903-d5ba-4a61-ae4c-9cc2916bf9ad\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e7bb9003-4859-4fc7-8acf-9b478611408e\",\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\": \"PSTestSNCbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1/subnets/PSTestSNCbdedd1\",\r\n \"etag\": \"W/\\\"717d0903-d5ba-4a61-ae4c-9cc2916bf9ad\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzk1MDQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYmRlZGQxP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96b4763b-b4ee-4a01-b718-e1f7d1eb144c" + "638190d7-3854-4ea6-9372-b441659d4948" ], "Accept-Language": [ "en-US" @@ -522,8 +522,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -534,16 +534,16 @@ "no-cache" ], "ETag": [ - "W/\"6f6a2fc1-2dbd-4164-9b60-768d1a35add2\"" + "W/\"717d0903-d5ba-4a61-ae4c-9cc2916bf9ad\"" ], "x-ms-request-id": [ - "7b35f465-d4e2-451c-8a03-8ae52dc68d64" + "14d7eded-f458-443f-b5fb-2f4e0d5e14a8" ], "x-ms-correlation-request-id": [ - "0818f361-9e8b-4d77-9b29-ca18e5e49e8c" + "5373b0b7-a70c-40aa-9e41-11e406e14166" ], "x-ms-arm-service-request-id": [ - "c4bad816-3ee4-4a3d-9879-18fe1f28f22c" + "5866327c-293a-4eff-9e2b-2aeaa5ebbf99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -553,19 +553,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113744Z:0818f361-9e8b-4d77-9b29-ca18e5e49e8c" + "SOUTHINDIA:20210518T122507Z:5373b0b7-a70c-40aa-9e41-11e406e14166" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:43 GMT" + "Tue, 18 May 2021 12:25:06 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -574,17 +574,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041\",\r\n \"etag\": \"W/\\\"6f6a2fc1-2dbd-4164-9b60-768d1a35add2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fa9ce10b-198e-4f89-b3c4-508d47a6d543\",\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\": \"PSTestSNCc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041/subnets/PSTestSNCc95041\",\r\n \"etag\": \"W/\\\"6f6a2fc1-2dbd-4164-9b60-768d1a35add2\\\"\",\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\": \"PSTestVNETbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1\",\r\n \"etag\": \"W/\\\"717d0903-d5ba-4a61-ae4c-9cc2916bf9ad\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e7bb9003-4859-4fc7-8acf-9b478611408e\",\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\": \"PSTestSNCbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1/subnets/PSTestSNCbdedd1\",\r\n \"etag\": \"W/\\\"717d0903-d5ba-4a61-ae4c-9cc2916bf9ad\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzk1MDQxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYmRlZGQxP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNCc95041\"\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\": \"PSTestSNCbdedd1\"\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": [ - "96b4763b-b4ee-4a01-b718-e1f7d1eb144c" + "638190d7-3854-4ea6-9372-b441659d4948" ], "Accept-Language": [ "en-US" @@ -592,8 +592,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -613,19 +613,19 @@ "3" ], "x-ms-request-id": [ - "3e67c043-c95a-4972-a4e7-64e6c4651a38" + "e99595a0-7b23-4d0e-a8a0-dfeed8d0e28c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/3e67c043-c95a-4972-a4e7-64e6c4651a38?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/e99595a0-7b23-4d0e-a8a0-dfeed8d0e28c?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "393a08c2-1a9b-429a-864b-a3b4ac325cd4" + "fe8417d3-5e56-46ad-89e6-c363eec84bd3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f695134c-cf12-48a9-9166-304adf126763" + "6a5e2a9f-07b9-4b39-9f0e-586ab6188fb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -635,19 +635,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113740Z:393a08c2-1a9b-429a-864b-a3b4ac325cd4" + "SOUTHINDIA:20210518T122504Z:fe8417d3-5e56-46ad-89e6-c363eec84bd3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:40 GMT" + "Tue, 18 May 2021 12:25:03 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -656,23 +656,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041\",\r\n \"etag\": \"W/\\\"4b901ef1-e77d-4365-9ecc-3d39923bb52c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fa9ce10b-198e-4f89-b3c4-508d47a6d543\",\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\": \"PSTestSNCc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041/subnets/PSTestSNCc95041\",\r\n \"etag\": \"W/\\\"4b901ef1-e77d-4365-9ecc-3d39923bb52c\\\"\",\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\": \"PSTestVNETbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1\",\r\n \"etag\": \"W/\\\"3e704a7e-21a8-490e-88f1-8ec9fd249cca\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e7bb9003-4859-4fc7-8acf-9b478611408e\",\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\": \"PSTestSNCbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1/subnets/PSTestSNCbdedd1\",\r\n \"etag\": \"W/\\\"3e704a7e-21a8-490e-88f1-8ec9fd249cca\\\"\",\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/3e67c043-c95a-4972-a4e7-64e6c4651a38?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNlNjdjMDQzLWM5NWEtNDk3Mi1hNGU3LTY0ZTZjNDY1MWEzOD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/e99595a0-7b23-4d0e-a8a0-dfeed8d0e28c?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U5OTU5NWEwLTdiMjMtNGQwZS1hOGEwLWRmZWVkOGQwZTI4Yz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96b4763b-b4ee-4a01-b718-e1f7d1eb144c" + "638190d7-3854-4ea6-9372-b441659d4948" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -683,13 +683,13 @@ "no-cache" ], "x-ms-request-id": [ - "0dd64e92-fc3a-4f01-b00d-4f26360c94d3" + "1784cf38-0889-409f-8320-a0a12535b598" ], "x-ms-correlation-request-id": [ - "3d607a02-c954-4641-bc2f-07915067958b" + "81429dfc-6f13-4e1a-a157-250e861d50c3" ], "x-ms-arm-service-request-id": [ - "acf174b4-1509-4a25-81ee-2de03f84f131" + "b177c2b0-29f0-4ec5-bd14-58257b9a6fb3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,16 +699,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113743Z:3d607a02-c954-4641-bc2f-07915067958b" + "SOUTHINDIA:20210518T122507Z:81429dfc-6f13-4e1a-a157-250e861d50c3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:43 GMT" + "Tue, 18 May 2021 12:25:06 GMT" ], "Content-Length": [ "29" @@ -724,13 +724,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M5NTA0MT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2JkZWRkMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e0ff753-8089-49d4-a4e2-b50cb6a8ebd3" + "be5165b4-12c8-4314-a864-433a020f699d" ], "Accept-Language": [ "en-US" @@ -738,8 +738,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -753,13 +753,13 @@ "gateway" ], "x-ms-request-id": [ - "e54a7bb2-fa62-47e8-98db-6e1c015bbf98" + "0345be8d-e051-4e02-9ea4-af4d9cc42d0b" ], "x-ms-correlation-request-id": [ - "e54a7bb2-fa62-47e8-98db-6e1c015bbf98" + "0345be8d-e051-4e02-9ea4-af4d9cc42d0b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113744Z:e54a7bb2-fa62-47e8-98db-6e1c015bbf98" + "SOUTHINDIA:20210518T122507Z:0345be8d-e051-4e02-9ea4-af4d9cc42d0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +768,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:43 GMT" + "Tue, 18 May 2021 12:25:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -780,23 +780,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdnsc95041' under resource group 'PSTestRGc9504c44' 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/pstestpublicdnsbdedd1' under resource group 'PSTestRGbdedd36a' 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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M5NTA0MT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2JkZWRkMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e0ff753-8089-49d4-a4e2-b50cb6a8ebd3" + "be5165b4-12c8-4314-a864-433a020f699d" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"99af9d65-1565-4204-acf8-afc3b8596b0a\"" + "W/\"95895775-ef8c-496b-8323-bfdef1c97805\"" ], "x-ms-request-id": [ - "c233bc26-d3c7-4846-8c16-97d0251279f7" + "3437a21f-57ff-4328-bbe3-0da85efdb10e" ], "x-ms-correlation-request-id": [ - "eb38a0ea-a198-4506-8fc7-4eff3908c16d" + "088e8bf4-7c27-49bc-b711-bd225136b518" ], "x-ms-arm-service-request-id": [ - "43600064-b847-4f48-84fc-856c2f2b4956" + "d7a818cb-52f4-4de5-86da-4d02ff8b032b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -826,16 +826,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113746Z:eb38a0ea-a198-4506-8fc7-4eff3908c16d" + "SOUTHINDIA:20210518T122509Z:088e8bf4-7c27-49bc-b711-bd225136b518" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:46 GMT" + "Tue, 18 May 2021 12:25:09 GMT" ], "Content-Length": [ "697" @@ -847,17 +847,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc95041\",\r\n \"etag\": \"W/\\\"99af9d65-1565-4204-acf8-afc3b8596b0a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"214b656c-ad77-408d-b6c7-14247a1fb7ea\",\r\n \"ipAddress\": \"13.67.43.152\",\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\": \"pstestpublicdnsbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd1\",\r\n \"etag\": \"W/\\\"95895775-ef8c-496b-8323-bfdef1c97805\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7393a95c-11a3-4fa9-bbd8-4b087954ad54\",\r\n \"ipAddress\": \"104.43.14.10\",\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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M5NTA0MT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2JkZWRkMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e0ff753-8089-49d4-a4e2-b50cb6a8ebd3" + "be5165b4-12c8-4314-a864-433a020f699d" ], "Accept-Language": [ "en-US" @@ -865,8 +865,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -877,16 +877,16 @@ "no-cache" ], "ETag": [ - "W/\"99af9d65-1565-4204-acf8-afc3b8596b0a\"" + "W/\"95895775-ef8c-496b-8323-bfdef1c97805\"" ], "x-ms-request-id": [ - "d8b4961e-966b-4b87-a32f-926b86233c95" + "7c4a217e-2a8a-4811-b9ca-3c31b00e4836" ], "x-ms-correlation-request-id": [ - "bcab35a2-9255-4c0a-b9a6-7bc503c6ce74" + "3071bc42-5689-4dd2-80e9-e5c55f34c80f" ], "x-ms-arm-service-request-id": [ - "89a712b0-abe3-4c8a-ba18-265863151061" + "6b041877-c63a-420f-a478-728b5598c694" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -896,16 +896,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11988" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113746Z:bcab35a2-9255-4c0a-b9a6-7bc503c6ce74" + "SOUTHINDIA:20210518T122509Z:3071bc42-5689-4dd2-80e9-e5c55f34c80f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:46 GMT" + "Tue, 18 May 2021 12:25:09 GMT" ], "Content-Length": [ "697" @@ -917,17 +917,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc95041\",\r\n \"etag\": \"W/\\\"99af9d65-1565-4204-acf8-afc3b8596b0a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"214b656c-ad77-408d-b6c7-14247a1fb7ea\",\r\n \"ipAddress\": \"13.67.43.152\",\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\": \"pstestpublicdnsbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd1\",\r\n \"etag\": \"W/\\\"95895775-ef8c-496b-8323-bfdef1c97805\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7393a95c-11a3-4fa9-bbd8-4b087954ad54\",\r\n \"ipAddress\": \"104.43.14.10\",\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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M5NTA0MT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2JkZWRkMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "9e0ff753-8089-49d4-a4e2-b50cb6a8ebd3" + "be5165b4-12c8-4314-a864-433a020f699d" ], "Accept-Language": [ "en-US" @@ -935,8 +935,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -956,19 +956,19 @@ "1" ], "x-ms-request-id": [ - "23c1a1b7-0487-4094-83fa-2abf163b9b55" + "dfed3e32-eb82-4a0f-8599-0fa44b5343ad" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/23c1a1b7-0487-4094-83fa-2abf163b9b55?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/dfed3e32-eb82-4a0f-8599-0fa44b5343ad?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "52414ba5-374a-4a04-91fd-391f474a078c" + "bce9e31f-f5c6-4af5-987c-56d6f3028167" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "11978b56-c647-4199-b2c6-a214d360d61b" + "2c1749bb-18e1-44ff-841c-7b396c192128" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -978,16 +978,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113745Z:52414ba5-374a-4a04-91fd-391f474a078c" + "SOUTHINDIA:20210518T122508Z:bce9e31f-f5c6-4af5-987c-56d6f3028167" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:44 GMT" + "Tue, 18 May 2021 12:25:07 GMT" ], "Content-Length": [ "662" @@ -999,23 +999,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc95041\",\r\n \"etag\": \"W/\\\"c138f762-25cb-4827-b1fa-035a283d9e04\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"214b656c-ad77-408d-b6c7-14247a1fb7ea\",\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\": \"pstestpublicdnsbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd1\",\r\n \"etag\": \"W/\\\"c042e15c-875c-4fc4-84c4-09a30209d96a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7393a95c-11a3-4fa9-bbd8-4b087954ad54\",\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/23c1a1b7-0487-4094-83fa-2abf163b9b55?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIzYzFhMWI3LTA0ODctNDA5NC04M2ZhLTJhYmYxNjNiOWI1NT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/dfed3e32-eb82-4a0f-8599-0fa44b5343ad?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RmZWQzZTMyLWViODItNGEwZi04NTk5LTBmYTQ0YjUzNDNhZD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e0ff753-8089-49d4-a4e2-b50cb6a8ebd3" + "be5165b4-12c8-4314-a864-433a020f699d" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1026,13 +1026,13 @@ "no-cache" ], "x-ms-request-id": [ - "f01964b5-6d8e-4907-84bb-4438b773dc5e" + "9b727e60-66fa-40fe-b965-079320c928a9" ], "x-ms-correlation-request-id": [ - "5556138a-1d6f-4c88-b466-f7e15f6e4eb3" + "0672df29-81fe-4157-9c51-419cb903b0cd" ], "x-ms-arm-service-request-id": [ - "175a85c9-266a-41d4-921e-bc1b4e17f268" + "d2014961-b3fb-4fd8-a5ee-b9021dce0cc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1042,16 +1042,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113746Z:5556138a-1d6f-4c88-b466-f7e15f6e4eb3" + "SOUTHINDIA:20210518T122509Z:0672df29-81fe-4157-9c51-419cb903b0cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:46 GMT" + "Tue, 18 May 2021 12:25:08 GMT" ], "Content-Length": [ "29" @@ -1067,13 +1067,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djOTUwNDE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0diZGVkZDE/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0fdc6f76-426a-40dd-a4b7-aa782dc416f7" + "bc4ab020-ba46-47a9-add0-875c01d99245" ], "Accept-Language": [ "en-US" @@ -1081,8 +1081,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1096,13 +1096,13 @@ "gateway" ], "x-ms-request-id": [ - "a3d3354c-0d9d-475e-a0d0-92524d730dc3" + "53efacf8-5737-4a02-b579-67ee5e07df60" ], "x-ms-correlation-request-id": [ - "a3d3354c-0d9d-475e-a0d0-92524d730dc3" + "53efacf8-5737-4a02-b579-67ee5e07df60" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113746Z:a3d3354c-0d9d-475e-a0d0-92524d730dc3" + "SOUTHINDIA:20210518T122510Z:53efacf8-5737-4a02-b579-67ee5e07df60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1111,7 +1111,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:46 GMT" + "Tue, 18 May 2021 12:25:09 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1123,23 +1123,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSGc95041' under resource group 'PSTestRGc9504c44' 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/PSTestNSGbdedd1' under resource group 'PSTestRGbdedd36a' 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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djOTUwNDE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0diZGVkZDE/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0fdc6f76-426a-40dd-a4b7-aa782dc416f7" + "bc4ab020-ba46-47a9-add0-875c01d99245" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1150,16 +1150,16 @@ "no-cache" ], "ETag": [ - "W/\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\"" + "W/\"e865078e-36e4-4dfc-8a71-cbeafc016c57\"" ], "x-ms-request-id": [ - "a4ecd4f6-d909-4e5c-905c-4c4939f42395" + "b194ddc3-6d00-40bc-b0c0-3f21829543ea" ], "x-ms-correlation-request-id": [ - "9a6e1f1d-35a2-492d-a697-42737034af56" + "76813521-4392-4eed-9bfc-b37cdaf6011a" ], "x-ms-arm-service-request-id": [ - "2f7d8d7a-218a-4622-a1c0-bd2a2add5a9e" + "c343d849-d73f-411b-a39b-fcfcbd5de80b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1169,16 +1169,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113751Z:9a6e1f1d-35a2-492d-a697-42737034af56" + "SOUTHINDIA:20210518T122514Z:76813521-4392-4eed-9bfc-b37cdaf6011a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:50 GMT" + "Tue, 18 May 2021 12:25:13 GMT" ], "Content-Length": [ "8475" @@ -1190,17 +1190,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"65ca2d65-2d9f-4627-a013-f387c967b9f2\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/securityRules/PSTestNSGRuleRDPc95041\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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\": \"PSTestNSGRuleWebc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/securityRules/PSTestNSGRuleWebc95041\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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\": \"PSTestNSGbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"92ed9b59-8996-4654-be7c-62b62125841b\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/securityRules/PSTestNSGRuleRDPbdedd1\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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\": \"PSTestNSGRuleWebbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/securityRules/PSTestNSGRuleWebbdedd1\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djOTUwNDE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0diZGVkZDE/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0fdc6f76-426a-40dd-a4b7-aa782dc416f7" + "bc4ab020-ba46-47a9-add0-875c01d99245" ], "Accept-Language": [ "en-US" @@ -1208,8 +1208,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1220,16 +1220,16 @@ "no-cache" ], "ETag": [ - "W/\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\"" + "W/\"e865078e-36e4-4dfc-8a71-cbeafc016c57\"" ], "x-ms-request-id": [ - "a37517ea-c771-49a1-82fc-ea9d615f51b2" + "a1a85710-bd76-4169-be5a-4d4616b8c227" ], "x-ms-correlation-request-id": [ - "47d3f625-7236-4288-8514-288002e72eb4" + "41ea77a4-670b-4ff2-9a85-7b7cc9794432" ], "x-ms-arm-service-request-id": [ - "34acb478-8099-4673-be1f-7e8130edbf43" + "b2ebc396-d02c-4fec-a9d1-55e7713df50b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,16 +1239,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113751Z:47d3f625-7236-4288-8514-288002e72eb4" + "SOUTHINDIA:20210518T122514Z:41ea77a4-670b-4ff2-9a85-7b7cc9794432" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:50 GMT" + "Tue, 18 May 2021 12:25:13 GMT" ], "Content-Length": [ "8475" @@ -1260,17 +1260,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"65ca2d65-2d9f-4627-a013-f387c967b9f2\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/securityRules/PSTestNSGRuleRDPc95041\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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\": \"PSTestNSGRuleWebc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/securityRules/PSTestNSGRuleWebc95041\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"bcd97814-e627-4ee8-8ebb-b83c7335dc2b\\\"\",\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\": \"PSTestNSGbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"92ed9b59-8996-4654-be7c-62b62125841b\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/securityRules/PSTestNSGRuleRDPbdedd1\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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\": \"PSTestNSGRuleWebbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/securityRules/PSTestNSGRuleWebbdedd1\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"e865078e-36e4-4dfc-8a71-cbeafc016c57\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djOTUwNDE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0diZGVkZDE/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\": \"PSTestNSGRuleRDPc95041\"\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\": \"PSTestNSGRuleWebc95041\"\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\": \"PSTestNSGRuleRDPbdedd1\"\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\": \"PSTestNSGRuleWebbdedd1\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0fdc6f76-426a-40dd-a4b7-aa782dc416f7" + "bc4ab020-ba46-47a9-add0-875c01d99245" ], "Accept-Language": [ "en-US" @@ -1278,8 +1278,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1299,19 +1299,19 @@ "3" ], "x-ms-request-id": [ - "86db75b4-f96a-4082-bd78-60399ef62549" + "7277a6ce-28ae-40ec-a68a-9ee8f29b00cf" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/86db75b4-f96a-4082-bd78-60399ef62549?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/7277a6ce-28ae-40ec-a68a-9ee8f29b00cf?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "cdf26119-ddaf-4bde-96af-2d8bd5399610" + "932dc03e-9675-46d6-ad7e-cfaf33ada064" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f3bc23fa-ddf2-4a35-9300-4051430be560" + "d14477a4-d79d-4e77-bca4-d634f2f36461" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1321,16 +1321,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113748Z:cdf26119-ddaf-4bde-96af-2d8bd5399610" + "SOUTHINDIA:20210518T122510Z:932dc03e-9675-46d6-ad7e-cfaf33ada064" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:47 GMT" + "Tue, 18 May 2021 12:25:10 GMT" ], "Content-Length": [ "8466" @@ -1342,23 +1342,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041\",\r\n \"etag\": \"W/\\\"523f81b5-9fc5-4a98-abb5-c94b3323bd91\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"65ca2d65-2d9f-4627-a013-f387c967b9f2\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/securityRules/PSTestNSGRuleRDPc95041\",\r\n \"etag\": \"W/\\\"523f81b5-9fc5-4a98-abb5-c94b3323bd91\\\"\",\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\": \"PSTestNSGRuleWebc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/securityRules/PSTestNSGRuleWebc95041\",\r\n \"etag\": \"W/\\\"523f81b5-9fc5-4a98-abb5-c94b3323bd91\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"523f81b5-9fc5-4a98-abb5-c94b3323bd91\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"523f81b5-9fc5-4a98-abb5-c94b3323bd91\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"523f81b5-9fc5-4a98-abb5-c94b3323bd91\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"523f81b5-9fc5-4a98-abb5-c94b3323bd91\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"523f81b5-9fc5-4a98-abb5-c94b3323bd91\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"523f81b5-9fc5-4a98-abb5-c94b3323bd91\\\"\",\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\": \"PSTestNSGbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1\",\r\n \"etag\": \"W/\\\"66836c0a-01f8-4bca-9e4f-ff8210b2e23c\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"92ed9b59-8996-4654-be7c-62b62125841b\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/securityRules/PSTestNSGRuleRDPbdedd1\",\r\n \"etag\": \"W/\\\"66836c0a-01f8-4bca-9e4f-ff8210b2e23c\\\"\",\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\": \"PSTestNSGRuleWebbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/securityRules/PSTestNSGRuleWebbdedd1\",\r\n \"etag\": \"W/\\\"66836c0a-01f8-4bca-9e4f-ff8210b2e23c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"66836c0a-01f8-4bca-9e4f-ff8210b2e23c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"66836c0a-01f8-4bca-9e4f-ff8210b2e23c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"66836c0a-01f8-4bca-9e4f-ff8210b2e23c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"66836c0a-01f8-4bca-9e4f-ff8210b2e23c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"66836c0a-01f8-4bca-9e4f-ff8210b2e23c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"66836c0a-01f8-4bca-9e4f-ff8210b2e23c\\\"\",\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/86db75b4-f96a-4082-bd78-60399ef62549?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg2ZGI3NWI0LWY5NmEtNDA4Mi1iZDc4LTYwMzk5ZWY2MjU0OT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/7277a6ce-28ae-40ec-a68a-9ee8f29b00cf?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcyNzdhNmNlLTI4YWUtNDBlYy1hNjhhLTllZThmMjliMDBjZj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0fdc6f76-426a-40dd-a4b7-aa782dc416f7" + "bc4ab020-ba46-47a9-add0-875c01d99245" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1369,13 +1369,13 @@ "no-cache" ], "x-ms-request-id": [ - "f94f1a26-4d51-4008-89c1-31cd8c1ec30a" + "60445262-5cd1-427b-b846-f0105b2b6c5a" ], "x-ms-correlation-request-id": [ - "77935e84-195b-4e78-adbc-16ca68a8faf7" + "994e2931-ec42-478f-a774-2681f2b0b476" ], "x-ms-arm-service-request-id": [ - "c6b6825e-c953-4417-882b-d168c155f4a9" + "3688a695-468f-4886-8898-4e20aa290530" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1385,16 +1385,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113751Z:77935e84-195b-4e78-adbc-16ca68a8faf7" + "SOUTHINDIA:20210518T122514Z:994e2931-ec42-478f-a774-2681f2b0b476" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:50 GMT" + "Tue, 18 May 2021 12:25:13 GMT" ], "Content-Length": [ "29" @@ -1410,13 +1410,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M5NTA0MT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2JkZWRkMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "935b6479-7164-4477-a17f-a4e176743a5b" + "1317f89e-16a7-45d5-8b6a-630dd4cca731" ], "Accept-Language": [ "en-US" @@ -1424,8 +1424,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1439,13 +1439,13 @@ "gateway" ], "x-ms-request-id": [ - "f1774e03-cfe7-42a0-be05-ba3f53fe9b85" + "6eb827d1-d80e-4539-b3e2-d2a392f97a31" ], "x-ms-correlation-request-id": [ - "f1774e03-cfe7-42a0-be05-ba3f53fe9b85" + "6eb827d1-d80e-4539-b3e2-d2a392f97a31" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113751Z:f1774e03-cfe7-42a0-be05-ba3f53fe9b85" + "SOUTHINDIA:20210518T122514Z:6eb827d1-d80e-4539-b3e2-d2a392f97a31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1454,7 +1454,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:50 GMT" + "Tue, 18 May 2021 12:25:13 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1466,23 +1466,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNICc95041' under resource group 'PSTestRGc9504c44' 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/PSTestNICbdedd1' under resource group 'PSTestRGbdedd36a' 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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M5NTA0MT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2JkZWRkMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "935b6479-7164-4477-a17f-a4e176743a5b" + "1317f89e-16a7-45d5-8b6a-630dd4cca731" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1493,16 +1493,16 @@ "no-cache" ], "ETag": [ - "W/\"e9c5ea4f-951e-43fe-b92e-357f32de30a8\"" + "W/\"10438207-46f1-49d6-bde1-3fa3a205d8df\"" ], "x-ms-request-id": [ - "92d6a84a-c34c-4012-812c-7b29c4a87c59" + "fd5ce7a6-5c93-40e1-b5b1-b379e2edcbae" ], "x-ms-correlation-request-id": [ - "3c5408fb-76f8-4c30-bc74-afd4bb8d2533" + "dec85118-e3f8-4ae4-936b-187c2906db17" ], "x-ms-arm-service-request-id": [ - "4a6507c9-2b04-4eb3-bbf5-f8c3f8d664f2" + "53dc0372-e638-424d-a74b-332727dc905e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1512,16 +1512,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113753Z:3c5408fb-76f8-4c30-bc74-afd4bb8d2533" + "SOUTHINDIA:20210518T122515Z:dec85118-e3f8-4ae4-936b-187c2906db17" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:52 GMT" + "Tue, 18 May 2021 12:25:14 GMT" ], "Content-Length": [ "2104" @@ -1533,17 +1533,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041\",\r\n \"etag\": \"W/\\\"e9c5ea4f-951e-43fe-b92e-357f32de30a8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d00ee889-5ec0-4e30-a9e5-ab21d4512214\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e9c5ea4f-951e-43fe-b92e-357f32de30a8\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc95041\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041/subnets/PSTestSNCc95041\"\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\": \"bpqzz4uodgeu5m4ekcgupjwvid.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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041\"\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\": \"PSTestNICbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1\",\r\n \"etag\": \"W/\\\"10438207-46f1-49d6-bde1-3fa3a205d8df\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ad2955f1-2f88-4916-b6da-6021744e9550\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"10438207-46f1-49d6-bde1-3fa3a205d8df\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd1\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1/subnets/PSTestSNCbdedd1\"\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\": \"aoilxz0zjddu5cwptndymekarg.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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1\"\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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M5NTA0MT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2JkZWRkMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "935b6479-7164-4477-a17f-a4e176743a5b" + "1317f89e-16a7-45d5-8b6a-630dd4cca731" ], "Accept-Language": [ "en-US" @@ -1551,8 +1551,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1563,16 +1563,16 @@ "no-cache" ], "ETag": [ - "W/\"e9c5ea4f-951e-43fe-b92e-357f32de30a8\"" + "W/\"10438207-46f1-49d6-bde1-3fa3a205d8df\"" ], "x-ms-request-id": [ - "7c5a504a-341a-490b-b30a-85b6be67f20c" + "91afe978-0c1b-475b-bb31-16762a5e1c93" ], "x-ms-correlation-request-id": [ - "36508df6-cb8c-4fd8-873a-0d01eb5715d4" + "0383c094-b726-4e46-87d8-27824c964005" ], "x-ms-arm-service-request-id": [ - "d2e7203d-0acf-4844-893e-73a7e27e2814" + "ff06f109-3f58-4418-8d7e-7b329f93d7a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1582,16 +1582,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11981" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113753Z:36508df6-cb8c-4fd8-873a-0d01eb5715d4" + "SOUTHINDIA:20210518T122515Z:0383c094-b726-4e46-87d8-27824c964005" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:52 GMT" + "Tue, 18 May 2021 12:25:14 GMT" ], "Content-Length": [ "2104" @@ -1603,17 +1603,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041\",\r\n \"etag\": \"W/\\\"e9c5ea4f-951e-43fe-b92e-357f32de30a8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d00ee889-5ec0-4e30-a9e5-ab21d4512214\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e9c5ea4f-951e-43fe-b92e-357f32de30a8\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc95041\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041/subnets/PSTestSNCc95041\"\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\": \"bpqzz4uodgeu5m4ekcgupjwvid.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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041\"\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\": \"PSTestNICbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1\",\r\n \"etag\": \"W/\\\"10438207-46f1-49d6-bde1-3fa3a205d8df\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ad2955f1-2f88-4916-b6da-6021744e9550\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"10438207-46f1-49d6-bde1-3fa3a205d8df\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd1\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1/subnets/PSTestSNCbdedd1\"\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\": \"aoilxz0zjddu5cwptndymekarg.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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1\"\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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M5NTA0MT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2JkZWRkMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041\",\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/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041/subnets/PSTestSNCc95041\"\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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc95041\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1/subnets/PSTestSNCbdedd1\"\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/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd1\",\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": [ - "935b6479-7164-4477-a17f-a4e176743a5b" + "1317f89e-16a7-45d5-8b6a-630dd4cca731" ], "Accept-Language": [ "en-US" @@ -1621,8 +1621,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1639,19 +1639,19 @@ "no-cache" ], "x-ms-request-id": [ - "2fbec46b-15c7-4747-90cc-4dabfe717857" + "f5ea6111-ffda-4970-832e-3474598fd4be" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/2fbec46b-15c7-4747-90cc-4dabfe717857?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/f5ea6111-ffda-4970-832e-3474598fd4be?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "eaa9f763-d779-4481-9c2d-943446824718" + "43f0db52-d71c-43b7-b591-5b08b9e7d0dd" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b8a3ee97-a369-47f8-abfd-2e61c53b8a45" + "bec4c03d-7fb3-4717-8545-37fd70112df2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1661,16 +1661,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113752Z:eaa9f763-d779-4481-9c2d-943446824718" + "SOUTHINDIA:20210518T122515Z:43f0db52-d71c-43b7-b591-5b08b9e7d0dd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:52 GMT" + "Tue, 18 May 2021 12:25:14 GMT" ], "Content-Length": [ "2104" @@ -1682,17 +1682,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041\",\r\n \"etag\": \"W/\\\"e9c5ea4f-951e-43fe-b92e-357f32de30a8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d00ee889-5ec0-4e30-a9e5-ab21d4512214\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e9c5ea4f-951e-43fe-b92e-357f32de30a8\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc95041\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc95041/subnets/PSTestSNCc95041\"\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\": \"bpqzz4uodgeu5m4ekcgupjwvid.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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc95041\"\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\": \"PSTestNICbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1\",\r\n \"etag\": \"W/\\\"10438207-46f1-49d6-bde1-3fa3a205d8df\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ad2955f1-2f88-4916-b6da-6021744e9550\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"10438207-46f1-49d6-bde1-3fa3a205d8df\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd1\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd1/subnets/PSTestSNCbdedd1\"\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\": \"aoilxz0zjddu5cwptndymekarg.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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd1\"\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/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "Accept-Language": [ "en-US" @@ -1700,8 +1700,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1712,16 +1712,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "f8e5d163-5854-4f46-92a2-8ddc48482ee0" + "334d72ba-76a8-4f7a-9e7e-e024b32ae721" ], "x-ms-correlation-request-id": [ - "f8e5d163-5854-4f46-92a2-8ddc48482ee0" + "334d72ba-76a8-4f7a-9e7e-e024b32ae721" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113753Z:f8e5d163-5854-4f46-92a2-8ddc48482ee0" + "SOUTHINDIA:20210518T122516Z:334d72ba-76a8-4f7a-9e7e-e024b32ae721" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1730,7 +1730,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:52 GMT" + "Tue, 18 May 2021 12:25:15 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1746,13 +1746,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "Accept-Language": [ "en-US" @@ -1760,8 +1760,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1772,16 +1772,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-request-id": [ - "b46e36a2-354c-44b6-88ca-24e5bb6dfbe1" + "47112762-ca9b-46fa-a03c-83553971f7f0" ], "x-ms-correlation-request-id": [ - "b46e36a2-354c-44b6-88ca-24e5bb6dfbe1" + "47112762-ca9b-46fa-a03c-83553971f7f0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114209Z:b46e36a2-354c-44b6-88ca-24e5bb6dfbe1" + "SOUTHINDIA:20210518T122931Z:47112762-ca9b-46fa-a03c-83553971f7f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1790,7 +1790,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:08 GMT" + "Tue, 18 May 2021 12:29:30 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1806,13 +1806,13 @@ "StatusCode": 200 }, { - "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": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "Accept-Language": [ "en-US" @@ -1820,8 +1820,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1832,21 +1832,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "cb7ef504-e7fe-4f44-8aa7-7af72d87743a", - "084b9c00-c92f-49f8-901a-7e3b9e3a3073", - "8da905db-c3a5-4e74-bf13-71d544d93c3e" + "0289f2f1-63e8-4306-92b5-4d5fef130a83", + "6725d8bc-d49a-4e15-8eac-8e1bb721fb50", + "ff5d47f1-724a-47f1-9125-15975ed32ca2", + "a7fa83aa-431a-45ce-b095-97ec37e6469c", + "e242f8bf-c11a-4967-a18c-ffc9e21ad890", + "4b37149c-771b-4e6d-a8f3-eee51fcbe236", + "26058bb0-7d34-409d-9716-197d26598c07", + "ab42acf0-93d6-4854-97a2-b42d7d9ba717", + "478f15fe-0474-48fe-b967-ddee10b26b09" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "72c8e845-0062-472d-9851-564c3cd10ed8" + "1afb1252-eb7c-4a6b-9696-18624f4fd20a" ], "x-ms-correlation-request-id": [ - "72c8e845-0062-472d-9851-564c3cd10ed8" + "1afb1252-eb7c-4a6b-9696-18624f4fd20a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113754Z:72c8e845-0062-472d-9851-564c3cd10ed8" + "SOUTHINDIA:20210518T122517Z:1afb1252-eb7c-4a6b-9696-18624f4fd20a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1855,7 +1861,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:54 GMT" + "Tue, 18 May 2021 12:25:16 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1864,20 +1870,20 @@ "-1" ], "Content-Length": [ - "28983" + "57084" ] }, - "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_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\": \"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/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": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "Accept-Language": [ "en-US" @@ -1885,8 +1891,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1897,21 +1903,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "63bed3b8-2310-408d-944e-08f8fd0cb8a9", - "23bf710e-dc80-4433-a4a1-3a26eb360bfc", - "8b8adcf7-4eaf-4f24-b4b6-f9161cdb4592" + "e1157167-1800-48ac-b63b-847ee5d98053", + "bf1598f2-a4f8-418c-8dd5-9b851e523c92", + "07f91261-1b63-4d1c-9800-f3385a561df6", + "9a42486a-4758-4c4d-83d2-4a1a28e4d1ec", + "a9245136-8ab5-4e6b-9f20-d421467e32ce", + "8ff7ed03-cae5-4857-9820-757b146126ff", + "c8fd4005-6b84-427b-bf97-745f90017cf7", + "eece3708-236c-412b-9301-28dea1161259", + "817f13b2-29c1-49e5-95d7-90626f9bd094" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-request-id": [ - "5c87282f-832b-4b59-b4ff-ca61214084f7" + "987b6a1f-d402-49f2-a16d-c3162fc73924" ], "x-ms-correlation-request-id": [ - "5c87282f-832b-4b59-b4ff-ca61214084f7" + "987b6a1f-d402-49f2-a16d-c3162fc73924" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114210Z:5c87282f-832b-4b59-b4ff-ca61214084f7" + "SOUTHINDIA:20210518T122932Z:987b6a1f-d402-49f2-a16d-c3162fc73924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1920,7 +1932,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:09 GMT" + "Tue, 18 May 2021 12:29:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1929,20 +1941,20 @@ "-1" ], "Content-Length": [ - "28983" + "57084" ] }, - "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_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\": \"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/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM5NTA0MT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWJkZWRkMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc95041\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"c9504c44-c4f\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMbdedd1\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"bdedd36a-47e\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "Accept-Language": [ "en-US" @@ -1950,14 +1962,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1152" + "1148" ] }, "ResponseHeaders": { @@ -1971,19 +1983,19 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/aaf31b88-7611-49b6-b61b-c4389d7f4b95?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/30ac5203-d611-4d72-a058-0cff779c4572?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aaf31b88-7611-49b6-b61b-c4389d7f4b95" + "30ac5203-d611-4d72-a058-0cff779c4572" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1993,19 +2005,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "45020d9a-5417-43e4-b16d-ccdb99a9a838" + "8edd4a15-fe19-4f0d-ae87-2d257c8286e7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113757Z:45020d9a-5417-43e4-b16d-ccdb99a9a838" + "WESTINDIA:20210518T122521Z:8edd4a15-fe19-4f0d-ae87-2d257c8286e7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:37:57 GMT" + "Tue, 18 May 2021 12:25:20 GMT" ], "Content-Length": [ - "1911" + "1907" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2014,23 +2026,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc95041\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"9b59bdce-36ff-41c1-a83f-0370471d27ec\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc95041\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc95041\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMbdedd1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"45d45491-d79d-4120-b614-f2471dfedbc2\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMbdedd1\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/aaf31b88-7611-49b6-b61b-c4389d7f4b95?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZjMxYjg4LTc2MTEtNDliNi1iNjFiLWM0Mzg5ZDdmNGI5NT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/30ac5203-d611-4d72-a058-0cff779c4572?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMwYWM1MjAzLWQ2MTEtNGQ3Mi1hMDU4LTBjZmY3NzljNDU3Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2044,13 +2056,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8e404bb4-302a-4cf5-b2d4-d7db4632d75c" + "c4ef93b8-6a39-4052-a3b3-669b3c484b97" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2060,16 +2072,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "441fd110-e313-4aec-b123-837140f4a6ac" + "633820cb-bd0f-47d5-9901-1c18f6707a05" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113807Z:441fd110-e313-4aec-b123-837140f4a6ac" + "WESTINDIA:20210518T122531Z:633820cb-bd0f-47d5-9901-1c18f6707a05" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:38:07 GMT" + "Tue, 18 May 2021 12:25:30 GMT" ], "Content-Length": [ "134" @@ -2081,23 +2093,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:07:56.5695195+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aaf31b88-7611-49b6-b61b-c4389d7f4b95\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T17:55:19.6435957+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"30ac5203-d611-4d72-a058-0cff779c4572\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/aaf31b88-7611-49b6-b61b-c4389d7f4b95?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZjMxYjg4LTc2MTEtNDliNi1iNjFiLWM0Mzg5ZDdmNGI5NT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/30ac5203-d611-4d72-a058-0cff779c4572?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMwYWM1MjAzLWQ2MTEtNGQ3Mi1hMDU4LTBjZmY3NzljNDU3Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2108,13 +2120,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54139dec-5624-44ec-b95e-c8eb2c552ae5" + "bf2ebcb9-bff7-449b-b337-3437ecc7b775" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2124,16 +2136,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "b5a25ec1-e5d3-4345-9c90-8047e8f320ca" + "df044f64-9f5e-4b86-8e3c-28fcaef05df2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113858Z:b5a25ec1-e5d3-4345-9c90-8047e8f320ca" + "WESTINDIA:20210518T122621Z:df044f64-9f5e-4b86-8e3c-28fcaef05df2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:38:57 GMT" + "Tue, 18 May 2021 12:26:20 GMT" ], "Content-Length": [ "134" @@ -2145,23 +2157,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:07:56.5695195+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"aaf31b88-7611-49b6-b61b-c4389d7f4b95\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T17:55:19.6435957+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"30ac5203-d611-4d72-a058-0cff779c4572\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/aaf31b88-7611-49b6-b61b-c4389d7f4b95?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FhZjMxYjg4LTc2MTEtNDliNi1iNjFiLWM0Mzg5ZDdmNGI5NT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/30ac5203-d611-4d72-a058-0cff779c4572?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMwYWM1MjAzLWQ2MTEtNGQ3Mi1hMDU4LTBjZmY3NzljNDU3Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2172,13 +2184,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ffdc4e7f-4533-4b7c-8b4f-405a55995957" + "c58e25ea-c645-440a-9556-876b00468983" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2188,19 +2200,19 @@ "11996" ], "x-ms-correlation-request-id": [ - "3067f65b-7662-40c2-9e4d-1833397477c6" + "9609b31b-a875-4a9d-88f2-13d187af3ff8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113948Z:3067f65b-7662-40c2-9e4d-1833397477c6" + "WESTINDIA:20210518T122711Z:9609b31b-a875-4a9d-88f2-13d187af3ff8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:39:48 GMT" + "Tue, 18 May 2021 12:27:11 GMT" ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2209,17 +2221,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:07:56.5695195+05:30\",\r\n \"endTime\": \"2021-02-15T17:09:25.1645394+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"aaf31b88-7611-49b6-b61b-c4389d7f4b95\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T17:55:19.6435957+05:30\",\r\n \"endTime\": \"2021-05-18T17:56:51.845807+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"30ac5203-d611-4d72-a058-0cff779c4572\"\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": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "Accept-Language": [ "en-US" @@ -2227,8 +2239,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2242,10 +2254,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "3c036435-3c5c-47d8-9fab-a9dd3d989e46" + "aaff8f56-097a-4be0-a924-667b9b00ddc0" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2255,19 +2267,19 @@ "11994" ], "x-ms-correlation-request-id": [ - "5654ee25-cf77-470c-9af4-3a7675707b48" + "009f504e-26dd-4d12-8a50-a7558bdeebb4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113949Z:5654ee25-cf77-470c-9af4-3a7675707b48" + "WESTINDIA:20210518T122712Z:009f504e-26dd-4d12-8a50-a7558bdeebb4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:39:48 GMT" + "Tue, 18 May 2021 12:27:12 GMT" ], "Content-Length": [ - "360618" + "377832" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2276,17 +2288,17 @@ "-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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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?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": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "Accept-Language": [ "en-US" @@ -2294,8 +2306,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2309,10 +2321,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "c6911ea1-50a3-4d6e-82e9-81ac446b8695" + "fdc8bbc1-fe31-4c9a-aa98-aeadd2c98810" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2322,19 +2334,19 @@ "11980" ], "x-ms-correlation-request-id": [ - "849f23e8-81f0-4d2f-a49a-85affb00c3da" + "52b2bded-1041-4192-b570-3bed5efc57a0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114404Z:849f23e8-81f0-4d2f-a49a-85affb00c3da" + "WESTINDIA:20210518T123128Z:52b2bded-1041-4192-b570-3bed5efc57a0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:44:03 GMT" + "Tue, 18 May 2021 12:31:27 GMT" ], "Content-Length": [ - "360618" + "377832" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2343,17 +2355,17 @@ "-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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "Accept-Language": [ "en-US" @@ -2361,8 +2373,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2373,16 +2385,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22499" + "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22497" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "53d08cd3-4622-4237-ac3c-155d24d2e101" + "e8c6b268-317e-4cf9-a559-f13d01693458" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2392,16 +2404,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "9c0c827d-8504-4ecd-acb7-32b081a500f4" + "7ab9f1dd-ab2f-4210-954f-f2a3231edc34" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113949Z:9c0c827d-8504-4ecd-acb7-32b081a500f4" + "WESTINDIA:20210518T122713Z:7ab9f1dd-ab2f-4210-954f-f2a3231edc34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:39:49 GMT" + "Tue, 18 May 2021 12:27:13 GMT" ], "Content-Length": [ "1089" @@ -2413,17 +2425,17 @@ "-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?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": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "Accept-Language": [ "en-US" @@ -2431,8 +2443,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2443,16 +2455,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22498" + "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22496" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "4fc9f451-f95a-4746-b472-7455db00f2f0" + "d3f454ba-df7b-4a1a-8505-42cdfb7e28fc" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2462,16 +2474,16 @@ "11979" ], "x-ms-correlation-request-id": [ - "7a92244f-404d-4577-b947-3ca425be9a3f" + "ddc3aad1-c514-4c2b-83be-f538b1a67331" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114404Z:7a92244f-404d-4577-b947-3ca425be9a3f" + "WESTINDIA:20210518T123128Z:ddc3aad1-c514-4c2b-83be-f538b1a67331" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:44:04 GMT" + "Tue, 18 May 2021 12:31:28 GMT" ], "Content-Length": [ "1089" @@ -2483,17 +2495,17 @@ "-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": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "Accept-Language": [ "en-US" @@ -2501,8 +2513,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2513,16 +2525,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21999" + "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "89115969-ebf1-4d8a-8679-47fa85261921" + "a8e1c955-808f-403a-9372-5f9fcc39b0c4" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2532,16 +2544,16 @@ "11992" ], "x-ms-correlation-request-id": [ - "0c2dc0df-62f5-4cd3-a175-246653ff3552" + "6a0c7f5d-e069-465b-b23d-9e45e694ebd2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113949Z:0c2dc0df-62f5-4cd3-a175-246653ff3552" + "WESTINDIA:20210518T122713Z:6a0c7f5d-e069-465b-b23d-9e45e694ebd2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:39:49 GMT" + "Tue, 18 May 2021 12:27:13 GMT" ], "Content-Length": [ "1326" @@ -2553,17 +2565,17 @@ "-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/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": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "Accept-Language": [ "en-US" @@ -2571,8 +2583,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2583,16 +2595,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21996" + "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "9ab7feaf-023d-4447-a2d5-d0d742e7ff07" + "bf836623-8b6a-48a4-90b3-f3ef179d3451" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2602,16 +2614,16 @@ "11978" ], "x-ms-correlation-request-id": [ - "af0a951e-fbc1-4299-a303-b2ccb2f7b4ec" + "d6f44b16-ec93-4a6d-943f-589f5766cf57" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114404Z:af0a951e-fbc1-4299-a303-b2ccb2f7b4ec" + "WESTINDIA:20210518T123128Z:d6f44b16-ec93-4a6d-943f-589f5766cf57" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:44:04 GMT" + "Tue, 18 May 2021 12:31:28 GMT" ], "Content-Length": [ "1326" @@ -2623,17 +2635,17 @@ "-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/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM5NTA0MS9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWJkZWRkMS9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "Accept-Language": [ "en-US" @@ -2641,8 +2653,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2659,19 +2671,19 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/c73b62d7-6077-4475-b233-440afc2d4f4e?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/7b322205-5dc1-4d93-939e-907eb30e8532?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1198" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c73b62d7-6077-4475-b233-440afc2d4f4e" + "7b322205-5dc1-4d93-939e-907eb30e8532" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2681,16 +2693,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "aa1c6f3a-96f3-46a3-88b0-dc6aba99022a" + "13948d4d-3e58-4004-b1eb-002a29570a44" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T113952Z:aa1c6f3a-96f3-46a3-88b0-dc6aba99022a" + "WESTINDIA:20210518T122716Z:13948d4d-3e58-4004-b1eb-002a29570a44" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:39:52 GMT" + "Tue, 18 May 2021 12:27:16 GMT" ], "Content-Length": [ "484" @@ -2702,23 +2714,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041/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/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1/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/c73b62d7-6077-4475-b233-440afc2d4f4e?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M3M2I2MmQ3LTYwNzctNDQ3NS1iMjMzLTQ0MGFmYzJkNGY0ZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/7b322205-5dc1-4d93-939e-907eb30e8532?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdiMzIyMjA1LTVkYzEtNGQ5My05MzllLTkwN2ViMzBlODUzMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2729,13 +2741,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "636ddbd1-7097-4f62-9cb4-2d31109a0af6" + "54215b99-e192-4cf8-bd9e-14610073a8ee" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2745,16 +2757,16 @@ "11991" ], "x-ms-correlation-request-id": [ - "1c621f78-6be0-41d6-8035-7d5a6c0f1c26" + "abada56b-9ec3-4298-a476-d1dfa492c65a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114022Z:1c621f78-6be0-41d6-8035-7d5a6c0f1c26" + "WESTINDIA:20210518T122746Z:abada56b-9ec3-4298-a476-d1dfa492c65a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:40:22 GMT" + "Tue, 18 May 2021 12:27:45 GMT" ], "Content-Length": [ "134" @@ -2766,23 +2778,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:09:51.5242392+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c73b62d7-6077-4475-b233-440afc2d4f4e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T17:57:15.7517519+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7b322205-5dc1-4d93-939e-907eb30e8532\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/c73b62d7-6077-4475-b233-440afc2d4f4e?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M3M2I2MmQ3LTYwNzctNDQ3NS1iMjMzLTQ0MGFmYzJkNGY0ZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/7b322205-5dc1-4d93-939e-907eb30e8532?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdiMzIyMjA1LTVkYzEtNGQ5My05MzllLTkwN2ViMzBlODUzMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2793,13 +2805,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29978" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a5ec535c-71b3-48ab-a955-2f8828955e4e" + "c89ccd7a-ebbc-4cf9-84c2-b945833867c9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2809,16 +2821,16 @@ "11990" ], "x-ms-correlation-request-id": [ - "bc3f9613-2dfc-4d9f-a369-3a0e7fc6e847" + "5c30b57e-d71f-470f-9b3d-0a337e974952" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114053Z:bc3f9613-2dfc-4d9f-a369-3a0e7fc6e847" + "WESTINDIA:20210518T122816Z:5c30b57e-d71f-470f-9b3d-0a337e974952" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:40:53 GMT" + "Tue, 18 May 2021 12:28:16 GMT" ], "Content-Length": [ "134" @@ -2830,23 +2842,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:09:51.5242392+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c73b62d7-6077-4475-b233-440afc2d4f4e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T17:57:15.7517519+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7b322205-5dc1-4d93-939e-907eb30e8532\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/c73b62d7-6077-4475-b233-440afc2d4f4e?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M3M2I2MmQ3LTYwNzctNDQ3NS1iMjMzLTQ0MGFmYzJkNGY0ZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/7b322205-5dc1-4d93-939e-907eb30e8532?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdiMzIyMjA1LTVkYzEtNGQ5My05MzllLTkwN2ViMzBlODUzMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2857,13 +2869,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c5c5b262-faf7-42ab-812e-3e59de774e0a" + "fdd06985-2ec7-4028-bb77-029b77ba596a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2873,16 +2885,16 @@ "11989" ], "x-ms-correlation-request-id": [ - "b2152707-0e11-4959-a3e9-91f416ad6579" + "80f941fd-068a-488b-b606-28c29247294c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114123Z:b2152707-0e11-4959-a3e9-91f416ad6579" + "WESTINDIA:20210518T122847Z:80f941fd-068a-488b-b606-28c29247294c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:41:22 GMT" + "Tue, 18 May 2021 12:28:46 GMT" ], "Content-Length": [ "134" @@ -2894,23 +2906,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:09:51.5242392+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c73b62d7-6077-4475-b233-440afc2d4f4e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T17:57:15.7517519+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7b322205-5dc1-4d93-939e-907eb30e8532\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/c73b62d7-6077-4475-b233-440afc2d4f4e?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M3M2I2MmQ3LTYwNzctNDQ3NS1iMjMzLTQ0MGFmYzJkNGY0ZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/7b322205-5dc1-4d93-939e-907eb30e8532?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzdiMzIyMjA1LTVkYzEtNGQ5My05MzllLTkwN2ViMzBlODUzMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2921,13 +2933,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cce0985d-3466-4d15-b0f5-f5343e7d54a8" + "5b3289b8-3ce1-401e-a404-619a4c3e347b" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2937,16 +2949,16 @@ "11988" ], "x-ms-correlation-request-id": [ - "3b9b2ba1-ecd1-4c7e-bbe1-b6c453e3441e" + "34d002e4-6c6c-4ba6-824d-c462eb0b82e8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114153Z:3b9b2ba1-ecd1-4c7e-bbe1-b6c453e3441e" + "WESTINDIA:20210518T122917Z:34d002e4-6c6c-4ba6-824d-c462eb0b82e8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:41:52 GMT" + "Tue, 18 May 2021 12:29:16 GMT" ], "Content-Length": [ "184" @@ -2958,23 +2970,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:09:51.5242392+05:30\",\r\n \"endTime\": \"2021-02-15T17:11:37.7913553+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c73b62d7-6077-4475-b233-440afc2d4f4e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T17:57:15.7517519+05:30\",\r\n \"endTime\": \"2021-05-18T17:59:11.5472154+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7b322205-5dc1-4d93-939e-907eb30e8532\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM5NTA0MS9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWJkZWRkMS9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e490103-f7ec-4eb8-af3f-ffe49f16d2ba" + "aa0a4665-d0d2-4d9d-b66d-4bb1ec36a473" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2985,13 +2997,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31980" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8ff5cbfe-771a-481e-abfc-8fcc10941705" + "092e1eaa-3437-4b17-a335-74a7c1a635e5" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -3001,16 +3013,16 @@ "11987" ], "x-ms-correlation-request-id": [ - "365d8830-39be-422c-94e7-ebad8e73eb0d" + "735f4a17-e5d5-479b-a396-b46ba4ce6235" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114153Z:365d8830-39be-422c-94e7-ebad8e73eb0d" + "WESTINDIA:20210518T122917Z:735f4a17-e5d5-479b-a396-b46ba4ce6235" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:41:53 GMT" + "Tue, 18 May 2021 12:29:16 GMT" ], "Content-Length": [ "485" @@ -3022,17 +3034,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041/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/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1/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/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM5NTA0MTI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWJkZWRkMTI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93efedeb-6f7b-43e9-a283-5eab387cbf7d" + "1a0b7531-d3a9-4198-96e9-51b0590a8bc0" ], "Accept-Language": [ "en-US" @@ -3040,8 +3052,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3055,13 +3067,13 @@ "gateway" ], "x-ms-request-id": [ - "1ebb210b-9697-4b30-a90c-a7fa9e77451e" + "92234238-58bb-4eba-9d70-fb35a9d95172" ], "x-ms-correlation-request-id": [ - "1ebb210b-9697-4b30-a90c-a7fa9e77451e" + "92234238-58bb-4eba-9d70-fb35a9d95172" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114154Z:1ebb210b-9697-4b30-a90c-a7fa9e77451e" + "WESTINDIA:20210518T122917Z:92234238-58bb-4eba-9d70-fb35a9d95172" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3070,7 +3082,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:41:53 GMT" + "Tue, 18 May 2021 12:29:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3082,23 +3094,23 @@ "237" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVMc950412' under resource group 'PSTestRGc9504c44' 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/PSTestVMbdedd12' under resource group 'PSTestRGbdedd36a' 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/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM5NTA0MTI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWJkZWRkMTI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3109,13 +3121,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31974" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9eac814a-70fe-4b82-ba67-9596c13b10bc" + "8d15931b-87a4-4f15-855c-0713841ffafb" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -3125,19 +3137,19 @@ "11981" ], "x-ms-correlation-request-id": [ - "c9afdf44-7970-46e2-8187-b5bb7d5b362c" + "490cb0dd-4be1-467b-adfd-7928ecfa4a6a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114403Z:c9afdf44-7970-46e2-8187-b5bb7d5b362c" + "WESTINDIA:20210518T123127Z:490cb0dd-4be1-467b-adfd-7928ecfa4a6a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:44:03 GMT" + "Tue, 18 May 2021 12:31:27 GMT" ], "Content-Length": [ - "2190" + "2186" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3146,17 +3158,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2194e574-64d4-4654-81c9-0db3035bcaaa\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVMc950412_OsDisk_1_36a28de214644c3494df23c17a212fbb\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/disks/PSTestVMc950412_OsDisk_1_36a28de214644c3494df23c17a212fbb\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc950412\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d8ca58ef-a5fc-4745-b648-566ff484c9e2\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMbdedd12_OsDisk_1_047b73a30800401bba92a5eb53c45842\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/disks/PSTestVMbdedd12_OsDisk_1_047b73a30800401bba92a5eb53c45842\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMbdedd12\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM5NTA0MTI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWJkZWRkMTI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81477724-6457-4866-a259-48969b3c6339" + "3b8ac41c-b16f-4a30-b51f-de2a14aceca3" ], "Accept-Language": [ "en-US" @@ -3164,8 +3176,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3176,35 +3188,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31970" + "Microsoft.Compute/LowCostGet3Min;3990,Microsoft.Compute/LowCostGet30Min;31949" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "036bc34c-fb21-4878-b05e-572285a00208" + "016062ac-6d15-4962-939d-1c82d1f40136" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11972" ], "x-ms-correlation-request-id": [ - "ed584780-9d6c-41cb-951a-27bc86977c99" + "d0df20b1-ac6c-49c6-a710-d502a6e5d622" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114638Z:ed584780-9d6c-41cb-951a-27bc86977c99" + "WESTINDIA:20210518T123332Z:d0df20b1-ac6c-49c6-a710-d502a6e5d622" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:46:37 GMT" + "Tue, 18 May 2021 12:33:31 GMT" ], "Content-Length": [ - "2754" + "2750" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3213,17 +3225,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2194e574-64d4-4654-81c9-0db3035bcaaa\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVMc950412_OsDisk_1_36a28de214644c3494df23c17a212fbb\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/disks/PSTestVMc950412_OsDisk_1_36a28de214644c3494df23c17a212fbb\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc950412\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d8ca58ef-a5fc-4745-b648-566ff484c9e2\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMbdedd12_OsDisk_1_047b73a30800401bba92a5eb53c45842\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/disks/PSTestVMbdedd12_OsDisk_1_047b73a30800401bba92a5eb53c45842\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMbdedd12\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzk1MDQxMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYmRlZGQxMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3be19874-dcc6-45fa-bac0-c393dd6c928b" + "3e6d83ec-46db-4ea0-81cc-b5263f07c475" ], "Accept-Language": [ "en-US" @@ -3231,8 +3243,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3246,13 +3258,13 @@ "gateway" ], "x-ms-request-id": [ - "fc7a24f0-1767-46bf-b04e-8282a1c28b7d" + "2f1b2fb8-f5a8-426f-84b4-660a017a4927" ], "x-ms-correlation-request-id": [ - "fc7a24f0-1767-46bf-b04e-8282a1c28b7d" + "2f1b2fb8-f5a8-426f-84b4-660a017a4927" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114154Z:fc7a24f0-1767-46bf-b04e-8282a1c28b7d" + "SOUTHINDIA:20210518T122918Z:2f1b2fb8-f5a8-426f-84b4-660a017a4927" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3261,7 +3273,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:41:54 GMT" + "Tue, 18 May 2021 12:29:17 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3273,23 +3285,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNETc950412' under resource group 'PSTestRGc9504c44' 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/PSTestVNETbdedd12' under resource group 'PSTestRGbdedd36a' 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/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzk1MDQxMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYmRlZGQxMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3be19874-dcc6-45fa-bac0-c393dd6c928b" + "3e6d83ec-46db-4ea0-81cc-b5263f07c475" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3300,16 +3312,16 @@ "no-cache" ], "ETag": [ - "W/\"34f9bbde-945b-40c9-8699-c75b0b8a51dc\"" + "W/\"7524987f-fcf3-4b54-bd04-18d509a17567\"" ], "x-ms-request-id": [ - "b3dd076d-59fc-4f73-95cd-1a612466bf29" + "4071d53f-b983-4abd-ad3c-d6fdb29176f1" ], "x-ms-correlation-request-id": [ - "5cc5f796-f8d1-4481-95ba-464e21afbe25" + "ac07d172-1536-4808-ad3c-918083444fe8" ], "x-ms-arm-service-request-id": [ - "d5a26b11-9793-444f-ba02-99c8f28a86a7" + "e6081fb9-0be5-49ab-83b7-b8288c32274b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3319,19 +3331,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11994" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114200Z:5cc5f796-f8d1-4481-95ba-464e21afbe25" + "SOUTHINDIA:20210518T122923Z:ac07d172-1536-4808-ad3c-918083444fe8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:41:59 GMT" + "Tue, 18 May 2021 12:29:22 GMT" ], "Content-Length": [ - "1354" + "1320" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3340,17 +3352,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412\",\r\n \"etag\": \"W/\\\"34f9bbde-945b-40c9-8699-c75b0b8a51dc\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"687c62cd-6504-4a73-84a1-bc2811f3fe0c\",\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\": \"PSTestSNCc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412/subnets/PSTestSNCc950412\",\r\n \"etag\": \"W/\\\"34f9bbde-945b-40c9-8699-c75b0b8a51dc\\\"\",\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\": \"PSTestVNETbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12\",\r\n \"etag\": \"W/\\\"7524987f-fcf3-4b54-bd04-18d509a17567\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d1188c94-ae06-477d-b2a9-a3c13956f1c0\",\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\": \"PSTestSNCbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12/subnets/PSTestSNCbdedd12\",\r\n \"etag\": \"W/\\\"7524987f-fcf3-4b54-bd04-18d509a17567\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzk1MDQxMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYmRlZGQxMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3be19874-dcc6-45fa-bac0-c393dd6c928b" + "3e6d83ec-46db-4ea0-81cc-b5263f07c475" ], "Accept-Language": [ "en-US" @@ -3358,8 +3370,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3370,16 +3382,16 @@ "no-cache" ], "ETag": [ - "W/\"34f9bbde-945b-40c9-8699-c75b0b8a51dc\"" + "W/\"7524987f-fcf3-4b54-bd04-18d509a17567\"" ], "x-ms-request-id": [ - "ad8f19fc-697e-4b71-a846-70cc3cebca5d" + "1c542d62-0100-4d57-8802-afff95f389cb" ], "x-ms-correlation-request-id": [ - "d5da992c-cf63-4bf7-9721-2223e21f1296" + "b11bfd22-2725-455e-babb-c3e581def7c5" ], "x-ms-arm-service-request-id": [ - "8bbee871-e67b-4bb9-9b61-c4a5cff94586" + "07e0f3cd-74cf-4085-a4ba-d999d7210d81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3389,19 +3401,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11993" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114200Z:d5da992c-cf63-4bf7-9721-2223e21f1296" + "SOUTHINDIA:20210518T122923Z:b11bfd22-2725-455e-babb-c3e581def7c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:41:59 GMT" + "Tue, 18 May 2021 12:29:22 GMT" ], "Content-Length": [ - "1354" + "1320" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3410,17 +3422,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412\",\r\n \"etag\": \"W/\\\"34f9bbde-945b-40c9-8699-c75b0b8a51dc\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"687c62cd-6504-4a73-84a1-bc2811f3fe0c\",\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\": \"PSTestSNCc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412/subnets/PSTestSNCc950412\",\r\n \"etag\": \"W/\\\"34f9bbde-945b-40c9-8699-c75b0b8a51dc\\\"\",\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\": \"PSTestVNETbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12\",\r\n \"etag\": \"W/\\\"7524987f-fcf3-4b54-bd04-18d509a17567\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"d1188c94-ae06-477d-b2a9-a3c13956f1c0\",\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\": \"PSTestSNCbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12/subnets/PSTestSNCbdedd12\",\r\n \"etag\": \"W/\\\"7524987f-fcf3-4b54-bd04-18d509a17567\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzk1MDQxMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYmRlZGQxMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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\": \"PSTestSNCc950412\"\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\": \"PSTestSNCbdedd12\"\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": [ - "3be19874-dcc6-45fa-bac0-c393dd6c928b" + "3e6d83ec-46db-4ea0-81cc-b5263f07c475" ], "Accept-Language": [ "en-US" @@ -3428,8 +3440,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -3449,19 +3461,19 @@ "3" ], "x-ms-request-id": [ - "e3f6aec2-959f-4bb3-ab0e-057e1dc1b4dd" + "47a0fbcb-f0a7-483f-afee-4af2f3b42368" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/e3f6aec2-959f-4bb3-ab0e-057e1dc1b4dd?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/47a0fbcb-f0a7-483f-afee-4af2f3b42368?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "9bf3c0b1-ec77-44d9-9e08-3c7425119aee" + "86c0b686-7ca0-4669-84bb-0b6ace543f33" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "629ac706-661d-4a18-a960-6b50af57ded0" + "20e566e3-193a-4c8b-aa60-6ee4fe6efac9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3471,19 +3483,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114156Z:9bf3c0b1-ec77-44d9-9e08-3c7425119aee" + "SOUTHINDIA:20210518T122919Z:86c0b686-7ca0-4669-84bb-0b6ace543f33" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:41:56 GMT" + "Tue, 18 May 2021 12:29:19 GMT" ], "Content-Length": [ - "1352" + "1318" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3492,23 +3504,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412\",\r\n \"etag\": \"W/\\\"2b742fcb-813b-41cc-bd38-02c0ad3d457d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"687c62cd-6504-4a73-84a1-bc2811f3fe0c\",\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\": \"PSTestSNCc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412/subnets/PSTestSNCc950412\",\r\n \"etag\": \"W/\\\"2b742fcb-813b-41cc-bd38-02c0ad3d457d\\\"\",\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\": \"PSTestVNETbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12\",\r\n \"etag\": \"W/\\\"ad078577-d637-4268-911e-3d064b5c1aee\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"d1188c94-ae06-477d-b2a9-a3c13956f1c0\",\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\": \"PSTestSNCbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12/subnets/PSTestSNCbdedd12\",\r\n \"etag\": \"W/\\\"ad078577-d637-4268-911e-3d064b5c1aee\\\"\",\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/e3f6aec2-959f-4bb3-ab0e-057e1dc1b4dd?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzZjZhZWMyLTk1OWYtNGJiMy1hYjBlLTA1N2UxZGMxYjRkZD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/47a0fbcb-f0a7-483f-afee-4af2f3b42368?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ3YTBmYmNiLWYwYTctNDgzZi1hZmVlLTRhZjJmM2I0MjM2OD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3be19874-dcc6-45fa-bac0-c393dd6c928b" + "3e6d83ec-46db-4ea0-81cc-b5263f07c475" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3519,13 +3531,13 @@ "no-cache" ], "x-ms-request-id": [ - "2e725122-42a2-4fd3-b0c7-afe36149dd0e" + "fb83b9a8-3458-412e-adf4-c1d567ee387d" ], "x-ms-correlation-request-id": [ - "2ea03d84-6c2b-4c53-b1a5-af8a6d767c4a" + "43cebb8a-2462-4ab3-b613-a368dcdc3054" ], "x-ms-arm-service-request-id": [ - "fa16f6ec-49d0-41f3-88a1-fa1e61e58529" + "72714d26-369c-4a13-bdc3-6fb69d0e3d87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3535,16 +3547,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11995" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114159Z:2ea03d84-6c2b-4c53-b1a5-af8a6d767c4a" + "SOUTHINDIA:20210518T122923Z:43cebb8a-2462-4ab3-b613-a368dcdc3054" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:41:59 GMT" + "Tue, 18 May 2021 12:29:22 GMT" ], "Content-Length": [ "29" @@ -3560,13 +3572,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M5NTA0MTI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2JkZWRkMTI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64ce9873-046e-4afc-96e4-27c5a900c7cf" + "6331b008-b2cb-4f20-8cda-aa98fc7c99fe" ], "Accept-Language": [ "en-US" @@ -3574,8 +3586,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3589,13 +3601,13 @@ "gateway" ], "x-ms-request-id": [ - "e0a354e1-4a6c-4f21-94a2-a60a89ac47ef" + "20c3613d-49a0-459a-9f4b-e918353c42ec" ], "x-ms-correlation-request-id": [ - "e0a354e1-4a6c-4f21-94a2-a60a89ac47ef" + "20c3613d-49a0-459a-9f4b-e918353c42ec" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114200Z:e0a354e1-4a6c-4f21-94a2-a60a89ac47ef" + "SOUTHINDIA:20210518T122923Z:20c3613d-49a0-459a-9f4b-e918353c42ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3604,7 +3616,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:00 GMT" + "Tue, 18 May 2021 12:29:22 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3616,23 +3628,23 @@ "246" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdnsc950412' under resource group 'PSTestRGc9504c44' 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/pstestpublicdnsbdedd12' under resource group 'PSTestRGbdedd36a' 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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M5NTA0MTI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2JkZWRkMTI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64ce9873-046e-4afc-96e4-27c5a900c7cf" + "6331b008-b2cb-4f20-8cda-aa98fc7c99fe" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3643,16 +3655,16 @@ "no-cache" ], "ETag": [ - "W/\"8ff3b2bc-8c8d-4516-914a-1d71a33389bf\"" + "W/\"bd853af5-a3e8-4868-b3e1-1211133de686\"" ], "x-ms-request-id": [ - "4a4497d7-6b6d-4559-81ab-d9042aa3bd2f" + "2ce15a12-a88f-4804-bf75-7f88a675896e" ], "x-ms-correlation-request-id": [ - "99dfc858-ab5c-48fa-a753-33f98d8093aa" + "d055cceb-0851-4cd0-b1de-6b96ce9b400d" ], "x-ms-arm-service-request-id": [ - "5910b3fd-aa65-41ed-bbf5-ce494fdc9d6f" + "389d3835-6754-4eb0-af4a-9eaf5d8fdfda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3662,16 +3674,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11990" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114202Z:99dfc858-ab5c-48fa-a753-33f98d8093aa" + "SOUTHINDIA:20210518T122925Z:d055cceb-0851-4cd0-b1de-6b96ce9b400d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:02 GMT" + "Tue, 18 May 2021 12:29:24 GMT" ], "Content-Length": [ "699" @@ -3683,17 +3695,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc950412\",\r\n \"etag\": \"W/\\\"8ff3b2bc-8c8d-4516-914a-1d71a33389bf\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c667cdc9-b228-4a3c-87ac-6ebd5e0d5d26\",\r\n \"ipAddress\": \"13.67.45.196\",\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\": \"pstestpublicdnsbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd12\",\r\n \"etag\": \"W/\\\"bd853af5-a3e8-4868-b3e1-1211133de686\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0ef10f51-1098-42ff-8bbd-925a82e15937\",\r\n \"ipAddress\": \"13.76.243.27\",\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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M5NTA0MTI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2JkZWRkMTI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64ce9873-046e-4afc-96e4-27c5a900c7cf" + "6331b008-b2cb-4f20-8cda-aa98fc7c99fe" ], "Accept-Language": [ "en-US" @@ -3701,8 +3713,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3713,16 +3725,16 @@ "no-cache" ], "ETag": [ - "W/\"8ff3b2bc-8c8d-4516-914a-1d71a33389bf\"" + "W/\"bd853af5-a3e8-4868-b3e1-1211133de686\"" ], "x-ms-request-id": [ - "1f0a1246-79f4-4878-b987-d8828a8a6cfb" + "f4234232-ba43-4d5c-bf25-13c57632ca57" ], "x-ms-correlation-request-id": [ - "41f53fe2-32fb-4fbf-9f21-58e0ea5b3a37" + "b634452f-5315-4243-8df5-2a04e6f8a551" ], "x-ms-arm-service-request-id": [ - "6e42fea1-ee1c-4f92-a3d8-4adfc10a6bb8" + "c4db20f7-1a1f-4fed-82a5-2d8b287795c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3732,16 +3744,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11989" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114202Z:41f53fe2-32fb-4fbf-9f21-58e0ea5b3a37" + "SOUTHINDIA:20210518T122925Z:b634452f-5315-4243-8df5-2a04e6f8a551" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:02 GMT" + "Tue, 18 May 2021 12:29:25 GMT" ], "Content-Length": [ "699" @@ -3753,17 +3765,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc950412\",\r\n \"etag\": \"W/\\\"8ff3b2bc-8c8d-4516-914a-1d71a33389bf\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c667cdc9-b228-4a3c-87ac-6ebd5e0d5d26\",\r\n \"ipAddress\": \"13.67.45.196\",\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\": \"pstestpublicdnsbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd12\",\r\n \"etag\": \"W/\\\"bd853af5-a3e8-4868-b3e1-1211133de686\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0ef10f51-1098-42ff-8bbd-925a82e15937\",\r\n \"ipAddress\": \"13.76.243.27\",\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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M5NTA0MTI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2JkZWRkMTI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "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": [ - "64ce9873-046e-4afc-96e4-27c5a900c7cf" + "6331b008-b2cb-4f20-8cda-aa98fc7c99fe" ], "Accept-Language": [ "en-US" @@ -3771,8 +3783,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -3792,19 +3804,19 @@ "1" ], "x-ms-request-id": [ - "2000f413-0af9-495a-8e00-b384ea9e0c32" + "ab54ffd2-8df6-4e4e-893f-8a99ae7d4575" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/2000f413-0af9-495a-8e00-b384ea9e0c32?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/ab54ffd2-8df6-4e4e-893f-8a99ae7d4575?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "50d13c56-b164-461a-907d-7cb01b93f5c5" + "87bf13eb-0687-4c9a-8a20-9fb975aeff13" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "748bc7e0-906b-442b-b9d2-6fd39fce46e7" + "30217d6a-8c17-4425-8325-50446b07597a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3814,16 +3826,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1198" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114201Z:50d13c56-b164-461a-907d-7cb01b93f5c5" + "SOUTHINDIA:20210518T122924Z:87bf13eb-0687-4c9a-8a20-9fb975aeff13" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:01 GMT" + "Tue, 18 May 2021 12:29:23 GMT" ], "Content-Length": [ "664" @@ -3835,23 +3847,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc950412\",\r\n \"etag\": \"W/\\\"e6e86c41-d3dd-4b67-8647-38514f5bf00b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c667cdc9-b228-4a3c-87ac-6ebd5e0d5d26\",\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\": \"pstestpublicdnsbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd12\",\r\n \"etag\": \"W/\\\"a4e2309d-0b4f-4283-add2-451b4c22e7b7\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0ef10f51-1098-42ff-8bbd-925a82e15937\",\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/2000f413-0af9-495a-8e00-b384ea9e0c32?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzIwMDBmNDEzLTBhZjktNDk1YS04ZTAwLWIzODRlYTllMGMzMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/ab54ffd2-8df6-4e4e-893f-8a99ae7d4575?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2FiNTRmZmQyLThkZjYtNGU0ZS04OTNmLThhOTlhZTdkNDU3NT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64ce9873-046e-4afc-96e4-27c5a900c7cf" + "6331b008-b2cb-4f20-8cda-aa98fc7c99fe" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3862,13 +3874,13 @@ "no-cache" ], "x-ms-request-id": [ - "dda41a8a-d33e-434e-a27a-84d8b39ffd90" + "e3b41061-653e-4a3f-a642-beb1c7c38126" ], "x-ms-correlation-request-id": [ - "c2ed73f1-4b47-411e-b01a-cf1e7e3ba2ed" + "d184c973-c1e9-4591-bfc9-ffccc54df99c" ], "x-ms-arm-service-request-id": [ - "8641a803-7770-4bbf-8342-4554d25c150d" + "1f01cceb-a936-499a-a462-66027302d379" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3878,16 +3890,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11991" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114202Z:c2ed73f1-4b47-411e-b01a-cf1e7e3ba2ed" + "SOUTHINDIA:20210518T122925Z:d184c973-c1e9-4591-bfc9-ffccc54df99c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:02 GMT" + "Tue, 18 May 2021 12:29:24 GMT" ], "Content-Length": [ "29" @@ -3903,13 +3915,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djOTUwNDEyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0diZGVkZDEyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "896cb4b0-177f-4ad5-a6c5-e40d4df21a86" + "2a8fba6a-5d44-49a7-8766-eb9a3356b21a" ], "Accept-Language": [ "en-US" @@ -3917,8 +3929,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3932,13 +3944,13 @@ "gateway" ], "x-ms-request-id": [ - "c4fc32f4-a937-426b-bf48-0efa22852006" + "d8b9150d-0613-40be-b391-32be0c49cb35" ], "x-ms-correlation-request-id": [ - "c4fc32f4-a937-426b-bf48-0efa22852006" + "d8b9150d-0613-40be-b391-32be0c49cb35" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114203Z:c4fc32f4-a937-426b-bf48-0efa22852006" + "SOUTHINDIA:20210518T122925Z:d8b9150d-0613-40be-b391-32be0c49cb35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3947,7 +3959,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:02 GMT" + "Tue, 18 May 2021 12:29:25 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3959,23 +3971,23 @@ "244" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSGc950412' under resource group 'PSTestRGc9504c44' 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/PSTestNSGbdedd12' under resource group 'PSTestRGbdedd36a' 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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djOTUwNDEyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0diZGVkZDEyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "896cb4b0-177f-4ad5-a6c5-e40d4df21a86" + "2a8fba6a-5d44-49a7-8766-eb9a3356b21a" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3986,16 +3998,16 @@ "no-cache" ], "ETag": [ - "W/\"2f254952-fd99-4099-aae0-2f603fd897fd\"" + "W/\"c07212fd-9a7f-4227-b121-5407838b7f3c\"" ], "x-ms-request-id": [ - "1f20bfa9-1ede-42c1-a69c-da02961c4169" + "5a86c8e1-e485-43c6-8852-0abf9cdfab03" ], "x-ms-correlation-request-id": [ - "2d223043-004d-4366-85db-f6884e08d7ca" + "e3fd1a9f-2562-4a36-9777-fff4d597f6e5" ], "x-ms-arm-service-request-id": [ - "8c7ec460-74d9-4dfe-87c1-544739a2149e" + "2ffac180-3846-44da-a639-d43782e32c57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4005,16 +4017,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11986" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114207Z:2d223043-004d-4366-85db-f6884e08d7ca" + "SOUTHINDIA:20210518T122929Z:e3fd1a9f-2562-4a36-9777-fff4d597f6e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:06 GMT" + "Tue, 18 May 2021 12:29:29 GMT" ], "Content-Length": [ "8489" @@ -4026,17 +4038,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9b2c08ff-ebd2-4640-92c8-cacee03998d0\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/securityRules/PSTestNSGRuleRDPc950412\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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\": \"PSTestNSGRuleWebc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/securityRules/PSTestNSGRuleWebc950412\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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\": \"PSTestNSGbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f3a119e-d818-4d85-b7e9-889202d5467e\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/securityRules/PSTestNSGRuleRDPbdedd12\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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\": \"PSTestNSGRuleWebbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/securityRules/PSTestNSGRuleWebbdedd12\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djOTUwNDEyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0diZGVkZDEyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "896cb4b0-177f-4ad5-a6c5-e40d4df21a86" + "2a8fba6a-5d44-49a7-8766-eb9a3356b21a" ], "Accept-Language": [ "en-US" @@ -4044,8 +4056,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -4056,16 +4068,16 @@ "no-cache" ], "ETag": [ - "W/\"2f254952-fd99-4099-aae0-2f603fd897fd\"" + "W/\"c07212fd-9a7f-4227-b121-5407838b7f3c\"" ], "x-ms-request-id": [ - "6d233a4c-f254-45f0-a259-229892cb3e48" + "7642a4ef-0d2e-4e4f-b45b-d16f816eedc6" ], "x-ms-correlation-request-id": [ - "d7c7dfab-ecb1-428a-b59c-7f59c16f3804" + "dc2c615f-bd2e-4d4f-8e6b-3793f3a8291c" ], "x-ms-arm-service-request-id": [ - "9082343e-8dc2-4ff6-b4e8-ba53aab6c5de" + "e9db6177-7acc-45ed-ba4f-30f2f5ea9e1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4075,16 +4087,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11985" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114207Z:d7c7dfab-ecb1-428a-b59c-7f59c16f3804" + "SOUTHINDIA:20210518T122929Z:dc2c615f-bd2e-4d4f-8e6b-3793f3a8291c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:06 GMT" + "Tue, 18 May 2021 12:29:29 GMT" ], "Content-Length": [ "8489" @@ -4096,17 +4108,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9b2c08ff-ebd2-4640-92c8-cacee03998d0\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/securityRules/PSTestNSGRuleRDPc950412\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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\": \"PSTestNSGRuleWebc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/securityRules/PSTestNSGRuleWebc950412\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"2f254952-fd99-4099-aae0-2f603fd897fd\\\"\",\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\": \"PSTestNSGbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6f3a119e-d818-4d85-b7e9-889202d5467e\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/securityRules/PSTestNSGRuleRDPbdedd12\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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\": \"PSTestNSGRuleWebbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/securityRules/PSTestNSGRuleWebbdedd12\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"c07212fd-9a7f-4227-b121-5407838b7f3c\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djOTUwNDEyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0diZGVkZDEyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestNSGRuleRDPc950412\"\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\": \"PSTestNSGRuleWebc950412\"\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\": \"PSTestNSGRuleRDPbdedd12\"\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\": \"PSTestNSGRuleWebbdedd12\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "896cb4b0-177f-4ad5-a6c5-e40d4df21a86" + "2a8fba6a-5d44-49a7-8766-eb9a3356b21a" ], "Accept-Language": [ "en-US" @@ -4114,8 +4126,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -4135,19 +4147,19 @@ "3" ], "x-ms-request-id": [ - "cb953bd8-66e2-4b56-8e59-0fb63c72947d" + "666b3414-d981-468a-9eef-2c58bca518b8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/cb953bd8-66e2-4b56-8e59-0fb63c72947d?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/666b3414-d981-468a-9eef-2c58bca518b8?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "3b4d3bf6-14a9-4d4b-bfcb-48533370a237" + "6eb08bca-d93d-40b5-9814-2a273b7eb8fe" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ce1ebdf8-db1e-4a78-8046-45d0d8a7d9cc" + "255751e1-1e6f-4e12-82db-54678d8523e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4157,16 +4169,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1197" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114204Z:3b4d3bf6-14a9-4d4b-bfcb-48533370a237" + "SOUTHINDIA:20210518T122926Z:6eb08bca-d93d-40b5-9814-2a273b7eb8fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:03 GMT" + "Tue, 18 May 2021 12:29:26 GMT" ], "Content-Length": [ "8480" @@ -4178,23 +4190,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412\",\r\n \"etag\": \"W/\\\"378389aa-9f26-49d2-b507-275f7b833e68\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9b2c08ff-ebd2-4640-92c8-cacee03998d0\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/securityRules/PSTestNSGRuleRDPc950412\",\r\n \"etag\": \"W/\\\"378389aa-9f26-49d2-b507-275f7b833e68\\\"\",\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\": \"PSTestNSGRuleWebc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/securityRules/PSTestNSGRuleWebc950412\",\r\n \"etag\": \"W/\\\"378389aa-9f26-49d2-b507-275f7b833e68\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"378389aa-9f26-49d2-b507-275f7b833e68\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"378389aa-9f26-49d2-b507-275f7b833e68\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"378389aa-9f26-49d2-b507-275f7b833e68\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"378389aa-9f26-49d2-b507-275f7b833e68\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"378389aa-9f26-49d2-b507-275f7b833e68\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"378389aa-9f26-49d2-b507-275f7b833e68\\\"\",\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\": \"PSTestNSGbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12\",\r\n \"etag\": \"W/\\\"4b9bb1f1-d0a6-4b5a-87e7-ade49417bbc3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6f3a119e-d818-4d85-b7e9-889202d5467e\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/securityRules/PSTestNSGRuleRDPbdedd12\",\r\n \"etag\": \"W/\\\"4b9bb1f1-d0a6-4b5a-87e7-ade49417bbc3\\\"\",\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\": \"PSTestNSGRuleWebbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/securityRules/PSTestNSGRuleWebbdedd12\",\r\n \"etag\": \"W/\\\"4b9bb1f1-d0a6-4b5a-87e7-ade49417bbc3\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"4b9bb1f1-d0a6-4b5a-87e7-ade49417bbc3\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"4b9bb1f1-d0a6-4b5a-87e7-ade49417bbc3\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"4b9bb1f1-d0a6-4b5a-87e7-ade49417bbc3\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"4b9bb1f1-d0a6-4b5a-87e7-ade49417bbc3\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"4b9bb1f1-d0a6-4b5a-87e7-ade49417bbc3\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"4b9bb1f1-d0a6-4b5a-87e7-ade49417bbc3\\\"\",\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/cb953bd8-66e2-4b56-8e59-0fb63c72947d?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NiOTUzYmQ4LTY2ZTItNGI1Ni04ZTU5LTBmYjYzYzcyOTQ3ZD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/666b3414-d981-468a-9eef-2c58bca518b8?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY2NmIzNDE0LWQ5ODEtNDY4YS05ZWVmLTJjNThiY2E1MThiOD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "896cb4b0-177f-4ad5-a6c5-e40d4df21a86" + "2a8fba6a-5d44-49a7-8766-eb9a3356b21a" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -4205,13 +4217,13 @@ "no-cache" ], "x-ms-request-id": [ - "788d8dda-79da-48b4-8501-5978eee3c2eb" + "cda1a54a-0f47-4928-835f-533e9174575a" ], "x-ms-correlation-request-id": [ - "6278dcff-280b-4736-affe-33eb2e70c2fd" + "033bd510-679a-4eb9-81d6-254cc53343ab" ], "x-ms-arm-service-request-id": [ - "70f16dbc-2378-4aa0-96ff-51fc1ac8e6d6" + "d0b2c85f-845a-472a-be21-0e4c8acdb6aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4221,16 +4233,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11987" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114207Z:6278dcff-280b-4736-affe-33eb2e70c2fd" + "SOUTHINDIA:20210518T122929Z:033bd510-679a-4eb9-81d6-254cc53343ab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:06 GMT" + "Tue, 18 May 2021 12:29:29 GMT" ], "Content-Length": [ "29" @@ -4246,13 +4258,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M5NTA0MTI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2JkZWRkMTI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b16c9fcf-6681-4448-a7d7-e639725bb854" + "b42a01e6-9ab1-4d3d-87b0-69e0b941af3d" ], "Accept-Language": [ "en-US" @@ -4260,8 +4272,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -4275,13 +4287,13 @@ "gateway" ], "x-ms-request-id": [ - "c3c7ce39-0122-44ab-819a-eeff2316c2fc" + "bb62f2bc-3d2f-4a23-9940-91c8ed27a92b" ], "x-ms-correlation-request-id": [ - "c3c7ce39-0122-44ab-819a-eeff2316c2fc" + "bb62f2bc-3d2f-4a23-9940-91c8ed27a92b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114207Z:c3c7ce39-0122-44ab-819a-eeff2316c2fc" + "SOUTHINDIA:20210518T122930Z:bb62f2bc-3d2f-4a23-9940-91c8ed27a92b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4290,7 +4302,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:06 GMT" + "Tue, 18 May 2021 12:29:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4302,23 +4314,23 @@ "240" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNICc950412' under resource group 'PSTestRGc9504c44' 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/PSTestNICbdedd12' under resource group 'PSTestRGbdedd36a' 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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M5NTA0MTI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2JkZWRkMTI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b16c9fcf-6681-4448-a7d7-e639725bb854" + "b42a01e6-9ab1-4d3d-87b0-69e0b941af3d" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -4329,16 +4341,16 @@ "no-cache" ], "ETag": [ - "W/\"43baaf83-b7a3-4696-8344-26fd3ee38250\"" + "W/\"9da435c7-4f66-43ff-a6b4-1f99c835cb16\"" ], "x-ms-request-id": [ - "9885617c-4828-4dc6-904c-bbaa8d9ceb35" + "fcb85d0d-41f9-4435-96f4-89d2b2778898" ], "x-ms-correlation-request-id": [ - "c0f0dc0d-f133-453c-b07f-494a5174cca5" + "88e17421-d606-4c77-893a-9f185ae5cb62" ], "x-ms-arm-service-request-id": [ - "363d82b5-c843-4fdb-a554-06797ab97f56" + "cd212c59-d5ae-470c-a4f2-3f7065902e7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4348,16 +4360,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11983" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114208Z:c0f0dc0d-f133-453c-b07f-494a5174cca5" + "SOUTHINDIA:20210518T122931Z:88e17421-d606-4c77-893a-9f185ae5cb62" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:08 GMT" + "Tue, 18 May 2021 12:29:30 GMT" ], "Content-Length": [ "2111" @@ -4369,17 +4381,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412\",\r\n \"etag\": \"W/\\\"43baaf83-b7a3-4696-8344-26fd3ee38250\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b8195e40-d554-45d5-b653-8c222adcf5bf\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"43baaf83-b7a3-4696-8344-26fd3ee38250\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc950412\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412/subnets/PSTestSNCc950412\"\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\": \"zvrhy0aemvzuvbfbxqubd254be.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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412\"\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\": \"PSTestNICbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12\",\r\n \"etag\": \"W/\\\"9da435c7-4f66-43ff-a6b4-1f99c835cb16\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bff76656-9b01-4bb3-8326-ef8553a0e3fd\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"9da435c7-4f66-43ff-a6b4-1f99c835cb16\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd12\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12/subnets/PSTestSNCbdedd12\"\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\": \"ssgbruigvz4upmvjupatsvxrya.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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12\"\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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M5NTA0MTI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2JkZWRkMTI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b16c9fcf-6681-4448-a7d7-e639725bb854" + "b42a01e6-9ab1-4d3d-87b0-69e0b941af3d" ], "Accept-Language": [ "en-US" @@ -4387,8 +4399,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -4399,16 +4411,16 @@ "no-cache" ], "ETag": [ - "W/\"43baaf83-b7a3-4696-8344-26fd3ee38250\"" + "W/\"9da435c7-4f66-43ff-a6b4-1f99c835cb16\"" ], "x-ms-request-id": [ - "4c4ad05d-001a-4368-af73-2651a8ab1dfe" + "207c9d59-3fe2-4951-b175-c1105f715e31" ], "x-ms-correlation-request-id": [ - "d215b9bb-c2fc-49e1-b85d-117b164f1064" + "9021cfa8-803b-4d1a-bfb1-95f9aeea977b" ], "x-ms-arm-service-request-id": [ - "1b945df8-8ec4-461a-a74f-72a8ece2a7f1" + "1deec69b-5e5a-4da6-b141-8ee24374848c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4418,16 +4430,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11982" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114208Z:d215b9bb-c2fc-49e1-b85d-117b164f1064" + "SOUTHINDIA:20210518T122931Z:9021cfa8-803b-4d1a-bfb1-95f9aeea977b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:08 GMT" + "Tue, 18 May 2021 12:29:30 GMT" ], "Content-Length": [ "2111" @@ -4439,17 +4451,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412\",\r\n \"etag\": \"W/\\\"43baaf83-b7a3-4696-8344-26fd3ee38250\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b8195e40-d554-45d5-b653-8c222adcf5bf\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"43baaf83-b7a3-4696-8344-26fd3ee38250\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc950412\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412/subnets/PSTestSNCc950412\"\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\": \"zvrhy0aemvzuvbfbxqubd254be.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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412\"\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\": \"PSTestNICbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12\",\r\n \"etag\": \"W/\\\"9da435c7-4f66-43ff-a6b4-1f99c835cb16\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bff76656-9b01-4bb3-8326-ef8553a0e3fd\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"9da435c7-4f66-43ff-a6b4-1f99c835cb16\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd12\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12/subnets/PSTestSNCbdedd12\"\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\": \"ssgbruigvz4upmvjupatsvxrya.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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12\"\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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M5NTA0MTI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2JkZWRkMTI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412\",\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/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412/subnets/PSTestSNCc950412\"\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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc950412\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12/subnets/PSTestSNCbdedd12\"\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/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd12\",\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": [ - "b16c9fcf-6681-4448-a7d7-e639725bb854" + "b42a01e6-9ab1-4d3d-87b0-69e0b941af3d" ], "Accept-Language": [ "en-US" @@ -4457,8 +4469,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -4475,19 +4487,19 @@ "no-cache" ], "x-ms-request-id": [ - "3a92f26b-3c85-4f6c-a858-481a611b67b0" + "9d928101-f182-4b7a-bb94-40635365bee9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/3a92f26b-3c85-4f6c-a858-481a611b67b0?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/9d928101-f182-4b7a-bb94-40635365bee9?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "b02863be-0382-4efb-a008-350e02fa2713" + "4d147e7f-f8b5-43ec-b2ea-1d607455f5df" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "08b4fba2-5716-40b4-b615-69211d8df875" + "d64a56b5-0e67-46be-824f-35faf872fbee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4497,16 +4509,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114208Z:b02863be-0382-4efb-a008-350e02fa2713" + "SOUTHINDIA:20210518T122930Z:4d147e7f-f8b5-43ec-b2ea-1d607455f5df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:07 GMT" + "Tue, 18 May 2021 12:29:30 GMT" ], "Content-Length": [ "2111" @@ -4518,17 +4530,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412\",\r\n \"etag\": \"W/\\\"43baaf83-b7a3-4696-8344-26fd3ee38250\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b8195e40-d554-45d5-b653-8c222adcf5bf\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"43baaf83-b7a3-4696-8344-26fd3ee38250\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc950412\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Network/virtualNetworks/PSTestVNETc950412/subnets/PSTestSNCc950412\"\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\": \"zvrhy0aemvzuvbfbxqubd254be.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/PSTestRGc9504c44/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc950412\"\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\": \"PSTestNICbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12\",\r\n \"etag\": \"W/\\\"9da435c7-4f66-43ff-a6b4-1f99c835cb16\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bff76656-9b01-4bb3-8326-ef8553a0e3fd\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"9da435c7-4f66-43ff-a6b4-1f99c835cb16\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsbdedd12\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Network/virtualNetworks/PSTestVNETbdedd12/subnets/PSTestSNCbdedd12\"\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\": \"ssgbruigvz4upmvjupatsvxrya.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/PSTestRGbdedd36a/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGbdedd12\"\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/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM5NTA0MTI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWJkZWRkMTI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc950412\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"c9504c44-c4f\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMbdedd12\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"bdedd36a-47e\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "Accept-Language": [ "en-US" @@ -4536,14 +4548,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1154" + "1150" ] }, "ResponseHeaders": { @@ -4557,19 +4569,19 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/d7434890-6384-4903-b551-a7fb2e4cf2fd?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/050f5e2e-c6d9-4f41-8b05-55372e9262e4?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1198" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d7434890-6384-4903-b551-a7fb2e4cf2fd" + "050f5e2e-c6d9-4f41-8b05-55372e9262e4" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -4579,19 +4591,19 @@ "1197" ], "x-ms-correlation-request-id": [ - "f6d4143c-cc9b-48e5-ae73-b2a9ef381576" + "92f6c8ce-3e4a-4b7b-b8be-ad595d8a15f3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114212Z:f6d4143c-cc9b-48e5-ae73-b2a9ef381576" + "WESTINDIA:20210518T122936Z:92f6c8ce-3e4a-4b7b-b8be-ad595d8a15f3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:11 GMT" + "Tue, 18 May 2021 12:29:35 GMT" ], "Content-Length": [ - "1915" + "1911" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4600,23 +4612,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc950412\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2194e574-64d4-4654-81c9-0db3035bcaaa\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc950412\",\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/PSTestRGc9504c44/providers/Microsoft.Network/networkInterfaces/PSTestNICc950412\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMbdedd12\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d8ca58ef-a5fc-4745-b648-566ff484c9e2\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMbdedd12\",\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/PSTestRGbdedd36a/providers/Microsoft.Network/networkInterfaces/PSTestNICbdedd12\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/d7434890-6384-4903-b551-a7fb2e4cf2fd?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q3NDM0ODkwLTYzODQtNDkwMy1iNTUxLWE3ZmIyZTRjZjJmZD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/050f5e2e-c6d9-4f41-8b05-55372e9262e4?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA1MGY1ZTJlLWM2ZDktNGY0MS04YjA1LTU1MzcyZTkyNjJlND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -4630,13 +4642,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29973" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a970427d-714d-4491-bb0f-b062648399a5" + "fe912a94-8b1d-433f-beeb-54b708fe2451" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -4646,16 +4658,16 @@ "11984" ], "x-ms-correlation-request-id": [ - "c3e1578c-7ab9-4c68-975a-6d56ee85b50c" + "96d53ba0-88a8-443e-b954-dede39946b24" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114222Z:c3e1578c-7ab9-4c68-975a-6d56ee85b50c" + "WESTINDIA:20210518T122946Z:96d53ba0-88a8-443e-b954-dede39946b24" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:42:22 GMT" + "Tue, 18 May 2021 12:29:45 GMT" ], "Content-Length": [ "134" @@ -4667,23 +4679,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:12:11.6660687+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d7434890-6384-4903-b551-a7fb2e4cf2fd\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T17:59:35.1719145+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"050f5e2e-c6d9-4f41-8b05-55372e9262e4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/d7434890-6384-4903-b551-a7fb2e4cf2fd?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q3NDM0ODkwLTYzODQtNDkwMy1iNTUxLWE3ZmIyZTRjZjJmZD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/050f5e2e-c6d9-4f41-8b05-55372e9262e4?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA1MGY1ZTJlLWM2ZDktNGY0MS04YjA1LTU1MzcyZTkyNjJlND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -4694,13 +4706,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29972" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "84815083-6512-43c9-8c2f-ca107e8d8e51" + "77707fb0-dd71-48bb-98dc-1eee3e7b22d9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -4710,16 +4722,16 @@ "11983" ], "x-ms-correlation-request-id": [ - "215659df-d5bf-4cdb-bc2b-697669b68110" + "b056faff-ce61-4ebb-9358-0c800bb489f8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114313Z:215659df-d5bf-4cdb-bc2b-697669b68110" + "WESTINDIA:20210518T123037Z:b056faff-ce61-4ebb-9358-0c800bb489f8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:43:12 GMT" + "Tue, 18 May 2021 12:30:36 GMT" ], "Content-Length": [ "134" @@ -4731,23 +4743,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:12:11.6660687+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d7434890-6384-4903-b551-a7fb2e4cf2fd\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T17:59:35.1719145+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"050f5e2e-c6d9-4f41-8b05-55372e9262e4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/d7434890-6384-4903-b551-a7fb2e4cf2fd?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Q3NDM0ODkwLTYzODQtNDkwMy1iNTUxLWE3ZmIyZTRjZjJmZD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/050f5e2e-c6d9-4f41-8b05-55372e9262e4?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA1MGY1ZTJlLWM2ZDktNGY0MS04YjA1LTU1MzcyZTkyNjJlND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -4758,13 +4770,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29970" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2497b5db-bb20-4b9c-ae94-9734f8c2fde7" + "fa46a717-e91b-4113-8c07-c95a81119c62" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -4774,16 +4786,16 @@ "11982" ], "x-ms-correlation-request-id": [ - "3956a442-e04f-49c4-bc7e-d491dd140bb8" + "a7da1427-aabd-4b5a-aa0c-8c2a83d0c35e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114403Z:3956a442-e04f-49c4-bc7e-d491dd140bb8" + "WESTINDIA:20210518T123127Z:a7da1427-aabd-4b5a-aa0c-8c2a83d0c35e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:44:03 GMT" + "Tue, 18 May 2021 12:31:26 GMT" ], "Content-Length": [ "184" @@ -4795,17 +4807,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:12:11.6660687+05:30\",\r\n \"endTime\": \"2021-02-15T17:13:51.1213207+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d7434890-6384-4903-b551-a7fb2e4cf2fd\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T17:59:35.1719145+05:30\",\r\n \"endTime\": \"2021-05-18T18:01:20.0930216+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"050f5e2e-c6d9-4f41-8b05-55372e9262e4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM5NTA0MTIvZXh0ZW5zaW9ucy9CR0luZm8/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWJkZWRkMTIvZXh0ZW5zaW9ucy9CR0luZm8/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "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": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "Accept-Language": [ "en-US" @@ -4813,8 +4825,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4831,19 +4843,19 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/8d611abb-78c6-46b8-8e64-0e9035b4589c?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/dc243c22-347d-407c-9808-5d14f488232c?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1197" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8d611abb-78c6-46b8-8e64-0e9035b4589c" + "dc243c22-347d-407c-9808-5d14f488232c" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -4853,16 +4865,16 @@ "1196" ], "x-ms-correlation-request-id": [ - "f0403503-3bcd-4c20-bcac-dcc6b17e0663" + "546e441e-cf7c-41ce-bb36-3032bd208ac9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114406Z:f0403503-3bcd-4c20-bcac-dcc6b17e0663" + "WESTINDIA:20210518T123131Z:546e441e-cf7c-41ce-bb36-3032bd208ac9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:44:06 GMT" + "Tue, 18 May 2021 12:31:30 GMT" ], "Content-Length": [ "485" @@ -4874,23 +4886,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412/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/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12/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/8d611abb-78c6-46b8-8e64-0e9035b4589c?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhkNjExYWJiLTc4YzYtNDZiOC04ZTY0LTBlOTAzNWI0NTg5Yz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/dc243c22-347d-407c-9808-5d14f488232c?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RjMjQzYzIyLTM0N2QtNDA3Yy05ODA4LTVkMTRmNDg4MjMyYz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -4901,13 +4913,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29969" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "302aee40-fce6-48ed-8454-700c5bf644e0" + "163f06f7-299b-4605-8162-782fd136b683" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -4917,19 +4929,19 @@ "11977" ], "x-ms-correlation-request-id": [ - "53c61c75-fc27-4f9e-a43d-2aa97cbd80fd" + "7798641d-2660-41fc-b0aa-a2364bc88feb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114436Z:53c61c75-fc27-4f9e-a43d-2aa97cbd80fd" + "WESTINDIA:20210518T123201Z:7798641d-2660-41fc-b0aa-a2364bc88feb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:44:36 GMT" + "Tue, 18 May 2021 12:32:00 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4938,23 +4950,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:14:06.0433682+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8d611abb-78c6-46b8-8e64-0e9035b4589c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:01:30.483624+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dc243c22-347d-407c-9808-5d14f488232c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/8d611abb-78c6-46b8-8e64-0e9035b4589c?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhkNjExYWJiLTc4YzYtNDZiOC04ZTY0LTBlOTAzNWI0NTg5Yz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/dc243c22-347d-407c-9808-5d14f488232c?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RjMjQzYzIyLTM0N2QtNDA3Yy05ODA4LTVkMTRmNDg4MjMyYz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -4965,13 +4977,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "97f14a97-aeec-40b0-9284-369b82944fd6" + "aa24c633-86e3-44b7-8ffc-d7decf049c14" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -4981,19 +4993,19 @@ "11976" ], "x-ms-correlation-request-id": [ - "ce0a7154-f839-4390-9933-619ea4437625" + "8658210e-c97f-4d2f-8964-e2dae8efe077" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114507Z:ce0a7154-f839-4390-9933-619ea4437625" + "WESTINDIA:20210518T123231Z:8658210e-c97f-4d2f-8964-e2dae8efe077" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:45:07 GMT" + "Tue, 18 May 2021 12:32:31 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5002,23 +5014,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:14:06.0433682+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8d611abb-78c6-46b8-8e64-0e9035b4589c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:01:30.483624+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dc243c22-347d-407c-9808-5d14f488232c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/8d611abb-78c6-46b8-8e64-0e9035b4589c?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhkNjExYWJiLTc4YzYtNDZiOC04ZTY0LTBlOTAzNWI0NTg5Yz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/dc243c22-347d-407c-9808-5d14f488232c?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RjMjQzYzIyLTM0N2QtNDA3Yy05ODA4LTVkMTRmNDg4MjMyYz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -5029,13 +5041,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a8efa216-c132-405a-a017-c4e8346e5620" + "d61c4ae2-8790-4401-8015-e893d639a781" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -5045,19 +5057,19 @@ "11975" ], "x-ms-correlation-request-id": [ - "65af5d85-7795-4b92-be84-73d41503f1fe" + "6d151ad0-8305-4245-b3d6-37f28faa72aa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114537Z:65af5d85-7795-4b92-be84-73d41503f1fe" + "WESTINDIA:20210518T123301Z:6d151ad0-8305-4245-b3d6-37f28faa72aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:45:37 GMT" + "Tue, 18 May 2021 12:33:00 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5066,23 +5078,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:14:06.0433682+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8d611abb-78c6-46b8-8e64-0e9035b4589c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:01:30.483624+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dc243c22-347d-407c-9808-5d14f488232c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/8d611abb-78c6-46b8-8e64-0e9035b4589c?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhkNjExYWJiLTc4YzYtNDZiOC04ZTY0LTBlOTAzNWI0NTg5Yz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/dc243c22-347d-407c-9808-5d14f488232c?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RjMjQzYzIyLTM0N2QtNDA3Yy05ODA4LTVkMTRmNDg4MjMyYz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -5093,13 +5105,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29965" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3ad9fa63-35de-4d48-a1fe-b4800c564531" + "5cdf5391-3ac9-4461-9494-40db8407a288" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -5109,19 +5121,19 @@ "11974" ], "x-ms-correlation-request-id": [ - "65ce6582-f023-47d7-9fa4-550735d6cd02" + "3f43aa4c-afdd-48a0-9fa9-cb10e910b5e6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114607Z:65ce6582-f023-47d7-9fa4-550735d6cd02" + "WESTINDIA:20210518T123331Z:3f43aa4c-afdd-48a0-9fa9-cb10e910b5e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:46:07 GMT" + "Tue, 18 May 2021 12:33:31 GMT" ], "Content-Length": [ - "134" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5130,23 +5142,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:14:06.0433682+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8d611abb-78c6-46b8-8e64-0e9035b4589c\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:01:30.483624+05:30\",\r\n \"endTime\": \"2021-05-18T18:03:27.6077668+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"dc243c22-347d-407c-9808-5d14f488232c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/8d611abb-78c6-46b8-8e64-0e9035b4589c?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhkNjExYWJiLTc4YzYtNDZiOC04ZTY0LTBlOTAzNWI0NTg5Yz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWJkZWRkMTIvZXh0ZW5zaW9ucy9CR0luZm8/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "cfbdbf2b-61c8-4920-94d0-aac9b15347cf" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -5157,13 +5169,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29963" + "Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bb7a7ef3-a344-4741-ac51-1ac5a6f27572" + "6c4376bb-2359-436c-a629-073dbff3bda8" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -5173,19 +5185,19 @@ "11973" ], "x-ms-correlation-request-id": [ - "93c2a324-d8a4-4011-b29c-de3d988ab2f5" + "62bfa346-3126-4005-a990-f5670fd978a3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114638Z:93c2a324-d8a4-4011-b29c-de3d988ab2f5" + "WESTINDIA:20210518T123332Z:62bfa346-3126-4005-a990-f5670fd978a3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:46:37 GMT" + "Tue, 18 May 2021 12:33:31 GMT" ], "Content-Length": [ - "184" + "486" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5194,23 +5206,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T17:14:06.0433682+05:30\",\r\n \"endTime\": \"2021-02-15T17:16:10.9513529+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8d611abb-78c6-46b8-8e64-0e9035b4589c\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12/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/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM5NTA0MTIvZXh0ZW5zaW9ucy9CR0luZm8/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75818a9-7b87-4f68-9862-011e3798e625" + "7b210c2a-1c79-43cf-8855-9f07d562efc4" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ "FxVersion/4.6.29719.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.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, "ResponseHeaders": { @@ -5220,55 +5235,120 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31971" + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "38ff559f-8dfc-4af4-9c6c-34eacd33bfa2" + ], + "x-ms-correlation-request-id": [ + "38ff559f-8dfc-4af4-9c6c-34eacd33bfa2" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T123332Z:38ff559f-8dfc-4af4-9c6c-34eacd33bfa2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 12:33:31 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "239" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a' under resource group 'PSTestRGbdedd36a' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "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": [ + "ccfd508b-6f16-4ad4-b9a7-a12484685a27" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "98" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0d2f459a-bb1a-453f-bc95-a4675c4b77d6" + "98225040-b915-4436-837c-f18a33b6fc3a" + ], + "x-ms-client-request-id": [ + "ccfd508b-6f16-4ad4-b9a7-a12484685a27" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-IIS/10.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "209" ], "x-ms-correlation-request-id": [ - "55c7993a-cb3c-49f8-aad2-e830b7dc9fa4" + "98225040-b915-4436-837c-f18a33b6fc3a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114638Z:55c7993a-cb3c-49f8-aad2-e830b7dc9fa4" - ], - "X-Content-Type-Options": [ - "nosniff" + "SOUTHINDIA:20210518T123335Z:98225040-b915-4436-837c-f18a33b6fc3a" ], "Date": [ - "Mon, 15 Feb 2021 11:46:37 GMT" + "Tue, 18 May 2021 12:33:35 GMT" ], "Content-Length": [ - "486" + "466" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412/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 + "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVbdedd36a\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T12%3A33%3A35.5624978Z'\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a\",\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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0ND9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88424289-6b43-42d4-94fe-acd067ba1412" + "2e76a209-fead-4577-84df-82d07ade4e60" ], "Accept-Language": [ "en-US" @@ -5276,8 +5356,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.6.0" ] }, "ResponseHeaders": { @@ -5287,48 +5367,58 @@ "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ - "gateway" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-request-id": [ - "adec5b5d-76c2-4486-b7bb-c502215e89dd" + "c664b8f9-f082-44bf-8cc9-3d6713a59642" ], - "x-ms-correlation-request-id": [ - "adec5b5d-76c2-4486-b7bb-c502215e89dd" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114638Z:adec5b5d-76c2-4486-b7bb-c502215e89dd" + "x-ms-client-request-id": [ + "2e76a209-fead-4577-84df-82d07ade4e60", + "2e76a209-fead-4577-84df-82d07ade4e60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "149" + ], + "x-ms-correlation-request-id": [ + "c664b8f9-f082-44bf-8cc9-3d6713a59642" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123337Z:c664b8f9-f082-44bf-8cc9-3d6713a59642" ], "Date": [ - "Mon, 15 Feb 2021 11:46:38 GMT" + "Tue, 18 May 2021 12:33:36 GMT" + ], + "Content-Length": [ + "380" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44' under resource group 'PSTestRGc9504c44' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", - "StatusCode": 404 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0ND9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {},\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"location\": \"southeastasia\"\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "573a304c-afba-4321-b3eb-244fad6ed776" + "2e76a209-fead-4577-84df-82d07ade4e60" ], "Accept-Language": [ "en-US" @@ -5336,14 +5426,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.6.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "98" + "111" ] }, "ResponseHeaders": { @@ -5357,10 +5447,11 @@ "nosniff" ], "x-ms-request-id": [ - "a21d2148-0363-42b0-8646-9705e73a9927" + "f3c35651-d5b7-4d33-a91e-36c59d9c422c" ], "x-ms-client-request-id": [ - "573a304c-afba-4321-b3eb-244fad6ed776" + "2e76a209-fead-4577-84df-82d07ade4e60", + "2e76a209-fead-4577-84df-82d07ade4e60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5368,20 +5459,23 @@ "Server": [ "Microsoft-IIS/10.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "209" + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "a21d2148-0363-42b0-8646-9705e73a9927" + "f3c35651-d5b7-4d33-a91e-36c59d9c422c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114643Z:a21d2148-0363-42b0-8646-9705e73a9927" + "JIOINDIAWEST:20210518T123338Z:f3c35651-d5b7-4d33-a91e-36c59d9c422c" ], "Date": [ - "Mon, 15 Feb 2021 11:46:43 GMT" + "Tue, 18 May 2021 12:33:37 GMT" ], "Content-Length": [ - "466" + "381" ], "Content-Type": [ "application/json" @@ -5390,17 +5484,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVc9504c44\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T11%3A46%3A42.5900938Z'\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc95041'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzk1MDQxJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMbdedd1'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYmRlZGQxJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4847dbde-2d71-4f2a-a103-b4e5a0195140" + "50e3a5c7-e7b4-4314-b332-e66da38a9387" ], "Accept-Language": [ "en-US" @@ -5408,8 +5502,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5423,11 +5517,11 @@ "nosniff" ], "x-ms-request-id": [ - "a7cbb0c8-ff24-4488-a5e4-aff48980b9f1" + "93dfb426-18a9-4732-a2a0-34a0a474d9da" ], "x-ms-client-request-id": [ - "4847dbde-2d71-4f2a-a103-b4e5a0195140", - "4847dbde-2d71-4f2a-a103-b4e5a0195140" + "50e3a5c7-e7b4-4314-b332-e66da38a9387", + "50e3a5c7-e7b4-4314-b332-e66da38a9387" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5442,13 +5536,13 @@ "149" ], "x-ms-correlation-request-id": [ - "a7cbb0c8-ff24-4488-a5e4-aff48980b9f1" + "93dfb426-18a9-4732-a2a0-34a0a474d9da" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114648Z:a7cbb0c8-ff24-4488-a5e4-aff48980b9f1" + "JIOINDIAWEST:20210518T123343Z:93dfb426-18a9-4732-a2a0-34a0a474d9da" ], "Date": [ - "Mon, 15 Feb 2021 11:46:48 GMT" + "Tue, 18 May 2021 12:33:42 GMT" ], "Content-Length": [ "12" @@ -5464,13 +5558,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc95041'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzk1MDQxJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMbdedd1'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYmRlZGQxJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81bbe952-a0eb-41c7-bcd8-02d2594ea8b4" + "8619f5d2-54bf-4e18-939e-71872082c27e" ], "Accept-Language": [ "en-US" @@ -5478,8 +5572,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5493,11 +5587,11 @@ "nosniff" ], "x-ms-request-id": [ - "98fa8a4a-7231-46d2-aea7-3f0d5315e37e" + "fb17bbb3-d10a-46fa-a057-b22e679a6770" ], "x-ms-client-request-id": [ - "81bbe952-a0eb-41c7-bcd8-02d2594ea8b4", - "81bbe952-a0eb-41c7-bcd8-02d2594ea8b4" + "8619f5d2-54bf-4e18-939e-71872082c27e", + "8619f5d2-54bf-4e18-939e-71872082c27e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5512,13 +5606,13 @@ "148" ], "x-ms-correlation-request-id": [ - "98fa8a4a-7231-46d2-aea7-3f0d5315e37e" + "fb17bbb3-d10a-46fa-a057-b22e679a6770" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114742Z:98fa8a4a-7231-46d2-aea7-3f0d5315e37e" + "JIOINDIAWEST:20210518T123418Z:fb17bbb3-d10a-46fa-a057-b22e679a6770" ], "Date": [ - "Mon, 15 Feb 2021 11:47:42 GMT" + "Tue, 18 May 2021 12:34:18 GMT" ], "Content-Length": [ "914" @@ -5530,17 +5624,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc9504c44\",\r\n \"friendlyName\": \"PSTestVMc95041\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGbdedd36a\",\r\n \"friendlyName\": \"PSTestVMbdedd1\",\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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc95041'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzk1MDQxJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMbdedd1'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYmRlZGQxJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40cab386-c9ad-4b01-a691-42ec516f1137" + "f2d89606-7b79-4482-b271-ba1d9c117a2b" ], "Accept-Language": [ "en-US" @@ -5548,8 +5642,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5563,11 +5657,11 @@ "nosniff" ], "x-ms-request-id": [ - "b57f8ffc-dad9-472b-9a37-95f1f7576a3d" + "1f9c8e35-1d85-4a99-9e03-5cce35a67bd4" ], "x-ms-client-request-id": [ - "40cab386-c9ad-4b01-a691-42ec516f1137", - "40cab386-c9ad-4b01-a691-42ec516f1137" + "f2d89606-7b79-4482-b271-ba1d9c117a2b", + "f2d89606-7b79-4482-b271-ba1d9c117a2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5582,13 +5676,13 @@ "145" ], "x-ms-correlation-request-id": [ - "b57f8ffc-dad9-472b-9a37-95f1f7576a3d" + "1f9c8e35-1d85-4a99-9e03-5cce35a67bd4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114832Z:b57f8ffc-dad9-472b-9a37-95f1f7576a3d" + "JIOINDIAWEST:20210518T123500Z:1f9c8e35-1d85-4a99-9e03-5cce35a67bd4" ], "Date": [ - "Mon, 15 Feb 2021 11:48:31 GMT" + "Tue, 18 May 2021 12:35:00 GMT" ], "Content-Length": [ "914" @@ -5600,17 +5694,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc9504c44\",\r\n \"friendlyName\": \"PSTestVMc95041\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGbdedd36a\",\r\n \"friendlyName\": \"PSTestVMbdedd1\",\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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5f25f51-63ce-4c8b-bfb9-cbde57d867c7" + "49c11860-0337-4063-b4b8-6f11bcc452bd" ], "Accept-Language": [ "en-US" @@ -5618,8 +5712,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5633,11 +5727,11 @@ "nosniff" ], "x-ms-request-id": [ - "65ce04be-e4ec-4698-aa31-f49918ab6780" + "21bec712-7308-4d79-94a6-1bb3fbe1d30c" ], "x-ms-client-request-id": [ - "e5f25f51-63ce-4c8b-bfb9-cbde57d867c7", - "e5f25f51-63ce-4c8b-bfb9-cbde57d867c7" + "49c11860-0337-4063-b4b8-6f11bcc452bd", + "49c11860-0337-4063-b4b8-6f11bcc452bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5652,13 +5746,13 @@ "149" ], "x-ms-correlation-request-id": [ - "65ce04be-e4ec-4698-aa31-f49918ab6780" + "21bec712-7308-4d79-94a6-1bb3fbe1d30c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114649Z:65ce04be-e4ec-4698-aa31-f49918ab6780" + "JIOINDIAWEST:20210518T123343Z:21bec712-7308-4d79-94a6-1bb3fbe1d30c" ], "Date": [ - "Mon, 15 Feb 2021 11:46:49 GMT" + "Tue, 18 May 2021 12:33:43 GMT" ], "Content-Length": [ "762" @@ -5670,17 +5764,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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-15T21:30: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-15T21:30: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/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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-05-18T22:30: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-05-18T22:30: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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eda3aade-2a9c-4111-b197-dd69ab78379a" + "61060e58-f976-48df-98c1-f738e88215c1" ], "Accept-Language": [ "en-US" @@ -5688,8 +5782,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5703,11 +5797,11 @@ "nosniff" ], "x-ms-request-id": [ - "9ebbfee3-d60f-41ca-b61e-c2d33a73a7e9" + "5b6692d8-9f04-496a-b82c-7aebd3fee5e0" ], "x-ms-client-request-id": [ - "eda3aade-2a9c-4111-b197-dd69ab78379a", - "eda3aade-2a9c-4111-b197-dd69ab78379a" + "61060e58-f976-48df-98c1-f738e88215c1", + "61060e58-f976-48df-98c1-f738e88215c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5722,13 +5816,13 @@ "148" ], "x-ms-correlation-request-id": [ - "9ebbfee3-d60f-41ca-b61e-c2d33a73a7e9" + "5b6692d8-9f04-496a-b82c-7aebd3fee5e0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114748Z:9ebbfee3-d60f-41ca-b61e-c2d33a73a7e9" + "JIOINDIAWEST:20210518T123425Z:5b6692d8-9f04-496a-b82c-7aebd3fee5e0" ], "Date": [ - "Mon, 15 Feb 2021 11:47:48 GMT" + "Tue, 18 May 2021 12:34:24 GMT" ], "Content-Length": [ "762" @@ -5740,17 +5834,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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-15T21:30: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-15T21:30: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\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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-05-18T22:30: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-05-18T22:30: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\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0988fdb-753e-4721-9dfe-1b87af761745" + "b11f92a7-a566-49b9-af74-8c14ba3642fd" ], "Accept-Language": [ "en-US" @@ -5758,8 +5852,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5773,11 +5867,11 @@ "nosniff" ], "x-ms-request-id": [ - "df7e46ea-d385-4159-8a14-ad4d775d6b31" + "1a56542a-e828-41da-a941-89d32800e5b3" ], "x-ms-client-request-id": [ - "d0988fdb-753e-4721-9dfe-1b87af761745", - "d0988fdb-753e-4721-9dfe-1b87af761745" + "b11f92a7-a566-49b9-af74-8c14ba3642fd", + "b11f92a7-a566-49b9-af74-8c14ba3642fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5792,13 +5886,13 @@ "147" ], "x-ms-correlation-request-id": [ - "df7e46ea-d385-4159-8a14-ad4d775d6b31" + "1a56542a-e828-41da-a941-89d32800e5b3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114831Z:df7e46ea-d385-4159-8a14-ad4d775d6b31" + "JIOINDIAWEST:20210518T123500Z:1a56542a-e828-41da-a941-89d32800e5b3" ], "Date": [ - "Mon, 15 Feb 2021 11:48:31 GMT" + "Tue, 18 May 2021 12:35:00 GMT" ], "Content-Length": [ "762" @@ -5810,17 +5904,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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-15T21:30: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-15T21:30: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\": 2\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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-05-18T22:30: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-05-18T22:30: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\": 2\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Accept-Language": [ "en-US" @@ -5828,8 +5922,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5843,11 +5937,11 @@ "nosniff" ], "x-ms-request-id": [ - "bcb9833b-526e-4ca1-bed3-b4d6191c59da" + "ac2da472-7d54-4e00-963a-c7d562b7a0cb" ], "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705", - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937", + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5862,16 +5956,16 @@ "149" ], "x-ms-correlation-request-id": [ - "bcb9833b-526e-4ca1-bed3-b4d6191c59da" + "ac2da472-7d54-4e00-963a-c7d562b7a0cb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114649Z:bcb9833b-526e-4ca1-bed3-b4d6191c59da" + "JIOINDIAWEST:20210518T123344Z:ac2da472-7d54-4e00-963a-c7d562b7a0cb" ], "Date": [ - "Mon, 15 Feb 2021 11:46:49 GMT" + "Tue, 18 May 2021 12:33:43 GMT" ], "Content-Length": [ - "20693" + "7148" ], "Content-Type": [ "application/json" @@ -5880,17 +5974,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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 \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectableItems/vm;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc9504c44\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectableItems/vm;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc9504c44\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectableItems/vm;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGbdedd36a\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectableItems/vm;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGbdedd36a\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Accept-Language": [ "en-US" @@ -5898,8 +5992,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5913,11 +6007,11 @@ "nosniff" ], "x-ms-request-id": [ - "9a251579-4efd-40d4-9ba0-45b9335bf022" + "e0a5cc0f-a65b-4a90-84ad-a0dd82e9e1f5" ], "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19", - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399", + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5932,16 +6026,16 @@ "148" ], "x-ms-correlation-request-id": [ - "9a251579-4efd-40d4-9ba0-45b9335bf022" + "e0a5cc0f-a65b-4a90-84ad-a0dd82e9e1f5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114748Z:9a251579-4efd-40d4-9ba0-45b9335bf022" + "JIOINDIAWEST:20210518T123425Z:e0a5cc0f-a65b-4a90-84ad-a0dd82e9e1f5" ], "Date": [ - "Mon, 15 Feb 2021 11:47:48 GMT" + "Tue, 18 May 2021 12:34:24 GMT" ], "Content-Length": [ - "19799" + "6254" ], "Content-Type": [ "application/json" @@ -5950,17 +6044,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/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 \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectableItems/vm;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc9504c44\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectableItems/vm;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGbdedd36a\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjOTUwNGM0NCUzQnBzdGVzdHZtYzk1MDQxL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M5NTA0YzQ0JTNCcHN0ZXN0dm1jOTUwNDE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdiZGVkZDM2YSUzQnBzdGVzdHZtYmRlZGQxL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2JkZWRkMzZhJTNCcHN0ZXN0dm1iZGVkZDE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Accept-Language": [ "en-US" @@ -5968,8 +6062,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5986,23 +6080,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/vm;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/operationResults/70338a6b-f152-4d4b-a5f8-05ef422ec32a?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/vm;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/operationResults/63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/vm;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/operationsStatus/70338a6b-f152-4d4b-a5f8-05ef422ec32a?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/vm;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/operationsStatus/63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ae774e84-8232-484c-a34b-588b9fef8e3f" + "37714ecf-08e7-48b5-8ad6-8ad84f56eabb" ], "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705", - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937", + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6011,16 +6105,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "ae774e84-8232-484c-a34b-588b9fef8e3f" + "37714ecf-08e7-48b5-8ad6-8ad84f56eabb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114650Z:ae774e84-8232-484c-a34b-588b9fef8e3f" + "JIOINDIAWEST:20210518T123345Z:37714ecf-08e7-48b5-8ad6-8ad84f56eabb" ], "Date": [ - "Mon, 15 Feb 2021 11:46:50 GMT" + "Tue, 18 May 2021 12:33:44 GMT" ], "Expires": [ "-1" @@ -6033,13 +6127,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/70338a6b-f152-4d4b-a5f8-05ef422ec32a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzcwMzM4YTZiLWYxNTItNGQ0Yi1hNWY4LTA1ZWY0MjJlYzMyYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzYzYmFjZDVjLTlhNjEtNDY3MC05ZmY5LWI3ZTA2ZjllOWMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Accept-Language": [ "en-US" @@ -6047,8 +6141,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6062,11 +6156,11 @@ "nosniff" ], "x-ms-request-id": [ - "6752e01f-af31-40e8-b61f-5a0c92e32a53" + "f4a867fd-a608-484f-8c52-68bc6c41d2fd" ], "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705", - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937", + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6081,13 +6175,13 @@ "149" ], "x-ms-correlation-request-id": [ - "6752e01f-af31-40e8-b61f-5a0c92e32a53" + "f4a867fd-a608-484f-8c52-68bc6c41d2fd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114650Z:6752e01f-af31-40e8-b61f-5a0c92e32a53" + "JIOINDIAWEST:20210518T123345Z:f4a867fd-a608-484f-8c52-68bc6c41d2fd" ], "Date": [ - "Mon, 15 Feb 2021 11:46:50 GMT" + "Tue, 18 May 2021 12:33:44 GMT" ], "Content-Length": [ "188" @@ -6099,17 +6193,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"name\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:46:50.2078842Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"name\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:33:44.9979688Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/70338a6b-f152-4d4b-a5f8-05ef422ec32a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzcwMzM4YTZiLWYxNTItNGQ0Yi1hNWY4LTA1ZWY0MjJlYzMyYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzYzYmFjZDVjLTlhNjEtNDY3MC05ZmY5LWI3ZTA2ZjllOWMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Accept-Language": [ "en-US" @@ -6117,8 +6211,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6132,11 +6226,11 @@ "nosniff" ], "x-ms-request-id": [ - "f68137db-0fae-453f-9341-9ef103f9b53f" + "dea71b82-8cee-4229-a375-7f876a155668" ], "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705", - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937", + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6151,13 +6245,13 @@ "148" ], "x-ms-correlation-request-id": [ - "f68137db-0fae-453f-9341-9ef103f9b53f" + "dea71b82-8cee-4229-a375-7f876a155668" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114700Z:f68137db-0fae-453f-9341-9ef103f9b53f" + "JIOINDIAWEST:20210518T123350Z:dea71b82-8cee-4229-a375-7f876a155668" ], "Date": [ - "Mon, 15 Feb 2021 11:47:00 GMT" + "Tue, 18 May 2021 12:33:50 GMT" ], "Content-Length": [ "188" @@ -6169,17 +6263,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"name\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:46:50.2078842Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"name\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:33:44.9979688Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/70338a6b-f152-4d4b-a5f8-05ef422ec32a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzcwMzM4YTZiLWYxNTItNGQ0Yi1hNWY4LTA1ZWY0MjJlYzMyYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzYzYmFjZDVjLTlhNjEtNDY3MC05ZmY5LWI3ZTA2ZjllOWMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Accept-Language": [ "en-US" @@ -6187,8 +6281,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6202,11 +6296,11 @@ "nosniff" ], "x-ms-request-id": [ - "97742219-8423-41e8-a2f3-8e20de9e378d" + "2c4cdc9f-669d-45ac-af61-51d3911bd1eb" ], "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705", - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937", + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6221,13 +6315,13 @@ "147" ], "x-ms-correlation-request-id": [ - "97742219-8423-41e8-a2f3-8e20de9e378d" + "2c4cdc9f-669d-45ac-af61-51d3911bd1eb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114711Z:97742219-8423-41e8-a2f3-8e20de9e378d" + "JIOINDIAWEST:20210518T123356Z:2c4cdc9f-669d-45ac-af61-51d3911bd1eb" ], "Date": [ - "Mon, 15 Feb 2021 11:47:10 GMT" + "Tue, 18 May 2021 12:33:55 GMT" ], "Content-Length": [ "188" @@ -6239,17 +6333,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"name\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:46:50.2078842Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"name\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:33:44.9979688Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/70338a6b-f152-4d4b-a5f8-05ef422ec32a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzcwMzM4YTZiLWYxNTItNGQ0Yi1hNWY4LTA1ZWY0MjJlYzMyYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzYzYmFjZDVjLTlhNjEtNDY3MC05ZmY5LWI3ZTA2ZjllOWMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Accept-Language": [ "en-US" @@ -6257,8 +6351,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6272,11 +6366,11 @@ "nosniff" ], "x-ms-request-id": [ - "a96c768c-096a-434d-bed1-5979b853a29e" + "d9ad5224-501b-4b51-88cf-51bac86c8d6d" ], "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705", - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937", + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6291,13 +6385,13 @@ "146" ], "x-ms-correlation-request-id": [ - "a96c768c-096a-434d-bed1-5979b853a29e" + "d9ad5224-501b-4b51-88cf-51bac86c8d6d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114721Z:a96c768c-096a-434d-bed1-5979b853a29e" + "JIOINDIAWEST:20210518T123401Z:d9ad5224-501b-4b51-88cf-51bac86c8d6d" ], "Date": [ - "Mon, 15 Feb 2021 11:47:21 GMT" + "Tue, 18 May 2021 12:34:00 GMT" ], "Content-Length": [ "188" @@ -6309,17 +6403,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"name\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:46:50.2078842Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"name\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:33:44.9979688Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/70338a6b-f152-4d4b-a5f8-05ef422ec32a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzcwMzM4YTZiLWYxNTItNGQ0Yi1hNWY4LTA1ZWY0MjJlYzMyYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzYzYmFjZDVjLTlhNjEtNDY3MC05ZmY5LWI3ZTA2ZjllOWMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Accept-Language": [ "en-US" @@ -6327,8 +6421,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6342,11 +6436,11 @@ "nosniff" ], "x-ms-request-id": [ - "35cd82a6-3db1-4e4e-9d22-f50f39c643df" + "819228d1-3b81-447f-b87a-a3ea0b8b8d2e" ], "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705", - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937", + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6361,13 +6455,13 @@ "145" ], "x-ms-correlation-request-id": [ - "35cd82a6-3db1-4e4e-9d22-f50f39c643df" + "819228d1-3b81-447f-b87a-a3ea0b8b8d2e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114731Z:35cd82a6-3db1-4e4e-9d22-f50f39c643df" + "JIOINDIAWEST:20210518T123407Z:819228d1-3b81-447f-b87a-a3ea0b8b8d2e" ], "Date": [ - "Mon, 15 Feb 2021 11:47:30 GMT" + "Tue, 18 May 2021 12:34:06 GMT" ], "Content-Length": [ "188" @@ -6379,17 +6473,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"name\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:46:50.2078842Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"name\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:33:44.9979688Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/70338a6b-f152-4d4b-a5f8-05ef422ec32a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzcwMzM4YTZiLWYxNTItNGQ0Yi1hNWY4LTA1ZWY0MjJlYzMyYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzYzYmFjZDVjLTlhNjEtNDY3MC05ZmY5LWI3ZTA2ZjllOWMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Accept-Language": [ "en-US" @@ -6397,8 +6491,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6412,11 +6506,11 @@ "nosniff" ], "x-ms-request-id": [ - "82b48d3e-f5b2-4a6d-a696-b8912ad911c8" + "5a486b3d-98a2-476a-8c46-49a6d09d38b7" ], "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705", - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937", + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6431,16 +6525,16 @@ "144" ], "x-ms-correlation-request-id": [ - "82b48d3e-f5b2-4a6d-a696-b8912ad911c8" + "5a486b3d-98a2-476a-8c46-49a6d09d38b7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114741Z:82b48d3e-f5b2-4a6d-a696-b8912ad911c8" + "JIOINDIAWEST:20210518T123412Z:5a486b3d-98a2-476a-8c46-49a6d09d38b7" ], "Date": [ - "Mon, 15 Feb 2021 11:47:41 GMT" + "Tue, 18 May 2021 12:34:11 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -6449,17 +6543,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"name\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T11:46:50.2078842Z\",\r\n \"endTime\": \"2021-02-15T11:46:50.2078842Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"ebd5d4c6-80a7-4d35-8eee-43478e705559\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"name\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:33:44.9979688Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/70338a6b-f152-4d4b-a5f8-05ef422ec32a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzcwMzM4YTZiLWYxNTItNGQ0Yi1hNWY4LTA1ZWY0MjJlYzMyYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzYzYmFjZDVjLTlhNjEtNDY3MC05ZmY5LWI3ZTA2ZjllOWMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Accept-Language": [ "en-US" @@ -6467,8 +6561,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6482,11 +6576,11 @@ "nosniff" ], "x-ms-request-id": [ - "ae69cb0a-4988-4d09-9acd-04e89c3001cb" + "8e0a3e6f-cec3-431d-b171-1b50b3aa2c87" ], "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705", - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937", + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6501,13 +6595,13 @@ "143" ], "x-ms-correlation-request-id": [ - "ae69cb0a-4988-4d09-9acd-04e89c3001cb" + "8e0a3e6f-cec3-431d-b171-1b50b3aa2c87" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114742Z:ae69cb0a-4988-4d09-9acd-04e89c3001cb" + "JIOINDIAWEST:20210518T123417Z:8e0a3e6f-cec3-431d-b171-1b50b3aa2c87" ], "Date": [ - "Mon, 15 Feb 2021 11:47:42 GMT" + "Tue, 18 May 2021 12:34:17 GMT" ], "Content-Length": [ "304" @@ -6519,17 +6613,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"name\": \"70338a6b-f152-4d4b-a5f8-05ef422ec32a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T11:46:50.2078842Z\",\r\n \"endTime\": \"2021-02-15T11:46:50.2078842Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"ebd5d4c6-80a7-4d35-8eee-43478e705559\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"name\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T12:33:44.9979688Z\",\r\n \"endTime\": \"2021-05-18T12:33:44.9979688Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a4500f2a-b7ec-4085-bcd3-9fecb931b974\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupJobs/ebd5d4c6-80a7-4d35-8eee-43478e705559?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBKb2JzL2ViZDVkNGM2LTgwYTctNGQzNS04ZWVlLTQzNDc4ZTcwNTU1OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzYzYmFjZDVjLTlhNjEtNDY3MC05ZmY5LWI3ZTA2ZjllOWMzYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Accept-Language": [ "en-US" @@ -6537,8 +6631,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6548,40 +6642,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c67129f2-aa8b-435b-91a7-428a0f0eb9ec" + "5e544974-f73a-4913-a376-c24fbe3e330e" ], "x-ms-client-request-id": [ - "81f40ecb-ed4d-4570-8f66-a76d860dd705", - "81f40ecb-ed4d-4570-8f66-a76d860dd705" - ], - "X-Powered-By": [ - "ASP.NET" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937", + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "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" + "142" ], "x-ms-correlation-request-id": [ - "c67129f2-aa8b-435b-91a7-428a0f0eb9ec" + "5e544974-f73a-4913-a376-c24fbe3e330e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114742Z:c67129f2-aa8b-435b-91a7-428a0f0eb9ec" + "JIOINDIAWEST:20210518T123418Z:5e544974-f73a-4913-a376-c24fbe3e330e" ], "Date": [ - "Mon, 15 Feb 2021 11:47:42 GMT" + "Tue, 18 May 2021 12:34:17 GMT" ], "Content-Length": [ - "840" + "304" ], "Content-Type": [ "application/json" @@ -6590,17 +6683,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupJobs/ebd5d4c6-80a7-4d35-8eee-43478e705559\",\r\n \"name\": \"ebd5d4c6-80a7-4d35-8eee-43478e705559\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"duration\": \"PT41.3983507S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmc95041\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc95041\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T11:46:50.2078842Z\",\r\n \"endTime\": \"2021-02-15T11:47:31.6062349Z\",\r\n \"activityId\": \"81f40ecb-ed4d-4570-8f66-a76d860dd705\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"name\": \"63bacd5c-9a61-4670-9ff9-b7e06f9e9c3c\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T12:33:44.9979688Z\",\r\n \"endTime\": \"2021-05-18T12:33:44.9979688Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a4500f2a-b7ec-4085-bcd3-9fecb931b974\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupJobs/a4500f2a-b7ec-4085-bcd3-9fecb931b974?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBKb2JzL2E0NTAwZjJhLWI3ZWMtNDA4NS1iY2QzLTlmZWNiOTMxYjk3ND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aff8e03f-62c0-4de9-808b-34c9802a6984" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "Accept-Language": [ "en-US" @@ -6608,8 +6701,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6619,39 +6712,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b50bfc8d-4073-4c4e-a52f-88fc24604518" + "32bc5cc0-fdfe-4da9-9017-b8126f541ed8" ], "x-ms-client-request-id": [ - "aff8e03f-62c0-4de9-808b-34c9802a6984", - "aff8e03f-62c0-4de9-808b-34c9802a6984" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937", + "caa895c8-64b1-48af-9e4e-fbe1dc2d4937" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "149" ], "x-ms-correlation-request-id": [ - "b50bfc8d-4073-4c4e-a52f-88fc24604518" + "32bc5cc0-fdfe-4da9-9017-b8126f541ed8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114742Z:b50bfc8d-4073-4c4e-a52f-88fc24604518" + "JIOINDIAWEST:20210518T123418Z:32bc5cc0-fdfe-4da9-9017-b8126f541ed8" ], "Date": [ - "Mon, 15 Feb 2021 11:47:42 GMT" + "Tue, 18 May 2021 12:34:17 GMT" ], "Content-Length": [ - "1490" + "840" ], "Content-Type": [ "application/json" @@ -6660,17 +6754,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupJobs/a4500f2a-b7ec-4085-bcd3-9fecb931b974\",\r\n \"name\": \"a4500f2a-b7ec-4085-bcd3-9fecb931b974\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"duration\": \"PT30.9199734S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmbdedd1\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmbdedd1\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T12:33:44.9979688Z\",\r\n \"endTime\": \"2021-05-18T12:34:15.9179422Z\",\r\n \"activityId\": \"caa895c8-64b1-48af-9e4e-fbe1dc2d4937\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5172603-122f-427e-9328-2dd87f21d7c3" + "397617cc-dee1-47a6-9a66-792df13f4351" ], "Accept-Language": [ "en-US" @@ -6678,8 +6772,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6693,11 +6787,11 @@ "nosniff" ], "x-ms-request-id": [ - "3e9a0d65-9691-465d-85d5-b5cfe83bacc1" + "bcfe4167-d2b0-4cd3-9038-e2c3a179225d" ], "x-ms-client-request-id": [ - "c5172603-122f-427e-9328-2dd87f21d7c3", - "c5172603-122f-427e-9328-2dd87f21d7c3" + "397617cc-dee1-47a6-9a66-792df13f4351", + "397617cc-dee1-47a6-9a66-792df13f4351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6709,19 +6803,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "3e9a0d65-9691-465d-85d5-b5cfe83bacc1" + "bcfe4167-d2b0-4cd3-9038-e2c3a179225d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114831Z:3e9a0d65-9691-465d-85d5-b5cfe83bacc1" + "JIOINDIAWEST:20210518T123419Z:bcfe4167-d2b0-4cd3-9038-e2c3a179225d" ], "Date": [ - "Mon, 15 Feb 2021 11:48:31 GMT" + "Tue, 18 May 2021 12:34:18 GMT" ], "Content-Length": [ - "2976" + "1495" ], "Content-Type": [ "application/json" @@ -6730,17 +6824,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\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\": \"475614565\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76be5b64-7937-4724-a45b-c5f6486cc0e9" + "d60d599d-9a59-462f-9764-d7201f24d616" ], "Accept-Language": [ "en-US" @@ -6748,8 +6842,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6763,11 +6857,11 @@ "nosniff" ], "x-ms-request-id": [ - "5fb3ee0a-0cac-41ce-985d-013ad47acde8" + "b26c1e30-d656-4bfe-9338-66535ea1516b" ], "x-ms-client-request-id": [ - "76be5b64-7937-4724-a45b-c5f6486cc0e9", - "76be5b64-7937-4724-a45b-c5f6486cc0e9" + "d60d599d-9a59-462f-9764-d7201f24d616", + "d60d599d-9a59-462f-9764-d7201f24d616" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6779,19 +6873,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "148" ], "x-ms-correlation-request-id": [ - "5fb3ee0a-0cac-41ce-985d-013ad47acde8" + "b26c1e30-d656-4bfe-9338-66535ea1516b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114832Z:5fb3ee0a-0cac-41ce-985d-013ad47acde8" + "JIOINDIAWEST:20210518T123459Z:b26c1e30-d656-4bfe-9338-66535ea1516b" ], "Date": [ - "Mon, 15 Feb 2021 11:48:32 GMT" + "Tue, 18 May 2021 12:34:59 GMT" ], "Content-Length": [ - "2976" + "2986" ], "Content-Type": [ "application/json" @@ -6800,17 +6894,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\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\": \"475614565\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\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\": \"70370567650492\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ad7e7be-e5d8-4f6f-8da0-ad131a398b1a" + "ba9e86ec-0043-4546-9ccf-1278114a6ba2" ], "Accept-Language": [ "en-US" @@ -6818,8 +6912,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6833,11 +6927,11 @@ "nosniff" ], "x-ms-request-id": [ - "715d2e7c-670a-4bd0-a6b1-8da13c73a607" + "bd36a91c-71c2-4ff2-b871-5b8534641a03" ], "x-ms-client-request-id": [ - "8ad7e7be-e5d8-4f6f-8da0-ad131a398b1a", - "8ad7e7be-e5d8-4f6f-8da0-ad131a398b1a" + "ba9e86ec-0043-4546-9ccf-1278114a6ba2", + "ba9e86ec-0043-4546-9ccf-1278114a6ba2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6849,19 +6943,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "147" ], "x-ms-correlation-request-id": [ - "715d2e7c-670a-4bd0-a6b1-8da13c73a607" + "bd36a91c-71c2-4ff2-b871-5b8534641a03" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114832Z:715d2e7c-670a-4bd0-a6b1-8da13c73a607" + "JIOINDIAWEST:20210518T123501Z:bd36a91c-71c2-4ff2-b871-5b8534641a03" ], "Date": [ - "Mon, 15 Feb 2021 11:48:32 GMT" + "Tue, 18 May 2021 12:35:00 GMT" ], "Content-Length": [ - "2976" + "2986" ], "Content-Type": [ "application/json" @@ -6870,17 +6964,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\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\": \"475614565\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\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\": \"70370567650492\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a74d17e3-87ba-49b8-97cc-dc93afa98454" + "93e87ccb-c481-4ea2-a575-4c7317559ed5" ], "Accept-Language": [ "en-US" @@ -6888,8 +6982,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6903,11 +6997,11 @@ "nosniff" ], "x-ms-request-id": [ - "f6c04d7c-3021-4cf1-9e41-f68cd4e8a90e" + "79e5e435-8b86-4ccc-b330-c2f2b2d04748" ], "x-ms-client-request-id": [ - "a74d17e3-87ba-49b8-97cc-dc93afa98454", - "a74d17e3-87ba-49b8-97cc-dc93afa98454" + "93e87ccb-c481-4ea2-a575-4c7317559ed5", + "93e87ccb-c481-4ea2-a575-4c7317559ed5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6919,19 +7013,89 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "146" + ], + "x-ms-correlation-request-id": [ + "79e5e435-8b86-4ccc-b330-c2f2b2d04748" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123501Z:79e5e435-8b86-4ccc-b330-c2f2b2d04748" + ], + "Date": [ + "Tue, 18 May 2021 12:35:01 GMT" + ], + "Content-Length": [ + "2986" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\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\": \"70370567650492\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3aa9d181-a23b-46b5-9caf-3f1299b61b6c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "717965d1-c9a6-4c1a-8d9a-c5f3b28c5e5c" + ], + "x-ms-client-request-id": [ + "3aa9d181-a23b-46b5-9caf-3f1299b61b6c", + "3aa9d181-a23b-46b5-9caf-3f1299b61b6c" + ], + "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" ], "x-ms-correlation-request-id": [ - "f6c04d7c-3021-4cf1-9e41-f68cd4e8a90e" + "717965d1-c9a6-4c1a-8d9a-c5f3b28c5e5c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114833Z:f6c04d7c-3021-4cf1-9e41-f68cd4e8a90e" + "JIOINDIAWEST:20210518T123502Z:717965d1-c9a6-4c1a-8d9a-c5f3b28c5e5c" ], "Date": [ - "Mon, 15 Feb 2021 11:48:32 GMT" + "Tue, 18 May 2021 12:35:02 GMT" ], "Content-Length": [ - "2976" + "2986" ], "Content-Type": [ "application/json" @@ -6940,17 +7104,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\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\": \"475614565\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\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\": \"70370567650492\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f725116-fd33-4f94-9f31-717d9d5b86e5" + "0b495145-670a-44b8-aee3-f212a7b9263a" ], "Accept-Language": [ "en-US" @@ -6958,8 +7122,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6973,11 +7137,11 @@ "nosniff" ], "x-ms-request-id": [ - "b3596311-5e93-4765-a911-71da6dcaa2cb" + "9d8a8c11-710b-484f-8c82-22d474e8cc3d" ], "x-ms-client-request-id": [ - "6f725116-fd33-4f94-9f31-717d9d5b86e5", - "6f725116-fd33-4f94-9f31-717d9d5b86e5" + "0b495145-670a-44b8-aee3-f212a7b9263a", + "0b495145-670a-44b8-aee3-f212a7b9263a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6992,16 +7156,16 @@ "144" ], "x-ms-correlation-request-id": [ - "b3596311-5e93-4765-a911-71da6dcaa2cb" + "9d8a8c11-710b-484f-8c82-22d474e8cc3d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114833Z:b3596311-5e93-4765-a911-71da6dcaa2cb" + "JIOINDIAWEST:20210518T123502Z:9d8a8c11-710b-484f-8c82-22d474e8cc3d" ], "Date": [ - "Mon, 15 Feb 2021 11:48:33 GMT" + "Tue, 18 May 2021 12:35:02 GMT" ], "Content-Length": [ - "2976" + "2986" ], "Content-Type": [ "application/json" @@ -7010,17 +7174,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\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\": \"475614565\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\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\": \"70370567650492\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e581d01f-2015-492a-b601-04a8bb7e17a8" + "f37c4544-4fda-444e-ab28-a03b51eb2e2b" ], "Accept-Language": [ "en-US" @@ -7028,8 +7192,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7043,11 +7207,11 @@ "nosniff" ], "x-ms-request-id": [ - "50612191-e0d3-45cc-aee1-11ab07a26f4d" + "c8230028-7db0-438c-9f69-caa7a8139316" ], "x-ms-client-request-id": [ - "e581d01f-2015-492a-b601-04a8bb7e17a8", - "e581d01f-2015-492a-b601-04a8bb7e17a8" + "f37c4544-4fda-444e-ab28-a03b51eb2e2b", + "f37c4544-4fda-444e-ab28-a03b51eb2e2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7062,16 +7226,16 @@ "143" ], "x-ms-correlation-request-id": [ - "50612191-e0d3-45cc-aee1-11ab07a26f4d" + "c8230028-7db0-438c-9f69-caa7a8139316" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114833Z:50612191-e0d3-45cc-aee1-11ab07a26f4d" + "JIOINDIAWEST:20210518T123502Z:c8230028-7db0-438c-9f69-caa7a8139316" ], "Date": [ - "Mon, 15 Feb 2021 11:48:33 GMT" + "Tue, 18 May 2021 12:35:02 GMT" ], "Content-Length": [ - "2976" + "2986" ], "Content-Type": [ "application/json" @@ -7080,17 +7244,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\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\": \"475614565\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\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\": \"70370567650492\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d991d06-d37b-426b-b717-c38fc2db8754" + "b3c0321b-90e8-481e-84da-e0ab4359fd6c" ], "Accept-Language": [ "en-US" @@ -7098,8 +7262,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7113,11 +7277,11 @@ "nosniff" ], "x-ms-request-id": [ - "1464d20f-543e-4d41-919b-9bad9f08a857" + "6d50818a-249b-44cc-8ffb-c003c1bde5fb" ], "x-ms-client-request-id": [ - "3d991d06-d37b-426b-b717-c38fc2db8754", - "3d991d06-d37b-426b-b717-c38fc2db8754" + "b3c0321b-90e8-481e-84da-e0ab4359fd6c", + "b3c0321b-90e8-481e-84da-e0ab4359fd6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7132,16 +7296,16 @@ "142" ], "x-ms-correlation-request-id": [ - "1464d20f-543e-4d41-919b-9bad9f08a857" + "6d50818a-249b-44cc-8ffb-c003c1bde5fb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114833Z:1464d20f-543e-4d41-919b-9bad9f08a857" + "JIOINDIAWEST:20210518T123503Z:6d50818a-249b-44cc-8ffb-c003c1bde5fb" ], "Date": [ - "Mon, 15 Feb 2021 11:48:33 GMT" + "Tue, 18 May 2021 12:35:03 GMT" ], "Content-Length": [ - "2976" + "2986" ], "Content-Type": [ "application/json" @@ -7150,17 +7314,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\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\": \"475614565\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\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\": \"70370567650492\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "79931484-e4b4-418f-a96e-8dcfd468e1dc" + "67d61bbe-6c6b-4c8e-a292-89d4194dda91" ], "Accept-Language": [ "en-US" @@ -7168,8 +7332,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7183,11 +7347,11 @@ "nosniff" ], "x-ms-request-id": [ - "27213476-50e1-4a61-83df-22303531a8d4" + "5f86f29c-2de8-4f95-baec-b9f0f82fdc6a" ], "x-ms-client-request-id": [ - "79931484-e4b4-418f-a96e-8dcfd468e1dc", - "79931484-e4b4-418f-a96e-8dcfd468e1dc" + "67d61bbe-6c6b-4c8e-a292-89d4194dda91", + "67d61bbe-6c6b-4c8e-a292-89d4194dda91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7202,16 +7366,16 @@ "141" ], "x-ms-correlation-request-id": [ - "27213476-50e1-4a61-83df-22303531a8d4" + "5f86f29c-2de8-4f95-baec-b9f0f82fdc6a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114834Z:27213476-50e1-4a61-83df-22303531a8d4" + "JIOINDIAWEST:20210518T123504Z:5f86f29c-2de8-4f95-baec-b9f0f82fdc6a" ], "Date": [ - "Mon, 15 Feb 2021 11:48:34 GMT" + "Tue, 18 May 2021 12:35:03 GMT" ], "Content-Length": [ - "2976" + "2986" ], "Content-Type": [ "application/json" @@ -7220,17 +7384,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\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\": \"475614565\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\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\": \"70370567650492\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "196eaf8e-bf0f-4d94-b00a-9a1e3a1fb2cd" + "5a684f0f-9f79-4caf-87ab-4ab619093fc2" ], "Accept-Language": [ "en-US" @@ -7238,8 +7402,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7253,11 +7417,11 @@ "nosniff" ], "x-ms-request-id": [ - "05d8584d-0c85-46ab-ad24-0ed55d4823bf" + "8bbcea90-7f8f-4955-bc20-d452e1c79099" ], "x-ms-client-request-id": [ - "196eaf8e-bf0f-4d94-b00a-9a1e3a1fb2cd", - "196eaf8e-bf0f-4d94-b00a-9a1e3a1fb2cd" + "5a684f0f-9f79-4caf-87ab-4ab619093fc2", + "5a684f0f-9f79-4caf-87ab-4ab619093fc2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7272,16 +7436,16 @@ "140" ], "x-ms-correlation-request-id": [ - "05d8584d-0c85-46ab-ad24-0ed55d4823bf" + "8bbcea90-7f8f-4955-bc20-d452e1c79099" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114834Z:05d8584d-0c85-46ab-ad24-0ed55d4823bf" + "JIOINDIAWEST:20210518T123504Z:8bbcea90-7f8f-4955-bc20-d452e1c79099" ], "Date": [ - "Mon, 15 Feb 2021 11:48:34 GMT" + "Tue, 18 May 2021 12:35:04 GMT" ], "Content-Length": [ - "2976" + "2986" ], "Content-Type": [ "application/json" @@ -7290,17 +7454,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\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\": \"475614565\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\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\": \"70370567650492\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54280dfc-6bf5-4ce4-9e19-7026f4d47cde" + "fd5edd9a-cc7f-4b3c-ae5a-c4df295367ac" ], "Accept-Language": [ "en-US" @@ -7308,8 +7472,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7323,11 +7487,11 @@ "nosniff" ], "x-ms-request-id": [ - "b651f484-a1d9-48d7-a2ae-31e60e9316bf" + "bb7f12ca-8afb-4d19-8121-bbd7fcad38c4" ], "x-ms-client-request-id": [ - "54280dfc-6bf5-4ce4-9e19-7026f4d47cde", - "54280dfc-6bf5-4ce4-9e19-7026f4d47cde" + "fd5edd9a-cc7f-4b3c-ae5a-c4df295367ac", + "fd5edd9a-cc7f-4b3c-ae5a-c4df295367ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7342,16 +7506,16 @@ "138" ], "x-ms-correlation-request-id": [ - "b651f484-a1d9-48d7-a2ae-31e60e9316bf" + "bb7f12ca-8afb-4d19-8121-bbd7fcad38c4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114835Z:b651f484-a1d9-48d7-a2ae-31e60e9316bf" + "JIOINDIAWEST:20210518T123506Z:bb7f12ca-8afb-4d19-8121-bbd7fcad38c4" ], "Date": [ - "Mon, 15 Feb 2021 11:48:35 GMT" + "Tue, 18 May 2021 12:35:06 GMT" ], "Content-Length": [ - "2976" + "2986" ], "Content-Type": [ "application/json" @@ -7360,17 +7524,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\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\": \"475614565\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\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\": \"70370567650492\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c67793a-b421-4a42-b677-3ed31778951f" + "e4b08788-bff5-4088-b2e3-6704403f5ffc" ], "Accept-Language": [ "en-US" @@ -7378,8 +7542,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7393,11 +7557,11 @@ "nosniff" ], "x-ms-request-id": [ - "6430131a-144a-4edd-86ae-7acdcf99d72b" + "189beb6c-a900-4b8e-a37e-72b4f8a3cb9b" ], "x-ms-client-request-id": [ - "0c67793a-b421-4a42-b677-3ed31778951f", - "0c67793a-b421-4a42-b677-3ed31778951f" + "e4b08788-bff5-4088-b2e3-6704403f5ffc", + "e4b08788-bff5-4088-b2e3-6704403f5ffc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7412,16 +7576,16 @@ "137" ], "x-ms-correlation-request-id": [ - "6430131a-144a-4edd-86ae-7acdcf99d72b" + "189beb6c-a900-4b8e-a37e-72b4f8a3cb9b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115029Z:6430131a-144a-4edd-86ae-7acdcf99d72b" + "JIOINDIAWEST:20210518T123701Z:189beb6c-a900-4b8e-a37e-72b4f8a3cb9b" ], "Date": [ - "Mon, 15 Feb 2021 11:50:29 GMT" + "Tue, 18 May 2021 12:37:00 GMT" ], "Content-Length": [ - "1497" + "1502" ], "Content-Type": [ "application/json" @@ -7430,17 +7594,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\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\": \"475614565\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\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\": \"70370567650492\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjOTUwNGM0NCUzQnBzdGVzdHZtYzk1MDQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M5NTA0YzQ0JTNCcHN0ZXN0dm1jOTUwNDE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdiZGVkZDM2YSUzQnBzdGVzdHZtYmRlZGQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2JkZWRkMzZhJTNCcHN0ZXN0dm1iZGVkZDE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aff8e03f-62c0-4de9-808b-34c9802a6984" + "397617cc-dee1-47a6-9a66-792df13f4351" ], "Accept-Language": [ "en-US" @@ -7448,8 +7612,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7463,11 +7627,11 @@ "nosniff" ], "x-ms-request-id": [ - "fa825412-2eaa-4170-813c-ad7969153cb9" + "c6b4e3a3-d019-4d21-a924-1c0586a6d68c" ], "x-ms-client-request-id": [ - "aff8e03f-62c0-4de9-808b-34c9802a6984", - "aff8e03f-62c0-4de9-808b-34c9802a6984" + "397617cc-dee1-47a6-9a66-792df13f4351", + "397617cc-dee1-47a6-9a66-792df13f4351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7482,16 +7646,16 @@ "149" ], "x-ms-correlation-request-id": [ - "fa825412-2eaa-4170-813c-ad7969153cb9" + "c6b4e3a3-d019-4d21-a924-1c0586a6d68c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114743Z:fa825412-2eaa-4170-813c-ad7969153cb9" + "JIOINDIAWEST:20210518T123419Z:c6b4e3a3-d019-4d21-a924-1c0586a6d68c" ], "Date": [ - "Mon, 15 Feb 2021 11:47:43 GMT" + "Tue, 18 May 2021 12:34:18 GMT" ], "Content-Length": [ - "1545" + "1550" ], "Content-Type": [ "application/json" @@ -7500,17 +7664,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\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;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\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;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjOTUwNGM0NCUzQnBzdGVzdHZtYzk1MDQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M5NTA0YzQ0JTNCcHN0ZXN0dm1jOTUwNDE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdiZGVkZDM2YSUzQnBzdGVzdHZtYmRlZGQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2JkZWRkMzZhJTNCcHN0ZXN0dm1iZGVkZDE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ad7e7be-e5d8-4f6f-8da0-ad131a398b1a" + "93e87ccb-c481-4ea2-a575-4c7317559ed5" ], "Accept-Language": [ "en-US" @@ -7518,8 +7682,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7533,11 +7697,11 @@ "nosniff" ], "x-ms-request-id": [ - "52b80253-c593-47dc-9491-5565f6f99347" + "85ab76c2-d56a-4640-b189-49ff5c8c4762" ], "x-ms-client-request-id": [ - "8ad7e7be-e5d8-4f6f-8da0-ad131a398b1a", - "8ad7e7be-e5d8-4f6f-8da0-ad131a398b1a" + "93e87ccb-c481-4ea2-a575-4c7317559ed5", + "93e87ccb-c481-4ea2-a575-4c7317559ed5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7552,16 +7716,16 @@ "147" ], "x-ms-correlation-request-id": [ - "52b80253-c593-47dc-9491-5565f6f99347" + "85ab76c2-d56a-4640-b189-49ff5c8c4762" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114832Z:52b80253-c593-47dc-9491-5565f6f99347" + "JIOINDIAWEST:20210518T123501Z:85ab76c2-d56a-4640-b189-49ff5c8c4762" ], "Date": [ - "Mon, 15 Feb 2021 11:48:32 GMT" + "Tue, 18 May 2021 12:35:01 GMT" ], "Content-Length": [ - "1545" + "1550" ], "Content-Type": [ "application/json" @@ -7570,17 +7734,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\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;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\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;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjOTUwNGM0NCUzQnBzdGVzdHZtYzk1MDQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M5NTA0YzQ0JTNCcHN0ZXN0dm1jOTUwNDE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdiZGVkZDM2YSUzQnBzdGVzdHZtYmRlZGQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2JkZWRkMzZhJTNCcHN0ZXN0dm1iZGVkZDE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e581d01f-2015-492a-b601-04a8bb7e17a8" + "f37c4544-4fda-444e-ab28-a03b51eb2e2b" ], "Accept-Language": [ "en-US" @@ -7588,8 +7752,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7603,11 +7767,11 @@ "nosniff" ], "x-ms-request-id": [ - "37feef01-8d5a-416b-8431-f599f2007d2b" + "5a7791b2-00c3-405f-a2eb-1f39e5bee42e" ], "x-ms-client-request-id": [ - "e581d01f-2015-492a-b601-04a8bb7e17a8", - "e581d01f-2015-492a-b601-04a8bb7e17a8" + "f37c4544-4fda-444e-ab28-a03b51eb2e2b", + "f37c4544-4fda-444e-ab28-a03b51eb2e2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7622,16 +7786,16 @@ "146" ], "x-ms-correlation-request-id": [ - "37feef01-8d5a-416b-8431-f599f2007d2b" + "5a7791b2-00c3-405f-a2eb-1f39e5bee42e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114833Z:37feef01-8d5a-416b-8431-f599f2007d2b" + "JIOINDIAWEST:20210518T123503Z:5a7791b2-00c3-405f-a2eb-1f39e5bee42e" ], "Date": [ - "Mon, 15 Feb 2021 11:48:33 GMT" + "Tue, 18 May 2021 12:35:02 GMT" ], "Content-Length": [ - "1545" + "1550" ], "Content-Type": [ "application/json" @@ -7640,17 +7804,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\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;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\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;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjOTUwNGM0NCUzQnBzdGVzdHZtYzk1MDQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M5NTA0YzQ0JTNCcHN0ZXN0dm1jOTUwNDE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdiZGVkZDM2YSUzQnBzdGVzdHZtYmRlZGQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2JkZWRkMzZhJTNCcHN0ZXN0dm1iZGVkZDE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d991d06-d37b-426b-b717-c38fc2db8754" + "b3c0321b-90e8-481e-84da-e0ab4359fd6c" ], "Accept-Language": [ "en-US" @@ -7658,8 +7822,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7673,11 +7837,11 @@ "nosniff" ], "x-ms-request-id": [ - "63e25a7b-e7a8-4bfd-a87c-a5101d764d91" + "2d024d00-7144-4779-bf70-0fc1f1391edd" ], "x-ms-client-request-id": [ - "3d991d06-d37b-426b-b717-c38fc2db8754", - "3d991d06-d37b-426b-b717-c38fc2db8754" + "b3c0321b-90e8-481e-84da-e0ab4359fd6c", + "b3c0321b-90e8-481e-84da-e0ab4359fd6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7692,16 +7856,16 @@ "145" ], "x-ms-correlation-request-id": [ - "63e25a7b-e7a8-4bfd-a87c-a5101d764d91" + "2d024d00-7144-4779-bf70-0fc1f1391edd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114834Z:63e25a7b-e7a8-4bfd-a87c-a5101d764d91" + "JIOINDIAWEST:20210518T123503Z:2d024d00-7144-4779-bf70-0fc1f1391edd" ], "Date": [ - "Mon, 15 Feb 2021 11:48:34 GMT" + "Tue, 18 May 2021 12:35:03 GMT" ], "Content-Length": [ - "1545" + "1550" ], "Content-Type": [ "application/json" @@ -7710,17 +7874,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\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;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\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;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjOTUwNGM0NCUzQnBzdGVzdHZtYzk1MDQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M5NTA0YzQ0JTNCcHN0ZXN0dm1jOTUwNDE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdiZGVkZDM2YSUzQnBzdGVzdHZtYmRlZGQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2JkZWRkMzZhJTNCcHN0ZXN0dm1iZGVkZDE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "196eaf8e-bf0f-4d94-b00a-9a1e3a1fb2cd" + "5a684f0f-9f79-4caf-87ab-4ab619093fc2" ], "Accept-Language": [ "en-US" @@ -7728,8 +7892,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7743,11 +7907,11 @@ "nosniff" ], "x-ms-request-id": [ - "ec8db4f1-6648-4781-8d15-1abdf1e73de0" + "fc984d10-87a9-40df-8b48-f53f46955bb0" ], "x-ms-client-request-id": [ - "196eaf8e-bf0f-4d94-b00a-9a1e3a1fb2cd", - "196eaf8e-bf0f-4d94-b00a-9a1e3a1fb2cd" + "5a684f0f-9f79-4caf-87ab-4ab619093fc2", + "5a684f0f-9f79-4caf-87ab-4ab619093fc2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7762,16 +7926,16 @@ "144" ], "x-ms-correlation-request-id": [ - "ec8db4f1-6648-4781-8d15-1abdf1e73de0" + "fc984d10-87a9-40df-8b48-f53f46955bb0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114834Z:ec8db4f1-6648-4781-8d15-1abdf1e73de0" + "JIOINDIAWEST:20210518T123504Z:fc984d10-87a9-40df-8b48-f53f46955bb0" ], "Date": [ - "Mon, 15 Feb 2021 11:48:34 GMT" + "Tue, 18 May 2021 12:35:04 GMT" ], "Content-Length": [ - "1545" + "1550" ], "Content-Type": [ "application/json" @@ -7780,17 +7944,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\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;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\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;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc950412'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzk1MDQxMiclMjBhbmQlMjBiYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlSWFhc1ZNJyUyMGFuZCUyMHN0YXR1cyUyMGVxJTIwJ1JlZ2lzdGVyZWQnJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMbdedd12'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYmRlZGQxMiclMjBhbmQlMjBiYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlSWFhc1ZNJyUyMGFuZCUyMHN0YXR1cyUyMGVxJTIwJ1JlZ2lzdGVyZWQnJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e5731ed-6ff8-4f24-b19b-8a317a5a69c9" + "89268f6f-2cf6-485d-b907-7ae5f5ea2d15" ], "Accept-Language": [ "en-US" @@ -7798,8 +7962,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7813,11 +7977,11 @@ "nosniff" ], "x-ms-request-id": [ - "22f2f745-b6ab-456b-a695-23d2aa8969d0" + "fff1df03-c0f5-4353-ae7e-9883eee1d17a" ], "x-ms-client-request-id": [ - "1e5731ed-6ff8-4f24-b19b-8a317a5a69c9", - "1e5731ed-6ff8-4f24-b19b-8a317a5a69c9" + "89268f6f-2cf6-485d-b907-7ae5f5ea2d15", + "89268f6f-2cf6-485d-b907-7ae5f5ea2d15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7832,13 +7996,13 @@ "147" ], "x-ms-correlation-request-id": [ - "22f2f745-b6ab-456b-a695-23d2aa8969d0" + "fff1df03-c0f5-4353-ae7e-9883eee1d17a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114748Z:22f2f745-b6ab-456b-a695-23d2aa8969d0" + "JIOINDIAWEST:20210518T123424Z:fff1df03-c0f5-4353-ae7e-9883eee1d17a" ], "Date": [ - "Mon, 15 Feb 2021 11:47:47 GMT" + "Tue, 18 May 2021 12:34:24 GMT" ], "Content-Length": [ "12" @@ -7854,13 +8018,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc950412'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzk1MDQxMiclMjBhbmQlMjBiYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlSWFhc1ZNJyUyMGFuZCUyMHN0YXR1cyUyMGVxJTIwJ1JlZ2lzdGVyZWQnJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMbdedd12'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYmRlZGQxMiclMjBhbmQlMjBiYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlSWFhc1ZNJyUyMGFuZCUyMHN0YXR1cyUyMGVxJTIwJ1JlZ2lzdGVyZWQnJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d08195f-cada-4500-9841-24f9203265d8" + "61059e37-8198-4e95-ba54-f7501c7da043" ], "Accept-Language": [ "en-US" @@ -7868,8 +8032,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7883,11 +8047,11 @@ "nosniff" ], "x-ms-request-id": [ - "55f68957-75a2-44b9-a00f-ed243c5dca16" + "a61594fb-bbee-4448-9029-e30c1d955bae" ], "x-ms-client-request-id": [ - "1d08195f-cada-4500-9841-24f9203265d8", - "1d08195f-cada-4500-9841-24f9203265d8" + "61059e37-8198-4e95-ba54-f7501c7da043", + "61059e37-8198-4e95-ba54-f7501c7da043" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7902,13 +8066,13 @@ "146" ], "x-ms-correlation-request-id": [ - "55f68957-75a2-44b9-a00f-ed243c5dca16" + "a61594fb-bbee-4448-9029-e30c1d955bae" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114831Z:55f68957-75a2-44b9-a00f-ed243c5dca16" + "JIOINDIAWEST:20210518T123459Z:a61594fb-bbee-4448-9029-e30c1d955bae" ], "Date": [ - "Mon, 15 Feb 2021 11:48:31 GMT" + "Tue, 18 May 2021 12:34:59 GMT" ], "Content-Length": [ "918" @@ -7920,17 +8084,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc9504c44\",\r\n \"friendlyName\": \"PSTestVMc950412\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGbdedd36a\",\r\n \"friendlyName\": \"PSTestVMbdedd12\",\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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc950412/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc950412?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjOTUwNGM0NCUzQnBzdGVzdHZtYzk1MDQxMi9wcm90ZWN0ZWRJdGVtcy92bSUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjOTUwNGM0NCUzQnBzdGVzdHZtYzk1MDQxMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd12/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd12?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdiZGVkZDM2YSUzQnBzdGVzdHZtYmRlZGQxMi9wcm90ZWN0ZWRJdGVtcy92bSUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdiZGVkZDM2YSUzQnBzdGVzdHZtYmRlZGQxMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Accept-Language": [ "en-US" @@ -7938,8 +8102,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7956,23 +8120,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/vm;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/operationResults/e4ade26d-6851-4ec0-89d7-680e8c3cd040?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/vm;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/operationResults/a982928e-74e1-4dfc-afd5-8188c7ca3ee6?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/vm;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/operationsStatus/e4ade26d-6851-4ec0-89d7-680e8c3cd040?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/vm;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/operationsStatus/a982928e-74e1-4dfc-afd5-8188c7ca3ee6?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "af7708a5-4cae-454c-9ca3-9b6c31ac6a96" + "f06067c2-6ced-4fee-bb88-d874a0894949" ], "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19", - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399", + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7981,16 +8145,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "af7708a5-4cae-454c-9ca3-9b6c31ac6a96" + "f06067c2-6ced-4fee-bb88-d874a0894949" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114749Z:af7708a5-4cae-454c-9ca3-9b6c31ac6a96" + "JIOINDIAWEST:20210518T123426Z:f06067c2-6ced-4fee-bb88-d874a0894949" ], "Date": [ - "Mon, 15 Feb 2021 11:47:48 GMT" + "Tue, 18 May 2021 12:34:25 GMT" ], "Expires": [ "-1" @@ -8003,13 +8167,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/e4ade26d-6851-4ec0-89d7-680e8c3cd040?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2U0YWRlMjZkLTY4NTEtNGVjMC04OWQ3LTY4MGU4YzNjZDA0MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/a982928e-74e1-4dfc-afd5-8188c7ca3ee6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zL2E5ODI5MjhlLTc0ZTEtNGRmYy1hZmQ1LTgxODhjN2NhM2VlNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Accept-Language": [ "en-US" @@ -8017,8 +8181,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8032,11 +8196,11 @@ "nosniff" ], "x-ms-request-id": [ - "352514c7-923c-4646-a012-208f51be7bb3" + "04636f4d-ff5e-4cc5-a971-3c930424eddb" ], "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19", - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399", + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8048,16 +8212,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "141" ], "x-ms-correlation-request-id": [ - "352514c7-923c-4646-a012-208f51be7bb3" + "04636f4d-ff5e-4cc5-a971-3c930424eddb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114749Z:352514c7-923c-4646-a012-208f51be7bb3" + "JIOINDIAWEST:20210518T123426Z:04636f4d-ff5e-4cc5-a971-3c930424eddb" ], "Date": [ - "Mon, 15 Feb 2021 11:47:49 GMT" + "Tue, 18 May 2021 12:34:25 GMT" ], "Content-Length": [ "188" @@ -8069,17 +8233,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"e4ade26d-6851-4ec0-89d7-680e8c3cd040\",\r\n \"name\": \"e4ade26d-6851-4ec0-89d7-680e8c3cd040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:47:49.1874707Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"name\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:34:26.1302334Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/e4ade26d-6851-4ec0-89d7-680e8c3cd040?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2U0YWRlMjZkLTY4NTEtNGVjMC04OWQ3LTY4MGU4YzNjZDA0MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/a982928e-74e1-4dfc-afd5-8188c7ca3ee6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zL2E5ODI5MjhlLTc0ZTEtNGRmYy1hZmQ1LTgxODhjN2NhM2VlNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Accept-Language": [ "en-US" @@ -8087,8 +8251,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8102,11 +8266,11 @@ "nosniff" ], "x-ms-request-id": [ - "78562ab2-c992-4acc-a9a6-9dbf506e4a4c" + "2216f163-7a17-4132-bde5-9478ff79c894" ], "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19", - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399", + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8118,16 +8282,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "140" ], "x-ms-correlation-request-id": [ - "78562ab2-c992-4acc-a9a6-9dbf506e4a4c" + "2216f163-7a17-4132-bde5-9478ff79c894" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114759Z:78562ab2-c992-4acc-a9a6-9dbf506e4a4c" + "JIOINDIAWEST:20210518T123431Z:2216f163-7a17-4132-bde5-9478ff79c894" ], "Date": [ - "Mon, 15 Feb 2021 11:47:59 GMT" + "Tue, 18 May 2021 12:34:31 GMT" ], "Content-Length": [ "188" @@ -8139,17 +8303,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"e4ade26d-6851-4ec0-89d7-680e8c3cd040\",\r\n \"name\": \"e4ade26d-6851-4ec0-89d7-680e8c3cd040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:47:49.1874707Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"name\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:34:26.1302334Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/e4ade26d-6851-4ec0-89d7-680e8c3cd040?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2U0YWRlMjZkLTY4NTEtNGVjMC04OWQ3LTY4MGU4YzNjZDA0MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/a982928e-74e1-4dfc-afd5-8188c7ca3ee6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zL2E5ODI5MjhlLTc0ZTEtNGRmYy1hZmQ1LTgxODhjN2NhM2VlNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Accept-Language": [ "en-US" @@ -8157,8 +8321,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8172,11 +8336,11 @@ "nosniff" ], "x-ms-request-id": [ - "1e1b406a-4d1a-4598-9333-2f88f3952f50" + "153d534f-c399-446e-ab5a-6cdd2259097c" ], "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19", - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399", + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8188,16 +8352,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "139" ], "x-ms-correlation-request-id": [ - "1e1b406a-4d1a-4598-9333-2f88f3952f50" + "153d534f-c399-446e-ab5a-6cdd2259097c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114810Z:1e1b406a-4d1a-4598-9333-2f88f3952f50" + "JIOINDIAWEST:20210518T123437Z:153d534f-c399-446e-ab5a-6cdd2259097c" ], "Date": [ - "Mon, 15 Feb 2021 11:48:10 GMT" + "Tue, 18 May 2021 12:34:36 GMT" ], "Content-Length": [ "188" @@ -8209,17 +8373,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"e4ade26d-6851-4ec0-89d7-680e8c3cd040\",\r\n \"name\": \"e4ade26d-6851-4ec0-89d7-680e8c3cd040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:47:49.1874707Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"name\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:34:26.1302334Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/e4ade26d-6851-4ec0-89d7-680e8c3cd040?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2U0YWRlMjZkLTY4NTEtNGVjMC04OWQ3LTY4MGU4YzNjZDA0MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/a982928e-74e1-4dfc-afd5-8188c7ca3ee6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zL2E5ODI5MjhlLTc0ZTEtNGRmYy1hZmQ1LTgxODhjN2NhM2VlNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Accept-Language": [ "en-US" @@ -8227,8 +8391,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8242,11 +8406,11 @@ "nosniff" ], "x-ms-request-id": [ - "3cb0c5a4-f4dd-410f-bb0e-32873498f0cd" + "944ab655-94d9-43cb-9299-3ede6ca7f298" ], "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19", - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399", + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8258,16 +8422,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "138" ], "x-ms-correlation-request-id": [ - "3cb0c5a4-f4dd-410f-bb0e-32873498f0cd" + "944ab655-94d9-43cb-9299-3ede6ca7f298" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114820Z:3cb0c5a4-f4dd-410f-bb0e-32873498f0cd" + "JIOINDIAWEST:20210518T123442Z:944ab655-94d9-43cb-9299-3ede6ca7f298" ], "Date": [ - "Mon, 15 Feb 2021 11:48:20 GMT" + "Tue, 18 May 2021 12:34:41 GMT" ], "Content-Length": [ "188" @@ -8279,17 +8443,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"e4ade26d-6851-4ec0-89d7-680e8c3cd040\",\r\n \"name\": \"e4ade26d-6851-4ec0-89d7-680e8c3cd040\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:47:49.1874707Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"name\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:34:26.1302334Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/e4ade26d-6851-4ec0-89d7-680e8c3cd040?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2U0YWRlMjZkLTY4NTEtNGVjMC04OWQ3LTY4MGU4YzNjZDA0MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/a982928e-74e1-4dfc-afd5-8188c7ca3ee6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zL2E5ODI5MjhlLTc0ZTEtNGRmYy1hZmQ1LTgxODhjN2NhM2VlNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Accept-Language": [ "en-US" @@ -8297,8 +8461,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8312,11 +8476,11 @@ "nosniff" ], "x-ms-request-id": [ - "3aafc29f-4812-4317-ad97-ebf59447a282" + "032e10ed-50be-4a84-ad82-4a296c49fe77" ], "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19", - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399", + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8328,16 +8492,156 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "137" + ], + "x-ms-correlation-request-id": [ + "032e10ed-50be-4a84-ad82-4a296c49fe77" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123447Z:032e10ed-50be-4a84-ad82-4a296c49fe77" + ], + "Date": [ + "Tue, 18 May 2021 12:34:47 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"name\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:34:26.1302334Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/a982928e-74e1-4dfc-afd5-8188c7ca3ee6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zL2E5ODI5MjhlLTc0ZTEtNGRmYy1hZmQ1LTgxODhjN2NhM2VlNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d812161e-e53f-4a85-bdd4-5e727732533d" + ], + "x-ms-client-request-id": [ + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399", + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "136" ], "x-ms-correlation-request-id": [ - "3aafc29f-4812-4317-ad97-ebf59447a282" + "d812161e-e53f-4a85-bdd4-5e727732533d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114830Z:3aafc29f-4812-4317-ad97-ebf59447a282" + "JIOINDIAWEST:20210518T123453Z:d812161e-e53f-4a85-bdd4-5e727732533d" ], "Date": [ - "Mon, 15 Feb 2021 11:48:30 GMT" + "Tue, 18 May 2021 12:34:52 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"name\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:34:26.1302334Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/a982928e-74e1-4dfc-afd5-8188c7ca3ee6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zL2E5ODI5MjhlLTc0ZTEtNGRmYy1hZmQ1LTgxODhjN2NhM2VlNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a37a2d47-fd96-45aa-bd56-506168d3dae9" + ], + "x-ms-client-request-id": [ + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399", + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "135" + ], + "x-ms-correlation-request-id": [ + "a37a2d47-fd96-45aa-bd56-506168d3dae9" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123458Z:a37a2d47-fd96-45aa-bd56-506168d3dae9" + ], + "Date": [ + "Tue, 18 May 2021 12:34:58 GMT" ], "Content-Length": [ "304" @@ -8349,17 +8653,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"e4ade26d-6851-4ec0-89d7-680e8c3cd040\",\r\n \"name\": \"e4ade26d-6851-4ec0-89d7-680e8c3cd040\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T11:47:49.1874707Z\",\r\n \"endTime\": \"2021-02-15T11:47:49.1874707Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"224c4b8d-06f6-4afe-b44b-651bc38af803\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"name\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T12:34:26.1302334Z\",\r\n \"endTime\": \"2021-05-18T12:34:26.1302334Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c6870f6c-546a-4159-814a-c441ec39ccdc\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/e4ade26d-6851-4ec0-89d7-680e8c3cd040?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2U0YWRlMjZkLTY4NTEtNGVjMC04OWQ3LTY4MGU4YzNjZDA0MD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/a982928e-74e1-4dfc-afd5-8188c7ca3ee6?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zL2E5ODI5MjhlLTc0ZTEtNGRmYy1hZmQ1LTgxODhjN2NhM2VlNj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Accept-Language": [ "en-US" @@ -8367,8 +8671,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8382,11 +8686,11 @@ "nosniff" ], "x-ms-request-id": [ - "757b4b66-2701-430a-93c2-a738e4a6674c" + "485c27cc-22e9-4275-8748-4fadc425993f" ], "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19", - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399", + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8398,16 +8702,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "134" ], "x-ms-correlation-request-id": [ - "757b4b66-2701-430a-93c2-a738e4a6674c" + "485c27cc-22e9-4275-8748-4fadc425993f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114830Z:757b4b66-2701-430a-93c2-a738e4a6674c" + "JIOINDIAWEST:20210518T123458Z:485c27cc-22e9-4275-8748-4fadc425993f" ], "Date": [ - "Mon, 15 Feb 2021 11:48:30 GMT" + "Tue, 18 May 2021 12:34:58 GMT" ], "Content-Length": [ "304" @@ -8419,17 +8723,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"e4ade26d-6851-4ec0-89d7-680e8c3cd040\",\r\n \"name\": \"e4ade26d-6851-4ec0-89d7-680e8c3cd040\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T11:47:49.1874707Z\",\r\n \"endTime\": \"2021-02-15T11:47:49.1874707Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"224c4b8d-06f6-4afe-b44b-651bc38af803\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"name\": \"a982928e-74e1-4dfc-afd5-8188c7ca3ee6\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T12:34:26.1302334Z\",\r\n \"endTime\": \"2021-05-18T12:34:26.1302334Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c6870f6c-546a-4159-814a-c441ec39ccdc\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupJobs/224c4b8d-06f6-4afe-b44b-651bc38af803?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBKb2JzLzIyNGM0YjhkLTA2ZjYtNGFmZS1iNDRiLTY1MWJjMzhhZjgwMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupJobs/c6870f6c-546a-4159-814a-c441ec39ccdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBKb2JzL2M2ODcwZjZjLTU0NmEtNDE1OS04MTRhLWM0NDFlYzM5Y2NkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "Accept-Language": [ "en-US" @@ -8437,8 +8741,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8456,11 +8760,11 @@ "nosniff" ], "x-ms-request-id": [ - "840a62c9-6ce8-4f3a-9be4-51d486074c17" + "b5f54344-df64-4c9c-bcbe-34e5d938dddd" ], "x-ms-client-request-id": [ - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19", - "76e63db2-e7f9-4ceb-a453-aeaec53c9b19" + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399", + "a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399" ], "X-Powered-By": [ "ASP.NET" @@ -8472,13 +8776,13 @@ "148" ], "x-ms-correlation-request-id": [ - "840a62c9-6ce8-4f3a-9be4-51d486074c17" + "b5f54344-df64-4c9c-bcbe-34e5d938dddd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114830Z:840a62c9-6ce8-4f3a-9be4-51d486074c17" + "JIOINDIAWEST:20210518T123459Z:b5f54344-df64-4c9c-bcbe-34e5d938dddd" ], "Date": [ - "Mon, 15 Feb 2021 11:48:30 GMT" + "Tue, 18 May 2021 12:34:58 GMT" ], "Content-Length": [ "843" @@ -8490,17 +8794,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupJobs/224c4b8d-06f6-4afe-b44b-651bc38af803\",\r\n \"name\": \"224c4b8d-06f6-4afe-b44b-651bc38af803\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"duration\": \"PT31.0833741S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmc950412\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc950412\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T11:47:49.1874707Z\",\r\n \"endTime\": \"2021-02-15T11:48:20.2708448Z\",\r\n \"activityId\": \"76e63db2-e7f9-4ceb-a453-aeaec53c9b19\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupJobs/c6870f6c-546a-4159-814a-c441ec39ccdc\",\r\n \"name\": \"c6870f6c-546a-4159-814a-c441ec39ccdc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"duration\": \"PT31.0504542S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmbdedd12\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmbdedd12\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T12:34:26.1302334Z\",\r\n \"endTime\": \"2021-05-18T12:34:57.1806876Z\",\r\n \"activityId\": \"a315dfbc-c6c8-4d2b-b6d6-c6ae3fbad399\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc950412/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc950412?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjOTUwNGM0NCUzQnBzdGVzdHZtYzk1MDQxMi9wcm90ZWN0ZWRJdGVtcy9WTSUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjOTUwNGM0NCUzQnBzdGVzdHZtYzk1MDQxMj8kZmlsdGVyPWV4cGFuZCUyMGVxJTIwJ2V4dGVuZGVkaW5mbycmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd12/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd12?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdiZGVkZDM2YSUzQnBzdGVzdHZtYmRlZGQxMi9wcm90ZWN0ZWRJdGVtcy9WTSUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdiZGVkZDM2YSUzQnBzdGVzdHZtYmRlZGQxMj8kZmlsdGVyPWV4cGFuZCUyMGVxJTIwJ2V4dGVuZGVkaW5mbycmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5172603-122f-427e-9328-2dd87f21d7c3" + "d60d599d-9a59-462f-9764-d7201f24d616" ], "Accept-Language": [ "en-US" @@ -8508,8 +8812,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8523,11 +8827,11 @@ "nosniff" ], "x-ms-request-id": [ - "d3ff1742-512e-4e3d-85ca-7ac37cae7a45" + "74f37ad9-3f20-47ff-a7f1-11ba62a66983" ], "x-ms-client-request-id": [ - "c5172603-122f-427e-9328-2dd87f21d7c3", - "c5172603-122f-427e-9328-2dd87f21d7c3" + "d60d599d-9a59-462f-9764-d7201f24d616", + "d60d599d-9a59-462f-9764-d7201f24d616" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8542,16 +8846,16 @@ "148" ], "x-ms-correlation-request-id": [ - "d3ff1742-512e-4e3d-85ca-7ac37cae7a45" + "74f37ad9-3f20-47ff-a7f1-11ba62a66983" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114831Z:d3ff1742-512e-4e3d-85ca-7ac37cae7a45" + "JIOINDIAWEST:20210518T123459Z:74f37ad9-3f20-47ff-a7f1-11ba62a66983" ], "Date": [ - "Mon, 15 Feb 2021 11:48:31 GMT" + "Tue, 18 May 2021 12:34:59 GMT" ], "Content-Length": [ - "1552" + "1557" ], "Content-Type": [ "application/json" @@ -8560,17 +8864,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\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\": \"475614565\",\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;pstestrgc9504c44;pstestvmc950412\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\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\": \"70370567650492\",\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;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'%20and%20policyName%20eq%20'DefaultPolicy'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTSclMjBhbmQlMjBwb2xpY3lOYW1lJTIwZXElMjAnRGVmYXVsdFBvbGljeScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'%20and%20policyName%20eq%20'DefaultPolicy'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTSclMjBhbmQlMjBwb2xpY3lOYW1lJTIwZXElMjAnRGVmYXVsdFBvbGljeScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85bbcfc9-8246-44af-b8b7-d362467bb0fc" + "9b217313-6a41-4ef5-ab5c-7d1368bc5143" ], "Accept-Language": [ "en-US" @@ -8578,8 +8882,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8593,11 +8897,11 @@ "nosniff" ], "x-ms-request-id": [ - "6f802829-e5b6-4dda-a6ef-8fc3c2f8c448" + "15cf0138-4d15-42af-bdbe-c1801eda1da2" ], "x-ms-client-request-id": [ - "85bbcfc9-8246-44af-b8b7-d362467bb0fc", - "85bbcfc9-8246-44af-b8b7-d362467bb0fc" + "9b217313-6a41-4ef5-ab5c-7d1368bc5143", + "9b217313-6a41-4ef5-ab5c-7d1368bc5143" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8612,16 +8916,16 @@ "139" ], "x-ms-correlation-request-id": [ - "6f802829-e5b6-4dda-a6ef-8fc3c2f8c448" + "15cf0138-4d15-42af-bdbe-c1801eda1da2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114834Z:6f802829-e5b6-4dda-a6ef-8fc3c2f8c448" + "JIOINDIAWEST:20210518T123505Z:15cf0138-4d15-42af-bdbe-c1801eda1da2" ], "Date": [ - "Mon, 15 Feb 2021 11:48:34 GMT" + "Tue, 18 May 2021 12:35:04 GMT" ], "Content-Length": [ - "2976" + "2986" ], "Content-Type": [ "application/json" @@ -8630,17 +8934,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc950412\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\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\": \"475614565\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041/protectedItems/VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc95041\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\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\": \"799829702\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd12\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\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\": \"70370567650492\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1/protectedItems/VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMbdedd1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\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\": \"70369227771651\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4337c53-d16e-4075-8b84-61c6638e01ba" + "d8dbab72-217f-4c15-8213-dfb45b5ae7b3" ], "Accept-Language": [ "en-US" @@ -8648,7 +8952,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -8663,10 +8967,10 @@ "nosniff" ], "x-ms-request-id": [ - "c0e5fcbe-adff-4761-a8b5-5a1f50988f92" + "437243be-4c8c-4e0d-b59e-20d469b93a58" ], "x-ms-client-request-id": [ - "f4337c53-d16e-4075-8b84-61c6638e01ba" + "d8dbab72-217f-4c15-8213-dfb45b5ae7b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8675,16 +8979,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "c0e5fcbe-adff-4761-a8b5-5a1f50988f92" + "437243be-4c8c-4e0d-b59e-20d469b93a58" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114835Z:c0e5fcbe-adff-4761-a8b5-5a1f50988f92" + "SOUTHINDIA:20210518T123506Z:437243be-4c8c-4e0d-b59e-20d469b93a58" ], "Date": [ - "Mon, 15 Feb 2021 11:48:35 GMT" + "Tue, 18 May 2021 12:35:05 GMT" ], "Content-Length": [ "478" @@ -8696,17 +9000,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVc9504c44\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T11%3A46%3A42.5900938Z'\\\"\",\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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVbdedd36a\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T12%3A33%3A35.5624978Z'\\\"\",\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/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a\",\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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1209017f-6650-4dbc-9114-d07d27593a18" + "aaffcd92-df3a-475b-af95-4a71d6f9b9d5" ], "Accept-Language": [ "en-US" @@ -8714,8 +9018,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8729,11 +9033,11 @@ "nosniff" ], "x-ms-request-id": [ - "b35414e8-9aeb-480b-b7a9-10349257f72f" + "9006723f-a81d-4890-96e2-4d67e46c4f5f" ], "x-ms-client-request-id": [ - "1209017f-6650-4dbc-9114-d07d27593a18", - "1209017f-6650-4dbc-9114-d07d27593a18" + "aaffcd92-df3a-475b-af95-4a71d6f9b9d5", + "aaffcd92-df3a-475b-af95-4a71d6f9b9d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8748,13 +9052,13 @@ "144" ], "x-ms-correlation-request-id": [ - "b35414e8-9aeb-480b-b7a9-10349257f72f" + "9006723f-a81d-4890-96e2-4d67e46c4f5f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114835Z:b35414e8-9aeb-480b-b7a9-10349257f72f" + "JIOINDIAWEST:20210518T123506Z:9006723f-a81d-4890-96e2-4d67e46c4f5f" ], "Date": [ - "Mon, 15 Feb 2021 11:48:35 GMT" + "Tue, 18 May 2021 12:35:06 GMT" ], "Content-Length": [ "1821" @@ -8766,17 +9070,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc95041\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc9504c44\",\r\n \"friendlyName\": \"PSTestVMc95041\",\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 \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.Compute/virtualMachines/PSTestVMc950412\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc9504c44\",\r\n \"friendlyName\": \"PSTestVMc950412\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd1\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGbdedd36a\",\r\n \"friendlyName\": \"PSTestVMbdedd1\",\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 \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.Compute/virtualMachines/PSTestVMbdedd12\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGbdedd36a\",\r\n \"friendlyName\": \"PSTestVMbdedd12\",\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/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc95041?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjOTUwNGM0NCUzQnBzdGVzdHZtYzk1MDQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M5NTA0YzQ0JTNCcHN0ZXN0dm1jOTUwNDE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdiZGVkZDM2YSUzQnBzdGVzdHZtYmRlZGQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2JkZWRkMzZhJTNCcHN0ZXN0dm1iZGVkZDE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -8784,8 +9088,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8796,23 +9100,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperationResults/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperationResults/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "8bd4b4d4-3427-47e1-b94a-e8a87f2faee3" + "beaa52d3-2edc-455c-a040-d557157095aa" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8824,13 +9128,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "8bd4b4d4-3427-47e1-b94a-e8a87f2faee3" + "beaa52d3-2edc-455c-a040-d557157095aa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114836Z:8bd4b4d4-3427-47e1-b94a-e8a87f2faee3" + "JIOINDIAWEST:20210518T123507Z:beaa52d3-2edc-455c-a040-d557157095aa" ], "Date": [ - "Mon, 15 Feb 2021 11:48:36 GMT" + "Tue, 18 May 2021 12:35:07 GMT" ], "Expires": [ "-1" @@ -8843,13 +9147,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzE1ZTlkZGYxLTczOTktNDdkZi04NzE1LTExNGZlMzM1NjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -8857,8 +9161,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8872,11 +9176,11 @@ "nosniff" ], "x-ms-request-id": [ - "17415594-b31e-4fa1-a3c9-76fcf87f3519" + "befa2b41-8a3f-4d37-a340-6d5931cf3972" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8888,16 +9192,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "133" ], "x-ms-correlation-request-id": [ - "17415594-b31e-4fa1-a3c9-76fcf87f3519" + "befa2b41-8a3f-4d37-a340-6d5931cf3972" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114836Z:17415594-b31e-4fa1-a3c9-76fcf87f3519" + "JIOINDIAWEST:20210518T123508Z:befa2b41-8a3f-4d37-a340-6d5931cf3972" ], "Date": [ - "Mon, 15 Feb 2021 11:48:36 GMT" + "Tue, 18 May 2021 12:35:07 GMT" ], "Content-Length": [ "188" @@ -8909,17 +9213,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"name\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzE1ZTlkZGYxLTczOTktNDdkZi04NzE1LTExNGZlMzM1NjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -8927,8 +9231,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8942,11 +9246,11 @@ "nosniff" ], "x-ms-request-id": [ - "f0f5a719-ccc6-4807-bed9-6d4a4e488a0d" + "97cbcfde-5b26-43bc-a155-87eb4362cf72" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8958,16 +9262,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "132" ], "x-ms-correlation-request-id": [ - "f0f5a719-ccc6-4807-bed9-6d4a4e488a0d" + "97cbcfde-5b26-43bc-a155-87eb4362cf72" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114846Z:f0f5a719-ccc6-4807-bed9-6d4a4e488a0d" + "JIOINDIAWEST:20210518T123513Z:97cbcfde-5b26-43bc-a155-87eb4362cf72" ], "Date": [ - "Mon, 15 Feb 2021 11:48:46 GMT" + "Tue, 18 May 2021 12:35:13 GMT" ], "Content-Length": [ "188" @@ -8979,17 +9283,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"name\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzE1ZTlkZGYxLTczOTktNDdkZi04NzE1LTExNGZlMzM1NjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -8997,8 +9301,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9012,11 +9316,11 @@ "nosniff" ], "x-ms-request-id": [ - "d0752840-491c-4364-b072-d1127c432296" + "c7b76ea7-148c-4f67-ab26-920828a8b83f" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9028,16 +9332,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "131" ], "x-ms-correlation-request-id": [ - "d0752840-491c-4364-b072-d1127c432296" + "c7b76ea7-148c-4f67-ab26-920828a8b83f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114856Z:d0752840-491c-4364-b072-d1127c432296" + "JIOINDIAWEST:20210518T123518Z:c7b76ea7-148c-4f67-ab26-920828a8b83f" ], "Date": [ - "Mon, 15 Feb 2021 11:48:56 GMT" + "Tue, 18 May 2021 12:35:18 GMT" ], "Content-Length": [ "188" @@ -9049,17 +9353,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"name\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzE1ZTlkZGYxLTczOTktNDdkZi04NzE1LTExNGZlMzM1NjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -9067,8 +9371,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9082,11 +9386,11 @@ "nosniff" ], "x-ms-request-id": [ - "9d3f75d6-4376-4bcc-9bcd-8680c408c4aa" + "b6aa0975-b29a-4853-9a08-af8f670710c7" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9098,16 +9402,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "130" ], "x-ms-correlation-request-id": [ - "9d3f75d6-4376-4bcc-9bcd-8680c408c4aa" + "b6aa0975-b29a-4853-9a08-af8f670710c7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114907Z:9d3f75d6-4376-4bcc-9bcd-8680c408c4aa" + "JIOINDIAWEST:20210518T123523Z:b6aa0975-b29a-4853-9a08-af8f670710c7" ], "Date": [ - "Mon, 15 Feb 2021 11:49:07 GMT" + "Tue, 18 May 2021 12:35:23 GMT" ], "Content-Length": [ "188" @@ -9119,17 +9423,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"name\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzE1ZTlkZGYxLTczOTktNDdkZi04NzE1LTExNGZlMzM1NjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -9137,8 +9441,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9152,11 +9456,11 @@ "nosniff" ], "x-ms-request-id": [ - "c0d40890-bfe1-447c-a6f5-a488ab2f64ac" + "b892db69-dffe-450c-8b37-bbf9b2aa7039" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9168,16 +9472,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "129" ], "x-ms-correlation-request-id": [ - "c0d40890-bfe1-447c-a6f5-a488ab2f64ac" + "b892db69-dffe-450c-8b37-bbf9b2aa7039" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114917Z:c0d40890-bfe1-447c-a6f5-a488ab2f64ac" + "JIOINDIAWEST:20210518T123529Z:b892db69-dffe-450c-8b37-bbf9b2aa7039" ], "Date": [ - "Mon, 15 Feb 2021 11:49:16 GMT" + "Tue, 18 May 2021 12:35:28 GMT" ], "Content-Length": [ "188" @@ -9189,17 +9493,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"name\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzE1ZTlkZGYxLTczOTktNDdkZi04NzE1LTExNGZlMzM1NjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -9207,8 +9511,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9222,11 +9526,11 @@ "nosniff" ], "x-ms-request-id": [ - "e3f4e786-8ccb-4693-82dd-21366f0787e6" + "66959ca7-4059-4392-8b12-af1afdb90450" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9238,16 +9542,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "128" ], "x-ms-correlation-request-id": [ - "e3f4e786-8ccb-4693-82dd-21366f0787e6" + "66959ca7-4059-4392-8b12-af1afdb90450" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114927Z:e3f4e786-8ccb-4693-82dd-21366f0787e6" + "JIOINDIAWEST:20210518T123534Z:66959ca7-4059-4392-8b12-af1afdb90450" ], "Date": [ - "Mon, 15 Feb 2021 11:49:27 GMT" + "Tue, 18 May 2021 12:35:33 GMT" ], "Content-Length": [ "188" @@ -9259,17 +9563,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"name\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzE1ZTlkZGYxLTczOTktNDdkZi04NzE1LTExNGZlMzM1NjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -9277,8 +9581,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9292,11 +9596,11 @@ "nosniff" ], "x-ms-request-id": [ - "13b9350a-45e0-4b41-9384-b46fb22bd13d" + "9d2fe51a-0e46-402d-badc-748fe9fe5e62" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9308,16 +9612,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "127" ], "x-ms-correlation-request-id": [ - "13b9350a-45e0-4b41-9384-b46fb22bd13d" + "9d2fe51a-0e46-402d-badc-748fe9fe5e62" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114937Z:13b9350a-45e0-4b41-9384-b46fb22bd13d" + "JIOINDIAWEST:20210518T123539Z:9d2fe51a-0e46-402d-badc-748fe9fe5e62" ], "Date": [ - "Mon, 15 Feb 2021 11:49:37 GMT" + "Tue, 18 May 2021 12:35:38 GMT" ], "Content-Length": [ "188" @@ -9329,17 +9633,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"name\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzE1ZTlkZGYxLTczOTktNDdkZi04NzE1LTExNGZlMzM1NjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -9347,8 +9651,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9362,11 +9666,11 @@ "nosniff" ], "x-ms-request-id": [ - "4278318a-122f-485c-b151-c9752c98dab0" + "779001fc-8b8e-434a-8d17-49aa765d881a" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9378,16 +9682,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "126" ], "x-ms-correlation-request-id": [ - "4278318a-122f-485c-b151-c9752c98dab0" + "779001fc-8b8e-434a-8d17-49aa765d881a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114948Z:4278318a-122f-485c-b151-c9752c98dab0" + "JIOINDIAWEST:20210518T123545Z:779001fc-8b8e-434a-8d17-49aa765d881a" ], "Date": [ - "Mon, 15 Feb 2021 11:49:47 GMT" + "Tue, 18 May 2021 12:35:44 GMT" ], "Content-Length": [ "188" @@ -9399,17 +9703,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"name\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzE1ZTlkZGYxLTczOTktNDdkZi04NzE1LTExNGZlMzM1NjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -9417,8 +9721,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9432,11 +9736,11 @@ "nosniff" ], "x-ms-request-id": [ - "bd5c30a8-ecfd-4b3c-b8a3-b283e7e60913" + "57da3684-e1a9-4c13-ba02-30ea8aa666d3" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9448,16 +9752,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "125" ], "x-ms-correlation-request-id": [ - "bd5c30a8-ecfd-4b3c-b8a3-b283e7e60913" + "57da3684-e1a9-4c13-ba02-30ea8aa666d3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T114958Z:bd5c30a8-ecfd-4b3c-b8a3-b283e7e60913" + "JIOINDIAWEST:20210518T123550Z:57da3684-e1a9-4c13-ba02-30ea8aa666d3" ], "Date": [ - "Mon, 15 Feb 2021 11:49:57 GMT" + "Tue, 18 May 2021 12:35:50 GMT" ], "Content-Length": [ "188" @@ -9469,17 +9773,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"name\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzE1ZTlkZGYxLTczOTktNDdkZi04NzE1LTExNGZlMzM1NjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -9487,8 +9791,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9502,11 +9806,11 @@ "nosniff" ], "x-ms-request-id": [ - "5da28241-ae21-447c-a8e5-ee42c75c179e" + "4b28fb33-498c-4e92-a764-066113fa3d42" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9518,16 +9822,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "124" ], "x-ms-correlation-request-id": [ - "5da28241-ae21-447c-a8e5-ee42c75c179e" + "4b28fb33-498c-4e92-a764-066113fa3d42" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115008Z:5da28241-ae21-447c-a8e5-ee42c75c179e" + "JIOINDIAWEST:20210518T123555Z:4b28fb33-498c-4e92-a764-066113fa3d42" ], "Date": [ - "Mon, 15 Feb 2021 11:50:08 GMT" + "Tue, 18 May 2021 12:35:55 GMT" ], "Content-Length": [ "188" @@ -9539,17 +9843,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"name\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzE1ZTlkZGYxLTczOTktNDdkZi04NzE1LTExNGZlMzM1NjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -9557,8 +9861,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9572,11 +9876,11 @@ "nosniff" ], "x-ms-request-id": [ - "b7e9be58-238d-40a5-8206-af9c6a077377" + "2faa19ac-28b2-43e0-be6f-3414d972462c" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9588,16 +9892,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "123" ], "x-ms-correlation-request-id": [ - "b7e9be58-238d-40a5-8206-af9c6a077377" + "2faa19ac-28b2-43e0-be6f-3414d972462c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115018Z:b7e9be58-238d-40a5-8206-af9c6a077377" + "JIOINDIAWEST:20210518T123601Z:2faa19ac-28b2-43e0-be6f-3414d972462c" ], "Date": [ - "Mon, 15 Feb 2021 11:50:18 GMT" + "Tue, 18 May 2021 12:36:01 GMT" ], "Content-Length": [ "188" @@ -9609,17 +9913,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"name\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzE1ZTlkZGYxLTczOTktNDdkZi04NzE1LTExNGZlMzM1NjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -9627,8 +9931,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9642,11 +9946,11 @@ "nosniff" ], "x-ms-request-id": [ - "c0d3ec2e-75d2-4789-82aa-d4c8105eb5e8" + "b220f2e3-ab53-4e2f-b262-8fd1b0ae2e6b" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9658,19 +9962,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "122" ], "x-ms-correlation-request-id": [ - "c0d3ec2e-75d2-4789-82aa-d4c8105eb5e8" + "b220f2e3-ab53-4e2f-b262-8fd1b0ae2e6b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115029Z:c0d3ec2e-75d2-4789-82aa-d4c8105eb5e8" + "JIOINDIAWEST:20210518T123606Z:b220f2e3-ab53-4e2f-b262-8fd1b0ae2e6b" ], "Date": [ - "Mon, 15 Feb 2021 11:50:28 GMT" + "Tue, 18 May 2021 12:36:06 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -9679,17 +9983,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"name\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"9b956e11-3f3c-4b8c-951a-76515ad737a8\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/15e9ddf1-7399-47df-8715-114fe335629f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zLzE1ZTlkZGYxLTczOTktNDdkZi04NzE1LTExNGZlMzM1NjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -9697,8 +10001,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9712,11 +10016,11 @@ "nosniff" ], "x-ms-request-id": [ - "6cd2eec9-f4a6-4974-af0c-b0033fb1df7c" + "261473a6-4cfd-451a-8842-977ba0551db0" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9728,19 +10032,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "121" ], "x-ms-correlation-request-id": [ - "6cd2eec9-f4a6-4974-af0c-b0033fb1df7c" + "261473a6-4cfd-451a-8842-977ba0551db0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115029Z:6cd2eec9-f4a6-4974-af0c-b0033fb1df7c" + "JIOINDIAWEST:20210518T123611Z:261473a6-4cfd-451a-8842-977ba0551db0" ], "Date": [ - "Mon, 15 Feb 2021 11:50:28 GMT" + "Tue, 18 May 2021 12:36:11 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -9749,17 +10053,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"name\": \"15e9ddf1-7399-47df-8715-114fe335629f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"9b956e11-3f3c-4b8c-951a-76515ad737a8\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupJobs/9b956e11-3f3c-4b8c-951a-76515ad737a8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBKb2JzLzliOTU2ZTExLTNmM2MtNGI4Yy05NTFhLTc2NTE1YWQ3MzdhOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -9767,8 +10071,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9778,40 +10082,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0fd32812-7f18-40bb-80a4-90d079025b40" + "9fe5c3e0-4d96-48c0-bd38-358b90891b86" ], "x-ms-client-request-id": [ - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1", - "02e5fa2a-ebf7-4e49-9202-895ba4c29fe1" - ], - "X-Powered-By": [ - "ASP.NET" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "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" + "120" ], "x-ms-correlation-request-id": [ - "0fd32812-7f18-40bb-80a4-90d079025b40" + "9fe5c3e0-4d96-48c0-bd38-358b90891b86" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115029Z:0fd32812-7f18-40bb-80a4-90d079025b40" + "JIOINDIAWEST:20210518T123617Z:9fe5c3e0-4d96-48c0-bd38-358b90891b86" ], "Date": [ - "Mon, 15 Feb 2021 11:50:29 GMT" + "Tue, 18 May 2021 12:36:17 GMT" ], "Content-Length": [ - "845" + "188" ], "Content-Type": [ "application/json" @@ -9820,17 +10123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupJobs/9b956e11-3f3c-4b8c-951a-76515ad737a8\",\r\n \"name\": \"9b956e11-3f3c-4b8c-951a-76515ad737a8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc95041\",\r\n \"duration\": \"PT1M51.8759939S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMc95041\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMc95041\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T11:48:36.1113007Z\",\r\n \"endTime\": \"2021-02-15T11:50:27.9872946Z\",\r\n \"activityId\": \"02e5fa2a-ebf7-4e49-9202-895ba4c29fe1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc950412/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc9504c44%3Bpstestvmc950412?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjOTUwNGM0NCUzQnBzdGVzdHZtYzk1MDQxMi9wcm90ZWN0ZWRJdGVtcy9WTSUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjOTUwNGM0NCUzQnBzdGVzdHZtYzk1MDQxMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Accept-Language": [ "en-US" @@ -9838,8 +10141,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9849,61 +10152,902 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperationResults/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "15c92bac-679f-4ad0-9416-25ae9e0581c4" + "deda81a9-625a-47ea-9ff3-f23a6f866431" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "119" ], "x-ms-correlation-request-id": [ - "15c92bac-679f-4ad0-9416-25ae9e0581c4" + "deda81a9-625a-47ea-9ff3-f23a6f866431" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115030Z:15c92bac-679f-4ad0-9416-25ae9e0581c4" + "JIOINDIAWEST:20210518T123622Z:deda81a9-625a-47ea-9ff3-f23a6f866431" ], "Date": [ - "Mon, 15 Feb 2021 11:50:29 GMT" - ], - "Expires": [ - "-1" + "Tue, 18 May 2021 12:36:22 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "81fe54f9-6efa-4207-a7e1-61920df70186" + ], + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "118" + ], + "x-ms-correlation-request-id": [ + "81fe54f9-6efa-4207-a7e1-61920df70186" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123628Z:81fe54f9-6efa-4207-a7e1-61920df70186" + ], + "Date": [ + "Tue, 18 May 2021 12:36:27 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "59bf05d1-8417-4db2-a48b-3b638d5806eb" + ], + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "117" + ], + "x-ms-correlation-request-id": [ + "59bf05d1-8417-4db2-a48b-3b638d5806eb" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123633Z:59bf05d1-8417-4db2-a48b-3b638d5806eb" + ], + "Date": [ + "Tue, 18 May 2021 12:36:33 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1b0e30a8-a2d4-49e9-bbe9-c4e2c8060788" + ], + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "116" + ], + "x-ms-correlation-request-id": [ + "1b0e30a8-a2d4-49e9-bbe9-c4e2c8060788" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123639Z:1b0e30a8-a2d4-49e9-bbe9-c4e2c8060788" + ], + "Date": [ + "Tue, 18 May 2021 12:36:38 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f84b307c-d78b-47d3-b239-fcf7da5e899d" + ], + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "115" + ], + "x-ms-correlation-request-id": [ + "f84b307c-d78b-47d3-b239-fcf7da5e899d" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123644Z:f84b307c-d78b-47d3-b239-fcf7da5e899d" + ], + "Date": [ + "Tue, 18 May 2021 12:36:43 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "8d5d4548-e029-476e-82a1-3c7ab3ef7afa" + ], + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "114" + ], + "x-ms-correlation-request-id": [ + "8d5d4548-e029-476e-82a1-3c7ab3ef7afa" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123649Z:8d5d4548-e029-476e-82a1-3c7ab3ef7afa" + ], + "Date": [ + "Tue, 18 May 2021 12:36:49 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "63214f70-8ead-4d0e-972f-01a965e7fc15" + ], + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "113" + ], + "x-ms-correlation-request-id": [ + "63214f70-8ead-4d0e-972f-01a965e7fc15" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123654Z:63214f70-8ead-4d0e-972f-01a965e7fc15" + ], + "Date": [ + "Tue, 18 May 2021 12:36:54 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "b5353fc5-af0f-405e-a807-d474cd56de4d" + ], + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "112" + ], + "x-ms-correlation-request-id": [ + "b5353fc5-af0f-405e-a807-d474cd56de4d" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123700Z:b5353fc5-af0f-405e-a807-d474cd56de4d" + ], + "Date": [ + "Tue, 18 May 2021 12:36:59 GMT" + ], + "Content-Length": [ + "304" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"86be39d4-9afb-4c04-8874-52c22f45bb3a\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/076f277c-6586-48a2-ae60-7f3552200f9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA3NmYyNzdjLTY1ODYtNDhhMi1hZTYwLTdmMzU1MjIwMGY5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "60c36a74-04fb-44cb-8230-713c2f7bb0c3" + ], + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "111" + ], + "x-ms-correlation-request-id": [ + "60c36a74-04fb-44cb-8230-713c2f7bb0c3" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123700Z:60c36a74-04fb-44cb-8230-713c2f7bb0c3" + ], + "Date": [ + "Tue, 18 May 2021 12:36:59 GMT" + ], + "Content-Length": [ + "304" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"name\": \"076f277c-6586-48a2-ae60-7f3552200f9f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"86be39d4-9afb-4c04-8874-52c22f45bb3a\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupJobs/86be39d4-9afb-4c04-8874-52c22f45bb3a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBKb2JzLzg2YmUzOWQ0LTlhZmItNGMwNC04ODc0LTUyYzIyZjQ1YmIzYT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "9c97ec25-774a-4269-b490-1d0c30233184" + ], + "x-ms-client-request-id": [ + "7f7162a9-0f16-4515-b05d-73370b9e2382", + "7f7162a9-0f16-4515-b05d-73370b9e2382" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "147" + ], + "x-ms-correlation-request-id": [ + "9c97ec25-774a-4269-b490-1d0c30233184" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123700Z:9c97ec25-774a-4269-b490-1d0c30233184" + ], + "Date": [ + "Tue, 18 May 2021 12:37:00 GMT" + ], + "Content-Length": [ + "845" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupJobs/86be39d4-9afb-4c04-8874-52c22f45bb3a\",\r\n \"name\": \"86be39d4-9afb-4c04-8874-52c22f45bb3a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd1\",\r\n \"duration\": \"PT1M51.8926184S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMbdedd1\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMbdedd1\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T12:35:07.2495472Z\",\r\n \"endTime\": \"2021-05-18T12:36:59.1421656Z\",\r\n \"activityId\": \"7f7162a9-0f16-4515-b05d-73370b9e2382\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd12/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgbdedd36a%3Bpstestvmbdedd12?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdiZGVkZDM2YSUzQnBzdGVzdHZtYmRlZGQxMi9wcm90ZWN0ZWRJdGVtcy9WTSUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdiZGVkZDM2YSUzQnBzdGVzdHZtYmRlZGQxMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperationResults/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "43ce0194-b693-4812-8bc4-258c83b9f4dc" + ], + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "43ce0194-b693-4812-8bc4-258c83b9f4dc" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123701Z:43ce0194-b693-4812-8bc4-258c83b9f4dc" + ], + "Date": [ + "Tue, 18 May 2021 12:37:01 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a49dcc95-6aa7-47ad-9872-819636342f32" + ], + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "110" + ], + "x-ms-correlation-request-id": [ + "a49dcc95-6aa7-47ad-9872-819636342f32" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123702Z:a49dcc95-6aa7-47ad-9872-819636342f32" + ], + "Date": [ + "Tue, 18 May 2021 12:37:01 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1e1b97a3-07f2-44e4-aca2-90044d53ebee" + ], + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "109" + ], + "x-ms-correlation-request-id": [ + "1e1b97a3-07f2-44e4-aca2-90044d53ebee" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123707Z:1e1b97a3-07f2-44e4-aca2-90044d53ebee" + ], + "Date": [ + "Tue, 18 May 2021 12:37:06 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2Q4NzJhNzFiLWZlNjItNDE0Yi04MmVkLWQxZjEzNTA0MjZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -9911,8 +11055,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9926,11 +11070,11 @@ "nosniff" ], "x-ms-request-id": [ - "d44157b3-34a3-4d8b-862f-4f6d86d0634b" + "f1edab91-f99d-420c-baaf-3f5c1dcc821d" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9942,16 +11086,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "123" + "108" ], "x-ms-correlation-request-id": [ - "d44157b3-34a3-4d8b-862f-4f6d86d0634b" + "f1edab91-f99d-420c-baaf-3f5c1dcc821d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115030Z:d44157b3-34a3-4d8b-862f-4f6d86d0634b" + "JIOINDIAWEST:20210518T123712Z:f1edab91-f99d-420c-baaf-3f5c1dcc821d" ], "Date": [ - "Mon, 15 Feb 2021 11:50:30 GMT" + "Tue, 18 May 2021 12:37:11 GMT" ], "Content-Length": [ "188" @@ -9963,17 +11107,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"name\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2Q4NzJhNzFiLWZlNjItNDE0Yi04MmVkLWQxZjEzNTA0MjZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -9981,8 +11125,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9996,11 +11140,11 @@ "nosniff" ], "x-ms-request-id": [ - "d006a809-1844-485e-9760-1a6f91ab99f6" + "11f9b063-1a47-41a2-b4fa-a3ca1456cdf4" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10012,16 +11156,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "122" + "107" ], "x-ms-correlation-request-id": [ - "d006a809-1844-485e-9760-1a6f91ab99f6" + "11f9b063-1a47-41a2-b4fa-a3ca1456cdf4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115040Z:d006a809-1844-485e-9760-1a6f91ab99f6" + "JIOINDIAWEST:20210518T123718Z:11f9b063-1a47-41a2-b4fa-a3ca1456cdf4" ], "Date": [ - "Mon, 15 Feb 2021 11:50:40 GMT" + "Tue, 18 May 2021 12:37:18 GMT" ], "Content-Length": [ "188" @@ -10033,17 +11177,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"name\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2Q4NzJhNzFiLWZlNjItNDE0Yi04MmVkLWQxZjEzNTA0MjZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10051,8 +11195,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10066,11 +11210,11 @@ "nosniff" ], "x-ms-request-id": [ - "1977cf61-fbde-4084-b2f0-4dc6347f02e1" + "6d57d321-fd67-49d2-80f4-8beda53ac23d" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10082,16 +11226,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" + "106" ], "x-ms-correlation-request-id": [ - "1977cf61-fbde-4084-b2f0-4dc6347f02e1" + "6d57d321-fd67-49d2-80f4-8beda53ac23d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115050Z:1977cf61-fbde-4084-b2f0-4dc6347f02e1" + "JIOINDIAWEST:20210518T123723Z:6d57d321-fd67-49d2-80f4-8beda53ac23d" ], "Date": [ - "Mon, 15 Feb 2021 11:50:50 GMT" + "Tue, 18 May 2021 12:37:23 GMT" ], "Content-Length": [ "188" @@ -10103,17 +11247,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"name\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2Q4NzJhNzFiLWZlNjItNDE0Yi04MmVkLWQxZjEzNTA0MjZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10121,8 +11265,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10136,11 +11280,11 @@ "nosniff" ], "x-ms-request-id": [ - "074eeac0-d173-4034-8f50-60f8d4c048b9" + "843344f6-31c0-4721-a706-981f2c5afca9" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10152,16 +11296,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "105" ], "x-ms-correlation-request-id": [ - "074eeac0-d173-4034-8f50-60f8d4c048b9" + "843344f6-31c0-4721-a706-981f2c5afca9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115101Z:074eeac0-d173-4034-8f50-60f8d4c048b9" + "JIOINDIAWEST:20210518T123728Z:843344f6-31c0-4721-a706-981f2c5afca9" ], "Date": [ - "Mon, 15 Feb 2021 11:51:00 GMT" + "Tue, 18 May 2021 12:37:28 GMT" ], "Content-Length": [ "188" @@ -10173,17 +11317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"name\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2Q4NzJhNzFiLWZlNjItNDE0Yi04MmVkLWQxZjEzNTA0MjZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10191,8 +11335,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10206,11 +11350,11 @@ "nosniff" ], "x-ms-request-id": [ - "a3229838-10cd-405a-b52b-0e2b9416fdbe" + "73d900fa-caa5-43bc-8654-f9da391781bd" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10222,16 +11366,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "119" + "104" ], "x-ms-correlation-request-id": [ - "a3229838-10cd-405a-b52b-0e2b9416fdbe" + "73d900fa-caa5-43bc-8654-f9da391781bd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115111Z:a3229838-10cd-405a-b52b-0e2b9416fdbe" + "JIOINDIAWEST:20210518T123733Z:73d900fa-caa5-43bc-8654-f9da391781bd" ], "Date": [ - "Mon, 15 Feb 2021 11:51:11 GMT" + "Tue, 18 May 2021 12:37:33 GMT" ], "Content-Length": [ "188" @@ -10243,17 +11387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"name\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2Q4NzJhNzFiLWZlNjItNDE0Yi04MmVkLWQxZjEzNTA0MjZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10261,8 +11405,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10276,11 +11420,11 @@ "nosniff" ], "x-ms-request-id": [ - "8d1c458a-bdf3-4899-9c53-e0b9921bd214" + "6423a833-44d1-430b-b46b-044c9010edc0" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10292,16 +11436,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "118" + "103" ], "x-ms-correlation-request-id": [ - "8d1c458a-bdf3-4899-9c53-e0b9921bd214" + "6423a833-44d1-430b-b46b-044c9010edc0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115121Z:8d1c458a-bdf3-4899-9c53-e0b9921bd214" + "JIOINDIAWEST:20210518T123739Z:6423a833-44d1-430b-b46b-044c9010edc0" ], "Date": [ - "Mon, 15 Feb 2021 11:51:20 GMT" + "Tue, 18 May 2021 12:37:38 GMT" ], "Content-Length": [ "188" @@ -10313,17 +11457,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"name\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2Q4NzJhNzFiLWZlNjItNDE0Yi04MmVkLWQxZjEzNTA0MjZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10331,8 +11475,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10346,32 +11490,32 @@ "nosniff" ], "x-ms-request-id": [ - "063d3b54-d227-4fde-bfbb-e514b410d637" + "dc12b05a-0cca-4c4f-b5c7-298eb71ff047" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" - ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "102" + ], "x-ms-correlation-request-id": [ - "063d3b54-d227-4fde-bfbb-e514b410d637" + "dc12b05a-0cca-4c4f-b5c7-298eb71ff047" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115131Z:063d3b54-d227-4fde-bfbb-e514b410d637" + "JIOINDIAWEST:20210518T123744Z:dc12b05a-0cca-4c4f-b5c7-298eb71ff047" ], "Date": [ - "Mon, 15 Feb 2021 11:51:31 GMT" + "Tue, 18 May 2021 12:37:44 GMT" ], "Content-Length": [ "188" @@ -10383,17 +11527,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"name\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2Q4NzJhNzFiLWZlNjItNDE0Yi04MmVkLWQxZjEzNTA0MjZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10401,8 +11545,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10416,11 +11560,11 @@ "nosniff" ], "x-ms-request-id": [ - "a97d906b-a7e3-4641-8b77-49f4b7ae12c2" + "189e894a-93a3-4c37-9a6c-dde4fc3e058b" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10432,16 +11576,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "116" + "101" ], "x-ms-correlation-request-id": [ - "a97d906b-a7e3-4641-8b77-49f4b7ae12c2" + "189e894a-93a3-4c37-9a6c-dde4fc3e058b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115142Z:a97d906b-a7e3-4641-8b77-49f4b7ae12c2" + "JIOINDIAWEST:20210518T123749Z:189e894a-93a3-4c37-9a6c-dde4fc3e058b" ], "Date": [ - "Mon, 15 Feb 2021 11:51:42 GMT" + "Tue, 18 May 2021 12:37:49 GMT" ], "Content-Length": [ "188" @@ -10453,17 +11597,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"name\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2Q4NzJhNzFiLWZlNjItNDE0Yi04MmVkLWQxZjEzNTA0MjZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10471,8 +11615,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10486,11 +11630,11 @@ "nosniff" ], "x-ms-request-id": [ - "c7c06c54-d75b-42cc-91ea-917990e097c0" + "3d3632b5-f5ac-4f17-ab4e-49acf727854f" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10502,16 +11646,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "115" + "100" ], "x-ms-correlation-request-id": [ - "c7c06c54-d75b-42cc-91ea-917990e097c0" + "3d3632b5-f5ac-4f17-ab4e-49acf727854f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115152Z:c7c06c54-d75b-42cc-91ea-917990e097c0" + "JIOINDIAWEST:20210518T123755Z:3d3632b5-f5ac-4f17-ab4e-49acf727854f" ], "Date": [ - "Mon, 15 Feb 2021 11:51:52 GMT" + "Tue, 18 May 2021 12:37:54 GMT" ], "Content-Length": [ "188" @@ -10523,17 +11667,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"name\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2Q4NzJhNzFiLWZlNjItNDE0Yi04MmVkLWQxZjEzNTA0MjZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10541,8 +11685,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10556,32 +11700,32 @@ "nosniff" ], "x-ms-request-id": [ - "b6b46cbe-5130-4c49-8d75-e1180d38b1f1" + "d66061be-c832-4ed1-a149-a184958b5b0e" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" + ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "114" - ], "x-ms-correlation-request-id": [ - "b6b46cbe-5130-4c49-8d75-e1180d38b1f1" + "d66061be-c832-4ed1-a149-a184958b5b0e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115202Z:b6b46cbe-5130-4c49-8d75-e1180d38b1f1" + "JIOINDIAWEST:20210518T123800Z:d66061be-c832-4ed1-a149-a184958b5b0e" ], "Date": [ - "Mon, 15 Feb 2021 11:52:02 GMT" + "Tue, 18 May 2021 12:37:59 GMT" ], "Content-Length": [ "188" @@ -10593,17 +11737,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"name\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2Q4NzJhNzFiLWZlNjItNDE0Yi04MmVkLWQxZjEzNTA0MjZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10611,8 +11755,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10626,11 +11770,11 @@ "nosniff" ], "x-ms-request-id": [ - "ccbe0382-322b-4c3d-8e64-2533e4026b27" + "c9bf3968-3c43-4c53-984d-b30b8d99d252" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10642,16 +11786,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "113" + "98" ], "x-ms-correlation-request-id": [ - "ccbe0382-322b-4c3d-8e64-2533e4026b27" + "c9bf3968-3c43-4c53-984d-b30b8d99d252" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115213Z:ccbe0382-322b-4c3d-8e64-2533e4026b27" + "JIOINDIAWEST:20210518T123806Z:c9bf3968-3c43-4c53-984d-b30b8d99d252" ], "Date": [ - "Mon, 15 Feb 2021 11:52:12 GMT" + "Tue, 18 May 2021 12:38:05 GMT" ], "Content-Length": [ "188" @@ -10663,17 +11807,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"name\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2Q4NzJhNzFiLWZlNjItNDE0Yi04MmVkLWQxZjEzNTA0MjZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10681,8 +11825,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10696,11 +11840,11 @@ "nosniff" ], "x-ms-request-id": [ - "0f259e6a-9c1c-40ec-868a-346903f8edb8" + "cd01847f-38d1-4dd6-8291-3ac0baedbe4b" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10712,19 +11856,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "112" + "97" ], "x-ms-correlation-request-id": [ - "0f259e6a-9c1c-40ec-868a-346903f8edb8" + "cd01847f-38d1-4dd6-8291-3ac0baedbe4b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115223Z:0f259e6a-9c1c-40ec-868a-346903f8edb8" + "JIOINDIAWEST:20210518T123811Z:cd01847f-38d1-4dd6-8291-3ac0baedbe4b" ], "Date": [ - "Mon, 15 Feb 2021 11:52:23 GMT" + "Tue, 18 May 2021 12:38:10 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -10733,17 +11877,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"name\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c3e12bf6-5fbf-41ab-afb5-bcb4525a1fbb\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupOperations/d872a71b-fe62-414b-82ed-d1f1350426b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBPcGVyYXRpb25zL2Q4NzJhNzFiLWZlNjItNDE0Yi04MmVkLWQxZjEzNTA0MjZiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10751,8 +11895,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10766,11 +11910,11 @@ "nosniff" ], "x-ms-request-id": [ - "568660af-d2f2-49c9-89aa-a1b906f143d5" + "41928e8b-08fb-47e2-890d-0d5cc056d3b9" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10782,19 +11926,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "111" + "96" ], "x-ms-correlation-request-id": [ - "568660af-d2f2-49c9-89aa-a1b906f143d5" + "41928e8b-08fb-47e2-890d-0d5cc056d3b9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115223Z:568660af-d2f2-49c9-89aa-a1b906f143d5" + "JIOINDIAWEST:20210518T123816Z:41928e8b-08fb-47e2-890d-0d5cc056d3b9" ], "Date": [ - "Mon, 15 Feb 2021 11:52:23 GMT" + "Tue, 18 May 2021 12:38:16 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -10803,17 +11947,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"name\": \"d872a71b-fe62-414b-82ed-d1f1350426b3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"c3e12bf6-5fbf-41ab-afb5-bcb4525a1fbb\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupJobs/c3e12bf6-5fbf-41ab-afb5-bcb4525a1fbb?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0NC9iYWNrdXBKb2JzL2MzZTEyYmY2LTVmYmYtNDFhYi1hZmI1LWJjYjQ1MjVhMWZiYj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10821,8 +11965,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10832,40 +11976,109 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0c7529f5-52b2-4a8c-8e0d-38eec6869743" + "177a8f4f-4807-4bc9-979d-112ff74aaf67" ], "x-ms-client-request-id": [ - "c9fba045-711d-4e48-aab5-b8daf7f449e2", - "c9fba045-711d-4e48-aab5-b8daf7f449e2" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "95" + ], + "x-ms-correlation-request-id": [ + "177a8f4f-4807-4bc9-979d-112ff74aaf67" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123822Z:177a8f4f-4807-4bc9-979d-112ff74aaf67" + ], + "Date": [ + "Tue, 18 May 2021 12:38:21 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "43007088-9faa-4869-b672-47d1c70ffd4b" + ], + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], "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" + "94" ], "x-ms-correlation-request-id": [ - "0c7529f5-52b2-4a8c-8e0d-38eec6869743" + "43007088-9faa-4869-b672-47d1c70ffd4b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115223Z:0c7529f5-52b2-4a8c-8e0d-38eec6869743" + "JIOINDIAWEST:20210518T123827Z:43007088-9faa-4869-b672-47d1c70ffd4b" ], "Date": [ - "Mon, 15 Feb 2021 11:52:23 GMT" + "Tue, 18 May 2021 12:38:26 GMT" ], "Content-Length": [ - "847" + "188" ], "Content-Type": [ "application/json" @@ -10874,17 +12087,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44/backupJobs/c3e12bf6-5fbf-41ab-afb5-bcb4525a1fbb\",\r\n \"name\": \"c3e12bf6-5fbf-41ab-afb5-bcb4525a1fbb\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc9504c44;pstestvmc950412\",\r\n \"duration\": \"PT1M51.974959S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMc950412\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMc950412\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T11:50:30.1253092Z\",\r\n \"endTime\": \"2021-02-15T11:52:22.1002682Z\",\r\n \"activityId\": \"c9fba045-711d-4e48-aab5-b8daf7f449e2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGc9504c44/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc9504c44?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjOTUwNGM0ND9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26e199df-dfc6-4c4c-9a15-ef1caaaa7c16" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10892,8 +12105,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.6.0" ] }, "ResponseHeaders": { @@ -10907,44 +12120,54 @@ "nosniff" ], "x-ms-request-id": [ - "5ae28e5c-5d27-4c11-951a-708fb75e20ac" + "4d63d452-4ea8-4220-9066-e4db5a509948" ], "x-ms-client-request-id": [ - "26e199df-dfc6-4c4c-9a15-ef1caaaa7c16" + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "9" + "93" ], "x-ms-correlation-request-id": [ - "5ae28e5c-5d27-4c11-951a-708fb75e20ac" + "4d63d452-4ea8-4220-9066-e4db5a509948" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20210215T115227Z:5ae28e5c-5d27-4c11-951a-708fb75e20ac" + "JIOINDIAWEST:20210518T123832Z:4d63d452-4ea8-4220-9066-e4db5a509948" ], "Date": [ - "Mon, 15 Feb 2021 11:52:27 GMT" + "Tue, 18 May 2021 12:38:31 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGc9504c44?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzk1MDRjNDQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3494b04c-14b6-4d17-b907-4112241c7318" + "67b52902-ef4b-497d-9aa8-cd696acda058" ], "Accept-Language": [ "en-US" @@ -10952,8 +12175,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10963,54 +12186,137 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "X-Content-Type-Options": [ + "nosniff" ], - "Retry-After": [ - "15" + "x-ms-request-id": [ + "91905f1f-b5a5-4f30-b98c-bf091ca3315f" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], - "x-ms-request-id": [ - "ef4516a9-236e-4203-bfac-e07fab30d59e" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "92" ], "x-ms-correlation-request-id": [ - "ef4516a9-236e-4203-bfac-e07fab30d59e" + "91905f1f-b5a5-4f30-b98c-bf091ca3315f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115229Z:ef4516a9-236e-4203-bfac-e07fab30d59e" + "JIOINDIAWEST:20210518T123837Z:91905f1f-b5a5-4f30-b98c-bf091ca3315f" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Date": [ + "Tue, 18 May 2021 12:38:37 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" ], "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ + "1557eab7-b56d-4017-98eb-1bd3795ba19c" + ], + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "91" + ], + "x-ms-correlation-request-id": [ + "1557eab7-b56d-4017-98eb-1bd3795ba19c" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123843Z:1557eab7-b56d-4017-98eb-1bd3795ba19c" + ], "Date": [ - "Mon, 15 Feb 2021 11:52:29 GMT" + "Tue, 18 May 2021 12:38:42 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11020,54 +12326,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "X-Content-Type-Options": [ + "nosniff" ], - "Retry-After": [ - "15" + "x-ms-request-id": [ + "7346e7d8-d043-4718-b3a9-277a0cfa900b" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" ], - "x-ms-request-id": [ - "6894064a-130e-482d-88cd-90a74eecd389" + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "90" ], "x-ms-correlation-request-id": [ - "6894064a-130e-482d-88cd-90a74eecd389" + "7346e7d8-d043-4718-b3a9-277a0cfa900b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115244Z:6894064a-130e-482d-88cd-90a74eecd389" + "JIOINDIAWEST:20210518T123848Z:7346e7d8-d043-4718-b3a9-277a0cfa900b" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Date": [ + "Tue, 18 May 2021 12:38:47 GMT" ], - "X-Content-Type-Options": [ - "nosniff" + "Content-Length": [ + "188" ], - "Date": [ - "Mon, 15 Feb 2021 11:52:44 GMT" + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11077,54 +12396,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "X-Content-Type-Options": [ + "nosniff" ], - "Retry-After": [ - "15" + "x-ms-request-id": [ + "929834a3-be1a-4972-ada6-5b0b83327a85" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], - "x-ms-request-id": [ - "1fc596bd-5af4-40b9-ba9e-78de6ee3efc7" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "89" ], "x-ms-correlation-request-id": [ - "1fc596bd-5af4-40b9-ba9e-78de6ee3efc7" + "929834a3-be1a-4972-ada6-5b0b83327a85" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115300Z:1fc596bd-5af4-40b9-ba9e-78de6ee3efc7" + "JIOINDIAWEST:20210518T123853Z:929834a3-be1a-4972-ada6-5b0b83327a85" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Date": [ + "Tue, 18 May 2021 12:38:53 GMT" ], - "X-Content-Type-Options": [ - "nosniff" + "Content-Length": [ + "188" ], - "Date": [ - "Mon, 15 Feb 2021 11:52:59 GMT" + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11134,54 +12466,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "X-Content-Type-Options": [ + "nosniff" ], - "Retry-After": [ - "15" + "x-ms-request-id": [ + "83add8f4-fe05-4e39-b53e-f1f11377ca08" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], - "x-ms-request-id": [ - "3235aca7-83aa-4ae3-b2fb-d6aa206ce315" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "88" ], "x-ms-correlation-request-id": [ - "3235aca7-83aa-4ae3-b2fb-d6aa206ce315" + "83add8f4-fe05-4e39-b53e-f1f11377ca08" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115315Z:3235aca7-83aa-4ae3-b2fb-d6aa206ce315" + "JIOINDIAWEST:20210518T123859Z:83add8f4-fe05-4e39-b53e-f1f11377ca08" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Date": [ + "Tue, 18 May 2021 12:38:59 GMT" ], - "X-Content-Type-Options": [ - "nosniff" + "Content-Length": [ + "304" ], - "Date": [ - "Mon, 15 Feb 2021 11:53:14 GMT" + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0be1ed8e-272a-4871-8b90-0c0b79c2b3be\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupOperations/06c35104-c107-4731-a53b-937c2bb98a5d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBPcGVyYXRpb25zLzA2YzM1MTA0LWMxMDctNDczMS1hNTNiLTkzN2MyYmI5OGE1ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11191,54 +12536,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "X-Content-Type-Options": [ + "nosniff" ], - "Retry-After": [ - "15" + "x-ms-request-id": [ + "9665de00-0d8e-40a5-8c89-54b50cb88d1f" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], - "x-ms-request-id": [ - "5b56c1c2-a8a6-47aa-a8ae-585a35aaafd8" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "87" ], "x-ms-correlation-request-id": [ - "5b56c1c2-a8a6-47aa-a8ae-585a35aaafd8" + "9665de00-0d8e-40a5-8c89-54b50cb88d1f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115330Z:5b56c1c2-a8a6-47aa-a8ae-585a35aaafd8" + "JIOINDIAWEST:20210518T123859Z:9665de00-0d8e-40a5-8c89-54b50cb88d1f" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Date": [ + "Tue, 18 May 2021 12:38:59 GMT" ], - "X-Content-Type-Options": [ - "nosniff" + "Content-Length": [ + "304" ], - "Date": [ - "Mon, 15 Feb 2021 11:53:30 GMT" + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"name\": \"06c35104-c107-4731-a53b-937c2bb98a5d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0be1ed8e-272a-4871-8b90-0c0b79c2b3be\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupJobs/0be1ed8e-272a-4871-8b90-0c0b79c2b3be?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YS9iYWNrdXBKb2JzLzBiZTFlZDhlLTI3MmEtNDg3MS04YjkwLTBjMGI3OWMyYjNiZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11248,54 +12606,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-request-id": [ - "e55b2703-9b29-429e-8b43-39e12fa3b010" + "a1e60cb0-88f6-407a-b7ea-3ab3208aa145" ], - "x-ms-correlation-request-id": [ - "e55b2703-9b29-429e-8b43-39e12fa3b010" + "x-ms-client-request-id": [ + "67b52902-ef4b-497d-9aa8-cd696acda058", + "67b52902-ef4b-497d-9aa8-cd696acda058" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115345Z:e55b2703-9b29-429e-8b43-39e12fa3b010" + "X-Powered-By": [ + "ASP.NET" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "146" + ], + "x-ms-correlation-request-id": [ + "a1e60cb0-88f6-407a-b7ea-3ab3208aa145" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T123859Z:a1e60cb0-88f6-407a-b7ea-3ab3208aa145" ], "Date": [ - "Mon, 15 Feb 2021 11:53:44 GMT" + "Tue, 18 May 2021 12:38:59 GMT" + ], + "Content-Length": [ + "848" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a/backupJobs/0be1ed8e-272a-4871-8b90-0c0b79c2b3be\",\r\n \"name\": \"0be1ed8e-272a-4871-8b90-0c0b79c2b3be\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgbdedd36a;pstestvmbdedd12\",\r\n \"duration\": \"PT1M52.0738398S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMbdedd12\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMbdedd12\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T12:37:01.6807426Z\",\r\n \"endTime\": \"2021-05-18T12:38:53.7545824Z\",\r\n \"activityId\": \"67b52902-ef4b-497d-9aa8-cd696acda058\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGbdedd36a/providers/Microsoft.RecoveryServices/vaults/PSTestRSVbdedd36a?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYmRlZGQzNmEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZiZGVkZDM2YT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "df6d4b89-a906-4fcb-a54e-8ad399709758" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -11305,32 +12677,29 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-request-id": [ - "5e6237c7-e975-4c64-b71d-6b1236555368" - ], - "x-ms-correlation-request-id": [ - "5e6237c7-e975-4c64-b71d-6b1236555368" + "7a012511-8df8-4636-97a7-5f61e6ce353c" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115400Z:5e6237c7-e975-4c64-b71d-6b1236555368" + "x-ms-client-request-id": [ + "df6d4b89-a906-4fcb-a54e-8ad399709758" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "9" + ], + "x-ms-correlation-request-id": [ + "7a012511-8df8-4636-97a7-5f61e6ce353c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T123902Z:7a012511-8df8-4636-97a7-5f61e6ce353c" ], "Date": [ - "Mon, 15 Feb 2021 11:54:00 GMT" + "Tue, 18 May 2021 12:39:02 GMT" ], "Expires": [ "-1" @@ -11340,19 +12709,25 @@ ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGbdedd36a?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYmRlZGQzNmE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "74205cd9-d026-4698-9343-c9852aebbe0c" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11363,22 +12738,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "0e77c5ce-9878-47d5-bdd4-55289fc188b2" + "4eb13163-d376-4446-8994-722bc211fc62" ], "x-ms-correlation-request-id": [ - "0e77c5ce-9878-47d5-bdd4-55289fc188b2" + "4eb13163-d376-4446-8994-722bc211fc62" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115415Z:0e77c5ce-9878-47d5-bdd4-55289fc188b2" + "SOUTHINDIA:20210518T123904Z:4eb13163-d376-4446-8994-722bc211fc62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11387,7 +12762,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:54:15 GMT" + "Tue, 18 May 2021 12:39:04 GMT" ], "Expires": [ "-1" @@ -11400,16 +12775,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11420,22 +12795,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11983" ], "x-ms-request-id": [ - "a3eb0202-1890-440e-a8f2-559885e86ae0" + "cf24d451-164b-4b7e-a434-b0c53ef71a31" ], "x-ms-correlation-request-id": [ - "a3eb0202-1890-440e-a8f2-559885e86ae0" + "cf24d451-164b-4b7e-a434-b0c53ef71a31" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115431Z:a3eb0202-1890-440e-a8f2-559885e86ae0" + "SOUTHINDIA:20210518T123919Z:cf24d451-164b-4b7e-a434-b0c53ef71a31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11444,7 +12819,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:54:30 GMT" + "Tue, 18 May 2021 12:39:19 GMT" ], "Expires": [ "-1" @@ -11457,16 +12832,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11477,22 +12852,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11982" ], "x-ms-request-id": [ - "393233dc-90ee-4d3e-aa1b-8f91a1ef5a3a" + "44afd17d-dbf0-4244-b11b-025c371a4efa" ], "x-ms-correlation-request-id": [ - "393233dc-90ee-4d3e-aa1b-8f91a1ef5a3a" + "44afd17d-dbf0-4244-b11b-025c371a4efa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115446Z:393233dc-90ee-4d3e-aa1b-8f91a1ef5a3a" + "SOUTHINDIA:20210518T123934Z:44afd17d-dbf0-4244-b11b-025c371a4efa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11501,7 +12876,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:54:45 GMT" + "Tue, 18 May 2021 12:39:34 GMT" ], "Expires": [ "-1" @@ -11514,16 +12889,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11534,22 +12909,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11981" ], "x-ms-request-id": [ - "39510082-eefa-493a-8b67-1e79e5cf2133" + "337fef88-cca7-43b0-bdeb-48046a2854ed" ], "x-ms-correlation-request-id": [ - "39510082-eefa-493a-8b67-1e79e5cf2133" + "337fef88-cca7-43b0-bdeb-48046a2854ed" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115501Z:39510082-eefa-493a-8b67-1e79e5cf2133" + "SOUTHINDIA:20210518T123949Z:337fef88-cca7-43b0-bdeb-48046a2854ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11558,7 +12933,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:55:00 GMT" + "Tue, 18 May 2021 12:39:49 GMT" ], "Expires": [ "-1" @@ -11571,16 +12946,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11591,22 +12966,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11980" ], "x-ms-request-id": [ - "bbec2fd6-07c2-4298-95bd-18e49393821a" + "983fd4a4-a83d-4465-9b2a-09e3e2284b9d" ], "x-ms-correlation-request-id": [ - "bbec2fd6-07c2-4298-95bd-18e49393821a" + "983fd4a4-a83d-4465-9b2a-09e3e2284b9d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115516Z:bbec2fd6-07c2-4298-95bd-18e49393821a" + "SOUTHINDIA:20210518T124004Z:983fd4a4-a83d-4465-9b2a-09e3e2284b9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11615,7 +12990,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:55:16 GMT" + "Tue, 18 May 2021 12:40:04 GMT" ], "Expires": [ "-1" @@ -11628,16 +13003,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11648,22 +13023,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11979" ], "x-ms-request-id": [ - "66511106-f9ce-4fa0-a5f1-5b5fe0605e90" + "a03cca3c-4cb0-4cd3-b0bc-91e0845ef24e" ], "x-ms-correlation-request-id": [ - "66511106-f9ce-4fa0-a5f1-5b5fe0605e90" + "a03cca3c-4cb0-4cd3-b0bc-91e0845ef24e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115531Z:66511106-f9ce-4fa0-a5f1-5b5fe0605e90" + "SOUTHINDIA:20210518T124019Z:a03cca3c-4cb0-4cd3-b0bc-91e0845ef24e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11672,7 +13047,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:55:31 GMT" + "Tue, 18 May 2021 12:40:19 GMT" ], "Expires": [ "-1" @@ -11685,16 +13060,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11705,22 +13080,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11978" ], "x-ms-request-id": [ - "6e972573-21b0-4808-91f1-6d315e0d19dd" + "29aa2aeb-59b9-40cd-b5f8-d8c1b11025aa" ], "x-ms-correlation-request-id": [ - "6e972573-21b0-4808-91f1-6d315e0d19dd" + "29aa2aeb-59b9-40cd-b5f8-d8c1b11025aa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115546Z:6e972573-21b0-4808-91f1-6d315e0d19dd" + "SOUTHINDIA:20210518T124034Z:29aa2aeb-59b9-40cd-b5f8-d8c1b11025aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11729,7 +13104,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:55:46 GMT" + "Tue, 18 May 2021 12:40:34 GMT" ], "Expires": [ "-1" @@ -11742,16 +13117,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11762,22 +13137,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11977" ], "x-ms-request-id": [ - "92701fb1-0a3d-47c2-90fa-84f2cca0763f" + "3de70693-8c69-4c5f-b4f2-b4821b488a78" ], "x-ms-correlation-request-id": [ - "92701fb1-0a3d-47c2-90fa-84f2cca0763f" + "3de70693-8c69-4c5f-b4f2-b4821b488a78" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115601Z:92701fb1-0a3d-47c2-90fa-84f2cca0763f" + "SOUTHINDIA:20210518T124050Z:3de70693-8c69-4c5f-b4f2-b4821b488a78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11786,7 +13161,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:56:01 GMT" + "Tue, 18 May 2021 12:40:49 GMT" ], "Expires": [ "-1" @@ -11799,16 +13174,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11819,22 +13194,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11976" ], "x-ms-request-id": [ - "e3572074-c815-48a8-9d9b-aabd4d8c54d6" + "85ad49a5-a116-45e3-bae8-c0ed31912056" ], "x-ms-correlation-request-id": [ - "e3572074-c815-48a8-9d9b-aabd4d8c54d6" + "85ad49a5-a116-45e3-bae8-c0ed31912056" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115616Z:e3572074-c815-48a8-9d9b-aabd4d8c54d6" + "SOUTHINDIA:20210518T124105Z:85ad49a5-a116-45e3-bae8-c0ed31912056" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11843,7 +13218,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:56:16 GMT" + "Tue, 18 May 2021 12:41:05 GMT" ], "Expires": [ "-1" @@ -11856,16 +13231,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11876,22 +13251,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11975" ], "x-ms-request-id": [ - "99ae3c7d-df1f-4612-b382-31f96aa2f4f7" + "262a051f-44fa-49db-afeb-cb695c2792a4" ], "x-ms-correlation-request-id": [ - "99ae3c7d-df1f-4612-b382-31f96aa2f4f7" + "262a051f-44fa-49db-afeb-cb695c2792a4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115632Z:99ae3c7d-df1f-4612-b382-31f96aa2f4f7" + "SOUTHINDIA:20210518T124120Z:262a051f-44fa-49db-afeb-cb695c2792a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11900,7 +13275,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:56:31 GMT" + "Tue, 18 May 2021 12:41:20 GMT" ], "Expires": [ "-1" @@ -11913,16 +13288,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11933,22 +13308,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11974" ], "x-ms-request-id": [ - "73a57502-0a99-4b01-9a68-b60e24a50527" + "53f3df94-b86d-463a-93f9-14420e320974" ], "x-ms-correlation-request-id": [ - "73a57502-0a99-4b01-9a68-b60e24a50527" + "53f3df94-b86d-463a-93f9-14420e320974" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115647Z:73a57502-0a99-4b01-9a68-b60e24a50527" + "SOUTHINDIA:20210518T124135Z:53f3df94-b86d-463a-93f9-14420e320974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11957,7 +13332,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:56:47 GMT" + "Tue, 18 May 2021 12:41:35 GMT" ], "Expires": [ "-1" @@ -11970,16 +13345,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11990,22 +13365,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11973" ], "x-ms-request-id": [ - "78690b3c-6542-4553-a31f-7217bdfe2bf6" + "9e0075e1-f589-4ba7-95e2-54c22c09e048" ], "x-ms-correlation-request-id": [ - "78690b3c-6542-4553-a31f-7217bdfe2bf6" + "9e0075e1-f589-4ba7-95e2-54c22c09e048" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115702Z:78690b3c-6542-4553-a31f-7217bdfe2bf6" + "SOUTHINDIA:20210518T124150Z:9e0075e1-f589-4ba7-95e2-54c22c09e048" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12014,7 +13389,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:57:02 GMT" + "Tue, 18 May 2021 12:41:50 GMT" ], "Expires": [ "-1" @@ -12027,16 +13402,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12047,22 +13422,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11972" ], "x-ms-request-id": [ - "d3aefe0b-707d-4770-a616-4e1efaa59bf1" + "4561bc7d-cfb9-40f8-9a7b-58dc96fe452b" ], "x-ms-correlation-request-id": [ - "d3aefe0b-707d-4770-a616-4e1efaa59bf1" + "4561bc7d-cfb9-40f8-9a7b-58dc96fe452b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115717Z:d3aefe0b-707d-4770-a616-4e1efaa59bf1" + "SOUTHINDIA:20210518T124205Z:4561bc7d-cfb9-40f8-9a7b-58dc96fe452b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12071,7 +13446,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:57:17 GMT" + "Tue, 18 May 2021 12:42:05 GMT" ], "Expires": [ "-1" @@ -12084,16 +13459,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12104,22 +13479,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11971" ], "x-ms-request-id": [ - "86d73ef7-b276-4c1f-a78c-c4b0a32d6e6e" + "39e69a39-ba3d-441c-8ba5-26e0649ac00b" ], "x-ms-correlation-request-id": [ - "86d73ef7-b276-4c1f-a78c-c4b0a32d6e6e" + "39e69a39-ba3d-441c-8ba5-26e0649ac00b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115732Z:86d73ef7-b276-4c1f-a78c-c4b0a32d6e6e" + "SOUTHINDIA:20210518T124220Z:39e69a39-ba3d-441c-8ba5-26e0649ac00b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12128,7 +13503,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:57:31 GMT" + "Tue, 18 May 2021 12:42:20 GMT" ], "Expires": [ "-1" @@ -12141,16 +13516,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12161,22 +13536,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11970" ], "x-ms-request-id": [ - "fb8c6200-e6c7-42ad-802e-9a0d123f15b6" + "52734d4c-13ca-4060-8da2-9a416a9a00bb" ], "x-ms-correlation-request-id": [ - "fb8c6200-e6c7-42ad-802e-9a0d123f15b6" + "52734d4c-13ca-4060-8da2-9a416a9a00bb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115747Z:fb8c6200-e6c7-42ad-802e-9a0d123f15b6" + "SOUTHINDIA:20210518T124236Z:52734d4c-13ca-4060-8da2-9a416a9a00bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12185,7 +13560,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:57:47 GMT" + "Tue, 18 May 2021 12:42:35 GMT" ], "Expires": [ "-1" @@ -12198,16 +13573,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12218,16 +13593,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11969" ], "x-ms-request-id": [ - "ed11903e-fe9b-4824-956a-dedf6aabc156" + "6d3a68c4-15cc-4f6d-8375-b03a28883ac4" ], "x-ms-correlation-request-id": [ - "ed11903e-fe9b-4824-956a-dedf6aabc156" + "6d3a68c4-15cc-4f6d-8375-b03a28883ac4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115803Z:ed11903e-fe9b-4824-956a-dedf6aabc156" + "SOUTHINDIA:20210518T124251Z:6d3a68c4-15cc-4f6d-8375-b03a28883ac4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12236,7 +13611,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:58:02 GMT" + "Tue, 18 May 2021 12:42:51 GMT" ], "Expires": [ "-1" @@ -12249,16 +13624,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M5NTA0QzQ0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME01TlRBMFF6UTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0JERUREMzZBLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMEpFUlVSRU16WkJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12269,16 +13644,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11968" ], "x-ms-request-id": [ - "26a21ca0-3936-463b-bf14-8a52d483d1d4" + "29cd239e-b516-40c1-a7b6-883d329e5798" ], "x-ms-correlation-request-id": [ - "26a21ca0-3936-463b-bf14-8a52d483d1d4" + "29cd239e-b516-40c1-a7b6-883d329e5798" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T115803Z:26a21ca0-3936-463b-bf14-8a52d483d1d4" + "SOUTHINDIA:20210518T124251Z:29cd239e-b516-40c1-a7b6-883d329e5798" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12287,7 +13662,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 11:58:03 GMT" + "Tue, 18 May 2021 12:42:51 GMT" ], "Expires": [ "-1" @@ -12302,7 +13677,7 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "c9504c44-c4fc-42dd-a08b-e60611863717" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", + "NamingSuffix": "bdedd36a-47e2-4298-ba97-8066827e7596" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMGetRPs.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMGetRPs.json index 25032c5911e7..67cc11aef73c 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMGetRPs.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMGetRPs.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG8b6da175?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHOGI2ZGExNzU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGca3da138?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2EzZGExMzg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84bff805-51f3-4bbb-931e-4a5672042f96" + "92cf4231-0e31-42f6-811d-3f599217a902" ], "Accept-Language": [ "en-US" @@ -15,8 +15,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -30,16 +30,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "9273f757-ec9b-411c-8f18-2dedec4b136e" + "2c0ecedb-d479-411a-92f3-21bbec049ab7" ], "x-ms-correlation-request-id": [ - "9273f757-ec9b-411c-8f18-2dedec4b136e" + "2c0ecedb-d479-411a-92f3-21bbec049ab7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124502Z:9273f757-ec9b-411c-8f18-2dedec4b136e" + "SOUTHINDIA:20210518T131514Z:2c0ecedb-d479-411a-92f3-21bbec049ab7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:02 GMT" + "Tue, 18 May 2021 13:15:14 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,17 +60,17 @@ "108" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG8b6da175' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGca3da138' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG8b6da175?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHOGI2ZGExNzU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGca3da138?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2EzZGExMzg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f68400ff-c294-48cb-b3ca-ab371bfbb95f" + "28544d5f-134e-4af1-97bb-a6806136d373" ], "Accept-Language": [ "en-US" @@ -78,8 +78,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11999" ], "x-ms-request-id": [ - "84e38384-52d9-4d6d-baf6-1a2113b47c8d" + "b056358b-7edc-4551-b21e-5d42fdb21cf3" ], "x-ms-correlation-request-id": [ - "84e38384-52d9-4d6d-baf6-1a2113b47c8d" + "b056358b-7edc-4551-b21e-5d42fdb21cf3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132152Z:84e38384-52d9-4d6d-baf6-1a2113b47c8d" + "JIOINDIAWEST:20210518T135147Z:b056358b-7edc-4551-b21e-5d42fdb21cf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:21:51 GMT" + "Tue, 18 May 2021 13:51:46 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,17 +120,17 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175\",\r\n \"name\": \"PSTestRG8b6da175\",\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/PSTestRGca3da138\",\r\n \"name\": \"PSTestRGca3da138\",\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/PSTestRG8b6da175?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHOGI2ZGExNzU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGca3da138?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2EzZGExMzg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ea1a2b90-efa7-45cb-95f3-cb8dc9a33ee3" + "d31f7a89-5cf6-435f-a144-fc20521b1ece" ], "Accept-Language": [ "en-US" @@ -138,8 +138,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,16 +156,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "7cfe88cb-9d6d-43ef-9d7a-2cb9a9785709" + "d6a040ff-fcce-4e53-b453-beee3bc6f503" ], "x-ms-correlation-request-id": [ - "7cfe88cb-9d6d-43ef-9d7a-2cb9a9785709" + "d6a040ff-fcce-4e53-b453-beee3bc6f503" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124503Z:7cfe88cb-9d6d-43ef-9d7a-2cb9a9785709" + "SOUTHINDIA:20210518T131515Z:d6a040ff-fcce-4e53-b453-beee3bc6f503" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:03 GMT" + "Tue, 18 May 2021 13:15:15 GMT" ], "Content-Length": [ "192" @@ -186,17 +186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175\",\r\n \"name\": \"PSTestRG8b6da175\",\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/PSTestRGca3da138\",\r\n \"name\": \"PSTestRGca3da138\",\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/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTThiNmRhMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNhM2RhMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27da4cfe-5d92-4bf7-9b82-0e377072a0c6" + "a8620106-8955-47ce-a026-42ae9331172a" ], "Accept-Language": [ "en-US" @@ -204,8 +204,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "7ba877a0-2c6b-4ecd-aa7a-bc2ae4f268c2" + "08579282-acf3-477e-83c4-ac58bf2565c9" ], "x-ms-correlation-request-id": [ - "7ba877a0-2c6b-4ecd-aa7a-bc2ae4f268c2" + "08579282-acf3-477e-83c4-ac58bf2565c9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124504Z:7ba877a0-2c6b-4ecd-aa7a-bc2ae4f268c2" + "SOUTHINDIA:20210518T131515Z:08579282-acf3-477e-83c4-ac58bf2565c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:03 GMT" + "Tue, 18 May 2021 13:15:15 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,23 +246,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVM8b6da0' under resource group 'PSTestRG8b6da175' 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/PSTestVMca3da0' under resource group 'PSTestRGca3da138' 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/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTThiNmRhMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNhM2RhMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -273,35 +273,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31991" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "de543788-ec57-41a5-b75b-b6ebc40d99dc" + "807fb0fd-da1d-4872-9de8-529fa8288354" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11980" ], "x-ms-correlation-request-id": [ - "1c3c832b-f46d-4beb-8e20-5f2893f8ca13" + "845b1c9c-5d41-4b39-a28b-f23b5b0e28d6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124715Z:1c3c832b-f46d-4beb-8e20-5f2893f8ca13" + "SOUTHINDIA:20210518T131725Z:845b1c9c-5d41-4b39-a28b-f23b5b0e28d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:47:14 GMT" + "Tue, 18 May 2021 13:17:24 GMT" ], "Content-Length": [ - "2184" + "2180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -310,17 +310,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0ba35eec-b876-45d5-8453-6234bce061c6\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM8b6da0_OsDisk_1_9d78f9b568904a76bc720ae8e234dbde\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/disks/PSTestVM8b6da0_OsDisk_1_9d78f9b568904a76bc720ae8e234dbde\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM8b6da0\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fcd79b78-ff1d-47dd-817b-475635867174\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMca3da0_OsDisk_1_b3d91b9e14a14cffbd6d786fd72f92c6\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/disks/PSTestVMca3da0_OsDisk_1_b3d91b9e14a14cffbd6d786fd72f92c6\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMca3da0\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTThiNmRhMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNhM2RhMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa1aab12-e05f-4c83-a954-b56989c1ae82" + "e4db8673-48ab-4ef1-81d4-a4ac0cdc86fd" ], "Accept-Language": [ "en-US" @@ -328,8 +328,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -340,35 +340,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31988" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31958" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b954cb1d-7579-47fb-9476-ced52403f2fa" + "7cfd3012-72b2-41b3-9c25-a3cef7b1ea25" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11971" ], "x-ms-correlation-request-id": [ - "8b932887-b478-4bb3-b04e-5b2f3378a7f8" + "a1935a52-017b-4ed0-aaa6-8f0e61148a2e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124920Z:8b932887-b478-4bb3-b04e-5b2f3378a7f8" + "SOUTHINDIA:20210518T131928Z:a1935a52-017b-4ed0-aaa6-8f0e61148a2e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:49:19 GMT" + "Tue, 18 May 2021 13:19:27 GMT" ], "Content-Length": [ - "2747" + "2743" ], "Content-Type": [ "application/json; charset=utf-8" @@ -377,17 +377,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0ba35eec-b876-45d5-8453-6234bce061c6\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM8b6da0_OsDisk_1_9d78f9b568904a76bc720ae8e234dbde\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/disks/PSTestVM8b6da0_OsDisk_1_9d78f9b568904a76bc720ae8e234dbde\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM8b6da0\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fcd79b78-ff1d-47dd-817b-475635867174\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMca3da0_OsDisk_1_b3d91b9e14a14cffbd6d786fd72f92c6\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/disks/PSTestVMca3da0_OsDisk_1_b3d91b9e14a14cffbd6d786fd72f92c6\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMca3da0\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUOGI2ZGEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2EzZGEwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae68ccf3-f1ed-455d-8dc9-f4c3bd2a7052" + "bc0e32cf-660e-475b-861f-40befde5550b" ], "Accept-Language": [ "en-US" @@ -395,8 +395,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -410,13 +410,13 @@ "gateway" ], "x-ms-request-id": [ - "67069dbd-4675-434f-9513-6354923ed116" + "71ca0fb8-0ee5-4aeb-9844-8821fb17333c" ], "x-ms-correlation-request-id": [ - "67069dbd-4675-434f-9513-6354923ed116" + "71ca0fb8-0ee5-4aeb-9844-8821fb17333c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124504Z:67069dbd-4675-434f-9513-6354923ed116" + "SOUTHINDIA:20210518T131516Z:71ca0fb8-0ee5-4aeb-9844-8821fb17333c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -425,7 +425,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:04 GMT" + "Tue, 18 May 2021 13:15:15 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -437,23 +437,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNET8b6da0' under resource group 'PSTestRG8b6da175' 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/PSTestVNETca3da0' under resource group 'PSTestRGca3da138' 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/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUOGI2ZGEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2EzZGEwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae68ccf3-f1ed-455d-8dc9-f4c3bd2a7052" + "bc0e32cf-660e-475b-861f-40befde5550b" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -464,16 +464,16 @@ "no-cache" ], "ETag": [ - "W/\"0909b0f5-6e25-4a04-bf51-c83488eb11e2\"" + "W/\"87b5559e-b91d-431c-8022-38d2e9b7b68e\"" ], "x-ms-request-id": [ - "43b7237e-f1de-4d82-9582-9ca9abdee32a" + "78914ec8-340e-44f7-b432-7dd95bdfaabd" ], "x-ms-correlation-request-id": [ - "a7a07c87-ae40-4452-b95e-b23ca33b079f" + "9df04210-283f-4351-a94a-3b05924c1ce6" ], "x-ms-arm-service-request-id": [ - "ea997558-66fd-4add-aa7e-79911eac4321" + "c2ae14bc-a7ad-40ce-b4df-a8d946f18c24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -483,19 +483,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11956" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124510Z:a7a07c87-ae40-4452-b95e-b23ca33b079f" + "SOUTHINDIA:20210518T131521Z:9df04210-283f-4351-a94a-3b05924c1ce6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:09 GMT" + "Tue, 18 May 2021 13:15:21 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -504,17 +504,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0\",\r\n \"etag\": \"W/\\\"0909b0f5-6e25-4a04-bf51-c83488eb11e2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"43f3a124-6131-4fbb-9678-2cbf86f11de3\",\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\": \"PSTestSNC8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0/subnets/PSTestSNC8b6da0\",\r\n \"etag\": \"W/\\\"0909b0f5-6e25-4a04-bf51-c83488eb11e2\\\"\",\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\": \"PSTestVNETca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0\",\r\n \"etag\": \"W/\\\"87b5559e-b91d-431c-8022-38d2e9b7b68e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c6e89e5d-a552-41f5-8e6e-204cb9d5111b\",\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\": \"PSTestSNCca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0/subnets/PSTestSNCca3da0\",\r\n \"etag\": \"W/\\\"87b5559e-b91d-431c-8022-38d2e9b7b68e\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUOGI2ZGEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2EzZGEwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae68ccf3-f1ed-455d-8dc9-f4c3bd2a7052" + "bc0e32cf-660e-475b-861f-40befde5550b" ], "Accept-Language": [ "en-US" @@ -522,8 +522,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -534,16 +534,16 @@ "no-cache" ], "ETag": [ - "W/\"0909b0f5-6e25-4a04-bf51-c83488eb11e2\"" + "W/\"87b5559e-b91d-431c-8022-38d2e9b7b68e\"" ], "x-ms-request-id": [ - "8e13cdfb-ea40-4cf6-b16e-c1a46ad9c37c" + "340d9035-777d-4068-bc05-62f2b6befd73" ], "x-ms-correlation-request-id": [ - "d3c2688f-09d2-4bde-bfe8-f44b1f4f2e88" + "ef9115ec-381b-451c-a9f0-9d27a7319c10" ], "x-ms-arm-service-request-id": [ - "825e09dd-adb5-499b-b43d-2f1593718c7d" + "77921323-6074-4a22-bff2-5685092a0138" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -553,19 +553,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11955" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124510Z:d3c2688f-09d2-4bde-bfe8-f44b1f4f2e88" + "SOUTHINDIA:20210518T131522Z:ef9115ec-381b-451c-a9f0-9d27a7319c10" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:09 GMT" + "Tue, 18 May 2021 13:15:21 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -574,17 +574,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0\",\r\n \"etag\": \"W/\\\"0909b0f5-6e25-4a04-bf51-c83488eb11e2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"43f3a124-6131-4fbb-9678-2cbf86f11de3\",\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\": \"PSTestSNC8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0/subnets/PSTestSNC8b6da0\",\r\n \"etag\": \"W/\\\"0909b0f5-6e25-4a04-bf51-c83488eb11e2\\\"\",\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\": \"PSTestVNETca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0\",\r\n \"etag\": \"W/\\\"87b5559e-b91d-431c-8022-38d2e9b7b68e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c6e89e5d-a552-41f5-8e6e-204cb9d5111b\",\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\": \"PSTestSNCca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0/subnets/PSTestSNCca3da0\",\r\n \"etag\": \"W/\\\"87b5559e-b91d-431c-8022-38d2e9b7b68e\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUOGI2ZGEwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2EzZGEwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNC8b6da0\"\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\": \"PSTestSNCca3da0\"\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": [ - "ae68ccf3-f1ed-455d-8dc9-f4c3bd2a7052" + "bc0e32cf-660e-475b-861f-40befde5550b" ], "Accept-Language": [ "en-US" @@ -592,8 +592,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -613,19 +613,19 @@ "3" ], "x-ms-request-id": [ - "e8e0fd2c-692d-4757-8c82-cbc17d01e62b" + "486bb282-a02a-42c1-b8e6-b7bd82aa5566" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/e8e0fd2c-692d-4757-8c82-cbc17d01e62b?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/486bb282-a02a-42c1-b8e6-b7bd82aa5566?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "e33201a0-6598-4dc5-b802-1e6f744a5390" + "19018cde-25b9-4e27-ad85-f06f4d899bbe" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d5e997fb-629b-4a9d-950d-31e4557a58b3" + "1a664b2d-cd95-418b-a470-48211db19c08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -635,19 +635,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124507Z:e33201a0-6598-4dc5-b802-1e6f744a5390" + "SOUTHINDIA:20210518T131518Z:19018cde-25b9-4e27-ad85-f06f4d899bbe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:06 GMT" + "Tue, 18 May 2021 13:15:18 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -656,23 +656,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0\",\r\n \"etag\": \"W/\\\"e0cce933-7183-4fb6-9feb-785b758d2496\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"43f3a124-6131-4fbb-9678-2cbf86f11de3\",\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\": \"PSTestSNC8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0/subnets/PSTestSNC8b6da0\",\r\n \"etag\": \"W/\\\"e0cce933-7183-4fb6-9feb-785b758d2496\\\"\",\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\": \"PSTestVNETca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0\",\r\n \"etag\": \"W/\\\"daa292d1-83e8-4ec6-bad2-6f242710d895\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c6e89e5d-a552-41f5-8e6e-204cb9d5111b\",\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\": \"PSTestSNCca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0/subnets/PSTestSNCca3da0\",\r\n \"etag\": \"W/\\\"daa292d1-83e8-4ec6-bad2-6f242710d895\\\"\",\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/e8e0fd2c-692d-4757-8c82-cbc17d01e62b?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U4ZTBmZDJjLTY5MmQtNDc1Ny04YzgyLWNiYzE3ZDAxZTYyYj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/486bb282-a02a-42c1-b8e6-b7bd82aa5566?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ4NmJiMjgyLWEwMmEtNDJjMS1iOGU2LWI3YmQ4MmFhNTU2Nj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae68ccf3-f1ed-455d-8dc9-f4c3bd2a7052" + "bc0e32cf-660e-475b-861f-40befde5550b" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -683,13 +683,13 @@ "no-cache" ], "x-ms-request-id": [ - "57fa391d-79cd-4bf6-a62e-157eaf9e9366" + "82c1a24d-4938-4285-9b19-e61ce07062cc" ], "x-ms-correlation-request-id": [ - "6986af11-bc12-4642-81fe-372ed574e21c" + "5b9a6c5d-a410-42fe-98c4-cfe40b1cc42f" ], "x-ms-arm-service-request-id": [ - "23ff6da5-8bbd-4735-9778-00b5532008c0" + "73236392-3004-4df2-b610-1b49f3cdd275" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,16 +699,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11957" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124510Z:6986af11-bc12-4642-81fe-372ed574e21c" + "SOUTHINDIA:20210518T131521Z:5b9a6c5d-a410-42fe-98c4-cfe40b1cc42f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:09 GMT" + "Tue, 18 May 2021 13:15:21 GMT" ], "Content-Length": [ "29" @@ -724,13 +724,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczhiNmRhMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NhM2RhMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73b9b0ee-eb73-4efd-9dc4-fd3f45982589" + "d3efbe85-b6a7-46c5-b358-e5f5b5bff991" ], "Accept-Language": [ "en-US" @@ -738,8 +738,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -753,13 +753,13 @@ "gateway" ], "x-ms-request-id": [ - "d7296bae-a1a8-48ef-8d09-fb98fef52075" + "acf4a001-51fe-4378-aee7-71e63f35a332" ], "x-ms-correlation-request-id": [ - "d7296bae-a1a8-48ef-8d09-fb98fef52075" + "acf4a001-51fe-4378-aee7-71e63f35a332" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124510Z:d7296bae-a1a8-48ef-8d09-fb98fef52075" + "SOUTHINDIA:20210518T131522Z:acf4a001-51fe-4378-aee7-71e63f35a332" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +768,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:09 GMT" + "Tue, 18 May 2021 13:15:21 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -780,23 +780,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdns8b6da0' under resource group 'PSTestRG8b6da175' 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/pstestpublicdnsca3da0' under resource group 'PSTestRGca3da138' 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/PSTestRG8b6da175/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczhiNmRhMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NhM2RhMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73b9b0ee-eb73-4efd-9dc4-fd3f45982589" + "d3efbe85-b6a7-46c5-b358-e5f5b5bff991" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"4fd0c4e9-82ce-48f4-81f6-76dea0d75bad\"" + "W/\"ffda16bd-8ef3-4342-92f3-942404622fbc\"" ], "x-ms-request-id": [ - "4ee7a787-ad27-44c7-a192-260f2031996e" + "183bba98-40ba-4858-845c-8c0541810e9a" ], "x-ms-correlation-request-id": [ - "c963b7b3-5045-4456-b753-2d62a00cb7ba" + "79621974-97fc-4245-b68a-335ae09c6b4f" ], "x-ms-arm-service-request-id": [ - "87ed6466-d909-4e42-829c-42d852921e71" + "2b2e52c4-9926-4c0e-a4b2-edf2d03b0c7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -826,16 +826,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11951" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124513Z:c963b7b3-5045-4456-b753-2d62a00cb7ba" + "SOUTHINDIA:20210518T131524Z:79621974-97fc-4245-b68a-335ae09c6b4f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:13 GMT" + "Tue, 18 May 2021 13:15:24 GMT" ], "Content-Length": [ "696" @@ -847,17 +847,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns8b6da0\",\r\n \"etag\": \"W/\\\"4fd0c4e9-82ce-48f4-81f6-76dea0d75bad\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b285d2fa-4e68-4296-914f-6f7a0a45db6c\",\r\n \"ipAddress\": \"13.67.94.80\",\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\": \"pstestpublicdnsca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsca3da0\",\r\n \"etag\": \"W/\\\"ffda16bd-8ef3-4342-92f3-942404622fbc\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ce452842-5963-4851-b05e-b7de91230a66\",\r\n \"ipAddress\": \"13.67.71.73\",\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/PSTestRG8b6da175/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczhiNmRhMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NhM2RhMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73b9b0ee-eb73-4efd-9dc4-fd3f45982589" + "d3efbe85-b6a7-46c5-b358-e5f5b5bff991" ], "Accept-Language": [ "en-US" @@ -865,8 +865,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -877,16 +877,16 @@ "no-cache" ], "ETag": [ - "W/\"4fd0c4e9-82ce-48f4-81f6-76dea0d75bad\"" + "W/\"ffda16bd-8ef3-4342-92f3-942404622fbc\"" ], "x-ms-request-id": [ - "522bb3db-0e94-4b60-90e2-65d51ca7ff65" + "fb24e22f-273e-44f3-94c7-8857eec51970" ], "x-ms-correlation-request-id": [ - "c42e39a7-4fd3-4a87-83e7-e59609d415f3" + "920068b8-8903-4bae-a81d-637da9abe2ec" ], "x-ms-arm-service-request-id": [ - "4e77da12-e268-4d60-b2f8-ffbaf6e325f7" + "3a6a0036-6a2f-4cf0-a3df-6983d5697732" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -896,16 +896,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11950" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124513Z:c42e39a7-4fd3-4a87-83e7-e59609d415f3" + "SOUTHINDIA:20210518T131524Z:920068b8-8903-4bae-a81d-637da9abe2ec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:13 GMT" + "Tue, 18 May 2021 13:15:24 GMT" ], "Content-Length": [ "696" @@ -917,17 +917,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns8b6da0\",\r\n \"etag\": \"W/\\\"4fd0c4e9-82ce-48f4-81f6-76dea0d75bad\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b285d2fa-4e68-4296-914f-6f7a0a45db6c\",\r\n \"ipAddress\": \"13.67.94.80\",\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\": \"pstestpublicdnsca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsca3da0\",\r\n \"etag\": \"W/\\\"ffda16bd-8ef3-4342-92f3-942404622fbc\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ce452842-5963-4851-b05e-b7de91230a66\",\r\n \"ipAddress\": \"13.67.71.73\",\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/PSTestRG8b6da175/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczhiNmRhMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NhM2RhMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "73b9b0ee-eb73-4efd-9dc4-fd3f45982589" + "d3efbe85-b6a7-46c5-b358-e5f5b5bff991" ], "Accept-Language": [ "en-US" @@ -935,8 +935,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -956,19 +956,19 @@ "1" ], "x-ms-request-id": [ - "46734fd8-d58c-4dd1-b19e-65ba7453463a" + "0df00a2a-830a-4669-a386-07f17632133f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/46734fd8-d58c-4dd1-b19e-65ba7453463a?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0df00a2a-830a-4669-a386-07f17632133f?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "6b849cdb-258e-4989-9231-fc6075259f05" + "df789e13-a2d3-402b-8979-38935810750a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d0b06ab6-5262-4d12-b370-015bfb4d598d" + "0f5a226f-6a8a-479c-b9e5-d748246ee2b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -978,16 +978,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124512Z:6b849cdb-258e-4989-9231-fc6075259f05" + "SOUTHINDIA:20210518T131523Z:df789e13-a2d3-402b-8979-38935810750a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:12 GMT" + "Tue, 18 May 2021 13:15:23 GMT" ], "Content-Length": [ "662" @@ -999,23 +999,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns8b6da0\",\r\n \"etag\": \"W/\\\"e0dbf8e8-670c-4e25-9867-8ba464738ce9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b285d2fa-4e68-4296-914f-6f7a0a45db6c\",\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\": \"pstestpublicdnsca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsca3da0\",\r\n \"etag\": \"W/\\\"4bebf0cf-f564-4b7a-8c97-b1002dabf91d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ce452842-5963-4851-b05e-b7de91230a66\",\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/46734fd8-d58c-4dd1-b19e-65ba7453463a?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ2NzM0ZmQ4LWQ1OGMtNGRkMS1iMTllLTY1YmE3NDUzNDYzYT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0df00a2a-830a-4669-a386-07f17632133f?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBkZjAwYTJhLTgzMGEtNDY2OS1hMzg2LTA3ZjE3NjMyMTMzZj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73b9b0ee-eb73-4efd-9dc4-fd3f45982589" + "d3efbe85-b6a7-46c5-b358-e5f5b5bff991" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1026,13 +1026,13 @@ "no-cache" ], "x-ms-request-id": [ - "217168d4-1b02-4896-9bc1-bb9f0429835e" + "88141bb9-97cf-4cda-af62-96f2a610feec" ], "x-ms-correlation-request-id": [ - "35c6db78-a34d-4290-a9c9-d8f3d79206c1" + "856268bd-303b-4405-8aea-8bd973a777c0" ], "x-ms-arm-service-request-id": [ - "b538652e-eea5-40a5-b167-58fbabef718c" + "720e8820-1b8f-49d7-be84-27acdae36eb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1042,16 +1042,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11952" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124513Z:35c6db78-a34d-4290-a9c9-d8f3d79206c1" + "SOUTHINDIA:20210518T131524Z:856268bd-303b-4405-8aea-8bd973a777c0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:13 GMT" + "Tue, 18 May 2021 13:15:24 GMT" ], "Content-Length": [ "29" @@ -1067,13 +1067,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c4YjZkYTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djYTNkYTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "470d2bc3-0077-4cc6-8f23-fd399d717ff4" + "53c9d2f7-191f-4157-83b8-64e5e6cc7a7e" ], "Accept-Language": [ "en-US" @@ -1081,8 +1081,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1096,13 +1096,13 @@ "gateway" ], "x-ms-request-id": [ - "b47ee156-58f7-443e-92de-601fe324352e" + "1d97ed04-a91b-4484-a4dc-068c697cbe7c" ], "x-ms-correlation-request-id": [ - "b47ee156-58f7-443e-92de-601fe324352e" + "1d97ed04-a91b-4484-a4dc-068c697cbe7c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124513Z:b47ee156-58f7-443e-92de-601fe324352e" + "SOUTHINDIA:20210518T131524Z:1d97ed04-a91b-4484-a4dc-068c697cbe7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1111,7 +1111,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:13 GMT" + "Tue, 18 May 2021 13:15:24 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1123,23 +1123,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0' under resource group 'PSTestRG8b6da175' 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/PSTestNSGca3da0' under resource group 'PSTestRGca3da138' 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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c4YjZkYTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djYTNkYTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "470d2bc3-0077-4cc6-8f23-fd399d717ff4" + "53c9d2f7-191f-4157-83b8-64e5e6cc7a7e" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1150,16 +1150,16 @@ "no-cache" ], "ETag": [ - "W/\"a1b84433-b9c7-4cde-bcb5-96699e15e353\"" + "W/\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\"" ], "x-ms-request-id": [ - "f7aaf6f1-81d3-4648-a6f0-90b6b40626d1" + "704c04e7-95a2-42b2-9bd0-d404333f837b" ], "x-ms-correlation-request-id": [ - "24341cdb-d997-4554-9fd8-e5701fbf3ffa" + "c15fba00-b474-4927-adb6-7d92c397540e" ], "x-ms-arm-service-request-id": [ - "96cf5e99-9854-4f0b-99bd-87a03d983824" + "443928e5-7c01-49ac-b3c6-742ae3dfbc17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1169,16 +1169,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11947" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124518Z:24341cdb-d997-4554-9fd8-e5701fbf3ffa" + "SOUTHINDIA:20210518T131529Z:c15fba00-b474-4927-adb6-7d92c397540e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:17 GMT" + "Tue, 18 May 2021 13:15:28 GMT" ], "Content-Length": [ "8475" @@ -1190,17 +1190,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"635d6c31-cf67-4015-9cb1-ae69dc8dbd7e\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/securityRules/PSTestNSGRuleRDP8b6da0\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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\": \"PSTestNSGRuleWeb8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/securityRules/PSTestNSGRuleWeb8b6da0\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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\": \"PSTestNSGca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7ba04d48-8586-47c5-ab4c-1fab67063468\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/securityRules/PSTestNSGRuleRDPca3da0\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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\": \"PSTestNSGRuleWebca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/securityRules/PSTestNSGRuleWebca3da0\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c4YjZkYTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djYTNkYTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "470d2bc3-0077-4cc6-8f23-fd399d717ff4" + "53c9d2f7-191f-4157-83b8-64e5e6cc7a7e" ], "Accept-Language": [ "en-US" @@ -1208,8 +1208,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1220,16 +1220,16 @@ "no-cache" ], "ETag": [ - "W/\"a1b84433-b9c7-4cde-bcb5-96699e15e353\"" + "W/\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\"" ], "x-ms-request-id": [ - "7b47fb64-3769-49c4-8f69-34886ec00a95" + "d7163a1a-2a8b-463c-b3a6-b3fd2e7213b7" ], "x-ms-correlation-request-id": [ - "840c474a-4af9-4cb8-8599-524f09b3e579" + "f5071601-d27d-4084-b81c-9e0d7eb6df41" ], "x-ms-arm-service-request-id": [ - "d6ddcb7e-e19d-4b3e-b713-b62cd6e281ca" + "c84595f0-51c1-4de7-8e05-502cfe83b24f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,16 +1239,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11946" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124518Z:840c474a-4af9-4cb8-8599-524f09b3e579" + "SOUTHINDIA:20210518T131529Z:f5071601-d27d-4084-b81c-9e0d7eb6df41" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:17 GMT" + "Tue, 18 May 2021 13:15:28 GMT" ], "Content-Length": [ "8475" @@ -1260,17 +1260,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"635d6c31-cf67-4015-9cb1-ae69dc8dbd7e\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/securityRules/PSTestNSGRuleRDP8b6da0\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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\": \"PSTestNSGRuleWeb8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/securityRules/PSTestNSGRuleWeb8b6da0\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"a1b84433-b9c7-4cde-bcb5-96699e15e353\\\"\",\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\": \"PSTestNSGca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7ba04d48-8586-47c5-ab4c-1fab67063468\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/securityRules/PSTestNSGRuleRDPca3da0\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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\": \"PSTestNSGRuleWebca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/securityRules/PSTestNSGRuleWebca3da0\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"a594ba6f-d8e3-4f15-935a-9772b74f5d4a\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c4YjZkYTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djYTNkYTA/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\": \"PSTestNSGRuleRDP8b6da0\"\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\": \"PSTestNSGRuleWeb8b6da0\"\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\": \"PSTestNSGRuleRDPca3da0\"\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\": \"PSTestNSGRuleWebca3da0\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "470d2bc3-0077-4cc6-8f23-fd399d717ff4" + "53c9d2f7-191f-4157-83b8-64e5e6cc7a7e" ], "Accept-Language": [ "en-US" @@ -1278,8 +1278,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1299,19 +1299,19 @@ "3" ], "x-ms-request-id": [ - "b3f6f26d-08a6-47de-a89a-7fca56b64b69" + "1d305498-3a39-40ee-9520-da6f513b3437" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/b3f6f26d-08a6-47de-a89a-7fca56b64b69?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/1d305498-3a39-40ee-9520-da6f513b3437?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "86312ff7-5f8a-4308-a719-15002022bde5" + "ee8bb35d-2687-4fbe-bfa0-96f34ae56f59" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "2396355a-519c-481d-b908-7836906cb397" + "1dcc0bfb-1eec-4576-a451-814d790b5fe5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1321,16 +1321,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1193" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124514Z:86312ff7-5f8a-4308-a719-15002022bde5" + "SOUTHINDIA:20210518T131525Z:ee8bb35d-2687-4fbe-bfa0-96f34ae56f59" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:14 GMT" + "Tue, 18 May 2021 13:15:25 GMT" ], "Content-Length": [ "8466" @@ -1342,23 +1342,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0\",\r\n \"etag\": \"W/\\\"f36a84fa-8fde-4788-901f-9fac34b3cd63\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"635d6c31-cf67-4015-9cb1-ae69dc8dbd7e\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/securityRules/PSTestNSGRuleRDP8b6da0\",\r\n \"etag\": \"W/\\\"f36a84fa-8fde-4788-901f-9fac34b3cd63\\\"\",\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\": \"PSTestNSGRuleWeb8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/securityRules/PSTestNSGRuleWeb8b6da0\",\r\n \"etag\": \"W/\\\"f36a84fa-8fde-4788-901f-9fac34b3cd63\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"f36a84fa-8fde-4788-901f-9fac34b3cd63\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"f36a84fa-8fde-4788-901f-9fac34b3cd63\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"f36a84fa-8fde-4788-901f-9fac34b3cd63\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"f36a84fa-8fde-4788-901f-9fac34b3cd63\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"f36a84fa-8fde-4788-901f-9fac34b3cd63\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"f36a84fa-8fde-4788-901f-9fac34b3cd63\\\"\",\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\": \"PSTestNSGca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0\",\r\n \"etag\": \"W/\\\"48cba139-6ddf-4933-be20-85eb240604de\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7ba04d48-8586-47c5-ab4c-1fab67063468\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/securityRules/PSTestNSGRuleRDPca3da0\",\r\n \"etag\": \"W/\\\"48cba139-6ddf-4933-be20-85eb240604de\\\"\",\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\": \"PSTestNSGRuleWebca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/securityRules/PSTestNSGRuleWebca3da0\",\r\n \"etag\": \"W/\\\"48cba139-6ddf-4933-be20-85eb240604de\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"48cba139-6ddf-4933-be20-85eb240604de\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"48cba139-6ddf-4933-be20-85eb240604de\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"48cba139-6ddf-4933-be20-85eb240604de\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"48cba139-6ddf-4933-be20-85eb240604de\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"48cba139-6ddf-4933-be20-85eb240604de\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"48cba139-6ddf-4933-be20-85eb240604de\\\"\",\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/b3f6f26d-08a6-47de-a89a-7fca56b64b69?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2IzZjZmMjZkLTA4YTYtNDdkZS1hODlhLTdmY2E1NmI2NGI2OT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/1d305498-3a39-40ee-9520-da6f513b3437?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkMzA1NDk4LTNhMzktNDBlZS05NTIwLWRhNmY1MTNiMzQzNz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "470d2bc3-0077-4cc6-8f23-fd399d717ff4" + "53c9d2f7-191f-4157-83b8-64e5e6cc7a7e" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1369,13 +1369,13 @@ "no-cache" ], "x-ms-request-id": [ - "7c660b85-dbcd-4cf5-81ed-2b54dea3fc6f" + "942a734a-273d-4f4e-999d-eeb8e5440514" ], "x-ms-correlation-request-id": [ - "6c31a5ca-3412-4631-af65-b442bc359a9e" + "2faa905f-ad00-463b-97aa-1dc57061b2c4" ], "x-ms-arm-service-request-id": [ - "aef2440e-9bff-4530-8cbf-80a421c52537" + "fab6feec-603d-4e58-9690-b681898e481b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1385,16 +1385,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11948" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124517Z:6c31a5ca-3412-4631-af65-b442bc359a9e" + "SOUTHINDIA:20210518T131529Z:2faa905f-ad00-463b-97aa-1dc57061b2c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:17 GMT" + "Tue, 18 May 2021 13:15:28 GMT" ], "Content-Length": [ "29" @@ -1410,13 +1410,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzhiNmRhMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NhM2RhMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e53e0da-449f-41ef-9377-cb781bbeeaf0" + "931b7c21-da90-4c61-8bad-f498eeba252a" ], "Accept-Language": [ "en-US" @@ -1424,8 +1424,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1439,13 +1439,13 @@ "gateway" ], "x-ms-request-id": [ - "243cd10c-af6d-4c2d-83ba-a7024b8bec50" + "6014b1fb-e887-4e7c-adff-9f2fd606a098" ], "x-ms-correlation-request-id": [ - "243cd10c-af6d-4c2d-83ba-a7024b8bec50" + "6014b1fb-e887-4e7c-adff-9f2fd606a098" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124518Z:243cd10c-af6d-4c2d-83ba-a7024b8bec50" + "SOUTHINDIA:20210518T131529Z:6014b1fb-e887-4e7c-adff-9f2fd606a098" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1454,7 +1454,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:17 GMT" + "Tue, 18 May 2021 13:15:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1466,23 +1466,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNIC8b6da0' under resource group 'PSTestRG8b6da175' 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/PSTestNICca3da0' under resource group 'PSTestRGca3da138' 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/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzhiNmRhMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NhM2RhMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e53e0da-449f-41ef-9377-cb781bbeeaf0" + "931b7c21-da90-4c61-8bad-f498eeba252a" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1493,16 +1493,16 @@ "no-cache" ], "ETag": [ - "W/\"8b305681-c969-4e51-aff7-b2fa5c3410ae\"" + "W/\"0ee48faa-d210-42f4-bceb-75d4779fe983\"" ], "x-ms-request-id": [ - "37dd7724-8138-401e-b591-61ab2f7be710" + "5866b566-aa95-4e27-8eb1-e2872d193aa5" ], "x-ms-correlation-request-id": [ - "217ad78b-190e-404a-879c-1b14ab7fa27c" + "5818c1d7-a7ce-4239-9960-2d3f767c94c9" ], "x-ms-arm-service-request-id": [ - "20d1c5c6-4027-44ab-b355-3bbda1d8ec83" + "37577ced-166a-4e12-9334-692e4d769ebe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1512,16 +1512,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11944" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124519Z:217ad78b-190e-404a-879c-1b14ab7fa27c" + "SOUTHINDIA:20210518T131530Z:5818c1d7-a7ce-4239-9960-2d3f767c94c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:18 GMT" + "Tue, 18 May 2021 13:15:30 GMT" ], "Content-Length": [ "2104" @@ -1533,17 +1533,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0\",\r\n \"etag\": \"W/\\\"8b305681-c969-4e51-aff7-b2fa5c3410ae\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b70d6f1e-d197-4189-ac88-efaa19d7258a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"8b305681-c969-4e51-aff7-b2fa5c3410ae\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns8b6da0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0/subnets/PSTestSNC8b6da0\"\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\": \"esq5gqzrmg3u5ftyfs5yn2i32d.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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0\"\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\": \"PSTestNICca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0\",\r\n \"etag\": \"W/\\\"0ee48faa-d210-42f4-bceb-75d4779fe983\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"282ad1b3-a287-41d8-aa42-955665c8cae7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"0ee48faa-d210-42f4-bceb-75d4779fe983\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsca3da0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0/subnets/PSTestSNCca3da0\"\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\": \"lwporrssux0uddtoebgltvirdd.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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0\"\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/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzhiNmRhMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NhM2RhMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e53e0da-449f-41ef-9377-cb781bbeeaf0" + "931b7c21-da90-4c61-8bad-f498eeba252a" ], "Accept-Language": [ "en-US" @@ -1551,8 +1551,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1563,16 +1563,16 @@ "no-cache" ], "ETag": [ - "W/\"8b305681-c969-4e51-aff7-b2fa5c3410ae\"" + "W/\"0ee48faa-d210-42f4-bceb-75d4779fe983\"" ], "x-ms-request-id": [ - "22825525-574c-4441-8c4b-bf040af78ec5" + "d56628cb-558b-4496-8b5c-a131aed9fd72" ], "x-ms-correlation-request-id": [ - "4aee43dd-7b79-404d-96ce-96f6a31cb13d" + "9f676ba2-6900-4558-bde9-36ae59e2a7ff" ], "x-ms-arm-service-request-id": [ - "af2a51bb-d7e2-4a96-8e8f-98b90fcab7ba" + "3a938fa1-24f9-4f5e-8de8-674953e95a89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1582,16 +1582,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11943" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124519Z:4aee43dd-7b79-404d-96ce-96f6a31cb13d" + "SOUTHINDIA:20210518T131530Z:9f676ba2-6900-4558-bde9-36ae59e2a7ff" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:18 GMT" + "Tue, 18 May 2021 13:15:30 GMT" ], "Content-Length": [ "2104" @@ -1603,17 +1603,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0\",\r\n \"etag\": \"W/\\\"8b305681-c969-4e51-aff7-b2fa5c3410ae\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b70d6f1e-d197-4189-ac88-efaa19d7258a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"8b305681-c969-4e51-aff7-b2fa5c3410ae\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns8b6da0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0/subnets/PSTestSNC8b6da0\"\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\": \"esq5gqzrmg3u5ftyfs5yn2i32d.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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0\"\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\": \"PSTestNICca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0\",\r\n \"etag\": \"W/\\\"0ee48faa-d210-42f4-bceb-75d4779fe983\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"282ad1b3-a287-41d8-aa42-955665c8cae7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"0ee48faa-d210-42f4-bceb-75d4779fe983\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsca3da0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0/subnets/PSTestSNCca3da0\"\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\": \"lwporrssux0uddtoebgltvirdd.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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0\"\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/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzhiNmRhMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NhM2RhMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0\",\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/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0/subnets/PSTestSNC8b6da0\"\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/PSTestRG8b6da175/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns8b6da0\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0\",\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/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0/subnets/PSTestSNCca3da0\"\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/PSTestRGca3da138/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsca3da0\",\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": [ - "5e53e0da-449f-41ef-9377-cb781bbeeaf0" + "931b7c21-da90-4c61-8bad-f498eeba252a" ], "Accept-Language": [ "en-US" @@ -1621,8 +1621,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1639,19 +1639,19 @@ "no-cache" ], "x-ms-request-id": [ - "116f44d4-8f0d-4f11-86f7-61a161f4e170" + "42f8ca26-d7ce-4e0d-afa4-17c9ab2dd410" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/116f44d4-8f0d-4f11-86f7-61a161f4e170?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/42f8ca26-d7ce-4e0d-afa4-17c9ab2dd410?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "8da98567-8ea3-4592-b455-b529e6eb06f8" + "2f4a3b6b-1cd7-49d8-93f4-1e2f9d120e32" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5cb57baf-575d-4c90-b79b-e3eb39773ef1" + "f20bdf71-7fcd-4968-a7bb-dd1347b5e529" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1661,16 +1661,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1192" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124519Z:8da98567-8ea3-4592-b455-b529e6eb06f8" + "SOUTHINDIA:20210518T131530Z:2f4a3b6b-1cd7-49d8-93f4-1e2f9d120e32" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:18 GMT" + "Tue, 18 May 2021 13:15:30 GMT" ], "Content-Length": [ "2104" @@ -1682,17 +1682,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0\",\r\n \"etag\": \"W/\\\"8b305681-c969-4e51-aff7-b2fa5c3410ae\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b70d6f1e-d197-4189-ac88-efaa19d7258a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"8b305681-c969-4e51-aff7-b2fa5c3410ae\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns8b6da0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Network/virtualNetworks/PSTestVNET8b6da0/subnets/PSTestSNC8b6da0\"\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\": \"esq5gqzrmg3u5ftyfs5yn2i32d.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/PSTestRG8b6da175/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG8b6da0\"\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\": \"PSTestNICca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0\",\r\n \"etag\": \"W/\\\"0ee48faa-d210-42f4-bceb-75d4779fe983\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"282ad1b3-a287-41d8-aa42-955665c8cae7\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"0ee48faa-d210-42f4-bceb-75d4779fe983\\\"\",\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/PSTestRGca3da138/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsca3da0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Network/virtualNetworks/PSTestVNETca3da0/subnets/PSTestSNCca3da0\"\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\": \"lwporrssux0uddtoebgltvirdd.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/PSTestRGca3da138/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGca3da0\"\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/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "Accept-Language": [ "en-US" @@ -1700,8 +1700,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1712,16 +1712,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11982" ], "x-ms-request-id": [ - "a5465085-658b-4727-a4a7-a2096563b0de" + "864b6625-ab03-4a8c-b0dd-da56d075ed91" ], "x-ms-correlation-request-id": [ - "a5465085-658b-4727-a4a7-a2096563b0de" + "864b6625-ab03-4a8c-b0dd-da56d075ed91" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124519Z:a5465085-658b-4727-a4a7-a2096563b0de" + "SOUTHINDIA:20210518T131531Z:864b6625-ab03-4a8c-b0dd-da56d075ed91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1730,7 +1730,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:19 GMT" + "Tue, 18 May 2021 13:15:30 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1746,13 +1746,13 @@ "StatusCode": 200 }, { - "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": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "Accept-Language": [ "en-US" @@ -1760,8 +1760,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1772,21 +1772,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "78f8f739-1690-47a5-b490-74a7603bd48e", - "a7f952d3-0816-48db-9789-615b540eedaa", - "ed5b60ba-357c-4ce4-827b-f252f25b452e" + "4a4f0ad2-b180-4964-ba3b-fac79ad6d93d", + "ed82ecfb-1f08-4673-85ae-78946eb3939a", + "0e63b56b-acba-44b2-883f-5162d3fc2aa9", + "ff03f3a3-6134-4b4b-8c7e-0b051a40793d", + "ee66c165-84c7-4603-983f-a0771846d795", + "402b4397-49fd-49f2-8ae1-266b3701752a", + "400a265d-b772-4567-9254-c6fdc67309c8", + "544e67b7-ce32-4f31-899d-0ef17b7635cb", + "ae82543c-4154-417a-982f-cba56e07c7e0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11981" ], "x-ms-request-id": [ - "5c8d996f-9b00-4675-9eba-102185c686d2" + "c4a6cbdb-03c6-4bf5-9d02-ca247aceefb0" ], "x-ms-correlation-request-id": [ - "5c8d996f-9b00-4675-9eba-102185c686d2" + "c4a6cbdb-03c6-4bf5-9d02-ca247aceefb0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124520Z:5c8d996f-9b00-4675-9eba-102185c686d2" + "SOUTHINDIA:20210518T131532Z:c4a6cbdb-03c6-4bf5-9d02-ca247aceefb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1795,7 +1801,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:20 GMT" + "Tue, 18 May 2021 13:15:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1804,20 +1810,20 @@ "-1" ], "Content-Length": [ - "28983" + "57084" ] }, - "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_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\": \"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/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTThiNmRhMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNhM2RhMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM8b6da0\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"8b6da175-41e\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMca3da0\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"ca3da138-210\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "Accept-Language": [ "en-US" @@ -1825,14 +1831,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1152" + "1148" ] }, "ResponseHeaders": { @@ -1846,7 +1852,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/081a6b07-8bd3-432a-b4f9-9034d9ac8287?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/33648d71-6b50-46f1-90fe-0ca0c0f1481b?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1858,29 +1864,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "081a6b07-8bd3-432a-b4f9-9034d9ac8287" + "33648d71-6b50-46f1-90fe-0ca0c0f1481b" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "b0c05e62-a12c-4f25-b9a7-e112705ef7e8" + "41b84a75-6f98-4b5d-b900-39cdf163a8f6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124525Z:b0c05e62-a12c-4f25-b9a7-e112705ef7e8" + "SOUTHINDIA:20210518T131534Z:41b84a75-6f98-4b5d-b900-39cdf163a8f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:24 GMT" + "Tue, 18 May 2021 13:15:34 GMT" ], "Content-Length": [ - "1911" + "1907" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1889,23 +1895,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM8b6da0\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0ba35eec-b876-45d5-8453-6234bce061c6\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM8b6da0\",\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/PSTestRG8b6da175/providers/Microsoft.Network/networkInterfaces/PSTestNIC8b6da0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMca3da0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"fcd79b78-ff1d-47dd-817b-475635867174\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMca3da0\",\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/PSTestRGca3da138/providers/Microsoft.Network/networkInterfaces/PSTestNICca3da0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/081a6b07-8bd3-432a-b4f9-9034d9ac8287?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWE2YjA3LThiZDMtNDMyYS1iNGY5LTkwMzRkOWFjODI4Nz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/33648d71-6b50-46f1-90fe-0ca0c0f1481b?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzNjQ4ZDcxLTZiNTAtNDZmMS05MGZlLTBjYTBjMGYxNDgxYj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -1925,29 +1931,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "41a39a38-8681-4e7b-acac-9b7be5f52714" + "83a0f77f-b17b-4e87-b1ec-51fd6aeaa94c" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11983" ], "x-ms-correlation-request-id": [ - "48bfd6ba-72be-4909-96f4-bf4ff62a7f4e" + "223840e1-c9b4-4400-ae93-39d17e4457dc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124535Z:48bfd6ba-72be-4909-96f4-bf4ff62a7f4e" + "SOUTHINDIA:20210518T131545Z:223840e1-c9b4-4400-ae93-39d17e4457dc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:45:34 GMT" + "Tue, 18 May 2021 13:15:44 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1956,23 +1962,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T18:15:23.957606+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081a6b07-8bd3-432a-b4f9-9034d9ac8287\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:45:33.8217524+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"33648d71-6b50-46f1-90fe-0ca0c0f1481b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/081a6b07-8bd3-432a-b4f9-9034d9ac8287?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWE2YjA3LThiZDMtNDMyYS1iNGY5LTkwMzRkOWFjODI4Nz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/33648d71-6b50-46f1-90fe-0ca0c0f1481b?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzNjQ4ZDcxLTZiNTAtNDZmMS05MGZlLTBjYTBjMGYxNDgxYj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -1989,29 +1995,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "161521ba-0185-4542-bf81-dbcbd23a672b" + "14245ef9-7b15-4e78-ab53-143e923672ed" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11982" ], "x-ms-correlation-request-id": [ - "041f5f5c-1fca-4570-9d67-8c32038168ff" + "9fbe8f63-aa66-46ae-986f-abc23088c1e4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124625Z:041f5f5c-1fca-4570-9d67-8c32038168ff" + "SOUTHINDIA:20210518T131635Z:9fbe8f63-aa66-46ae-986f-abc23088c1e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:46:24 GMT" + "Tue, 18 May 2021 13:16:34 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2020,23 +2026,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T18:15:23.957606+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"081a6b07-8bd3-432a-b4f9-9034d9ac8287\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:45:33.8217524+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"33648d71-6b50-46f1-90fe-0ca0c0f1481b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/081a6b07-8bd3-432a-b4f9-9034d9ac8287?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA4MWE2YjA3LThiZDMtNDMyYS1iNGY5LTkwMzRkOWFjODI4Nz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/33648d71-6b50-46f1-90fe-0ca0c0f1481b?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMzNjQ4ZDcxLTZiNTAtNDZmMS05MGZlLTBjYTBjMGYxNDgxYj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2047,35 +2053,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f293dbd7-c3fd-450e-a900-b5838a6d2fa9" + "ebbf6435-704d-49a4-abb8-a3389d1ef27b" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11981" ], "x-ms-correlation-request-id": [ - "d8866670-c083-400e-a1c7-299e9f5f994d" + "02dc0d13-a513-4a79-bb6b-d9b69c584ad4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124715Z:d8866670-c083-400e-a1c7-299e9f5f994d" + "SOUTHINDIA:20210518T131725Z:02dc0d13-a513-4a79-bb6b-d9b69c584ad4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:47:14 GMT" + "Tue, 18 May 2021 13:17:24 GMT" ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2084,17 +2090,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T18:15:23.957606+05:30\",\r\n \"endTime\": \"2021-02-15T18:16:46.8338074+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"081a6b07-8bd3-432a-b4f9-9034d9ac8287\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:45:33.8217524+05:30\",\r\n \"endTime\": \"2021-05-18T18:47:06.1023794+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"33648d71-6b50-46f1-90fe-0ca0c0f1481b\"\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": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "Accept-Language": [ "en-US" @@ -2102,8 +2108,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2117,32 +2123,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "f08a6079-a763-489f-a973-ee5eb1786e57" + "cceb397f-dad7-4920-9e20-e032d77da31b" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11979" ], "x-ms-correlation-request-id": [ - "6f7d88e4-1688-43ae-b2c5-e42e1c25c4ec" + "457703df-9678-4851-b7d3-0b21082bc1cd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124716Z:6f7d88e4-1688-43ae-b2c5-e42e1c25c4ec" + "SOUTHINDIA:20210518T131725Z:457703df-9678-4851-b7d3-0b21082bc1cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:47:16 GMT" + "Tue, 18 May 2021 13:17:25 GMT" ], "Content-Length": [ - "360618" + "378075" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2151,17 +2157,17 @@ "-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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"storwarespzoo1611743234900\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storwarespzoo1611743234900\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "Accept-Language": [ "en-US" @@ -2169,8 +2175,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2187,29 +2193,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "2a7e7f26-8a55-4663-a695-138ec7f53c96" + "b4a39fb0-2a5b-445d-86c3-34f95afa0808" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11978" ], "x-ms-correlation-request-id": [ - "cecbccc3-fd3d-4be0-a426-3f5381a06a84" + "b756e4fb-9a08-4226-8b78-5b34072a3123" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124716Z:cecbccc3-fd3d-4be0-a426-3f5381a06a84" + "SOUTHINDIA:20210518T131726Z:b756e4fb-9a08-4226-8b78-5b34072a3123" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:47:16 GMT" + "Tue, 18 May 2021 13:17:25 GMT" ], "Content-Length": [ "1089" @@ -2221,17 +2227,17 @@ "-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": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "Accept-Language": [ "en-US" @@ -2239,8 +2245,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2251,35 +2257,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21998" + "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "c7c58b0b-1bfc-41c9-bc0f-aaaa5abd3800" + "738825b5-9c09-4ba6-b1e0-0e55df788245" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11977" ], "x-ms-correlation-request-id": [ - "a4f9bfdb-eb7c-4bac-86c1-a7cbe418ff5f" + "2093e5ae-5cdb-4b00-8ea8-ae13a7a5ab0b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124716Z:a4f9bfdb-eb7c-4bac-86c1-a7cbe418ff5f" + "SOUTHINDIA:20210518T131726Z:2093e5ae-5cdb-4b00-8ea8-ae13a7a5ab0b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:47:16 GMT" + "Tue, 18 May 2021 13:17:25 GMT" ], "Content-Length": [ "1326" @@ -2291,17 +2297,17 @@ "-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/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTThiNmRhMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNhM2RhMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "Accept-Language": [ "en-US" @@ -2309,8 +2315,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2327,7 +2333,7 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/32ce9312-0d68-45c7-97ac-67a6803e5762?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/3f62c2e7-2d55-4043-963b-0fc029fd092a?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2339,26 +2345,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "32ce9312-0d68-45c7-97ac-67a6803e5762" + "3f62c2e7-2d55-4043-963b-0fc029fd092a" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "f8bc325c-9b5f-4513-8ea8-2ed97e84ae5e" + "251deefe-0909-424b-9c1b-23ad213f62ee" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124719Z:f8bc325c-9b5f-4513-8ea8-2ed97e84ae5e" + "SOUTHINDIA:20210518T131727Z:251deefe-0909-424b-9c1b-23ad213f62ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:47:18 GMT" + "Tue, 18 May 2021 13:17:27 GMT" ], "Content-Length": [ "484" @@ -2370,23 +2376,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0/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/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0/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/32ce9312-0d68-45c7-97ac-67a6803e5762?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMyY2U5MzEyLTBkNjgtNDVjNy05N2FjLTY3YTY4MDNlNTc2Mj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/3f62c2e7-2d55-4043-963b-0fc029fd092a?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmNjJjMmU3LTJkNTUtNDA0My05NjNiLTBmYzAyOWZkMDkyYT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2397,32 +2403,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29990" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "14fdd5fb-7261-4912-962e-d412698cd6cd" + "9438735c-493a-4094-9d8a-8623b850cd26" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11976" ], "x-ms-correlation-request-id": [ - "2afba1f2-b9c2-49e1-8b9e-f3737d4368fe" + "70161f5c-1964-4f1a-9326-c4968675c2f5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124749Z:2afba1f2-b9c2-49e1-8b9e-f3737d4368fe" + "SOUTHINDIA:20210518T131757Z:70161f5c-1964-4f1a-9326-c4968675c2f5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:47:48 GMT" + "Tue, 18 May 2021 13:17:57 GMT" ], "Content-Length": [ "134" @@ -2434,23 +2440,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T18:17:18.5529533+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"32ce9312-0d68-45c7-97ac-67a6803e5762\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:47:27.5239825+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3f62c2e7-2d55-4043-963b-0fc029fd092a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/32ce9312-0d68-45c7-97ac-67a6803e5762?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMyY2U5MzEyLTBkNjgtNDVjNy05N2FjLTY3YTY4MDNlNTc2Mj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/3f62c2e7-2d55-4043-963b-0fc029fd092a?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmNjJjMmU3LTJkNTUtNDA0My05NjNiLTBmYzAyOWZkMDkyYT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2461,32 +2467,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f77e70f4-a146-4592-8097-03de17d9e132" + "904e0030-5879-4a5c-8642-b23c89483502" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11975" ], "x-ms-correlation-request-id": [ - "ba73db42-585b-42b2-a928-b1d1d607cd16" + "2fa72fb6-cd2e-43ba-9f6e-90cbeadbec1d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124819Z:ba73db42-585b-42b2-a928-b1d1d607cd16" + "SOUTHINDIA:20210518T131828Z:2fa72fb6-cd2e-43ba-9f6e-90cbeadbec1d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:48:18 GMT" + "Tue, 18 May 2021 13:18:27 GMT" ], "Content-Length": [ "134" @@ -2498,23 +2504,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T18:17:18.5529533+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"32ce9312-0d68-45c7-97ac-67a6803e5762\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:47:27.5239825+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3f62c2e7-2d55-4043-963b-0fc029fd092a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/32ce9312-0d68-45c7-97ac-67a6803e5762?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMyY2U5MzEyLTBkNjgtNDVjNy05N2FjLTY3YTY4MDNlNTc2Mj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/3f62c2e7-2d55-4043-963b-0fc029fd092a?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmNjJjMmU3LTJkNTUtNDA0My05NjNiLTBmYzAyOWZkMDkyYT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2525,32 +2531,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29988" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b0d943ba-1c84-48de-b9f1-b379881ac4a6" + "a1e47837-c401-4b69-bf2a-b6f125da59b4" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11974" ], "x-ms-correlation-request-id": [ - "c6b7b404-5d4f-47e9-bef8-2d9af41df62b" + "1b3088cd-9c2c-474a-a038-ee806081633d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124849Z:c6b7b404-5d4f-47e9-bef8-2d9af41df62b" + "SOUTHINDIA:20210518T131858Z:1b3088cd-9c2c-474a-a038-ee806081633d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:48:48 GMT" + "Tue, 18 May 2021 13:18:57 GMT" ], "Content-Length": [ "134" @@ -2562,23 +2568,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T18:17:18.5529533+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"32ce9312-0d68-45c7-97ac-67a6803e5762\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:47:27.5239825+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3f62c2e7-2d55-4043-963b-0fc029fd092a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/32ce9312-0d68-45c7-97ac-67a6803e5762?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMyY2U5MzEyLTBkNjgtNDVjNy05N2FjLTY3YTY4MDNlNTc2Mj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/3f62c2e7-2d55-4043-963b-0fc029fd092a?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzNmNjJjMmU3LTJkNTUtNDA0My05NjNiLTBmYzAyOWZkMDkyYT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2589,32 +2595,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d94ac03c-1863-48c1-9f26-397ab7376846" + "ee40df6f-c4b4-41d4-bff5-b5300654df9e" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11973" ], "x-ms-correlation-request-id": [ - "d2b43919-c930-47cf-94ce-fed17c9ec2e8" + "9364fecc-4f0f-4bbe-b5a2-f98cdb1ee1e4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124919Z:d2b43919-c930-47cf-94ce-fed17c9ec2e8" + "SOUTHINDIA:20210518T131928Z:9364fecc-4f0f-4bbe-b5a2-f98cdb1ee1e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:49:18 GMT" + "Tue, 18 May 2021 13:19:27 GMT" ], "Content-Length": [ "184" @@ -2626,23 +2632,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T18:17:18.5529533+05:30\",\r\n \"endTime\": \"2021-02-15T18:18:52.7105192+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"32ce9312-0d68-45c7-97ac-67a6803e5762\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:47:27.5239825+05:30\",\r\n \"endTime\": \"2021-05-18T18:49:12.1634116+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3f62c2e7-2d55-4043-963b-0fc029fd092a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTThiNmRhMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNhM2RhMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b081c49-65ce-482f-a071-110602e6c77a" + "a81f7235-117e-407c-87fb-74108430e50d" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2653,32 +2659,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31989" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "57de828d-de1a-47fc-b81c-c6a5e154c61c" + "58b6b8ff-0f0b-40a1-abfb-8b6b41a0ee89" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11972" ], "x-ms-correlation-request-id": [ - "82d47157-a2d1-40a8-83e8-ebf2c5c8d23c" + "c6778115-289e-43b2-989b-e07a2ae2fab5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124920Z:82d47157-a2d1-40a8-83e8-ebf2c5c8d23c" + "SOUTHINDIA:20210518T131928Z:c6778115-289e-43b2-989b-e07a2ae2fab5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:49:19 GMT" + "Tue, 18 May 2021 13:19:27 GMT" ], "Content-Length": [ "485" @@ -2690,17 +2696,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0/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/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b292a26-e251-42f8-8f72-dd442b96bfa6" + "2a62e59f-4483-45b1-a91f-982b56437ef4" ], "Accept-Language": [ "en-US" @@ -2708,7 +2714,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -2723,13 +2729,13 @@ "gateway" ], "x-ms-request-id": [ - "b1749fc8-3a23-4453-8ce2-e00bcf237cf7" + "f8f3c1ac-8ba0-459d-acc1-d06eb85d87ff" ], "x-ms-correlation-request-id": [ - "b1749fc8-3a23-4453-8ce2-e00bcf237cf7" + "f8f3c1ac-8ba0-459d-acc1-d06eb85d87ff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124920Z:b1749fc8-3a23-4453-8ce2-e00bcf237cf7" + "SOUTHINDIA:20210518T131928Z:f8f3c1ac-8ba0-459d-acc1-d06eb85d87ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2738,7 +2744,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 12:49:20 GMT" + "Tue, 18 May 2021 13:19:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2750,17 +2756,17 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175' under resource group 'PSTestRG8b6da175' 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/PSTestRSVca3da138' under resource group 'PSTestRGca3da138' 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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "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": [ - "b1fcff3c-f9d3-41b5-918f-7654f995d5dc" + "6d96dfc6-c44f-40a2-b1b6-bfb593b5dbcb" ], "Accept-Language": [ "en-US" @@ -2768,7 +2774,7 @@ "User-Agent": [ "FxVersion/4.6.29719.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": [ @@ -2789,10 +2795,10 @@ "nosniff" ], "x-ms-request-id": [ - "190f0255-6331-4f42-89ac-1b039c66eb59" + "cce60e2b-6398-4b05-a2d3-5391b4d67d90" ], "x-ms-client-request-id": [ - "b1fcff3c-f9d3-41b5-918f-7654f995d5dc" + "6d96dfc6-c44f-40a2-b1b6-bfb593b5dbcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2801,16 +2807,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "209" + "208" ], "x-ms-correlation-request-id": [ - "190f0255-6331-4f42-89ac-1b039c66eb59" + "cce60e2b-6398-4b05-a2d3-5391b4d67d90" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124924Z:190f0255-6331-4f42-89ac-1b039c66eb59" + "SOUTHINDIA:20210518T131931Z:cce60e2b-6398-4b05-a2d3-5391b4d67d90" ], "Date": [ - "Mon, 15 Feb 2021 12:49:23 GMT" + "Tue, 18 May 2021 13:19:31 GMT" ], "Content-Length": [ "466" @@ -2822,17 +2828,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV8b6da175\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T12%3A49%3A23.8202693Z'\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175\",\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\": \"PSTestRSVca3da138\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T13%3A19%3A31.5329721Z'\\\"\",\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/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138\",\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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM8b6da0'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNOGI2ZGEwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b51bcb86-f1b9-4e42-965c-d7dffc676c19" + "fa40661d-7a32-415a-bbda-55115dc50785" ], "Accept-Language": [ "en-US" @@ -2840,8 +2846,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2855,11 +2861,11 @@ "nosniff" ], "x-ms-request-id": [ - "f698edc3-8a86-4cab-97a1-a14c0313d352" + "2e1f326b-9607-464e-9d7d-89746e9efc24" ], "x-ms-client-request-id": [ - "b51bcb86-f1b9-4e42-965c-d7dffc676c19", - "b51bcb86-f1b9-4e42-965c-d7dffc676c19" + "fa40661d-7a32-415a-bbda-55115dc50785", + "fa40661d-7a32-415a-bbda-55115dc50785" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2874,16 +2880,16 @@ "149" ], "x-ms-correlation-request-id": [ - "f698edc3-8a86-4cab-97a1-a14c0313d352" + "2e1f326b-9607-464e-9d7d-89746e9efc24" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124929Z:f698edc3-8a86-4cab-97a1-a14c0313d352" + "SOUTHINDIA:20210518T131932Z:2e1f326b-9607-464e-9d7d-89746e9efc24" ], "Date": [ - "Mon, 15 Feb 2021 12:49:29 GMT" + "Tue, 18 May 2021 13:19:32 GMT" ], "Content-Length": [ - "12" + "380" ], "Content-Type": [ "application/json" @@ -2892,17 +2898,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM8b6da0'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNOGI2ZGEwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7d581a76-5a3f-47dc-8374-2df4259a7497" + "fa40661d-7a32-415a-bbda-55115dc50785" ], "Accept-Language": [ "en-US" @@ -2910,8 +2916,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "111" ] }, "ResponseHeaders": { @@ -2925,11 +2937,11 @@ "nosniff" ], "x-ms-request-id": [ - "32bef56a-d0e3-4aa2-b7a7-a08421268e3a" + "fcea8850-9f14-47f0-8600-657c73c370bd" ], "x-ms-client-request-id": [ - "7d581a76-5a3f-47dc-8374-2df4259a7497", - "7d581a76-5a3f-47dc-8374-2df4259a7497" + "fa40661d-7a32-415a-bbda-55115dc50785", + "fa40661d-7a32-415a-bbda-55115dc50785" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2940,20 +2952,20 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "32bef56a-d0e3-4aa2-b7a7-a08421268e3a" + "fcea8850-9f14-47f0-8600-657c73c370bd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125013Z:32bef56a-d0e3-4aa2-b7a7-a08421268e3a" + "SOUTHINDIA:20210518T131932Z:fcea8850-9f14-47f0-8600-657c73c370bd" ], "Date": [ - "Mon, 15 Feb 2021 12:50:12 GMT" + "Tue, 18 May 2021 13:19:32 GMT" ], "Content-Length": [ - "914" + "381" ], "Content-Type": [ "application/json" @@ -2962,17 +2974,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG8b6da175\",\r\n \"friendlyName\": \"PSTestVM8b6da0\",\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/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMca3da0'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNY2EzZGEwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "030e9594-9504-4cda-9429-aa1142a7bee4" + "d8d24e32-6fdc-4b5f-ae24-7bb3ac0cd514" ], "Accept-Language": [ "en-US" @@ -2980,8 +2992,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2995,11 +3007,11 @@ "nosniff" ], "x-ms-request-id": [ - "bc9fdfb0-b296-4de4-9b3a-37ad3a1cfaad" + "00338c67-2e67-4962-bebd-d9274782a793" ], "x-ms-client-request-id": [ - "030e9594-9504-4cda-9429-aa1142a7bee4", - "030e9594-9504-4cda-9429-aa1142a7bee4" + "d8d24e32-6fdc-4b5f-ae24-7bb3ac0cd514", + "d8d24e32-6fdc-4b5f-ae24-7bb3ac0cd514" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3014,16 +3026,16 @@ "149" ], "x-ms-correlation-request-id": [ - "bc9fdfb0-b296-4de4-9b3a-37ad3a1cfaad" + "00338c67-2e67-4962-bebd-d9274782a793" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124929Z:bc9fdfb0-b296-4de4-9b3a-37ad3a1cfaad" + "SOUTHINDIA:20210518T131938Z:00338c67-2e67-4962-bebd-d9274782a793" ], "Date": [ - "Mon, 15 Feb 2021 12:49:29 GMT" + "Tue, 18 May 2021 13:19:37 GMT" ], "Content-Length": [ - "762" + "12" ], "Content-Type": [ "application/json" @@ -3032,17 +3044,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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-15T22:30: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-15T22:30: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 \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMca3da0'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNY2EzZGEwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "bc60c4be-b300-4af6-beeb-93f32b64f096" ], "Accept-Language": [ "en-US" @@ -3050,8 +3062,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3065,11 +3077,11 @@ "nosniff" ], "x-ms-request-id": [ - "9c98f0e4-929c-4bb2-aa4b-e9ca603cf57f" + "e112dda4-a4e3-4fc5-8017-015da1f1c768" ], "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd", - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "bc60c4be-b300-4af6-beeb-93f32b64f096", + "bc60c4be-b300-4af6-beeb-93f32b64f096" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3081,19 +3093,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "148" ], "x-ms-correlation-request-id": [ - "9c98f0e4-929c-4bb2-aa4b-e9ca603cf57f" + "e112dda4-a4e3-4fc5-8017-015da1f1c768" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124930Z:9c98f0e4-929c-4bb2-aa4b-e9ca603cf57f" + "SOUTHINDIA:20210518T132011Z:e112dda4-a4e3-4fc5-8017-015da1f1c768" ], "Date": [ - "Mon, 15 Feb 2021 12:49:30 GMT" + "Tue, 18 May 2021 13:20:10 GMT" ], "Content-Length": [ - "19794" + "914" ], "Content-Type": [ "application/json" @@ -3102,17 +3114,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/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 \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/protectableItems/vm;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG8b6da175\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM8b6da0\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGca3da138\",\r\n \"friendlyName\": \"PSTestVMca3da0\",\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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg8b6da175%3Bpstestvm8b6da0/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg8b6da175%3Bpstestvm8b6da0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4YjZkYTE3NSUzQnBzdGVzdHZtOGI2ZGEwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzhiNmRhMTc1JTNCcHN0ZXN0dm04YjZkYTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "de763e4b-4529-4773-b8b9-a5ec6dce7ecf" ], "Accept-Language": [ "en-US" @@ -3120,14 +3132,8 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "456" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3137,61 +3143,58 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/protectedItems/vm;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/operationResults/2005f0e0-e4e0-4f69-b208-1f90f3335753?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/protectedItems/vm;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/operationsStatus/2005f0e0-e4e0-4f69-b208-1f90f3335753?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "362f25ca-6ab0-4f24-be51-cd57c7736b90" + "38dbfdaf-cc6a-476e-acf1-8f4e165b8530" ], "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd", - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "de763e4b-4529-4773-b8b9-a5ec6dce7ecf", + "de763e4b-4529-4773-b8b9-a5ec6dce7ecf" ], "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": [ + "149" ], "x-ms-correlation-request-id": [ - "362f25ca-6ab0-4f24-be51-cd57c7736b90" + "38dbfdaf-cc6a-476e-acf1-8f4e165b8530" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124931Z:362f25ca-6ab0-4f24-be51-cd57c7736b90" + "SOUTHINDIA:20210518T131938Z:38dbfdaf-cc6a-476e-acf1-8f4e165b8530" ], "Date": [ - "Mon, 15 Feb 2021 12:49:31 GMT" + "Tue, 18 May 2021 13:19:38 GMT" + ], + "Content-Length": [ + "762" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/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-05-18T23: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-05-18T23: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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/2005f0e0-e4e0-4f69-b208-1f90f3335753?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzIwMDVmMGUwLWU0ZTAtNGY2OS1iMjA4LTFmOTBmMzMzNTc1Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Accept-Language": [ "en-US" @@ -3199,8 +3202,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3214,11 +3217,11 @@ "nosniff" ], "x-ms-request-id": [ - "63e299ee-6d4c-4aa4-89a7-f3d36c7efabf" + "0e33e064-4fd1-43d8-b4a4-a760c255b245" ], "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd", - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "c179dc86-269a-45b9-a29d-7e22724043a8", + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3233,16 +3236,16 @@ "149" ], "x-ms-correlation-request-id": [ - "63e299ee-6d4c-4aa4-89a7-f3d36c7efabf" + "0e33e064-4fd1-43d8-b4a4-a760c255b245" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124931Z:63e299ee-6d4c-4aa4-89a7-f3d36c7efabf" + "SOUTHINDIA:20210518T131938Z:0e33e064-4fd1-43d8-b4a4-a760c255b245" ], "Date": [ - "Mon, 15 Feb 2021 12:49:31 GMT" + "Tue, 18 May 2021 13:19:38 GMT" ], "Content-Length": [ - "188" + "6249" ], "Content-Type": [ "application/json" @@ -3251,17 +3254,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"2005f0e0-e4e0-4f69-b208-1f90f3335753\",\r\n \"name\": \"2005f0e0-e4e0-4f69-b208-1f90f3335753\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:49:31.4021835Z\",\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/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/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/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/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/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/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/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/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/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/protectableItems/vm;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGca3da138\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMca3da0\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/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/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/2005f0e0-e4e0-4f69-b208-1f90f3335753?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzIwMDVmMGUwLWU0ZTAtNGY2OS1iMjA4LTFmOTBmMzMzNTc1Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgca3da138%3Bpstestvmca3da0/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgca3da138%3Bpstestvmca3da0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjYTNkYTEzOCUzQnBzdGVzdHZtY2EzZGEwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NhM2RhMTM4JTNCcHN0ZXN0dm1jYTNkYTA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Accept-Language": [ "en-US" @@ -3269,8 +3272,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "456" ] }, "ResponseHeaders": { @@ -3280,58 +3289,61 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/protectedItems/vm;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/operationResults/2d2b0aef-1047-40c3-b5ec-0380c73cc228?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/protectedItems/vm;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/operationsStatus/2d2b0aef-1047-40c3-b5ec-0380c73cc228?api-version=2021-03-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "a941a90e-2f37-4a5e-9bb1-8fadf08b1bc5" + "10e3e508-ff02-454e-a499-cd49d91e0ca4" ], "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd", - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "c179dc86-269a-45b9-a29d-7e22724043a8", + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "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-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "a941a90e-2f37-4a5e-9bb1-8fadf08b1bc5" + "10e3e508-ff02-454e-a499-cd49d91e0ca4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124942Z:a941a90e-2f37-4a5e-9bb1-8fadf08b1bc5" + "SOUTHINDIA:20210518T131939Z:10e3e508-ff02-454e-a499-cd49d91e0ca4" ], "Date": [ - "Mon, 15 Feb 2021 12:49:41 GMT" - ], - "Content-Length": [ - "188" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 13:19:38 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"2005f0e0-e4e0-4f69-b208-1f90f3335753\",\r\n \"name\": \"2005f0e0-e4e0-4f69-b208-1f90f3335753\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:49:31.4021835Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/2005f0e0-e4e0-4f69-b208-1f90f3335753?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzIwMDVmMGUwLWU0ZTAtNGY2OS1iMjA4LTFmOTBmMzMzNTc1Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/2d2b0aef-1047-40c3-b5ec-0380c73cc228?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzJkMmIwYWVmLTEwNDctNDBjMy1iNWVjLTAzODBjNzNjYzIyOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Accept-Language": [ "en-US" @@ -3339,8 +3351,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3354,11 +3366,11 @@ "nosniff" ], "x-ms-request-id": [ - "5bb0ab30-9b69-42c7-86e9-deaffb8ffb25" + "b30596c2-bbef-4deb-85c8-b051972b1f3a" ], "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd", - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "c179dc86-269a-45b9-a29d-7e22724043a8", + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3370,16 +3382,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "149" ], "x-ms-correlation-request-id": [ - "5bb0ab30-9b69-42c7-86e9-deaffb8ffb25" + "b30596c2-bbef-4deb-85c8-b051972b1f3a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T124952Z:5bb0ab30-9b69-42c7-86e9-deaffb8ffb25" + "SOUTHINDIA:20210518T131939Z:b30596c2-bbef-4deb-85c8-b051972b1f3a" ], "Date": [ - "Mon, 15 Feb 2021 12:49:52 GMT" + "Tue, 18 May 2021 13:19:39 GMT" ], "Content-Length": [ "188" @@ -3391,17 +3403,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"2005f0e0-e4e0-4f69-b208-1f90f3335753\",\r\n \"name\": \"2005f0e0-e4e0-4f69-b208-1f90f3335753\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:49:31.4021835Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"name\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:19:39.1418236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/2005f0e0-e4e0-4f69-b208-1f90f3335753?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzIwMDVmMGUwLWU0ZTAtNGY2OS1iMjA4LTFmOTBmMzMzNTc1Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/2d2b0aef-1047-40c3-b5ec-0380c73cc228?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzJkMmIwYWVmLTEwNDctNDBjMy1iNWVjLTAzODBjNzNjYzIyOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Accept-Language": [ "en-US" @@ -3409,8 +3421,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3424,11 +3436,11 @@ "nosniff" ], "x-ms-request-id": [ - "9c1abbe0-6142-4213-85b2-6a6f344aab85" + "ef066079-d9ec-4c21-8cc5-d1438963981b" ], "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd", - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "c179dc86-269a-45b9-a29d-7e22724043a8", + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3440,16 +3452,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "148" ], "x-ms-correlation-request-id": [ - "9c1abbe0-6142-4213-85b2-6a6f344aab85" + "ef066079-d9ec-4c21-8cc5-d1438963981b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125002Z:9c1abbe0-6142-4213-85b2-6a6f344aab85" + "SOUTHINDIA:20210518T131944Z:ef066079-d9ec-4c21-8cc5-d1438963981b" ], "Date": [ - "Mon, 15 Feb 2021 12:50:01 GMT" + "Tue, 18 May 2021 13:19:44 GMT" ], "Content-Length": [ "188" @@ -3461,17 +3473,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"2005f0e0-e4e0-4f69-b208-1f90f3335753\",\r\n \"name\": \"2005f0e0-e4e0-4f69-b208-1f90f3335753\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:49:31.4021835Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"name\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:19:39.1418236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/2005f0e0-e4e0-4f69-b208-1f90f3335753?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzIwMDVmMGUwLWU0ZTAtNGY2OS1iMjA4LTFmOTBmMzMzNTc1Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/2d2b0aef-1047-40c3-b5ec-0380c73cc228?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzJkMmIwYWVmLTEwNDctNDBjMy1iNWVjLTAzODBjNzNjYzIyOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Accept-Language": [ "en-US" @@ -3479,8 +3491,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3494,11 +3506,11 @@ "nosniff" ], "x-ms-request-id": [ - "9b8c5fad-aa64-4767-a336-8ca61e3c25f2" + "1be04897-a5c2-47f9-820a-f7e61a46e979" ], "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd", - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "c179dc86-269a-45b9-a29d-7e22724043a8", + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3510,19 +3522,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "147" ], "x-ms-correlation-request-id": [ - "9b8c5fad-aa64-4767-a336-8ca61e3c25f2" + "1be04897-a5c2-47f9-820a-f7e61a46e979" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125012Z:9b8c5fad-aa64-4767-a336-8ca61e3c25f2" + "SOUTHINDIA:20210518T131950Z:1be04897-a5c2-47f9-820a-f7e61a46e979" ], "Date": [ - "Mon, 15 Feb 2021 12:50:11 GMT" + "Tue, 18 May 2021 13:19:49 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -3531,17 +3543,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"2005f0e0-e4e0-4f69-b208-1f90f3335753\",\r\n \"name\": \"2005f0e0-e4e0-4f69-b208-1f90f3335753\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T12:49:31.4021835Z\",\r\n \"endTime\": \"2021-02-15T12:49:31.4021835Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"ddf4ff47-4679-4b6a-8a67-f4b60cacab0e\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"name\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:19:39.1418236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/2005f0e0-e4e0-4f69-b208-1f90f3335753?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzIwMDVmMGUwLWU0ZTAtNGY2OS1iMjA4LTFmOTBmMzMzNTc1Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/2d2b0aef-1047-40c3-b5ec-0380c73cc228?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzJkMmIwYWVmLTEwNDctNDBjMy1iNWVjLTAzODBjNzNjYzIyOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Accept-Language": [ "en-US" @@ -3549,8 +3561,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3564,11 +3576,11 @@ "nosniff" ], "x-ms-request-id": [ - "a5d517a9-4867-45e3-9bfe-79e890052124" + "4a82d46c-f1a7-407d-a082-865328d12027" ], "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd", - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "c179dc86-269a-45b9-a29d-7e22724043a8", + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3580,19 +3592,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "146" ], "x-ms-correlation-request-id": [ - "a5d517a9-4867-45e3-9bfe-79e890052124" + "4a82d46c-f1a7-407d-a082-865328d12027" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125012Z:a5d517a9-4867-45e3-9bfe-79e890052124" + "SOUTHINDIA:20210518T131955Z:4a82d46c-f1a7-407d-a082-865328d12027" ], "Date": [ - "Mon, 15 Feb 2021 12:50:12 GMT" + "Tue, 18 May 2021 13:19:54 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -3601,17 +3613,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"2005f0e0-e4e0-4f69-b208-1f90f3335753\",\r\n \"name\": \"2005f0e0-e4e0-4f69-b208-1f90f3335753\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T12:49:31.4021835Z\",\r\n \"endTime\": \"2021-02-15T12:49:31.4021835Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"ddf4ff47-4679-4b6a-8a67-f4b60cacab0e\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"name\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:19:39.1418236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/ddf4ff47-4679-4b6a-8a67-f4b60cacab0e?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzL2RkZjRmZjQ3LTQ2NzktNGI2YS04YTY3LWY0YjYwY2FjYWIwZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/2d2b0aef-1047-40c3-b5ec-0380c73cc228?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzJkMmIwYWVmLTEwNDctNDBjMy1iNWVjLTAzODBjNzNjYzIyOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Accept-Language": [ "en-US" @@ -3619,8 +3631,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3630,40 +3642,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "5aaf8f5c-c658-440b-b66e-e030b1ed2ebd" + "f268d42c-b1bd-45f5-868c-6fa11d615576" ], "x-ms-client-request-id": [ - "e29a0dcb-a812-4d94-8097-81bb50e91cbd", - "e29a0dcb-a812-4d94-8097-81bb50e91cbd" - ], - "X-Powered-By": [ - "ASP.NET" + "c179dc86-269a-45b9-a29d-7e22724043a8", + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "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" + "145" ], "x-ms-correlation-request-id": [ - "5aaf8f5c-c658-440b-b66e-e030b1ed2ebd" + "f268d42c-b1bd-45f5-868c-6fa11d615576" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125013Z:5aaf8f5c-c658-440b-b66e-e030b1ed2ebd" + "SOUTHINDIA:20210518T132000Z:f268d42c-b1bd-45f5-868c-6fa11d615576" ], "Date": [ - "Mon, 15 Feb 2021 12:50:12 GMT" + "Tue, 18 May 2021 13:19:59 GMT" ], "Content-Length": [ - "840" + "188" ], "Content-Type": [ "application/json" @@ -3672,17 +3683,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/ddf4ff47-4679-4b6a-8a67-f4b60cacab0e\",\r\n \"name\": \"ddf4ff47-4679-4b6a-8a67-f4b60cacab0e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT31.4123338S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm8b6da0\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T12:49:31.4021835Z\",\r\n \"endTime\": \"2021-02-15T12:50:02.8145173Z\",\r\n \"activityId\": \"e29a0dcb-a812-4d94-8097-81bb50e91cbd\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"name\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:19:39.1418236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/2d2b0aef-1047-40c3-b5ec-0380c73cc228?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzJkMmIwYWVmLTEwNDctNDBjMy1iNWVjLTAzODBjNzNjYzIyOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6478313-ced5-4acb-b72e-3c2e59aa1464" + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Accept-Language": [ "en-US" @@ -3690,8 +3701,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3705,11 +3716,11 @@ "nosniff" ], "x-ms-request-id": [ - "cc13c20c-d4b7-4a7c-8e70-e1f8c3bd8c0b" + "bd12caf4-5c9f-4cdb-b6f6-8124020914f1" ], "x-ms-client-request-id": [ - "b6478313-ced5-4acb-b72e-3c2e59aa1464", - "b6478313-ced5-4acb-b72e-3c2e59aa1464" + "c179dc86-269a-45b9-a29d-7e22724043a8", + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3721,19 +3732,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "144" ], "x-ms-correlation-request-id": [ - "cc13c20c-d4b7-4a7c-8e70-e1f8c3bd8c0b" + "bd12caf4-5c9f-4cdb-b6f6-8124020914f1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125013Z:cc13c20c-d4b7-4a7c-8e70-e1f8c3bd8c0b" + "SOUTHINDIA:20210518T132005Z:bd12caf4-5c9f-4cdb-b6f6-8124020914f1" ], "Date": [ - "Mon, 15 Feb 2021 12:50:12 GMT" + "Tue, 18 May 2021 13:20:04 GMT" ], "Content-Length": [ - "1491" + "188" ], "Content-Type": [ "application/json" @@ -3742,17 +3753,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/protectedItems/VM;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM8b6da0\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0\",\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\": \"1194252736\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"name\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:19:39.1418236Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/2d2b0aef-1047-40c3-b5ec-0380c73cc228?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzJkMmIwYWVmLTEwNDctNDBjMy1iNWVjLTAzODBjNzNjYzIyOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b327b42-a941-46b6-9c2b-71e3ee32b1b2" + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Accept-Language": [ "en-US" @@ -3760,8 +3771,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3775,11 +3786,11 @@ "nosniff" ], "x-ms-request-id": [ - "11e4e744-09de-4247-a128-e2aafef2d119" + "152e3ad4-ca37-480b-b424-74bcc32d6545" ], "x-ms-client-request-id": [ - "7b327b42-a941-46b6-9c2b-71e3ee32b1b2", - "7b327b42-a941-46b6-9c2b-71e3ee32b1b2" + "c179dc86-269a-45b9-a29d-7e22724043a8", + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3791,19 +3802,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "143" ], "x-ms-correlation-request-id": [ - "11e4e744-09de-4247-a128-e2aafef2d119" + "152e3ad4-ca37-480b-b424-74bcc32d6545" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132153Z:11e4e744-09de-4247-a128-e2aafef2d119" + "SOUTHINDIA:20210518T132010Z:152e3ad4-ca37-480b-b424-74bcc32d6545" ], "Date": [ - "Mon, 15 Feb 2021 13:21:52 GMT" + "Tue, 18 May 2021 13:20:10 GMT" ], "Content-Length": [ - "1866" + "304" ], "Content-Type": [ "application/json" @@ -3812,17 +3823,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/protectedItems/VM;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\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 },\r\n \"friendlyName\": \"PSTestVM8b6da0\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0\",\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-15T12:50:14.2635845Z\",\r\n \"protectedItemDataId\": \"1194252736\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"lastRecoveryPoint\": \"2021-02-15T12:50:17.9304286Z\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"name\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:19:39.1418236Z\",\r\n \"endTime\": \"2021-05-18T13:19:39.1418236Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"886e1faf-5c71-424c-8e54-b170768e4a51\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg8b6da175%3Bpstestvm8b6da0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg8b6da175%3Bpstestvm8b6da0?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4YjZkYTE3NSUzQnBzdGVzdHZtOGI2ZGEwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzhiNmRhMTc1JTNCcHN0ZXN0dm04YjZkYTA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/2d2b0aef-1047-40c3-b5ec-0380c73cc228?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzJkMmIwYWVmLTEwNDctNDBjMy1iNWVjLTAzODBjNzNjYzIyOD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6478313-ced5-4acb-b72e-3c2e59aa1464" + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Accept-Language": [ "en-US" @@ -3830,8 +3841,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3845,11 +3856,11 @@ "nosniff" ], "x-ms-request-id": [ - "402514a4-7d9a-46cc-ac10-9b64a80d0bfb" + "27e5e9a0-0490-4ef1-a6be-f2d22cb865cb" ], "x-ms-client-request-id": [ - "b6478313-ced5-4acb-b72e-3c2e59aa1464", - "b6478313-ced5-4acb-b72e-3c2e59aa1464" + "c179dc86-269a-45b9-a29d-7e22724043a8", + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3861,19 +3872,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "142" ], "x-ms-correlation-request-id": [ - "402514a4-7d9a-46cc-ac10-9b64a80d0bfb" + "27e5e9a0-0490-4ef1-a6be-f2d22cb865cb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125013Z:402514a4-7d9a-46cc-ac10-9b64a80d0bfb" + "SOUTHINDIA:20210518T132010Z:27e5e9a0-0490-4ef1-a6be-f2d22cb865cb" ], "Date": [ - "Mon, 15 Feb 2021 12:50:13 GMT" + "Tue, 18 May 2021 13:20:10 GMT" ], "Content-Length": [ - "1546" + "304" ], "Content-Type": [ "application/json" @@ -3882,17 +3893,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/protectedItems/VM;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM8b6da0\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0\",\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\": \"1194252736\",\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;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"name\": \"2d2b0aef-1047-40c3-b5ec-0380c73cc228\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:19:39.1418236Z\",\r\n \"endTime\": \"2021-05-18T13:19:39.1418236Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"886e1faf-5c71-424c-8e54-b170768e4a51\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg8b6da175%3Bpstestvm8b6da0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg8b6da175%3Bpstestvm8b6da0/backup?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4YjZkYTE3NSUzQnBzdGVzdHZtOGI2ZGEwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzhiNmRhMTc1JTNCcHN0ZXN0dm04YjZkYTAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/886e1faf-5c71-424c-8e54-b170768e4a51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzg4NmUxZmFmLTVjNzEtNDI0Yy04ZTU0LWIxNzA3NjhlNGE1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "Accept-Language": [ "en-US" @@ -3900,14 +3911,8 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "69" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3917,61 +3922,59 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/protectedItems/VM;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/operationResults/091e1e3c-bfe3-4552-a211-38ac4d459d57?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/protectedItems/VM;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/operationsStatus/091e1e3c-bfe3-4552-a211-38ac4d459d57?api-version=2021-01-01" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "323f95e0-4b98-422b-bf24-4b0881c8ecf4" + "17631e9c-95b9-4b98-b4b9-2dc2d929687b" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "c179dc86-269a-45b9-a29d-7e22724043a8", + "c179dc86-269a-45b9-a29d-7e22724043a8" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "149" ], "x-ms-correlation-request-id": [ - "323f95e0-4b98-422b-bf24-4b0881c8ecf4" + "17631e9c-95b9-4b98-b4b9-2dc2d929687b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125014Z:323f95e0-4b98-422b-bf24-4b0881c8ecf4" + "SOUTHINDIA:20210518T132011Z:17631e9c-95b9-4b98-b4b9-2dc2d929687b" ], "Date": [ - "Mon, 15 Feb 2021 12:50:13 GMT" + "Tue, 18 May 2021 13:20:10 GMT" + ], + "Content-Length": [ + "839" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/886e1faf-5c71-424c-8e54-b170768e4a51\",\r\n \"name\": \"886e1faf-5c71-424c-8e54-b170768e4a51\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT30.828777S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmca3da0\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T13:19:39.1418236Z\",\r\n \"endTime\": \"2021-05-18T13:20:09.9706006Z\",\r\n \"activityId\": \"c179dc86-269a-45b9-a29d-7e22724043a8\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/091e1e3c-bfe3-4552-a211-38ac4d459d57?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzA5MWUxZTNjLWJmZTMtNDU1Mi1hMjExLTM4YWM0ZDQ1OWQ1Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "e3f2f05b-e0a4-4af0-8c68-30962694b6a9" ], "Accept-Language": [ "en-US" @@ -3979,8 +3982,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3994,11 +3997,11 @@ "nosniff" ], "x-ms-request-id": [ - "c65eb510-40a7-401e-a808-f082eae68f65" + "0508053d-d56e-4c36-94ae-c482764d7fbb" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "e3f2f05b-e0a4-4af0-8c68-30962694b6a9", + "e3f2f05b-e0a4-4af0-8c68-30962694b6a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4010,19 +4013,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "149" ], "x-ms-correlation-request-id": [ - "c65eb510-40a7-401e-a808-f082eae68f65" + "0508053d-d56e-4c36-94ae-c482764d7fbb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125014Z:c65eb510-40a7-401e-a808-f082eae68f65" + "SOUTHINDIA:20210518T132011Z:0508053d-d56e-4c36-94ae-c482764d7fbb" ], "Date": [ - "Mon, 15 Feb 2021 12:50:13 GMT" + "Tue, 18 May 2021 13:20:10 GMT" ], "Content-Length": [ - "188" + "1491" ], "Content-Type": [ "application/json" @@ -4031,17 +4034,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"091e1e3c-bfe3-4552-a211-38ac4d459d57\",\r\n \"name\": \"091e1e3c-bfe3-4552-a211-38ac4d459d57\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\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/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/protectedItems/VM;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMca3da0\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0\",\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\": \"1376064214\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/091e1e3c-bfe3-4552-a211-38ac4d459d57?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzA5MWUxZTNjLWJmZTMtNDU1Mi1hMjExLTM4YWM0ZDQ1OWQ1Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "e447f51a-8ace-4804-804f-e51a336f50f0" ], "Accept-Language": [ "en-US" @@ -4049,8 +4052,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4064,11 +4067,11 @@ "nosniff" ], "x-ms-request-id": [ - "3255f718-055d-44eb-bb0d-9a1db456dbbd" + "2c352afa-9871-4960-9b2b-0f7bd6b3cac3" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "e447f51a-8ace-4804-804f-e51a336f50f0", + "e447f51a-8ace-4804-804f-e51a336f50f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4080,19 +4083,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "148" ], "x-ms-correlation-request-id": [ - "3255f718-055d-44eb-bb0d-9a1db456dbbd" + "2c352afa-9871-4960-9b2b-0f7bd6b3cac3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125024Z:3255f718-055d-44eb-bb0d-9a1db456dbbd" + "SOUTHINDIA:20210518T135148Z:2c352afa-9871-4960-9b2b-0f7bd6b3cac3" ], "Date": [ - "Mon, 15 Feb 2021 12:50:24 GMT" + "Tue, 18 May 2021 13:51:48 GMT" ], "Content-Length": [ - "304" + "1864" ], "Content-Type": [ "application/json" @@ -4101,17 +4104,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"091e1e3c-bfe3-4552-a211-38ac4d459d57\",\r\n \"name\": \"091e1e3c-bfe3-4552-a211-38ac4d459d57\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"endTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/protectedItems/VM;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\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 },\r\n \"friendlyName\": \"PSTestVMca3da0\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0\",\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-05-18T13:20:12.074439Z\",\r\n \"protectedItemDataId\": \"1376064214\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"lastRecoveryPoint\": \"2021-05-18T13:20:15.896993Z\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/091e1e3c-bfe3-4552-a211-38ac4d459d57?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzA5MWUxZTNjLWJmZTMtNDU1Mi1hMjExLTM4YWM0ZDQ1OWQ1Nz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgca3da138%3Bpstestvmca3da0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgca3da138%3Bpstestvmca3da0?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjYTNkYTEzOCUzQnBzdGVzdHZtY2EzZGEwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NhM2RhMTM4JTNCcHN0ZXN0dm1jYTNkYTA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "e3f2f05b-e0a4-4af0-8c68-30962694b6a9" ], "Accept-Language": [ "en-US" @@ -4119,8 +4122,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4134,11 +4137,11 @@ "nosniff" ], "x-ms-request-id": [ - "0b1067d5-c961-4ac6-ad8b-bd7f8a5f16c7" + "cd51472e-01bc-4499-aac5-de0c87ffd8a2" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "e3f2f05b-e0a4-4af0-8c68-30962694b6a9", + "e3f2f05b-e0a4-4af0-8c68-30962694b6a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4150,19 +4153,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "149" ], "x-ms-correlation-request-id": [ - "0b1067d5-c961-4ac6-ad8b-bd7f8a5f16c7" + "cd51472e-01bc-4499-aac5-de0c87ffd8a2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125025Z:0b1067d5-c961-4ac6-ad8b-bd7f8a5f16c7" + "SOUTHINDIA:20210518T132011Z:cd51472e-01bc-4499-aac5-de0c87ffd8a2" ], "Date": [ - "Mon, 15 Feb 2021 12:50:24 GMT" + "Tue, 18 May 2021 13:20:11 GMT" ], "Content-Length": [ - "304" + "1546" ], "Content-Type": [ "application/json" @@ -4171,17 +4174,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"091e1e3c-bfe3-4552-a211-38ac4d459d57\",\r\n \"name\": \"091e1e3c-bfe3-4552-a211-38ac4d459d57\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"endTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/protectedItems/VM;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMca3da0\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0\",\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\": \"1376064214\",\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;pstestrgca3da138;pstestvmca3da0\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgca3da138%3Bpstestvmca3da0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgca3da138%3Bpstestvmca3da0/backup?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjYTNkYTEzOCUzQnBzdGVzdHZtY2EzZGEwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NhM2RhMTM4JTNCcHN0ZXN0dm1jYTNkYTAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -4189,8 +4192,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "69" ] }, "ResponseHeaders": { @@ -4200,59 +4209,61 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/protectedItems/VM;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/operationResults/4002586e-313b-4c01-a6a6-ca33dd05a743?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/protectedItems/VM;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/operationsStatus/4002586e-313b-4c01-a6a6-ca33dd05a743?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "646e22b0-5750-47ad-8532-f469a4876ce5" + "bbca2da6-8096-4ce5-94b8-2b44071bf7c2" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" - ], - "X-Powered-By": [ - "ASP.NET" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "646e22b0-5750-47ad-8532-f469a4876ce5" + "bbca2da6-8096-4ce5-94b8-2b44071bf7c2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125025Z:646e22b0-5750-47ad-8532-f469a4876ce5" + "SOUTHINDIA:20210518T132012Z:bbca2da6-8096-4ce5-94b8-2b44071bf7c2" ], "Date": [ - "Mon, 15 Feb 2021 12:50:25 GMT" + "Tue, 18 May 2021 13:20:11 GMT" ], - "Content-Length": [ - "969" + "Expires": [ + "-1" ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT10.9305504S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/4002586e-313b-4c01-a6a6-ca33dd05a743?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzQwMDI1ODZlLTMxM2ItNGMwMS1hNmE2LWNhMzNkZDA1YTc0Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -4260,8 +4271,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4271,40 +4282,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d3449a6a-eed3-4b81-8a02-260dc559554b" + "624e3c65-0af4-4eb0-8055-a8dbe8089935" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" - ], - "X-Powered-By": [ - "ASP.NET" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "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" + "141" ], "x-ms-correlation-request-id": [ - "d3449a6a-eed3-4b81-8a02-260dc559554b" + "624e3c65-0af4-4eb0-8055-a8dbe8089935" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125025Z:d3449a6a-eed3-4b81-8a02-260dc559554b" + "SOUTHINDIA:20210518T132012Z:624e3c65-0af4-4eb0-8055-a8dbe8089935" ], "Date": [ - "Mon, 15 Feb 2021 12:50:25 GMT" + "Tue, 18 May 2021 13:20:11 GMT" ], "Content-Length": [ - "969" + "187" ], "Content-Type": [ "application/json" @@ -4313,17 +4323,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT11.3115131S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"4002586e-313b-4c01-a6a6-ca33dd05a743\",\r\n \"name\": \"4002586e-313b-4c01-a6a6-ca33dd05a743\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/4002586e-313b-4c01-a6a6-ca33dd05a743?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzQwMDI1ODZlLTMxM2ItNGMwMS1hNmE2LWNhMzNkZDA1YTc0Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -4331,8 +4341,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4342,40 +4352,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "4f4186c7-d4c2-4d9b-9d6d-b20417fdae77" + "47b168ab-2d57-42c2-aab6-e9e9a4f989df" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" - ], - "X-Powered-By": [ - "ASP.NET" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "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" + "140" ], "x-ms-correlation-request-id": [ - "4f4186c7-d4c2-4d9b-9d6d-b20417fdae77" + "47b168ab-2d57-42c2-aab6-e9e9a4f989df" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125126Z:4f4186c7-d4c2-4d9b-9d6d-b20417fdae77" + "SOUTHINDIA:20210518T132017Z:47b168ab-2d57-42c2-aab6-e9e9a4f989df" ], "Date": [ - "Mon, 15 Feb 2021 12:51:26 GMT" + "Tue, 18 May 2021 13:20:16 GMT" ], "Content-Length": [ - "971" + "302" ], "Content-Type": [ "application/json" @@ -4384,17 +4393,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT1M12.0726406S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"4002586e-313b-4c01-a6a6-ca33dd05a743\",\r\n \"name\": \"4002586e-313b-4c01-a6a6-ca33dd05a743\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"endTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/4002586e-313b-4c01-a6a6-ca33dd05a743?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzQwMDI1ODZlLTMxM2ItNGMwMS1hNmE2LWNhMzNkZDA1YTc0Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -4402,8 +4411,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4413,40 +4422,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "7d193322-2707-41d4-aa20-1d26c6dee840" + "3c72065c-98aa-4836-a947-b77c441af2d9" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" - ], - "X-Powered-By": [ - "ASP.NET" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "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": [ - "7d193322-2707-41d4-aa20-1d26c6dee840" + "3c72065c-98aa-4836-a947-b77c441af2d9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125228Z:7d193322-2707-41d4-aa20-1d26c6dee840" + "SOUTHINDIA:20210518T132017Z:3c72065c-98aa-4836-a947-b77c441af2d9" ], "Date": [ - "Mon, 15 Feb 2021 12:52:27 GMT" + "Tue, 18 May 2021 13:20:17 GMT" ], "Content-Length": [ - "971" + "302" ], "Content-Type": [ "application/json" @@ -4455,17 +4463,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT2M12.8443152S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"4002586e-313b-4c01-a6a6-ca33dd05a743\",\r\n \"name\": \"4002586e-313b-4c01-a6a6-ca33dd05a743\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"endTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -4473,8 +4481,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4492,11 +4500,11 @@ "nosniff" ], "x-ms-request-id": [ - "ed0d08ab-ab9f-47ac-a025-4e5949f9e85b" + "520f9478-17c8-4a77-9647-e7b1714eb429" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -4505,19 +4513,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "148" ], "x-ms-correlation-request-id": [ - "ed0d08ab-ab9f-47ac-a025-4e5949f9e85b" + "520f9478-17c8-4a77-9647-e7b1714eb429" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125329Z:ed0d08ab-ab9f-47ac-a025-4e5949f9e85b" + "SOUTHINDIA:20210518T132018Z:520f9478-17c8-4a77-9647-e7b1714eb429" ], "Date": [ - "Mon, 15 Feb 2021 12:53:28 GMT" + "Tue, 18 May 2021 13:20:17 GMT" ], "Content-Length": [ - "971" + "967" ], "Content-Type": [ "application/json" @@ -4526,17 +4534,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT3M14.4738545S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT5.8135996S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -4544,8 +4552,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4563,11 +4571,11 @@ "nosniff" ], "x-ms-request-id": [ - "86acee5c-e02e-4502-80e3-692d07a33637" + "0e960ecd-bc4a-40bd-9d25-c54798f838cf" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -4576,19 +4584,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "147" ], "x-ms-correlation-request-id": [ - "86acee5c-e02e-4502-80e3-692d07a33637" + "0e960ecd-bc4a-40bd-9d25-c54798f838cf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125429Z:86acee5c-e02e-4502-80e3-692d07a33637" + "SOUTHINDIA:20210518T132018Z:0e960ecd-bc4a-40bd-9d25-c54798f838cf" ], "Date": [ - "Mon, 15 Feb 2021 12:54:29 GMT" + "Tue, 18 May 2021 13:20:18 GMT" ], "Content-Length": [ - "970" + "967" ], "Content-Type": [ "application/json" @@ -4597,17 +4605,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT4M15.021378S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT6.2525924S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -4615,8 +4623,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4634,11 +4642,11 @@ "nosniff" ], "x-ms-request-id": [ - "bf27fd87-4ee4-40e0-98bf-6d3e8b9fff8d" + "15ab24b6-ae50-4e60-8a98-5046f34c708e" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -4647,19 +4655,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "146" ], "x-ms-correlation-request-id": [ - "bf27fd87-4ee4-40e0-98bf-6d3e8b9fff8d" + "15ab24b6-ae50-4e60-8a98-5046f34c708e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125530Z:bf27fd87-4ee4-40e0-98bf-6d3e8b9fff8d" + "SOUTHINDIA:20210518T132050Z:15ab24b6-ae50-4e60-8a98-5046f34c708e" ], "Date": [ - "Mon, 15 Feb 2021 12:55:30 GMT" + "Tue, 18 May 2021 13:20:49 GMT" ], "Content-Length": [ - "970" + "967" ], "Content-Type": [ "application/json" @@ -4668,17 +4676,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT5M15.816159S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT36.604599S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -4686,8 +4694,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4705,11 +4713,11 @@ "nosniff" ], "x-ms-request-id": [ - "0c13be3d-3470-4b07-bcd5-543f21bb5c2f" + "0154b5df-7089-4c54-be73-c07d42194a6e" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -4718,19 +4726,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "145" ], "x-ms-correlation-request-id": [ - "0c13be3d-3470-4b07-bcd5-543f21bb5c2f" + "0154b5df-7089-4c54-be73-c07d42194a6e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125631Z:0c13be3d-3470-4b07-bcd5-543f21bb5c2f" + "SOUTHINDIA:20210518T132120Z:0154b5df-7089-4c54-be73-c07d42194a6e" ], "Date": [ - "Mon, 15 Feb 2021 12:56:30 GMT" + "Tue, 18 May 2021 13:21:20 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -4739,17 +4747,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT6M16.5819867S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT1M7.9728224S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -4757,8 +4765,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4776,11 +4784,11 @@ "nosniff" ], "x-ms-request-id": [ - "14906e17-59ad-4057-950e-f0b120c1156a" + "80cec0a8-1b27-4c5c-86e5-78a1758f01d9" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -4789,19 +4797,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "144" ], "x-ms-correlation-request-id": [ - "14906e17-59ad-4057-950e-f0b120c1156a" + "80cec0a8-1b27-4c5c-86e5-78a1758f01d9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125732Z:14906e17-59ad-4057-950e-f0b120c1156a" + "SOUTHINDIA:20210518T132150Z:80cec0a8-1b27-4c5c-86e5-78a1758f01d9" ], "Date": [ - "Mon, 15 Feb 2021 12:57:31 GMT" + "Tue, 18 May 2021 13:21:50 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -4810,17 +4818,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT7M17.4144461S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT1M38.3560186S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -4828,8 +4836,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4847,11 +4855,11 @@ "nosniff" ], "x-ms-request-id": [ - "e3c64b26-4df1-4ab3-95ec-43f36ca204e3" + "637ed5fc-7d0a-4821-896e-5930309da645" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -4860,19 +4868,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "143" ], "x-ms-correlation-request-id": [ - "e3c64b26-4df1-4ab3-95ec-43f36ca204e3" + "637ed5fc-7d0a-4821-896e-5930309da645" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125832Z:e3c64b26-4df1-4ab3-95ec-43f36ca204e3" + "SOUTHINDIA:20210518T132221Z:637ed5fc-7d0a-4821-896e-5930309da645" ], "Date": [ - "Mon, 15 Feb 2021 12:58:32 GMT" + "Tue, 18 May 2021 13:22:20 GMT" ], "Content-Length": [ - "970" + "969" ], "Content-Type": [ "application/json" @@ -4881,17 +4889,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT8M18.2506309S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT2M8.7497887S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -4899,8 +4907,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4918,11 +4926,11 @@ "nosniff" ], "x-ms-request-id": [ - "fdacf985-4baf-4b42-a521-5ad54ac51783" + "38252350-519f-4460-95d8-3a87710fa0d1" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -4931,16 +4939,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "142" ], "x-ms-correlation-request-id": [ - "fdacf985-4baf-4b42-a521-5ad54ac51783" + "38252350-519f-4460-95d8-3a87710fa0d1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T125933Z:fdacf985-4baf-4b42-a521-5ad54ac51783" + "SOUTHINDIA:20210518T132251Z:38252350-519f-4460-95d8-3a87710fa0d1" ], "Date": [ - "Mon, 15 Feb 2021 12:59:32 GMT" + "Tue, 18 May 2021 13:22:51 GMT" ], "Content-Length": [ "970" @@ -4952,17 +4960,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT9M18.6947076S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT2M39.0831345S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -4970,8 +4978,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4989,11 +4997,11 @@ "nosniff" ], "x-ms-request-id": [ - "8241586f-e0e6-4992-9e54-030b845ec646" + "8a4640b3-aaac-4c5e-8503-b16b3bf1e210" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5002,19 +5010,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "141" ], "x-ms-correlation-request-id": [ - "8241586f-e0e6-4992-9e54-030b845ec646" + "8a4640b3-aaac-4c5e-8503-b16b3bf1e210" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T130033Z:8241586f-e0e6-4992-9e54-030b845ec646" + "SOUTHINDIA:20210518T132322Z:8a4640b3-aaac-4c5e-8503-b16b3bf1e210" ], "Date": [ - "Mon, 15 Feb 2021 13:00:33 GMT" + "Tue, 18 May 2021 13:23:21 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -5023,17 +5031,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT10M19.2556793S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT3M9.5184864S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5041,8 +5049,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5060,11 +5068,11 @@ "nosniff" ], "x-ms-request-id": [ - "6cf9545f-4479-4891-ad38-f8fc0f39eb1c" + "8390ffaf-2666-4440-abae-8d88595f1afe" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5073,19 +5081,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "140" ], "x-ms-correlation-request-id": [ - "6cf9545f-4479-4891-ad38-f8fc0f39eb1c" + "8390ffaf-2666-4440-abae-8d88595f1afe" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T130134Z:6cf9545f-4479-4891-ad38-f8fc0f39eb1c" + "SOUTHINDIA:20210518T132352Z:8390ffaf-2666-4440-abae-8d88595f1afe" ], "Date": [ - "Mon, 15 Feb 2021 13:01:34 GMT" + "Tue, 18 May 2021 13:23:51 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5094,17 +5102,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT11M20.2542688S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT3M39.9308228S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5112,8 +5120,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5131,11 +5139,11 @@ "nosniff" ], "x-ms-request-id": [ - "03ab7ede-3118-48a5-bb1f-719002d52e23" + "185aaa0e-f0b3-4184-a84d-23faa661b09f" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5144,19 +5152,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "139" ], "x-ms-correlation-request-id": [ - "03ab7ede-3118-48a5-bb1f-719002d52e23" + "185aaa0e-f0b3-4184-a84d-23faa661b09f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T130236Z:03ab7ede-3118-48a5-bb1f-719002d52e23" + "SOUTHINDIA:20210518T132422Z:185aaa0e-f0b3-4184-a84d-23faa661b09f" ], "Date": [ - "Mon, 15 Feb 2021 13:02:35 GMT" + "Tue, 18 May 2021 13:24:22 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5165,17 +5173,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT12M21.2920948S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT4M10.3566695S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5183,8 +5191,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5202,11 +5210,11 @@ "nosniff" ], "x-ms-request-id": [ - "2784f6a3-b403-45f3-897d-b12380f61e21" + "2cc02062-6a00-4b77-a87a-aa2de09863ac" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5215,19 +5223,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "138" ], "x-ms-correlation-request-id": [ - "2784f6a3-b403-45f3-897d-b12380f61e21" + "2cc02062-6a00-4b77-a87a-aa2de09863ac" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T130337Z:2784f6a3-b403-45f3-897d-b12380f61e21" + "SOUTHINDIA:20210518T132453Z:2cc02062-6a00-4b77-a87a-aa2de09863ac" ], "Date": [ - "Mon, 15 Feb 2021 13:03:37 GMT" + "Tue, 18 May 2021 13:24:53 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5236,17 +5244,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT13M22.2029221S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT4M41.1075305S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5254,8 +5262,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5273,11 +5281,11 @@ "nosniff" ], "x-ms-request-id": [ - "687d2eb7-ebfd-4d48-a2c7-59d1361de3ec" + "4caac0a8-3812-4acf-b46b-136489cc854f" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5286,19 +5294,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "137" ], "x-ms-correlation-request-id": [ - "687d2eb7-ebfd-4d48-a2c7-59d1361de3ec" + "4caac0a8-3812-4acf-b46b-136489cc854f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T130438Z:687d2eb7-ebfd-4d48-a2c7-59d1361de3ec" + "SOUTHINDIA:20210518T132524Z:4caac0a8-3812-4acf-b46b-136489cc854f" ], "Date": [ - "Mon, 15 Feb 2021 13:04:38 GMT" + "Tue, 18 May 2021 13:25:23 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5307,17 +5315,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT14M23.6238609S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT5M11.5102739S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5325,8 +5333,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5344,11 +5352,11 @@ "nosniff" ], "x-ms-request-id": [ - "9f61387e-81e9-4ba3-9d15-13ead7c59130" + "3ab04785-c220-4019-bb92-926d51d7d6b9" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5357,19 +5365,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "136" ], "x-ms-correlation-request-id": [ - "9f61387e-81e9-4ba3-9d15-13ead7c59130" + "3ab04785-c220-4019-bb92-926d51d7d6b9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T130539Z:9f61387e-81e9-4ba3-9d15-13ead7c59130" + "SOUTHINDIA:20210518T132554Z:3ab04785-c220-4019-bb92-926d51d7d6b9" ], "Date": [ - "Mon, 15 Feb 2021 13:05:39 GMT" + "Tue, 18 May 2021 13:25:53 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5378,17 +5386,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT15M24.3937786S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT5M42.0476149S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5396,8 +5404,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5415,11 +5423,11 @@ "nosniff" ], "x-ms-request-id": [ - "61139b5c-8095-44b6-b435-53c4f2642338" + "5409a869-0313-4a42-9cd5-caaae7fb489f" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5428,16 +5436,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "135" ], "x-ms-correlation-request-id": [ - "61139b5c-8095-44b6-b435-53c4f2642338" + "5409a869-0313-4a42-9cd5-caaae7fb489f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T130639Z:61139b5c-8095-44b6-b435-53c4f2642338" + "SOUTHINDIA:20210518T132624Z:5409a869-0313-4a42-9cd5-caaae7fb489f" ], "Date": [ - "Mon, 15 Feb 2021 13:06:38 GMT" + "Tue, 18 May 2021 13:26:24 GMT" ], "Content-Length": [ "970" @@ -5449,17 +5457,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT16M25.200083S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT6M12.4110345S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5467,8 +5475,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5486,11 +5494,11 @@ "nosniff" ], "x-ms-request-id": [ - "109996f6-5343-4a84-a75d-9f0e17a24638" + "a5dcf815-9c7d-4496-90ca-cf79267989e3" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5499,19 +5507,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "134" ], "x-ms-correlation-request-id": [ - "109996f6-5343-4a84-a75d-9f0e17a24638" + "a5dcf815-9c7d-4496-90ca-cf79267989e3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T130740Z:109996f6-5343-4a84-a75d-9f0e17a24638" + "SOUTHINDIA:20210518T132655Z:a5dcf815-9c7d-4496-90ca-cf79267989e3" ], "Date": [ - "Mon, 15 Feb 2021 13:07:40 GMT" + "Tue, 18 May 2021 13:26:54 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5520,17 +5528,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT17M25.9809308S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT6M42.7503331S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5538,8 +5546,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5557,11 +5565,11 @@ "nosniff" ], "x-ms-request-id": [ - "f41cb918-369c-43dd-993c-59a762d09377" + "cb933653-ef64-481a-8653-b34dd5c33ce0" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5570,19 +5578,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "133" ], "x-ms-correlation-request-id": [ - "f41cb918-369c-43dd-993c-59a762d09377" + "cb933653-ef64-481a-8653-b34dd5c33ce0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T130842Z:f41cb918-369c-43dd-993c-59a762d09377" + "SOUTHINDIA:20210518T132725Z:cb933653-ef64-481a-8653-b34dd5c33ce0" ], "Date": [ - "Mon, 15 Feb 2021 13:08:42 GMT" + "Tue, 18 May 2021 13:27:24 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -5591,17 +5599,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT18M26.8755076S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT7M13.1507243S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5609,8 +5617,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5628,11 +5636,11 @@ "nosniff" ], "x-ms-request-id": [ - "736c1f3f-1640-4489-acc0-fe64194e6cb9" + "d754c35a-d5fe-4e25-bb30-905f8f435335" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5641,19 +5649,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "132" ], "x-ms-correlation-request-id": [ - "736c1f3f-1640-4489-acc0-fe64194e6cb9" + "d754c35a-d5fe-4e25-bb30-905f8f435335" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T130942Z:736c1f3f-1640-4489-acc0-fe64194e6cb9" + "SOUTHINDIA:20210518T132756Z:d754c35a-d5fe-4e25-bb30-905f8f435335" ], "Date": [ - "Mon, 15 Feb 2021 13:09:42 GMT" + "Tue, 18 May 2021 13:27:56 GMT" ], "Content-Length": [ - "970" + "969" ], "Content-Type": [ "application/json" @@ -5662,17 +5670,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT19M28.278061S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT7M43.6140041S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5680,8 +5688,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5699,11 +5707,11 @@ "nosniff" ], "x-ms-request-id": [ - "b60f1ed8-ef5a-426f-8d36-4d69648a000b" + "8d6d36cb-3f58-4537-bc37-3c574f8946d6" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5712,19 +5720,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "131" ], "x-ms-correlation-request-id": [ - "b60f1ed8-ef5a-426f-8d36-4d69648a000b" + "8d6d36cb-3f58-4537-bc37-3c574f8946d6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T131043Z:b60f1ed8-ef5a-426f-8d36-4d69648a000b" + "SOUTHINDIA:20210518T132826Z:8d6d36cb-3f58-4537-bc37-3c574f8946d6" ], "Date": [ - "Mon, 15 Feb 2021 13:10:43 GMT" + "Tue, 18 May 2021 13:28:26 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -5733,17 +5741,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT20M29.0205967S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT8M13.9626727S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5751,8 +5759,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5770,11 +5778,11 @@ "nosniff" ], "x-ms-request-id": [ - "279707cd-38e2-4cea-9b60-a38927b10765" + "0bcd7d0d-01f4-4a9f-934e-b500fa8319f7" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5783,19 +5791,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "130" ], "x-ms-correlation-request-id": [ - "279707cd-38e2-4cea-9b60-a38927b10765" + "0bcd7d0d-01f4-4a9f-934e-b500fa8319f7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T131144Z:279707cd-38e2-4cea-9b60-a38927b10765" + "SOUTHINDIA:20210518T132856Z:0bcd7d0d-01f4-4a9f-934e-b500fa8319f7" ], "Date": [ - "Mon, 15 Feb 2021 13:11:44 GMT" + "Tue, 18 May 2021 13:28:56 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -5804,17 +5812,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT21M29.7989679S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT8M44.3288866S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5822,8 +5830,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5841,11 +5849,11 @@ "nosniff" ], "x-ms-request-id": [ - "60bb80c7-20c2-4652-a196-56870c9b045d" + "ccb37828-28a8-43f3-b115-994c29e23152" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5854,19 +5862,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "129" ], "x-ms-correlation-request-id": [ - "60bb80c7-20c2-4652-a196-56870c9b045d" + "ccb37828-28a8-43f3-b115-994c29e23152" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T131245Z:60bb80c7-20c2-4652-a196-56870c9b045d" + "SOUTHINDIA:20210518T132927Z:ccb37828-28a8-43f3-b115-994c29e23152" ], "Date": [ - "Mon, 15 Feb 2021 13:12:44 GMT" + "Tue, 18 May 2021 13:29:26 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -5875,17 +5883,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT22M30.5719873S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT9M14.7342855S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5893,8 +5901,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5912,11 +5920,11 @@ "nosniff" ], "x-ms-request-id": [ - "6c6172f1-2bc8-4096-98a6-0db592bd57d4" + "f03b71a3-9392-4c7d-b12d-a71773eddc81" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5925,19 +5933,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "128" ], "x-ms-correlation-request-id": [ - "6c6172f1-2bc8-4096-98a6-0db592bd57d4" + "f03b71a3-9392-4c7d-b12d-a71773eddc81" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T131345Z:6c6172f1-2bc8-4096-98a6-0db592bd57d4" + "SOUTHINDIA:20210518T132957Z:f03b71a3-9392-4c7d-b12d-a71773eddc81" ], "Date": [ - "Mon, 15 Feb 2021 13:13:45 GMT" + "Tue, 18 May 2021 13:29:57 GMT" ], "Content-Length": [ - "970" + "969" ], "Content-Type": [ "application/json" @@ -5946,17 +5954,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT23M31.017907S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT9M45.1889082S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -5964,8 +5972,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5983,11 +5991,11 @@ "nosniff" ], "x-ms-request-id": [ - "7c9b06fc-3526-447d-9e45-12cb41412607" + "729b4c53-4cea-4fe2-825d-a1b87603a1f7" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -5996,19 +6004,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "123" + "127" ], "x-ms-correlation-request-id": [ - "7c9b06fc-3526-447d-9e45-12cb41412607" + "729b4c53-4cea-4fe2-825d-a1b87603a1f7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T131446Z:7c9b06fc-3526-447d-9e45-12cb41412607" + "SOUTHINDIA:20210518T133028Z:729b4c53-4cea-4fe2-825d-a1b87603a1f7" ], "Date": [ - "Mon, 15 Feb 2021 13:14:45 GMT" + "Tue, 18 May 2021 13:30:28 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6017,17 +6025,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT24M31.4843788S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT10M15.9270959S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6035,8 +6043,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6054,11 +6062,11 @@ "nosniff" ], "x-ms-request-id": [ - "7feeca43-5556-4732-ae6a-4666d2ba8989" + "711b9fab-4d53-4866-a296-3a46f1cdaeef" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -6067,19 +6075,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "122" + "126" ], "x-ms-correlation-request-id": [ - "7feeca43-5556-4732-ae6a-4666d2ba8989" + "711b9fab-4d53-4866-a296-3a46f1cdaeef" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T131546Z:7feeca43-5556-4732-ae6a-4666d2ba8989" + "SOUTHINDIA:20210518T133058Z:711b9fab-4d53-4866-a296-3a46f1cdaeef" ], "Date": [ - "Mon, 15 Feb 2021 13:15:46 GMT" + "Tue, 18 May 2021 13:30:58 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6088,17 +6096,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT25M31.9904784S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT10M46.2613966S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6106,8 +6114,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6125,11 +6133,11 @@ "nosniff" ], "x-ms-request-id": [ - "9d409c1b-db0d-4c15-8239-66bb767b0d52" + "5d218ec4-a569-4b6a-a15c-623486c0f45d" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -6138,16 +6146,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" + "125" ], "x-ms-correlation-request-id": [ - "9d409c1b-db0d-4c15-8239-66bb767b0d52" + "5d218ec4-a569-4b6a-a15c-623486c0f45d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T131647Z:9d409c1b-db0d-4c15-8239-66bb767b0d52" + "SOUTHINDIA:20210518T133129Z:5d218ec4-a569-4b6a-a15c-623486c0f45d" ], "Date": [ - "Mon, 15 Feb 2021 13:16:46 GMT" + "Tue, 18 May 2021 13:31:28 GMT" ], "Content-Length": [ "970" @@ -6159,17 +6167,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT26M32.500863S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT11M16.7088967S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6177,8 +6185,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6196,11 +6204,11 @@ "nosniff" ], "x-ms-request-id": [ - "aff58e47-5fe8-4bf8-9129-69b87a770ef3" + "747269ba-4283-4f8f-906c-777579a49694" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -6209,19 +6217,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "124" ], "x-ms-correlation-request-id": [ - "aff58e47-5fe8-4bf8-9129-69b87a770ef3" + "747269ba-4283-4f8f-906c-777579a49694" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T131747Z:aff58e47-5fe8-4bf8-9129-69b87a770ef3" + "SOUTHINDIA:20210518T133159Z:747269ba-4283-4f8f-906c-777579a49694" ], "Date": [ - "Mon, 15 Feb 2021 13:17:47 GMT" + "Tue, 18 May 2021 13:31:59 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6230,17 +6238,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT27M33.2767565S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT11M47.0419534S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6248,8 +6256,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6267,11 +6275,11 @@ "nosniff" ], "x-ms-request-id": [ - "fde44c49-766a-41ad-a87d-9dd837d931b5" + "cf1a18c5-9116-405a-bec4-3aa0a3921799" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -6280,19 +6288,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "119" + "123" ], "x-ms-correlation-request-id": [ - "fde44c49-766a-41ad-a87d-9dd837d931b5" + "cf1a18c5-9116-405a-bec4-3aa0a3921799" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T131848Z:fde44c49-766a-41ad-a87d-9dd837d931b5" + "SOUTHINDIA:20210518T133230Z:cf1a18c5-9116-405a-bec4-3aa0a3921799" ], "Date": [ - "Mon, 15 Feb 2021 13:18:47 GMT" + "Tue, 18 May 2021 13:32:29 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6301,17 +6309,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT28M34.1036781S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT12M17.4970592S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6319,8 +6327,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6338,11 +6346,11 @@ "nosniff" ], "x-ms-request-id": [ - "e8c9dc9f-13aa-469e-aced-7f029bc73f07" + "4ee5a76f-7653-4366-9049-e08b931d03ca" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -6351,19 +6359,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "118" + "122" ], "x-ms-correlation-request-id": [ - "e8c9dc9f-13aa-469e-aced-7f029bc73f07" + "4ee5a76f-7653-4366-9049-e08b931d03ca" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T131949Z:e8c9dc9f-13aa-469e-aced-7f029bc73f07" + "SOUTHINDIA:20210518T133300Z:4ee5a76f-7653-4366-9049-e08b931d03ca" ], "Date": [ - "Mon, 15 Feb 2021 13:19:49 GMT" + "Tue, 18 May 2021 13:32:59 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -6372,17 +6380,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT29M35.2219879S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT12M47.9156582S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6390,8 +6398,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6409,11 +6417,11 @@ "nosniff" ], "x-ms-request-id": [ - "ed16976e-6fa5-48d9-884b-657ac950316f" + "e39728c6-452e-4cf2-9009-c1eedb973b96" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -6422,19 +6430,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" + "121" ], "x-ms-correlation-request-id": [ - "ed16976e-6fa5-48d9-884b-657ac950316f" + "e39728c6-452e-4cf2-9009-c1eedb973b96" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132050Z:ed16976e-6fa5-48d9-884b-657ac950316f" + "SOUTHINDIA:20210518T133330Z:e39728c6-452e-4cf2-9009-c1eedb973b96" ], "Date": [ - "Mon, 15 Feb 2021 13:20:50 GMT" + "Tue, 18 May 2021 13:33:30 GMT" ], "Content-Length": [ - "970" + "969" ], "Content-Type": [ "application/json" @@ -6443,17 +6451,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT30M36.055444S\",\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\": \"pstestvm8b6da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT13M18.318764S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzLzNlZWM5YjcyLWVhZWEtNDliNC1iYTI2LWY0YzVmODhiMGFiYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6461,8 +6469,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6480,11 +6488,11 @@ "nosniff" ], "x-ms-request-id": [ - "0e693235-4c65-4c53-9949-8248a10b924b" + "733f44b5-c90a-42e5-9dcd-29483be9bc8f" ], "x-ms-client-request-id": [ - "03a73213-3aff-4be2-909b-7f7413ceda0c", - "03a73213-3aff-4be2-909b-7f7413ceda0c" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" @@ -6493,19 +6501,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "116" + "120" ], "x-ms-correlation-request-id": [ - "0e693235-4c65-4c53-9949-8248a10b924b" + "733f44b5-c90a-42e5-9dcd-29483be9bc8f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132151Z:0e693235-4c65-4c53-9949-8248a10b924b" + "SOUTHINDIA:20210518T133401Z:733f44b5-c90a-42e5-9dcd-29483be9bc8f" ], "Date": [ - "Mon, 15 Feb 2021 13:21:50 GMT" + "Tue, 18 May 2021 13:34:01 GMT" ], "Content-Length": [ - "1034" + "970" ], "Content-Type": [ "application/json" @@ -6514,17 +6522,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"name\": \"3eec9b72-eaea-49b4-ba26-f4c5f88b0abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT31M11.527526S\",\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\": \"pstestvm8b6da0\",\r\n \"Backup Size\": \"11454 MB\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T12:50:14.2635845Z\",\r\n \"endTime\": \"2021-02-15T13:21:25.7911105Z\",\r\n \"activityId\": \"03a73213-3aff-4be2-909b-7f7413ceda0c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT13M48.6558874S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg8b6da175%3Bpstestvm8b6da0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg8b6da175%3Bpstestvm8b6da0/recoveryPoints?$filter=startDate%20eq%20'2021-02-15%2012:49:14%20PM'%20and%20endDate%20eq%20'2021-02-15%2001:22:25%20PM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4YjZkYTE3NSUzQnBzdGVzdHZtOGI2ZGEwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzhiNmRhMTc1JTNCcHN0ZXN0dm04YjZkYTAvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTAyLTE1JTIwMTI6NDk6MTQlMjBQTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wMi0xNSUyMDAxOjIyOjI1JTIwUE0nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bea7074-6027-4de0-a240-61dc1c7186dc" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6532,8 +6540,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6543,39 +6551,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "1d4a7a70-a165-491e-a3b2-9158704bdc2d" + "c3e88f54-8771-408d-8a2a-a3769076bc50" ], "x-ms-client-request-id": [ - "2bea7074-6027-4de0-a240-61dc1c7186dc", - "2bea7074-6027-4de0-a240-61dc1c7186dc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "119" ], "x-ms-correlation-request-id": [ - "1d4a7a70-a165-491e-a3b2-9158704bdc2d" + "c3e88f54-8771-408d-8a2a-a3769076bc50" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132151Z:1d4a7a70-a165-491e-a3b2-9158704bdc2d" + "SOUTHINDIA:20210518T133431Z:c3e88f54-8771-408d-8a2a-a3769076bc50" ], "Date": [ - "Mon, 15 Feb 2021 13:21:50 GMT" + "Tue, 18 May 2021 13:34:31 GMT" ], "Content-Length": [ - "1257" + "970" ], "Content-Type": [ "application/json" @@ -6584,17 +6593,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/protectedItems/VM;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/recoveryPoints/49065960187281\",\r\n \"name\": \"49065960187281\",\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-15T12:50:17.9304286Z\",\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\": true,\r\n \"virtualMachineSize\": \"Standard_D1_v2\",\r\n \"originalStorageAccountOption\": false,\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 \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT14M19.0591379S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg8b6da175%3Bpstestvm8b6da0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg8b6da175%3Bpstestvm8b6da0/recoveryPoints/49065960187281?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4YjZkYTE3NSUzQnBzdGVzdHZtOGI2ZGEwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzhiNmRhMTc1JTNCcHN0ZXN0dm04YjZkYTAvcmVjb3ZlcnlQb2ludHMvNDkwNjU5NjAxODcyODE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d367984-0b20-474b-95db-0f569be593c5" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6602,8 +6611,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6613,39 +6622,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6a42b7c6-492d-4e34-a7c4-a3295a6a7ba3" + "a3437880-8691-4182-a64f-3ee8998f8769" ], "x-ms-client-request-id": [ - "2d367984-0b20-474b-95db-0f569be593c5", - "2d367984-0b20-474b-95db-0f569be593c5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "118" ], "x-ms-correlation-request-id": [ - "6a42b7c6-492d-4e34-a7c4-a3295a6a7ba3" + "a3437880-8691-4182-a64f-3ee8998f8769" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132151Z:6a42b7c6-492d-4e34-a7c4-a3295a6a7ba3" + "SOUTHINDIA:20210518T133502Z:a3437880-8691-4182-a64f-3ee8998f8769" ], "Date": [ - "Mon, 15 Feb 2021 13:21:51 GMT" + "Tue, 18 May 2021 13:35:01 GMT" ], "Content-Length": [ - "1245" + "970" ], "Content-Type": [ "application/json" @@ -6654,17 +6664,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/protectedItems/VM;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0/recoveryPoints/49065960187281\",\r\n \"name\": \"49065960187281\",\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-15T12:50:17.9304286Z\",\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\": true,\r\n \"virtualMachineSize\": \"Standard_D1_v2\",\r\n \"originalStorageAccountOption\": false,\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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT14M49.4764509S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51eeb198-d3ad-4038-998f-f054e82f1045" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6672,8 +6682,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.6.0" ] }, "ResponseHeaders": { @@ -6683,35 +6693,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "fc90a3d4-d1dd-41b6-8a6c-5a6ce5e61966" + "326b13f5-9c1f-4a48-9571-49357f960851" ], "x-ms-client-request-id": [ - "51eeb198-d3ad-4038-998f-f054e82f1045" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-IIS/10.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "117" ], "x-ms-correlation-request-id": [ - "fc90a3d4-d1dd-41b6-8a6c-5a6ce5e61966" + "326b13f5-9c1f-4a48-9571-49357f960851" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132152Z:fc90a3d4-d1dd-41b6-8a6c-5a6ce5e61966" + "SOUTHINDIA:20210518T133532Z:326b13f5-9c1f-4a48-9571-49357f960851" ], "Date": [ - "Mon, 15 Feb 2021 13:21:52 GMT" + "Tue, 18 May 2021 13:35:31 GMT" ], "Content-Length": [ - "478" + "970" ], "Content-Type": [ "application/json" @@ -6720,17 +6735,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV8b6da175\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T12%3A49%3A23.8202693Z'\\\"\",\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/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175\",\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\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT15M19.8697126S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6f3ff02-1f04-4701-b694-85bf1b5c459d" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6738,8 +6753,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6749,39 +6764,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6f05f1cc-3cf6-44a5-988d-aadea86d307d" + "9a87e10d-1a5f-46c7-af14-5dba7b7a43ae" ], "x-ms-client-request-id": [ - "c6f3ff02-1f04-4701-b694-85bf1b5c459d", - "c6f3ff02-1f04-4701-b694-85bf1b5c459d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "116" ], "x-ms-correlation-request-id": [ - "6f05f1cc-3cf6-44a5-988d-aadea86d307d" + "9a87e10d-1a5f-46c7-af14-5dba7b7a43ae" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132152Z:6f05f1cc-3cf6-44a5-988d-aadea86d307d" + "SOUTHINDIA:20210518T133602Z:9a87e10d-1a5f-46c7-af14-5dba7b7a43ae" ], "Date": [ - "Mon, 15 Feb 2021 13:21:52 GMT" + "Tue, 18 May 2021 13:36:02 GMT" ], "Content-Length": [ - "914" + "970" ], "Content-Type": [ "application/json" @@ -6790,17 +6806,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.Compute/virtualMachines/PSTestVM8b6da0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG8b6da175\",\r\n \"friendlyName\": \"PSTestVM8b6da0\",\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/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT15M50.2904608S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg8b6da175%3Bpstestvm8b6da0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg8b6da175%3Bpstestvm8b6da0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4YjZkYTE3NSUzQnBzdGVzdHZtOGI2ZGEwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzhiNmRhMTc1JTNCcHN0ZXN0dm04YjZkYTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6808,8 +6824,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6819,61 +6835,59 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperationResults/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "22a18cd2-050e-4632-ba59-986bfc4bec24" + "13b1dcfd-2fb3-4aea-a8e7-3d93fbac0b01" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "115" ], "x-ms-correlation-request-id": [ - "22a18cd2-050e-4632-ba59-986bfc4bec24" + "13b1dcfd-2fb3-4aea-a8e7-3d93fbac0b01" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132153Z:22a18cd2-050e-4632-ba59-986bfc4bec24" + "SOUTHINDIA:20210518T133633Z:13b1dcfd-2fb3-4aea-a8e7-3d93fbac0b01" ], "Date": [ - "Mon, 15 Feb 2021 13:21:52 GMT" + "Tue, 18 May 2021 13:36:32 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT16M20.6518071S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzFiZDE5MWVhLTlmOGEtNDQ4NS1iYjMwLTQwMWZhMTk2YTZkOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6881,8 +6895,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6892,39 +6906,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "5627b7fa-7e4b-4dde-98a9-c4d5f8c1d036" + "e571e47b-fa0f-45a1-8496-1b80f4d30c32" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "114" ], "x-ms-correlation-request-id": [ - "5627b7fa-7e4b-4dde-98a9-c4d5f8c1d036" + "e571e47b-fa0f-45a1-8496-1b80f4d30c32" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132153Z:5627b7fa-7e4b-4dde-98a9-c4d5f8c1d036" + "SOUTHINDIA:20210518T133703Z:e571e47b-fa0f-45a1-8496-1b80f4d30c32" ], "Date": [ - "Mon, 15 Feb 2021 13:21:53 GMT" + "Tue, 18 May 2021 13:37:03 GMT" ], "Content-Length": [ - "188" + "969" ], "Content-Type": [ "application/json" @@ -6933,17 +6948,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"name\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT16M51.040279S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzFiZDE5MWVhLTlmOGEtNDQ4NS1iYjMwLTQwMWZhMTk2YTZkOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" ], "Accept-Language": [ "en-US" @@ -6951,8 +6966,3256 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "8042b03e-1368-4cfa-a264-7d931cd9b1a2" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "113" + ], + "x-ms-correlation-request-id": [ + "8042b03e-1368-4cfa-a264-7d931cd9b1a2" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133733Z:8042b03e-1368-4cfa-a264-7d931cd9b1a2" + ], + "Date": [ + "Tue, 18 May 2021 13:37:33 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT17M21.4517918S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "9c4702ce-f6dd-4f88-95cd-791c428ffd79" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "112" + ], + "x-ms-correlation-request-id": [ + "9c4702ce-f6dd-4f88-95cd-791c428ffd79" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133804Z:9c4702ce-f6dd-4f88-95cd-791c428ffd79" + ], + "Date": [ + "Tue, 18 May 2021 13:38:04 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT17M51.8656031S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "06f35a68-cd8a-4b0d-ab23-a0a417c9454a" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "111" + ], + "x-ms-correlation-request-id": [ + "06f35a68-cd8a-4b0d-ab23-a0a417c9454a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133834Z:06f35a68-cd8a-4b0d-ab23-a0a417c9454a" + ], + "Date": [ + "Tue, 18 May 2021 13:38:34 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT18M22.2151127S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "0e923cdd-84fc-4e71-9f64-a069ee65c92c" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "110" + ], + "x-ms-correlation-request-id": [ + "0e923cdd-84fc-4e71-9f64-a069ee65c92c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133905Z:0e923cdd-84fc-4e71-9f64-a069ee65c92c" + ], + "Date": [ + "Tue, 18 May 2021 13:39:04 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT18M52.6104751S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "ba94bb28-3859-48b4-a53f-4b45a16c5fd6" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "109" + ], + "x-ms-correlation-request-id": [ + "ba94bb28-3859-48b4-a53f-4b45a16c5fd6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T133935Z:ba94bb28-3859-48b4-a53f-4b45a16c5fd6" + ], + "Date": [ + "Tue, 18 May 2021 13:39:34 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT19M23.0042148S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "4af3c692-e852-4721-88f3-1a5d60384afb" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "108" + ], + "x-ms-correlation-request-id": [ + "4af3c692-e852-4721-88f3-1a5d60384afb" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134006Z:4af3c692-e852-4721-88f3-1a5d60384afb" + ], + "Date": [ + "Tue, 18 May 2021 13:40:06 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT19M53.4787108S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "c105d719-d2c9-441a-bb5e-32b4b997bb03" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "107" + ], + "x-ms-correlation-request-id": [ + "c105d719-d2c9-441a-bb5e-32b4b997bb03" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134036Z:c105d719-d2c9-441a-bb5e-32b4b997bb03" + ], + "Date": [ + "Tue, 18 May 2021 13:40:36 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT20M23.8765997S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "18f67577-e302-4429-8d95-9fd2454fd1b7" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "106" + ], + "x-ms-correlation-request-id": [ + "18f67577-e302-4429-8d95-9fd2454fd1b7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134107Z:18f67577-e302-4429-8d95-9fd2454fd1b7" + ], + "Date": [ + "Tue, 18 May 2021 13:41:06 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT20M54.4974804S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "40395c49-ff5d-4b1f-a7f1-dfc8c2a443ad" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "105" + ], + "x-ms-correlation-request-id": [ + "40395c49-ff5d-4b1f-a7f1-dfc8c2a443ad" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134137Z:40395c49-ff5d-4b1f-a7f1-dfc8c2a443ad" + ], + "Date": [ + "Tue, 18 May 2021 13:41:36 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT21M24.9104262S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "bf8bf4bc-a569-46d0-8d2e-3ac649a18130" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "104" + ], + "x-ms-correlation-request-id": [ + "bf8bf4bc-a569-46d0-8d2e-3ac649a18130" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134207Z:bf8bf4bc-a569-46d0-8d2e-3ac649a18130" + ], + "Date": [ + "Tue, 18 May 2021 13:42:06 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT21M55.3435301S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "7fd5368a-43fe-4ea9-bf25-f8add5ccb520" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "103" + ], + "x-ms-correlation-request-id": [ + "7fd5368a-43fe-4ea9-bf25-f8add5ccb520" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134238Z:7fd5368a-43fe-4ea9-bf25-f8add5ccb520" + ], + "Date": [ + "Tue, 18 May 2021 13:42:38 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT22M25.7485398S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "c6b540c7-be13-43fb-8823-34ae4e025b9e" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "102" + ], + "x-ms-correlation-request-id": [ + "c6b540c7-be13-43fb-8823-34ae4e025b9e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134308Z:c6b540c7-be13-43fb-8823-34ae4e025b9e" + ], + "Date": [ + "Tue, 18 May 2021 13:43:08 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT22M56.2072895S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "8efd64dc-5e53-4bc3-9f50-d9d868615d98" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "101" + ], + "x-ms-correlation-request-id": [ + "8efd64dc-5e53-4bc3-9f50-d9d868615d98" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134339Z:8efd64dc-5e53-4bc3-9f50-d9d868615d98" + ], + "Date": [ + "Tue, 18 May 2021 13:43:38 GMT" + ], + "Content-Length": [ + "968" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT23M26.64862S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "17547ded-e43e-4044-9f9c-a8bf3ee2a99e" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "100" + ], + "x-ms-correlation-request-id": [ + "17547ded-e43e-4044-9f9c-a8bf3ee2a99e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134409Z:17547ded-e43e-4044-9f9c-a8bf3ee2a99e" + ], + "Date": [ + "Tue, 18 May 2021 13:44:08 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT23M57.0671097S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "911b196d-6608-48d1-b372-f777b599cf37" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "99" + ], + "x-ms-correlation-request-id": [ + "911b196d-6608-48d1-b372-f777b599cf37" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134440Z:911b196d-6608-48d1-b372-f777b599cf37" + ], + "Date": [ + "Tue, 18 May 2021 13:44:39 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT24M27.4934959S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "740e8550-455a-488a-9606-eca3f832d73b" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "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": [ + "740e8550-455a-488a-9606-eca3f832d73b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134510Z:740e8550-455a-488a-9606-eca3f832d73b" + ], + "Date": [ + "Tue, 18 May 2021 13:45:10 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT24M57.8328919S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "38eb4be9-9742-4443-8bfa-2f6a8973199f" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "97" + ], + "x-ms-correlation-request-id": [ + "38eb4be9-9742-4443-8bfa-2f6a8973199f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134540Z:38eb4be9-9742-4443-8bfa-2f6a8973199f" + ], + "Date": [ + "Tue, 18 May 2021 13:45:40 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT25M28.1643846S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "1f8528d2-3feb-45dc-afb4-4897ef5950cc" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "96" + ], + "x-ms-correlation-request-id": [ + "1f8528d2-3feb-45dc-afb4-4897ef5950cc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134611Z:1f8528d2-3feb-45dc-afb4-4897ef5950cc" + ], + "Date": [ + "Tue, 18 May 2021 13:46:10 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT25M58.4728739S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "8860a72c-084d-45d0-b556-2184fa06ad0e" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "95" + ], + "x-ms-correlation-request-id": [ + "8860a72c-084d-45d0-b556-2184fa06ad0e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134641Z:8860a72c-084d-45d0-b556-2184fa06ad0e" + ], + "Date": [ + "Tue, 18 May 2021 13:46:41 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT26M29.1775255S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "3b3d9f43-7f4f-4877-bbb5-cbaabc46966b" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "94" + ], + "x-ms-correlation-request-id": [ + "3b3d9f43-7f4f-4877-bbb5-cbaabc46966b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134712Z:3b3d9f43-7f4f-4877-bbb5-cbaabc46966b" + ], + "Date": [ + "Tue, 18 May 2021 13:47:11 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT26M59.5185909S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "795023c3-886c-4169-848a-500e449ab62f" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "93" + ], + "x-ms-correlation-request-id": [ + "795023c3-886c-4169-848a-500e449ab62f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134742Z:795023c3-886c-4169-848a-500e449ab62f" + ], + "Date": [ + "Tue, 18 May 2021 13:47:41 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT27M29.9245786S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "8229b430-1218-4176-9437-760e55b3fad6" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "92" + ], + "x-ms-correlation-request-id": [ + "8229b430-1218-4176-9437-760e55b3fad6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134812Z:8229b430-1218-4176-9437-760e55b3fad6" + ], + "Date": [ + "Tue, 18 May 2021 13:48:12 GMT" + ], + "Content-Length": [ + "969" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT28M0.3312338S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "da6a1a06-a08f-4a19-8a87-2a9778e737dc" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "91" + ], + "x-ms-correlation-request-id": [ + "da6a1a06-a08f-4a19-8a87-2a9778e737dc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134843Z:da6a1a06-a08f-4a19-8a87-2a9778e737dc" + ], + "Date": [ + "Tue, 18 May 2021 13:48:43 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT28M30.7794232S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "004cd2ce-bac0-45b3-b35c-868dc38724fc" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "90" + ], + "x-ms-correlation-request-id": [ + "004cd2ce-bac0-45b3-b35c-868dc38724fc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134913Z:004cd2ce-bac0-45b3-b35c-868dc38724fc" + ], + "Date": [ + "Tue, 18 May 2021 13:49:13 GMT" + ], + "Content-Length": [ + "969" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT29M1.2153806S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "34cfef31-7e77-456f-adc3-c3e4de506e12" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "89" + ], + "x-ms-correlation-request-id": [ + "34cfef31-7e77-456f-adc3-c3e4de506e12" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T134944Z:34cfef31-7e77-456f-adc3-c3e4de506e12" + ], + "Date": [ + "Tue, 18 May 2021 13:49:43 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT29M31.5917737S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "b656ba27-3b78-4706-883f-f3b8db91817b" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "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": [ + "b656ba27-3b78-4706-883f-f3b8db91817b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135014Z:b656ba27-3b78-4706-883f-f3b8db91817b" + ], + "Date": [ + "Tue, 18 May 2021 13:50:13 GMT" + ], + "Content-Length": [ + "969" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT30M2.0947865S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "e637d959-a23f-4516-9c2a-7e98dcecbce0" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "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": [ + "e637d959-a23f-4516-9c2a-7e98dcecbce0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135045Z:e637d959-a23f-4516-9c2a-7e98dcecbce0" + ], + "Date": [ + "Tue, 18 May 2021 13:50:44 GMT" + ], + "Content-Length": [ + "970" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT30M32.6438713S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "457c7b21-cbde-4228-822f-2e3f141fcc27" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "86" + ], + "x-ms-correlation-request-id": [ + "457c7b21-cbde-4228-822f-2e3f141fcc27" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135115Z:457c7b21-cbde-4228-822f-2e3f141fcc27" + ], + "Date": [ + "Tue, 18 May 2021 13:51:15 GMT" + ], + "Content-Length": [ + "969" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT31M2.9573994S\",\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\": \"pstestvmca3da0\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzLzllYTI2YWRhLThmY2ItNGM5MC04NzU4LWRmNDBkOGJkNzdkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.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": [ + "10bf4c5d-3785-462b-b1c0-37b1f7ba3a74" + ], + "x-ms-client-request-id": [ + "9482b061-43e0-4bf6-a3fa-1495b4d1f157", + "9482b061-43e0-4bf6-a3fa-1495b4d1f157" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "85" + ], + "x-ms-correlation-request-id": [ + "10bf4c5d-3785-462b-b1c0-37b1f7ba3a74" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135146Z:10bf4c5d-3785-462b-b1c0-37b1f7ba3a74" + ], + "Date": [ + "Tue, 18 May 2021 13:51:45 GMT" + ], + "Content-Length": [ + "1033" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"name\": \"9ea26ada-8fcb-4c90-8758-df40d8bd77dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT31M12.4204956S\",\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\": \"pstestvmca3da0\",\r\n \"Backup Size\": \"9802 MB\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T13:20:12.074439Z\",\r\n \"endTime\": \"2021-05-18T13:51:24.4949346Z\",\r\n \"activityId\": \"9482b061-43e0-4bf6-a3fa-1495b4d1f157\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgca3da138%3Bpstestvmca3da0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgca3da138%3Bpstestvmca3da0/recoveryPoints?$filter=startDate%20eq%20'2021-05-18%2001:19:12%20PM'%20and%20endDate%20eq%20'2021-05-18%2001:52:24%20PM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjYTNkYTEzOCUzQnBzdGVzdHZtY2EzZGEwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NhM2RhMTM4JTNCcHN0ZXN0dm1jYTNkYTAvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTA1LTE4JTIwMDE6MTk6MTIlMjBQTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wNS0xOCUyMDAxOjUyOjI0JTIwUE0nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0d6ea773-b0b2-4c11-a721-4d88ac820d0f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "84e25726-3d60-4258-b139-63c13e3e2876" + ], + "x-ms-client-request-id": [ + "0d6ea773-b0b2-4c11-a721-4d88ac820d0f", + "0d6ea773-b0b2-4c11-a721-4d88ac820d0f" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "84e25726-3d60-4258-b139-63c13e3e2876" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135146Z:84e25726-3d60-4258-b139-63c13e3e2876" + ], + "Date": [ + "Tue, 18 May 2021 13:51:46 GMT" + ], + "Content-Length": [ + "1256" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/protectedItems/VM;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/recoveryPoints/72371672718236\",\r\n \"name\": \"72371672718236\",\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-05-18T13:20:15.896993Z\",\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\": true,\r\n \"virtualMachineSize\": \"Standard_D1_v2\",\r\n \"originalStorageAccountOption\": false,\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgca3da138%3Bpstestvmca3da0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgca3da138%3Bpstestvmca3da0/recoveryPoints/72371672718236?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjYTNkYTEzOCUzQnBzdGVzdHZtY2EzZGEwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NhM2RhMTM4JTNCcHN0ZXN0dm1jYTNkYTAvcmVjb3ZlcnlQb2ludHMvNzIzNzE2NzI3MTgyMzY/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8f7e5036-50fa-4b6f-95ad-ad91eca07a7e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "04c6571e-d5fc-4fe4-9cff-b4be351a0521" + ], + "x-ms-client-request-id": [ + "8f7e5036-50fa-4b6f-95ad-ad91eca07a7e", + "8f7e5036-50fa-4b6f-95ad-ad91eca07a7e" + ], + "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": [ + "04c6571e-d5fc-4fe4-9cff-b4be351a0521" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135146Z:04c6571e-d5fc-4fe4-9cff-b4be351a0521" + ], + "Date": [ + "Tue, 18 May 2021 13:51:46 GMT" + ], + "Content-Length": [ + "1244" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/protectedItems/VM;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0/recoveryPoints/72371672718236\",\r\n \"name\": \"72371672718236\",\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-05-18T13:20:15.896993Z\",\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\": true,\r\n \"virtualMachineSize\": \"Standard_D1_v2\",\r\n \"originalStorageAccountOption\": false,\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}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8721e6df-2552-4cfd-8f50-a73c76f13da8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "52ba842f-e989-41b6-94ea-f498a1284ece" + ], + "x-ms-client-request-id": [ + "8721e6df-2552-4cfd-8f50-a73c76f13da8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "52ba842f-e989-41b6-94ea-f498a1284ece" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T135147Z:52ba842f-e989-41b6-94ea-f498a1284ece" + ], + "Date": [ + "Tue, 18 May 2021 13:51:47 GMT" + ], + "Content-Length": [ + "478" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVca3da138\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T13%3A19%3A31.5329721Z'\\\"\",\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/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ac20a820-9f74-4ad4-8af1-e956c7e07eb0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "094264d1-39d1-456b-8b91-13fcf0a383d8" + ], + "x-ms-client-request-id": [ + "ac20a820-9f74-4ad4-8af1-e956c7e07eb0", + "ac20a820-9f74-4ad4-8af1-e956c7e07eb0" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "094264d1-39d1-456b-8b91-13fcf0a383d8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135148Z:094264d1-39d1-456b-8b91-13fcf0a383d8" + ], + "Date": [ + "Tue, 18 May 2021 13:51:47 GMT" + ], + "Content-Length": [ + "914" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.Compute/virtualMachines/PSTestVMca3da0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGca3da138\",\r\n \"friendlyName\": \"PSTestVMca3da0\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgca3da138%3Bpstestvmca3da0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgca3da138%3Bpstestvmca3da0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjYTNkYTEzOCUzQnBzdGVzdHZtY2EzZGEwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NhM2RhMTM4JTNCcHN0ZXN0dm1jYTNkYTA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperationResults/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "fe7be1d3-c0cc-4a3c-a48f-cb90bf2b1dbd" + ], + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "fe7be1d3-c0cc-4a3c-a48f-cb90bf2b1dbd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135148Z:fe7be1d3-c0cc-4a3c-a48f-cb90bf2b1dbd" + ], + "Date": [ + "Tue, 18 May 2021 13:51:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d23973a9-739e-4408-8da9-531ce0b7d833" + ], + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "138" + ], + "x-ms-correlation-request-id": [ + "d23973a9-739e-4408-8da9-531ce0b7d833" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135149Z:d23973a9-739e-4408-8da9-531ce0b7d833" + ], + "Date": [ + "Tue, 18 May 2021 13:51:48 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e5486342-4c87-4ba3-a1e4-c19a4f8494f5" + ], + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "137" + ], + "x-ms-correlation-request-id": [ + "e5486342-4c87-4ba3-a1e4-c19a4f8494f5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135154Z:e5486342-4c87-4ba3-a1e4-c19a4f8494f5" + ], + "Date": [ + "Tue, 18 May 2021 13:51:53 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f90e9715-afc8-482e-9200-ae4fd668bcdd" + ], + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "136" + ], + "x-ms-correlation-request-id": [ + "f90e9715-afc8-482e-9200-ae4fd668bcdd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135159Z:f90e9715-afc8-482e-9200-ae4fd668bcdd" + ], + "Date": [ + "Tue, 18 May 2021 13:51:58 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "0ff49524-2963-4342-8533-e16c1a15ac8f" + ], + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "135" + ], + "x-ms-correlation-request-id": [ + "0ff49524-2963-4342-8533-e16c1a15ac8f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135204Z:0ff49524-2963-4342-8533-e16c1a15ac8f" + ], + "Date": [ + "Tue, 18 May 2021 13:52:04 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e1268ff2-b16d-405c-a390-a16d831877ae" + ], + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "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-correlation-request-id": [ + "e1268ff2-b16d-405c-a390-a16d831877ae" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135209Z:e1268ff2-b16d-405c-a390-a16d831877ae" + ], + "Date": [ + "Tue, 18 May 2021 13:52:09 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "00f0313b-ba83-4625-b9bf-8381fc474bfc" + ], + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "133" + ], + "x-ms-correlation-request-id": [ + "00f0313b-ba83-4625-b9bf-8381fc474bfc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135215Z:00f0313b-ba83-4625-b9bf-8381fc474bfc" + ], + "Date": [ + "Tue, 18 May 2021 13:52:14 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "10966f4c-e6a3-4ef8-a175-713994e71203" + ], + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "132" + ], + "x-ms-correlation-request-id": [ + "10966f4c-e6a3-4ef8-a175-713994e71203" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135220Z:10966f4c-e6a3-4ef8-a175-713994e71203" + ], + "Date": [ + "Tue, 18 May 2021 13:52:19 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5e7094ba-7466-4d50-8363-7d3ddf9813cc" + ], + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "131" + ], + "x-ms-correlation-request-id": [ + "5e7094ba-7466-4d50-8363-7d3ddf9813cc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135225Z:5e7094ba-7466-4d50-8363-7d3ddf9813cc" + ], + "Date": [ + "Tue, 18 May 2021 13:52:24 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ab534860-8df4-4434-b82a-38e92d4f2182" + ], + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "130" + ], + "x-ms-correlation-request-id": [ + "ab534860-8df4-4434-b82a-38e92d4f2182" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135230Z:ab534860-8df4-4434-b82a-38e92d4f2182" + ], + "Date": [ + "Tue, 18 May 2021 13:52:29 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "35447fa6-7509-4134-bd2e-04b2781641c2" + ], + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "129" + ], + "x-ms-correlation-request-id": [ + "35447fa6-7509-4134-bd2e-04b2781641c2" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135235Z:35447fa6-7509-4134-bd2e-04b2781641c2" + ], + "Date": [ + "Tue, 18 May 2021 13:52:35 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9d957984-0f0d-4fb3-833a-0e22e577baa0" + ], + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "128" + ], + "x-ms-correlation-request-id": [ + "9d957984-0f0d-4fb3-833a-0e22e577baa0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135240Z:9d957984-0f0d-4fb3-833a-0e22e577baa0" + ], + "Date": [ + "Tue, 18 May 2021 13:52:40 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "011f4391-57c9-482e-8681-68680661e53e" + ], + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "127" + ], + "x-ms-correlation-request-id": [ + "011f4391-57c9-482e-8681-68680661e53e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135246Z:011f4391-57c9-482e-8681-68680661e53e" + ], + "Date": [ + "Tue, 18 May 2021 13:52:45 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72e3075b-4ebd-47c9-8be0-8e9f06068817" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6966,11 +10229,11 @@ "nosniff" ], "x-ms-request-id": [ - "4689c664-512d-422a-b2a8-16f804b1fd75" + "3053c35d-2528-436e-879b-3db069286437" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6982,16 +10245,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "126" ], "x-ms-correlation-request-id": [ - "4689c664-512d-422a-b2a8-16f804b1fd75" + "3053c35d-2528-436e-879b-3db069286437" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132204Z:4689c664-512d-422a-b2a8-16f804b1fd75" + "SOUTHINDIA:20210518T135251Z:3053c35d-2528-436e-879b-3db069286437" ], "Date": [ - "Mon, 15 Feb 2021 13:22:04 GMT" + "Tue, 18 May 2021 13:52:50 GMT" ], "Content-Length": [ "188" @@ -7003,17 +10266,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"name\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzFiZDE5MWVhLTlmOGEtNDQ4NS1iYjMwLTQwMWZhMTk2YTZkOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Accept-Language": [ "en-US" @@ -7021,8 +10284,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7036,11 +10299,11 @@ "nosniff" ], "x-ms-request-id": [ - "bd4c3856-0599-4ac4-9f91-5ad017283507" + "5c75de26-8e62-4428-be9b-425ed7709251" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7052,16 +10315,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "125" ], "x-ms-correlation-request-id": [ - "bd4c3856-0599-4ac4-9f91-5ad017283507" + "5c75de26-8e62-4428-be9b-425ed7709251" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132214Z:bd4c3856-0599-4ac4-9f91-5ad017283507" + "SOUTHINDIA:20210518T135256Z:5c75de26-8e62-4428-be9b-425ed7709251" ], "Date": [ - "Mon, 15 Feb 2021 13:22:13 GMT" + "Tue, 18 May 2021 13:52:55 GMT" ], "Content-Length": [ "188" @@ -7073,17 +10336,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"name\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzFiZDE5MWVhLTlmOGEtNDQ4NS1iYjMwLTQwMWZhMTk2YTZkOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Accept-Language": [ "en-US" @@ -7091,8 +10354,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7106,11 +10369,11 @@ "nosniff" ], "x-ms-request-id": [ - "3316f4e2-ff85-4618-b9c0-c179064bb95c" + "9f4a72a2-a641-47a3-82f5-e241d7456af1" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7122,16 +10385,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "124" ], "x-ms-correlation-request-id": [ - "3316f4e2-ff85-4618-b9c0-c179064bb95c" + "9f4a72a2-a641-47a3-82f5-e241d7456af1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132224Z:3316f4e2-ff85-4618-b9c0-c179064bb95c" + "SOUTHINDIA:20210518T135301Z:9f4a72a2-a641-47a3-82f5-e241d7456af1" ], "Date": [ - "Mon, 15 Feb 2021 13:22:23 GMT" + "Tue, 18 May 2021 13:53:01 GMT" ], "Content-Length": [ "188" @@ -7143,17 +10406,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"name\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzFiZDE5MWVhLTlmOGEtNDQ4NS1iYjMwLTQwMWZhMTk2YTZkOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Accept-Language": [ "en-US" @@ -7161,8 +10424,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7176,11 +10439,11 @@ "nosniff" ], "x-ms-request-id": [ - "9be46e01-d93b-47c8-bfaf-84fe8369189b" + "a9a75793-5fbf-43c5-b6eb-a29d3c6ad42c" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7192,16 +10455,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "123" ], "x-ms-correlation-request-id": [ - "9be46e01-d93b-47c8-bfaf-84fe8369189b" + "a9a75793-5fbf-43c5-b6eb-a29d3c6ad42c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132234Z:9be46e01-d93b-47c8-bfaf-84fe8369189b" + "SOUTHINDIA:20210518T135306Z:a9a75793-5fbf-43c5-b6eb-a29d3c6ad42c" ], "Date": [ - "Mon, 15 Feb 2021 13:22:34 GMT" + "Tue, 18 May 2021 13:53:06 GMT" ], "Content-Length": [ "188" @@ -7213,17 +10476,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"name\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzFiZDE5MWVhLTlmOGEtNDQ4NS1iYjMwLTQwMWZhMTk2YTZkOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Accept-Language": [ "en-US" @@ -7231,8 +10494,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7246,11 +10509,11 @@ "nosniff" ], "x-ms-request-id": [ - "e54ae3df-7282-4b2e-8b0f-9ca0ee8b7b46" + "2ed9139a-47e7-4352-84b9-310a7157e362" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7262,16 +10525,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "122" ], "x-ms-correlation-request-id": [ - "e54ae3df-7282-4b2e-8b0f-9ca0ee8b7b46" + "2ed9139a-47e7-4352-84b9-310a7157e362" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132244Z:e54ae3df-7282-4b2e-8b0f-9ca0ee8b7b46" + "SOUTHINDIA:20210518T135312Z:2ed9139a-47e7-4352-84b9-310a7157e362" ], "Date": [ - "Mon, 15 Feb 2021 13:22:43 GMT" + "Tue, 18 May 2021 13:53:11 GMT" ], "Content-Length": [ "188" @@ -7283,17 +10546,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"name\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzFiZDE5MWVhLTlmOGEtNDQ4NS1iYjMwLTQwMWZhMTk2YTZkOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Accept-Language": [ "en-US" @@ -7301,8 +10564,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7316,11 +10579,11 @@ "nosniff" ], "x-ms-request-id": [ - "e51233ba-9d88-4a88-9398-2a2722e01171" + "40f7bf41-c5b2-441b-a7fe-8d83ba581839" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7332,16 +10595,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "121" ], "x-ms-correlation-request-id": [ - "e51233ba-9d88-4a88-9398-2a2722e01171" + "40f7bf41-c5b2-441b-a7fe-8d83ba581839" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132255Z:e51233ba-9d88-4a88-9398-2a2722e01171" + "SOUTHINDIA:20210518T135317Z:40f7bf41-c5b2-441b-a7fe-8d83ba581839" ], "Date": [ - "Mon, 15 Feb 2021 13:22:55 GMT" + "Tue, 18 May 2021 13:53:17 GMT" ], "Content-Length": [ "188" @@ -7353,17 +10616,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"name\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzFiZDE5MWVhLTlmOGEtNDQ4NS1iYjMwLTQwMWZhMTk2YTZkOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Accept-Language": [ "en-US" @@ -7371,8 +10634,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7386,11 +10649,11 @@ "nosniff" ], "x-ms-request-id": [ - "87e2cc71-eb8e-4b2c-b635-be3cc75742ec" + "fc5d3bad-9a71-4b2f-b57e-6098483940f1" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7402,16 +10665,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "120" ], "x-ms-correlation-request-id": [ - "87e2cc71-eb8e-4b2c-b635-be3cc75742ec" + "fc5d3bad-9a71-4b2f-b57e-6098483940f1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132306Z:87e2cc71-eb8e-4b2c-b635-be3cc75742ec" + "SOUTHINDIA:20210518T135322Z:fc5d3bad-9a71-4b2f-b57e-6098483940f1" ], "Date": [ - "Mon, 15 Feb 2021 13:23:05 GMT" + "Tue, 18 May 2021 13:53:22 GMT" ], "Content-Length": [ "188" @@ -7423,17 +10686,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"name\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzFiZDE5MWVhLTlmOGEtNDQ4NS1iYjMwLTQwMWZhMTk2YTZkOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Accept-Language": [ "en-US" @@ -7441,8 +10704,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7456,11 +10719,11 @@ "nosniff" ], "x-ms-request-id": [ - "645e7667-5990-4250-8eb1-d24b7bd766f3" + "d673b3c5-21f5-47f3-b0b6-72f11271e819" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7472,16 +10735,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "119" ], "x-ms-correlation-request-id": [ - "645e7667-5990-4250-8eb1-d24b7bd766f3" + "d673b3c5-21f5-47f3-b0b6-72f11271e819" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132316Z:645e7667-5990-4250-8eb1-d24b7bd766f3" + "SOUTHINDIA:20210518T135327Z:d673b3c5-21f5-47f3-b0b6-72f11271e819" ], "Date": [ - "Mon, 15 Feb 2021 13:23:15 GMT" + "Tue, 18 May 2021 13:53:27 GMT" ], "Content-Length": [ "188" @@ -7493,17 +10756,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"name\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzFiZDE5MWVhLTlmOGEtNDQ4NS1iYjMwLTQwMWZhMTk2YTZkOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Accept-Language": [ "en-US" @@ -7511,8 +10774,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7526,11 +10789,11 @@ "nosniff" ], "x-ms-request-id": [ - "6ee50a26-30b0-4340-a9c7-94129b4df47d" + "833ca7c1-79a1-456c-82a8-c872bf625a54" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7542,16 +10805,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "118" ], "x-ms-correlation-request-id": [ - "6ee50a26-30b0-4340-a9c7-94129b4df47d" + "833ca7c1-79a1-456c-82a8-c872bf625a54" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132326Z:6ee50a26-30b0-4340-a9c7-94129b4df47d" + "SOUTHINDIA:20210518T135332Z:833ca7c1-79a1-456c-82a8-c872bf625a54" ], "Date": [ - "Mon, 15 Feb 2021 13:23:25 GMT" + "Tue, 18 May 2021 13:53:32 GMT" ], "Content-Length": [ "188" @@ -7563,17 +10826,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"name\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzFiZDE5MWVhLTlmOGEtNDQ4NS1iYjMwLTQwMWZhMTk2YTZkOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Accept-Language": [ "en-US" @@ -7581,8 +10844,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7596,11 +10859,11 @@ "nosniff" ], "x-ms-request-id": [ - "970558b9-82cf-42a8-8a59-14562827c8ed" + "6154dd7d-eead-4df1-8c2b-2253b5eb3cea" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7612,16 +10875,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "117" ], "x-ms-correlation-request-id": [ - "970558b9-82cf-42a8-8a59-14562827c8ed" + "6154dd7d-eead-4df1-8c2b-2253b5eb3cea" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132336Z:970558b9-82cf-42a8-8a59-14562827c8ed" + "SOUTHINDIA:20210518T135337Z:6154dd7d-eead-4df1-8c2b-2253b5eb3cea" ], "Date": [ - "Mon, 15 Feb 2021 13:23:36 GMT" + "Tue, 18 May 2021 13:53:37 GMT" ], "Content-Length": [ "188" @@ -7633,17 +10896,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"name\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzFiZDE5MWVhLTlmOGEtNDQ4NS1iYjMwLTQwMWZhMTk2YTZkOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Accept-Language": [ "en-US" @@ -7651,8 +10914,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7666,11 +10929,11 @@ "nosniff" ], "x-ms-request-id": [ - "ce8dcf70-030c-4383-9b2f-30a879338707" + "510bcda0-a59d-4651-a16f-3cc9f5928e75" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7682,16 +10945,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "116" ], "x-ms-correlation-request-id": [ - "ce8dcf70-030c-4383-9b2f-30a879338707" + "510bcda0-a59d-4651-a16f-3cc9f5928e75" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132346Z:ce8dcf70-030c-4383-9b2f-30a879338707" + "SOUTHINDIA:20210518T135343Z:510bcda0-a59d-4651-a16f-3cc9f5928e75" ], "Date": [ - "Mon, 15 Feb 2021 13:23:46 GMT" + "Tue, 18 May 2021 13:53:42 GMT" ], "Content-Length": [ "304" @@ -7703,17 +10966,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"name\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cfc5429e-51e9-4690-9149-61cf14420aff\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a0440564-8e42-430c-b4ee-a900f08dd3a2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupOperations/1bd191ea-9f8a-4485-bb30-401fa196a6d8?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBPcGVyYXRpb25zLzFiZDE5MWVhLTlmOGEtNDQ4NS1iYjMwLTQwMWZhMTk2YTZkOD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupOperations/37a49efe-ea7d-4769-9f8e-0d59ab44d258?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBPcGVyYXRpb25zLzM3YTQ5ZWZlLWVhN2QtNDc2OS05ZjhlLTBkNTlhYjQ0ZDI1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Accept-Language": [ "en-US" @@ -7721,8 +10984,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7736,11 +10999,11 @@ "nosniff" ], "x-ms-request-id": [ - "36c4ef9d-5968-47e0-9642-cb977fc32243" + "be064376-a250-45bb-b3c8-eb2e5d14a778" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7752,16 +11015,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "115" ], "x-ms-correlation-request-id": [ - "36c4ef9d-5968-47e0-9642-cb977fc32243" + "be064376-a250-45bb-b3c8-eb2e5d14a778" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132347Z:36c4ef9d-5968-47e0-9642-cb977fc32243" + "SOUTHINDIA:20210518T135343Z:be064376-a250-45bb-b3c8-eb2e5d14a778" ], "Date": [ - "Mon, 15 Feb 2021 13:23:46 GMT" + "Tue, 18 May 2021 13:53:43 GMT" ], "Content-Length": [ "304" @@ -7773,17 +11036,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"name\": \"1bd191ea-9f8a-4485-bb30-401fa196a6d8\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cfc5429e-51e9-4690-9149-61cf14420aff\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"name\": \"37a49efe-ea7d-4769-9f8e-0d59ab44d258\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a0440564-8e42-430c-b4ee-a900f08dd3a2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/cfc5429e-51e9-4690-9149-61cf14420aff?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NS9iYWNrdXBKb2JzL2NmYzU0MjllLTUxZTktNDY5MC05MTQ5LTYxY2YxNDQyMGFmZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/a0440564-8e42-430c-b4ee-a900f08dd3a2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOC9iYWNrdXBKb2JzL2EwNDQwNTY0LThlNDItNDMwYy1iNGVlLWE5MDBmMDhkZDNhMj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "Accept-Language": [ "en-US" @@ -7791,8 +11054,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7810,11 +11073,11 @@ "nosniff" ], "x-ms-request-id": [ - "c1adb8e0-33b8-49b6-8e32-2a5c862d2847" + "3ed33b2d-e1fd-4d53-81aa-480ae91e6df7" ], "x-ms-client-request-id": [ - "de932dae-7589-40f6-bc73-a53479639136", - "de932dae-7589-40f6-bc73-a53479639136" + "72e3075b-4ebd-47c9-8be0-8e9f06068817", + "72e3075b-4ebd-47c9-8be0-8e9f06068817" ], "X-Powered-By": [ "ASP.NET" @@ -7823,16 +11086,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "115" + "84" ], "x-ms-correlation-request-id": [ - "c1adb8e0-33b8-49b6-8e32-2a5c862d2847" + "3ed33b2d-e1fd-4d53-81aa-480ae91e6df7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132348Z:c1adb8e0-33b8-49b6-8e32-2a5c862d2847" + "SOUTHINDIA:20210518T135343Z:3ed33b2d-e1fd-4d53-81aa-480ae91e6df7" ], "Date": [ - "Mon, 15 Feb 2021 13:23:47 GMT" + "Tue, 18 May 2021 13:53:43 GMT" ], "Content-Length": [ "845" @@ -7844,17 +11107,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175/backupJobs/cfc5429e-51e9-4690-9149-61cf14420aff\",\r\n \"name\": \"cfc5429e-51e9-4690-9149-61cf14420aff\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg8b6da175;pstestvm8b6da0\",\r\n \"duration\": \"PT1M53.0203745S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM8b6da0\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM8b6da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T13:21:53.4668858Z\",\r\n \"endTime\": \"2021-02-15T13:23:46.4872603Z\",\r\n \"activityId\": \"de932dae-7589-40f6-bc73-a53479639136\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138/backupJobs/a0440564-8e42-430c-b4ee-a900f08dd3a2\",\r\n \"name\": \"a0440564-8e42-430c-b4ee-a900f08dd3a2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgca3da138;pstestvmca3da0\",\r\n \"duration\": \"PT1M51.3755888S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMca3da0\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMca3da0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T13:51:48.7329096Z\",\r\n \"endTime\": \"2021-05-18T13:53:40.1084984Z\",\r\n \"activityId\": \"72e3075b-4ebd-47c9-8be0-8e9f06068817\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG8b6da175/providers/Microsoft.RecoveryServices/vaults/PSTestRSV8b6da175?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHOGI2ZGExNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4YjZkYTE3NT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGca3da138/providers/Microsoft.RecoveryServices/vaults/PSTestRSVca3da138?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2EzZGExMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjYTNkYTEzOD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33b1f1b7-97d5-426a-92d0-864d172217af" + "032e0173-8318-441d-b5c0-6f58ed5c2e26" ], "Accept-Language": [ "en-US" @@ -7862,7 +11125,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -7877,10 +11140,10 @@ "nosniff" ], "x-ms-request-id": [ - "c199809a-7a55-4ca6-bc84-6c5617ea16a7" + "2a634fcb-4d04-4189-aeda-90b631ec3582" ], "x-ms-client-request-id": [ - "33b1f1b7-97d5-426a-92d0-864d172217af" + "032e0173-8318-441d-b5c0-6f58ed5c2e26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7889,13 +11152,13 @@ "9" ], "x-ms-correlation-request-id": [ - "c199809a-7a55-4ca6-bc84-6c5617ea16a7" + "2a634fcb-4d04-4189-aeda-90b631ec3582" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132351Z:c199809a-7a55-4ca6-bc84-6c5617ea16a7" + "JIOINDIAWEST:20210518T135348Z:2a634fcb-4d04-4189-aeda-90b631ec3582" ], "Date": [ - "Mon, 15 Feb 2021 13:23:50 GMT" + "Tue, 18 May 2021 13:53:48 GMT" ], "Expires": [ "-1" @@ -7908,13 +11171,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG8b6da175?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHOGI2ZGExNzU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGca3da138?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2EzZGExMzg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b902833a-936e-4b52-a7ae-e54cebcdc7ee" + "b89bb158-a7d1-454c-bc03-cb89f2bafa54" ], "Accept-Language": [ "en-US" @@ -7922,8 +11185,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -7934,22 +11197,79 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" + ], + "x-ms-request-id": [ + "2dfec3f5-fb4e-4704-aca3-4ae080530506" + ], + "x-ms-correlation-request-id": [ + "2dfec3f5-fb4e-4704-aca3-4ae080530506" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135350Z:2dfec3f5-fb4e-4704-aca3-4ae080530506" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 13:53:49 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" ], "x-ms-request-id": [ - "9101d46d-79e5-4284-abb1-87d69b5999b8" + "086699d5-2bd4-4b80-a738-f7ee33b6989a" ], "x-ms-correlation-request-id": [ - "9101d46d-79e5-4284-abb1-87d69b5999b8" + "086699d5-2bd4-4b80-a738-f7ee33b6989a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132353Z:9101d46d-79e5-4284-abb1-87d69b5999b8" + "SOUTHINDIA:20210518T135405Z:086699d5-2bd4-4b80-a738-f7ee33b6989a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7958,7 +11278,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:23:52 GMT" + "Tue, 18 May 2021 13:54:04 GMT" ], "Expires": [ "-1" @@ -7971,16 +11291,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -7991,7 +11311,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8000,13 +11320,13 @@ "11984" ], "x-ms-request-id": [ - "f4953e09-b4ab-4092-b29a-bb61314a2c1b" + "c70fb896-ed8f-49d8-a8ba-0ab54cacb0b7" ], "x-ms-correlation-request-id": [ - "f4953e09-b4ab-4092-b29a-bb61314a2c1b" + "c70fb896-ed8f-49d8-a8ba-0ab54cacb0b7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132408Z:f4953e09-b4ab-4092-b29a-bb61314a2c1b" + "SOUTHINDIA:20210518T135420Z:c70fb896-ed8f-49d8-a8ba-0ab54cacb0b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8015,7 +11335,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:24:07 GMT" + "Tue, 18 May 2021 13:54:19 GMT" ], "Expires": [ "-1" @@ -8028,16 +11348,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8048,7 +11368,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8057,13 +11377,13 @@ "11983" ], "x-ms-request-id": [ - "e7d472e4-9fab-4f50-86a6-1e47d80b4be8" + "9a8b5b21-c631-4d5b-ad21-589d5df83e4c" ], "x-ms-correlation-request-id": [ - "e7d472e4-9fab-4f50-86a6-1e47d80b4be8" + "9a8b5b21-c631-4d5b-ad21-589d5df83e4c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132423Z:e7d472e4-9fab-4f50-86a6-1e47d80b4be8" + "SOUTHINDIA:20210518T135435Z:9a8b5b21-c631-4d5b-ad21-589d5df83e4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8072,7 +11392,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:24:23 GMT" + "Tue, 18 May 2021 13:54:34 GMT" ], "Expires": [ "-1" @@ -8085,16 +11405,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8105,7 +11425,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8114,13 +11434,13 @@ "11982" ], "x-ms-request-id": [ - "d627ce58-31e0-4dea-8b2a-d66d220ab183" + "1969df06-797d-40f5-b317-a415c7334b68" ], "x-ms-correlation-request-id": [ - "d627ce58-31e0-4dea-8b2a-d66d220ab183" + "1969df06-797d-40f5-b317-a415c7334b68" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132438Z:d627ce58-31e0-4dea-8b2a-d66d220ab183" + "SOUTHINDIA:20210518T135450Z:1969df06-797d-40f5-b317-a415c7334b68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8129,7 +11449,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:24:38 GMT" + "Tue, 18 May 2021 13:54:49 GMT" ], "Expires": [ "-1" @@ -8142,16 +11462,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8162,7 +11482,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8171,13 +11491,13 @@ "11981" ], "x-ms-request-id": [ - "f671af60-a937-4ef8-b140-8b48adcf8b66" + "89dea857-7d71-48eb-bee5-4f8cd19c2d42" ], "x-ms-correlation-request-id": [ - "f671af60-a937-4ef8-b140-8b48adcf8b66" + "89dea857-7d71-48eb-bee5-4f8cd19c2d42" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132453Z:f671af60-a937-4ef8-b140-8b48adcf8b66" + "SOUTHINDIA:20210518T135505Z:89dea857-7d71-48eb-bee5-4f8cd19c2d42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8186,7 +11506,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:24:53 GMT" + "Tue, 18 May 2021 13:55:05 GMT" ], "Expires": [ "-1" @@ -8199,16 +11519,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8219,7 +11539,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8228,13 +11548,13 @@ "11980" ], "x-ms-request-id": [ - "82bf229d-dae2-4574-8a72-bfe1a450c9d4" + "7235b98e-d601-43f5-a8dc-32066594f2a0" ], "x-ms-correlation-request-id": [ - "82bf229d-dae2-4574-8a72-bfe1a450c9d4" + "7235b98e-d601-43f5-a8dc-32066594f2a0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132508Z:82bf229d-dae2-4574-8a72-bfe1a450c9d4" + "SOUTHINDIA:20210518T135520Z:7235b98e-d601-43f5-a8dc-32066594f2a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8243,7 +11563,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:25:08 GMT" + "Tue, 18 May 2021 13:55:20 GMT" ], "Expires": [ "-1" @@ -8256,16 +11576,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8276,7 +11596,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8285,13 +11605,13 @@ "11979" ], "x-ms-request-id": [ - "1e8a3a5e-600c-47f2-91e2-081b8c14184f" + "6b9c7941-abac-4ef1-9bb8-ed3043861777" ], "x-ms-correlation-request-id": [ - "1e8a3a5e-600c-47f2-91e2-081b8c14184f" + "6b9c7941-abac-4ef1-9bb8-ed3043861777" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132524Z:1e8a3a5e-600c-47f2-91e2-081b8c14184f" + "SOUTHINDIA:20210518T135535Z:6b9c7941-abac-4ef1-9bb8-ed3043861777" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8300,7 +11620,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:25:23 GMT" + "Tue, 18 May 2021 13:55:35 GMT" ], "Expires": [ "-1" @@ -8313,16 +11633,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8333,7 +11653,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8342,13 +11662,13 @@ "11978" ], "x-ms-request-id": [ - "2bbaaeaf-3a0c-40a0-a83e-3ec118bc17b4" + "015b2bc1-1670-4827-9734-e2365110a9a9" ], "x-ms-correlation-request-id": [ - "2bbaaeaf-3a0c-40a0-a83e-3ec118bc17b4" + "015b2bc1-1670-4827-9734-e2365110a9a9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132539Z:2bbaaeaf-3a0c-40a0-a83e-3ec118bc17b4" + "SOUTHINDIA:20210518T135550Z:015b2bc1-1670-4827-9734-e2365110a9a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8357,7 +11677,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:25:38 GMT" + "Tue, 18 May 2021 13:55:50 GMT" ], "Expires": [ "-1" @@ -8370,16 +11690,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8390,7 +11710,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8399,13 +11719,13 @@ "11977" ], "x-ms-request-id": [ - "6f768b27-2c65-44b9-8f74-2253e53b9a48" + "c9e4301b-3f21-4279-a7d6-8a57f8fba477" ], "x-ms-correlation-request-id": [ - "6f768b27-2c65-44b9-8f74-2253e53b9a48" + "c9e4301b-3f21-4279-a7d6-8a57f8fba477" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132554Z:6f768b27-2c65-44b9-8f74-2253e53b9a48" + "SOUTHINDIA:20210518T135606Z:c9e4301b-3f21-4279-a7d6-8a57f8fba477" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8414,7 +11734,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:25:54 GMT" + "Tue, 18 May 2021 13:56:05 GMT" ], "Expires": [ "-1" @@ -8427,16 +11747,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8447,7 +11767,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8456,13 +11776,13 @@ "11976" ], "x-ms-request-id": [ - "e7873049-f77f-4a43-a4ed-33a1d25d27ca" + "a099de2a-fd36-4bab-a63c-5f652c256b7c" ], "x-ms-correlation-request-id": [ - "e7873049-f77f-4a43-a4ed-33a1d25d27ca" + "a099de2a-fd36-4bab-a63c-5f652c256b7c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132609Z:e7873049-f77f-4a43-a4ed-33a1d25d27ca" + "SOUTHINDIA:20210518T135621Z:a099de2a-fd36-4bab-a63c-5f652c256b7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8471,7 +11791,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:26:08 GMT" + "Tue, 18 May 2021 13:56:20 GMT" ], "Expires": [ "-1" @@ -8484,16 +11804,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8504,7 +11824,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8513,13 +11833,13 @@ "11975" ], "x-ms-request-id": [ - "f2149153-00f9-4b11-a694-eeb16c243368" + "f1e53643-48ab-4ffd-a641-dd145244117c" ], "x-ms-correlation-request-id": [ - "f2149153-00f9-4b11-a694-eeb16c243368" + "f1e53643-48ab-4ffd-a641-dd145244117c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132624Z:f2149153-00f9-4b11-a694-eeb16c243368" + "SOUTHINDIA:20210518T135636Z:f1e53643-48ab-4ffd-a641-dd145244117c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8528,7 +11848,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:26:24 GMT" + "Tue, 18 May 2021 13:56:35 GMT" ], "Expires": [ "-1" @@ -8541,16 +11861,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8561,7 +11881,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8570,13 +11890,13 @@ "11974" ], "x-ms-request-id": [ - "89d9f1e2-2cc3-4ea4-9137-36a637ad89f4" + "6017f731-8bb3-4431-ac68-93d5803ff8c0" ], "x-ms-correlation-request-id": [ - "89d9f1e2-2cc3-4ea4-9137-36a637ad89f4" + "6017f731-8bb3-4431-ac68-93d5803ff8c0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132639Z:89d9f1e2-2cc3-4ea4-9137-36a637ad89f4" + "SOUTHINDIA:20210518T135651Z:6017f731-8bb3-4431-ac68-93d5803ff8c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8585,7 +11905,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:26:39 GMT" + "Tue, 18 May 2021 13:56:50 GMT" ], "Expires": [ "-1" @@ -8598,16 +11918,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8618,7 +11938,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8627,13 +11947,13 @@ "11973" ], "x-ms-request-id": [ - "3973f6df-6fca-4848-97c6-649a44eddbf8" + "3a162caf-aab3-4281-9161-088dd63f70bc" ], "x-ms-correlation-request-id": [ - "3973f6df-6fca-4848-97c6-649a44eddbf8" + "3a162caf-aab3-4281-9161-088dd63f70bc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132654Z:3973f6df-6fca-4848-97c6-649a44eddbf8" + "SOUTHINDIA:20210518T135706Z:3a162caf-aab3-4281-9161-088dd63f70bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8642,7 +11962,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:26:54 GMT" + "Tue, 18 May 2021 13:57:06 GMT" ], "Expires": [ "-1" @@ -8655,16 +11975,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8675,7 +11995,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8684,13 +12004,13 @@ "11972" ], "x-ms-request-id": [ - "aceabae1-67ec-41e7-aa1c-d1bd7ba21891" + "ad808f91-e315-426f-8456-17a1f951a6c0" ], "x-ms-correlation-request-id": [ - "aceabae1-67ec-41e7-aa1c-d1bd7ba21891" + "ad808f91-e315-426f-8456-17a1f951a6c0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132709Z:aceabae1-67ec-41e7-aa1c-d1bd7ba21891" + "SOUTHINDIA:20210518T135721Z:ad808f91-e315-426f-8456-17a1f951a6c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8699,7 +12019,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:27:09 GMT" + "Tue, 18 May 2021 13:57:21 GMT" ], "Expires": [ "-1" @@ -8712,16 +12032,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8732,7 +12052,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -8741,13 +12061,13 @@ "11971" ], "x-ms-request-id": [ - "e82026fc-b1fd-45ad-92dc-25c157c493e7" + "2195a340-eec4-46cd-b63d-d3b2bbe0558b" ], "x-ms-correlation-request-id": [ - "e82026fc-b1fd-45ad-92dc-25c157c493e7" + "2195a340-eec4-46cd-b63d-d3b2bbe0558b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132725Z:e82026fc-b1fd-45ad-92dc-25c157c493e7" + "SOUTHINDIA:20210518T135736Z:2195a340-eec4-46cd-b63d-d3b2bbe0558b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8756,7 +12076,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:27:25 GMT" + "Tue, 18 May 2021 13:57:36 GMT" ], "Expires": [ "-1" @@ -8769,16 +12089,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8788,17 +12108,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], "x-ms-request-id": [ - "171541a3-5500-4e47-bae9-c3522784cb5e" + "0976637c-2e73-4bf0-82d9-724b93578632" ], "x-ms-correlation-request-id": [ - "171541a3-5500-4e47-bae9-c3522784cb5e" + "0976637c-2e73-4bf0-82d9-724b93578632" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132740Z:171541a3-5500-4e47-bae9-c3522784cb5e" + "SOUTHINDIA:20210518T135751Z:0976637c-2e73-4bf0-82d9-724b93578632" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8807,7 +12133,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:27:39 GMT" + "Tue, 18 May 2021 13:57:51 GMT" ], "Expires": [ "-1" @@ -8817,19 +12143,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzhCNkRBMTc1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemhDTmtSQk1UYzFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -8839,17 +12165,182 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], "x-ms-request-id": [ - "41810f9e-c916-4367-9b5f-f642fdaac55c" + "821ea068-a4bd-42dc-91ae-8cafa5827c9c" + ], + "x-ms-correlation-request-id": [ + "821ea068-a4bd-42dc-91ae-8cafa5827c9c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135807Z:821ea068-a4bd-42dc-91ae-8cafa5827c9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 13:58:06 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-request-id": [ + "ce747f7e-2002-439b-ba19-176c6976ff29" + ], + "x-ms-correlation-request-id": [ + "ce747f7e-2002-439b-ba19-176c6976ff29" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135822Z:ce747f7e-2002-439b-ba19-176c6976ff29" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 13:58:21 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-request-id": [ + "019c8f2e-c033-4952-84f7-e42e4b4bf190" + ], + "x-ms-correlation-request-id": [ + "019c8f2e-c033-4952-84f7-e42e4b4bf190" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T135837Z:019c8f2e-c033-4952-84f7-e42e4b4bf190" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 13:58:36 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NBM0RBMTM4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5CTTBSQk1UTTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-request-id": [ + "25a54ca8-3edb-45e6-8d04-d645debdc941" ], "x-ms-correlation-request-id": [ - "41810f9e-c916-4367-9b5f-f642fdaac55c" + "25a54ca8-3edb-45e6-8d04-d645debdc941" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T132740Z:41810f9e-c916-4367-9b5f-f642fdaac55c" + "SOUTHINDIA:20210518T135837Z:25a54ca8-3edb-45e6-8d04-d645debdc941" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8858,7 +12349,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 13:27:39 GMT" + "Tue, 18 May 2021 13:58:36 GMT" ], "Expires": [ "-1" @@ -8873,9 +12364,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "8b6da175-41ea-4172-be8f-a8904b8133df", - "BackupStartTime1": "2121-02-15 13:21:51Z", - "BackupStartTime2": "01/26/2021 18:51:52" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", + "NamingSuffix": "ca3da138-210e-45f3-a72f-655053b1d3d8", + "BackupStartTime1": "2121-05-18 13:51:46Z", + "BackupStartTime2": "04/28/2021 19:21:47" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMProtection.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMProtection.json index dfbce08af945..f45bcebe3937 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMProtection.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMProtection.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGf92b5070?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZjkyYjUwNzA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG81f98bdc?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHODFmOThiZGM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a6d0a6a-cf68-4f49-8c88-de5332009eb0" + "29f1b31e-dad6-44d7-95e5-c0fef7a65127" ], "Accept-Language": [ "en-US" @@ -15,8 +15,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "809dba9b-63b6-4903-9bee-0133fe828e8a" + "e8701248-6dfe-4513-ac27-b5d5ccf42db5" ], "x-ms-correlation-request-id": [ - "809dba9b-63b6-4903-9bee-0133fe828e8a" + "e8701248-6dfe-4513-ac27-b5d5ccf42db5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074806Z:809dba9b-63b6-4903-9bee-0133fe828e8a" + "SOUTHINDIA:20210518T214742Z:e8701248-6dfe-4513-ac27-b5d5ccf42db5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:05 GMT" + "Tue, 18 May 2021 21:47:41 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,17 +60,17 @@ "108" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGf92b5070' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG81f98bdc' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGf92b5070?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZjkyYjUwNzA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG81f98bdc?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHODFmOThiZGM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1af4325-1bd1-462c-b615-7c04759349c7" + "602c903e-045b-4a70-9076-5f53a8444e56" ], "Accept-Language": [ "en-US" @@ -78,8 +78,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -93,13 +93,13 @@ "11999" ], "x-ms-request-id": [ - "49021821-f2f3-4bed-b9ae-831f6f535f10" + "05071932-a53e-4d28-b890-c796b15d9cbb" ], "x-ms-correlation-request-id": [ - "49021821-f2f3-4bed-b9ae-831f6f535f10" + "05071932-a53e-4d28-b890-c796b15d9cbb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075517Z:49021821-f2f3-4bed-b9ae-831f6f535f10" + "WESTINDIA:20210518T215508Z:05071932-a53e-4d28-b890-c796b15d9cbb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:55:17 GMT" + "Tue, 18 May 2021 21:55:07 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,17 +120,17 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070\",\r\n \"name\": \"PSTestRGf92b5070\",\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/PSTestRG81f98bdc\",\r\n \"name\": \"PSTestRG81f98bdc\",\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/PSTestRGf92b5070?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZjkyYjUwNzA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG81f98bdc?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHODFmOThiZGM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e2cb07be-d21a-4cc8-baaf-29305952cccc" + "3a23238f-36cf-47c1-abf6-f966b3c66d68" ], "Accept-Language": [ "en-US" @@ -138,8 +138,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "1199" ], "x-ms-request-id": [ - "b1538e0f-e16b-4105-b430-ccd0f8ea23b9" + "a393747a-183b-4c3c-b82b-d040cccdd986" ], "x-ms-correlation-request-id": [ - "b1538e0f-e16b-4105-b430-ccd0f8ea23b9" + "a393747a-183b-4c3c-b82b-d040cccdd986" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074808Z:b1538e0f-e16b-4105-b430-ccd0f8ea23b9" + "SOUTHINDIA:20210518T214743Z:a393747a-183b-4c3c-b82b-d040cccdd986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:08 GMT" + "Tue, 18 May 2021 21:47:42 GMT" ], "Content-Length": [ "192" @@ -186,17 +186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070\",\r\n \"name\": \"PSTestRGf92b5070\",\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/PSTestRG81f98bdc\",\r\n \"name\": \"PSTestRG81f98bdc\",\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/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY5MmI1MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTgxZjk4MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7fbf9ce-0916-4599-a590-d45ffff05661" + "2b60ced9-3945-4a58-8334-f4952535b743" ], "Accept-Language": [ "en-US" @@ -204,8 +204,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "12a1e8e3-e2d5-48b3-b56e-7b0560b33eb2" + "5547b95b-bfc2-496a-b49d-3374c9da85d9" ], "x-ms-correlation-request-id": [ - "12a1e8e3-e2d5-48b3-b56e-7b0560b33eb2" + "5547b95b-bfc2-496a-b49d-3374c9da85d9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074808Z:12a1e8e3-e2d5-48b3-b56e-7b0560b33eb2" + "SOUTHINDIA:20210518T214743Z:5547b95b-bfc2-496a-b49d-3374c9da85d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:08 GMT" + "Tue, 18 May 2021 21:47:43 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,23 +246,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVMf92b50' under resource group 'PSTestRGf92b5070' 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/PSTestVM81f980' under resource group 'PSTestRG81f98bdc' 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/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY5MmI1MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTgxZjk4MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -273,13 +273,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31994" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b97dd50-1c3f-453d-a965-1e34b87c82b6" + "02b3c0a1-50de-4b7b-bbb3-6da87c993d9d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -289,19 +289,19 @@ "11995" ], "x-ms-correlation-request-id": [ - "313b171e-324e-4bcc-bb18-9afa4b90ffa3" + "c220b973-2a1f-4a37-927f-a3e00deeae3a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075024Z:313b171e-324e-4bcc-bb18-9afa4b90ffa3" + "SOUTHINDIA:20210518T214955Z:c220b973-2a1f-4a37-927f-a3e00deeae3a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:50:23 GMT" + "Tue, 18 May 2021 21:49:55 GMT" ], "Content-Length": [ - "2184" + "2180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -310,17 +310,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2570a6d3-90b2-4f3a-874b-8ead10e6669e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVMf92b50_OsDisk_1_60efa35d2e7b4b5a814b1affbce1cfcf\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/disks/PSTestVMf92b50_OsDisk_1_60efa35d2e7b4b5a814b1affbce1cfcf\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf92b50\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b2d2fd93-79c9-4721-8db2-b7b892ebe8e4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM81f980_OsDisk_1_78d92814d0cb4faaafc95fcbfa1b8112\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/disks/PSTestVM81f980_OsDisk_1_78d92814d0cb4faaafc95fcbfa1b8112\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM81f980\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY5MmI1MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTgxZjk4MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "44043e83-d5f1-45fe-b92c-e8f53c9cc225" + "667a6882-160d-427a-b3b0-fc75c6d28232" ], "Accept-Language": [ "en-US" @@ -328,8 +328,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -340,35 +340,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31991" + "Microsoft.Compute/LowCostGet3Min;3871,Microsoft.Compute/LowCostGet30Min;31866" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8542414c-239a-4f0b-b160-b69713dd6d14" + "8ff92588-04ed-431b-9e5b-1c3c723d2ec6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11985" ], "x-ms-correlation-request-id": [ - "24382f3e-04e9-430c-b2cc-e11948f4c0c2" + "07e05c0a-a959-43d1-ac9e-1e7037fe114c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075229Z:24382f3e-04e9-430c-b2cc-e11948f4c0c2" + "SOUTHINDIA:20210518T215229Z:07e05c0a-a959-43d1-ac9e-1e7037fe114c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:52:29 GMT" + "Tue, 18 May 2021 21:52:29 GMT" ], "Content-Length": [ - "2747" + "2743" ], "Content-Type": [ "application/json; charset=utf-8" @@ -377,17 +377,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2570a6d3-90b2-4f3a-874b-8ead10e6669e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVMf92b50_OsDisk_1_60efa35d2e7b4b5a814b1affbce1cfcf\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/disks/PSTestVMf92b50_OsDisk_1_60efa35d2e7b4b5a814b1affbce1cfcf\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf92b50\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b2d2fd93-79c9-4721-8db2-b7b892ebe8e4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM81f980_OsDisk_1_78d92814d0cb4faaafc95fcbfa1b8112\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/disks/PSTestVM81f980_OsDisk_1_78d92814d0cb4faaafc95fcbfa1b8112\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM81f980\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjkyYjUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUODFmOTgwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1369645-d261-48c0-9289-2892ac78cc27" + "87c8aad4-5ad7-4d57-a146-c6421852fde3" ], "Accept-Language": [ "en-US" @@ -395,8 +395,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -410,13 +410,13 @@ "gateway" ], "x-ms-request-id": [ - "26532196-aac3-45bc-808e-2ed711773df1" + "a273f1de-21f5-4d0b-b4e5-33c8bf363d35" ], "x-ms-correlation-request-id": [ - "26532196-aac3-45bc-808e-2ed711773df1" + "a273f1de-21f5-4d0b-b4e5-33c8bf363d35" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074809Z:26532196-aac3-45bc-808e-2ed711773df1" + "SOUTHINDIA:20210518T214745Z:a273f1de-21f5-4d0b-b4e5-33c8bf363d35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -425,7 +425,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:09 GMT" + "Tue, 18 May 2021 21:47:44 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -437,23 +437,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNETf92b50' under resource group 'PSTestRGf92b5070' 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/PSTestVNET81f980' under resource group 'PSTestRG81f98bdc' 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/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjkyYjUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUODFmOTgwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1369645-d261-48c0-9289-2892ac78cc27" + "87c8aad4-5ad7-4d57-a146-c6421852fde3" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -464,16 +464,16 @@ "no-cache" ], "ETag": [ - "W/\"3996c1a8-436e-48a5-8fbd-e837f67cee79\"" + "W/\"a560dcbe-ab3b-44ae-a261-2f387d26e223\"" ], "x-ms-request-id": [ - "49016ec1-fe95-4d6f-a26b-f6d7d1ab0b0a" + "bcbd6ec8-fbf4-437b-a490-593584e9efc9" ], "x-ms-correlation-request-id": [ - "1c177365-233e-4c86-b1c9-0eb6a8303674" + "3cbc9706-e522-4a78-8eb3-3342be499cc4" ], "x-ms-arm-service-request-id": [ - "6fc841ae-d22a-44f4-a269-13c088291e5f" + "81e1c285-2c23-46c7-8679-d8bab8f7e3a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -483,19 +483,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074817Z:1c177365-233e-4c86-b1c9-0eb6a8303674" + "SOUTHINDIA:20210518T214751Z:3cbc9706-e522-4a78-8eb3-3342be499cc4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:16 GMT" + "Tue, 18 May 2021 21:47:50 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -504,17 +504,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50\",\r\n \"etag\": \"W/\\\"3996c1a8-436e-48a5-8fbd-e837f67cee79\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9aaeff52-63fc-4ee8-b1aa-4c381e2881bc\",\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\": \"PSTestSNCf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50/subnets/PSTestSNCf92b50\",\r\n \"etag\": \"W/\\\"3996c1a8-436e-48a5-8fbd-e837f67cee79\\\"\",\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\": \"PSTestVNET81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980\",\r\n \"etag\": \"W/\\\"a560dcbe-ab3b-44ae-a261-2f387d26e223\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5127e74d-314d-417c-b59f-c571188d3ded\",\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\": \"PSTestSNC81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980/subnets/PSTestSNC81f980\",\r\n \"etag\": \"W/\\\"a560dcbe-ab3b-44ae-a261-2f387d26e223\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjkyYjUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUODFmOTgwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1369645-d261-48c0-9289-2892ac78cc27" + "87c8aad4-5ad7-4d57-a146-c6421852fde3" ], "Accept-Language": [ "en-US" @@ -522,8 +522,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -534,16 +534,16 @@ "no-cache" ], "ETag": [ - "W/\"3996c1a8-436e-48a5-8fbd-e837f67cee79\"" + "W/\"a560dcbe-ab3b-44ae-a261-2f387d26e223\"" ], "x-ms-request-id": [ - "6805aacd-8efc-444a-a6e6-64d8dd5b9544" + "95a14adf-555b-4f07-9f68-cf1a7c45a9dd" ], "x-ms-correlation-request-id": [ - "8ebf6469-b469-47ca-ba6b-30d97e63141c" + "7f76eac3-e899-4e1a-9ecb-56f70d457a74" ], "x-ms-arm-service-request-id": [ - "18e50de0-3d6e-458f-9b33-06a83f8afb30" + "fc4ab8d8-733d-413c-a9c9-0f39eaaab777" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -553,19 +553,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074817Z:8ebf6469-b469-47ca-ba6b-30d97e63141c" + "SOUTHINDIA:20210518T214751Z:7f76eac3-e899-4e1a-9ecb-56f70d457a74" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:16 GMT" + "Tue, 18 May 2021 21:47:50 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -574,17 +574,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50\",\r\n \"etag\": \"W/\\\"3996c1a8-436e-48a5-8fbd-e837f67cee79\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9aaeff52-63fc-4ee8-b1aa-4c381e2881bc\",\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\": \"PSTestSNCf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50/subnets/PSTestSNCf92b50\",\r\n \"etag\": \"W/\\\"3996c1a8-436e-48a5-8fbd-e837f67cee79\\\"\",\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\": \"PSTestVNET81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980\",\r\n \"etag\": \"W/\\\"a560dcbe-ab3b-44ae-a261-2f387d26e223\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5127e74d-314d-417c-b59f-c571188d3ded\",\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\": \"PSTestSNC81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980/subnets/PSTestSNC81f980\",\r\n \"etag\": \"W/\\\"a560dcbe-ab3b-44ae-a261-2f387d26e223\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjkyYjUwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUODFmOTgwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNCf92b50\"\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\": \"PSTestSNC81f980\"\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": [ - "c1369645-d261-48c0-9289-2892ac78cc27" + "87c8aad4-5ad7-4d57-a146-c6421852fde3" ], "Accept-Language": [ "en-US" @@ -592,8 +592,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -613,19 +613,19 @@ "3" ], "x-ms-request-id": [ - "48f5b144-63a3-4789-9423-4e062b6357d6" + "fa32a1ae-74ef-43e7-8c7f-aa6b4ab68beb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/48f5b144-63a3-4789-9423-4e062b6357d6?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/fa32a1ae-74ef-43e7-8c7f-aa6b4ab68beb?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "5aed6733-878c-47a6-9c01-134336ebb30f" + "67017d39-3403-4e1e-b470-b6b9fad348bf" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "cd2251e9-65b2-4938-a3f1-2ba077695660" + "e0b88420-ffa7-4c2f-8539-90c54197276c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -635,19 +635,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074813Z:5aed6733-878c-47a6-9c01-134336ebb30f" + "SOUTHINDIA:20210518T214748Z:67017d39-3403-4e1e-b470-b6b9fad348bf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:13 GMT" + "Tue, 18 May 2021 21:47:47 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -656,23 +656,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50\",\r\n \"etag\": \"W/\\\"6a23e58e-30b3-451c-acbb-216cb3ab063a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9aaeff52-63fc-4ee8-b1aa-4c381e2881bc\",\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\": \"PSTestSNCf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50/subnets/PSTestSNCf92b50\",\r\n \"etag\": \"W/\\\"6a23e58e-30b3-451c-acbb-216cb3ab063a\\\"\",\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\": \"PSTestVNET81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980\",\r\n \"etag\": \"W/\\\"f2d61757-8cfe-4839-a09b-f6e799e0c818\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5127e74d-314d-417c-b59f-c571188d3ded\",\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\": \"PSTestSNC81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980/subnets/PSTestSNC81f980\",\r\n \"etag\": \"W/\\\"f2d61757-8cfe-4839-a09b-f6e799e0c818\\\"\",\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/48f5b144-63a3-4789-9423-4e062b6357d6?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ4ZjViMTQ0LTYzYTMtNDc4OS05NDIzLTRlMDYyYjYzNTdkNj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/fa32a1ae-74ef-43e7-8c7f-aa6b4ab68beb?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZhMzJhMWFlLTc0ZWYtNDNlNy04YzdmLWFhNmI0YWI2OGJlYj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1369645-d261-48c0-9289-2892ac78cc27" + "87c8aad4-5ad7-4d57-a146-c6421852fde3" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -683,13 +683,13 @@ "no-cache" ], "x-ms-request-id": [ - "50c3a8df-ead4-4f4d-b046-bb64582b6ac1" + "3c96b381-09b7-48a0-ac95-3f4b46a1122b" ], "x-ms-correlation-request-id": [ - "01e3150f-a21a-479d-a8db-94a3e3610577" + "d3fa5c38-72c4-40e5-9cdb-71e4c7b16586" ], "x-ms-arm-service-request-id": [ - "bbfd5c8f-401c-4065-9a57-d3790530a567" + "2859a153-5756-4615-b787-09280271251e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,16 +699,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074816Z:01e3150f-a21a-479d-a8db-94a3e3610577" + "SOUTHINDIA:20210518T214751Z:d3fa5c38-72c4-40e5-9cdb-71e4c7b16586" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:16 GMT" + "Tue, 18 May 2021 21:47:50 GMT" ], "Content-Length": [ "29" @@ -724,13 +724,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2Y5MmI1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczgxZjk4MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cae6960-0e39-4c83-85e0-647c8fd9c988" + "745b5c04-c567-4667-b4d3-caf6335e1cf7" ], "Accept-Language": [ "en-US" @@ -738,8 +738,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -753,13 +753,13 @@ "gateway" ], "x-ms-request-id": [ - "12de68f7-b594-4887-a265-d2ead8730388" + "46f9f047-a97a-4754-976f-b7271c3cc5cf" ], "x-ms-correlation-request-id": [ - "12de68f7-b594-4887-a265-d2ead8730388" + "46f9f047-a97a-4754-976f-b7271c3cc5cf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074817Z:12de68f7-b594-4887-a265-d2ead8730388" + "SOUTHINDIA:20210518T214752Z:46f9f047-a97a-4754-976f-b7271c3cc5cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +768,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:17 GMT" + "Tue, 18 May 2021 21:47:51 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -780,23 +780,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdnsf92b50' under resource group 'PSTestRGf92b5070' 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/pstestpublicdns81f980' under resource group 'PSTestRG81f98bdc' 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/PSTestRGf92b5070/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2Y5MmI1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczgxZjk4MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cae6960-0e39-4c83-85e0-647c8fd9c988" + "745b5c04-c567-4667-b4d3-caf6335e1cf7" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"50be83d4-d85d-4266-ad31-176cb0049786\"" + "W/\"8c7f0b87-7418-4bec-8d6d-26e6bfbafaae\"" ], "x-ms-request-id": [ - "4491f9b8-83af-41be-8e30-87b0c2942dba" + "594ee063-9f5a-4e55-8586-528495b4c34d" ], "x-ms-correlation-request-id": [ - "365c7c98-c919-4b86-a2f8-c1fe0530848c" + "4899d1b2-bdbd-4edb-b7b1-80a5e6e7c534" ], "x-ms-arm-service-request-id": [ - "bb773927-308d-4345-845e-214f7c987aa2" + "a57a913e-2b19-41a2-8bde-b99d5297eefa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -826,19 +826,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074820Z:365c7c98-c919-4b86-a2f8-c1fe0530848c" + "SOUTHINDIA:20210518T214754Z:4899d1b2-bdbd-4edb-b7b1-80a5e6e7c534" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:19 GMT" + "Tue, 18 May 2021 21:47:53 GMT" ], "Content-Length": [ - "699" + "695" ], "Content-Type": [ "application/json; charset=utf-8" @@ -847,17 +847,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf92b50\",\r\n \"etag\": \"W/\\\"50be83d4-d85d-4266-ad31-176cb0049786\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f0f34fb9-3a21-48da-b2c1-6f80dc35c65c\",\r\n \"ipAddress\": \"52.139.207.210\",\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\": \"pstestpublicdns81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns81f980\",\r\n \"etag\": \"W/\\\"8c7f0b87-7418-4bec-8d6d-26e6bfbafaae\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eb54de9d-a6e8-4ee6-90b1-78a809a41868\",\r\n \"ipAddress\": \"13.76.1.14\",\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/PSTestRGf92b5070/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2Y5MmI1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczgxZjk4MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cae6960-0e39-4c83-85e0-647c8fd9c988" + "745b5c04-c567-4667-b4d3-caf6335e1cf7" ], "Accept-Language": [ "en-US" @@ -865,8 +865,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -877,16 +877,16 @@ "no-cache" ], "ETag": [ - "W/\"50be83d4-d85d-4266-ad31-176cb0049786\"" + "W/\"8c7f0b87-7418-4bec-8d6d-26e6bfbafaae\"" ], "x-ms-request-id": [ - "36a4f8fe-1d44-468d-9c16-dd3a34b30acf" + "0643d449-690c-48da-897b-6034669d89dc" ], "x-ms-correlation-request-id": [ - "f921ba05-9925-45db-b5a1-4fa8244f69f3" + "0943d4c6-9fd5-4dce-85a3-ec372dc607ed" ], "x-ms-arm-service-request-id": [ - "29119025-037f-444b-99bb-f761d3352896" + "2f96793c-6bb3-4f44-8815-8c2962d52203" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -896,19 +896,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074820Z:f921ba05-9925-45db-b5a1-4fa8244f69f3" + "SOUTHINDIA:20210518T214754Z:0943d4c6-9fd5-4dce-85a3-ec372dc607ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:20 GMT" + "Tue, 18 May 2021 21:47:53 GMT" ], "Content-Length": [ - "699" + "695" ], "Content-Type": [ "application/json; charset=utf-8" @@ -917,17 +917,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf92b50\",\r\n \"etag\": \"W/\\\"50be83d4-d85d-4266-ad31-176cb0049786\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f0f34fb9-3a21-48da-b2c1-6f80dc35c65c\",\r\n \"ipAddress\": \"52.139.207.210\",\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\": \"pstestpublicdns81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns81f980\",\r\n \"etag\": \"W/\\\"8c7f0b87-7418-4bec-8d6d-26e6bfbafaae\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"eb54de9d-a6e8-4ee6-90b1-78a809a41868\",\r\n \"ipAddress\": \"13.76.1.14\",\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/PSTestRGf92b5070/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2Y5MmI1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczgxZjk4MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "9cae6960-0e39-4c83-85e0-647c8fd9c988" + "745b5c04-c567-4667-b4d3-caf6335e1cf7" ], "Accept-Language": [ "en-US" @@ -935,8 +935,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -956,19 +956,19 @@ "1" ], "x-ms-request-id": [ - "eca3cb2d-2b83-4e11-b152-06117aaca3d7" + "f793ef81-b29e-40c5-a393-70bea0680ef7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/eca3cb2d-2b83-4e11-b152-06117aaca3d7?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/f793ef81-b29e-40c5-a393-70bea0680ef7?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "2d38e907-5be4-465d-8881-719493fcfdd2" + "d4d49bf6-1b9a-4a1e-912a-cf56eac936f6" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8b606d34-51e6-4136-b867-24140120132d" + "6b6448f4-a69d-47e8-9cba-5ef7c3e887e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -978,16 +978,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074819Z:2d38e907-5be4-465d-8881-719493fcfdd2" + "SOUTHINDIA:20210518T214753Z:d4d49bf6-1b9a-4a1e-912a-cf56eac936f6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:18 GMT" + "Tue, 18 May 2021 21:47:52 GMT" ], "Content-Length": [ "662" @@ -999,23 +999,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf92b50\",\r\n \"etag\": \"W/\\\"e8cbd9a7-2f5f-4b2b-b2f4-0d60ba98b95a\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f0f34fb9-3a21-48da-b2c1-6f80dc35c65c\",\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\": \"pstestpublicdns81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns81f980\",\r\n \"etag\": \"W/\\\"2ec10a89-6a82-4978-b7e3-feb140ce3a69\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"eb54de9d-a6e8-4ee6-90b1-78a809a41868\",\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/eca3cb2d-2b83-4e11-b152-06117aaca3d7?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2VjYTNjYjJkLTJiODMtNGUxMS1iMTUyLTA2MTE3YWFjYTNkNz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/f793ef81-b29e-40c5-a393-70bea0680ef7?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2Y3OTNlZjgxLWIyOWUtNDBjNS1hMzkzLTcwYmVhMDY4MGVmNz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cae6960-0e39-4c83-85e0-647c8fd9c988" + "745b5c04-c567-4667-b4d3-caf6335e1cf7" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1026,13 +1026,13 @@ "no-cache" ], "x-ms-request-id": [ - "1e5181bd-8e09-4657-be78-3c8ce88aaafb" + "31d83bf4-1f60-463d-8cbe-d26273fc404d" ], "x-ms-correlation-request-id": [ - "a8a10bff-13af-4cb7-b1d2-9b4da4f231bb" + "155a7477-1f32-4c05-a61c-2e7b507d1caf" ], "x-ms-arm-service-request-id": [ - "1831e40b-4c9c-4f36-ada4-ddf57eafc88b" + "5e824296-026b-4138-8f06-0ec783c7e8c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1042,16 +1042,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074820Z:a8a10bff-13af-4cb7-b1d2-9b4da4f231bb" + "SOUTHINDIA:20210518T214754Z:155a7477-1f32-4c05-a61c-2e7b507d1caf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:19 GMT" + "Tue, 18 May 2021 21:47:53 GMT" ], "Content-Length": [ "29" @@ -1067,13 +1067,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmOTJiNTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c4MWY5ODA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25dd8fed-29d3-4ddb-bc51-257ce5542962" + "df3203ec-3003-4cb5-bf38-81b46b7898c7" ], "Accept-Language": [ "en-US" @@ -1081,8 +1081,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1096,13 +1096,13 @@ "gateway" ], "x-ms-request-id": [ - "c3fd371d-140b-47ff-86df-983791a12ac6" + "27d0e68d-5b73-484f-bc3e-70e0193443a4" ], "x-ms-correlation-request-id": [ - "c3fd371d-140b-47ff-86df-983791a12ac6" + "27d0e68d-5b73-484f-bc3e-70e0193443a4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074821Z:c3fd371d-140b-47ff-86df-983791a12ac6" + "SOUTHINDIA:20210518T214754Z:27d0e68d-5b73-484f-bc3e-70e0193443a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1111,7 +1111,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:20 GMT" + "Tue, 18 May 2021 21:47:53 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1123,23 +1123,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50' under resource group 'PSTestRGf92b5070' 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/PSTestNSG81f980' under resource group 'PSTestRG81f98bdc' 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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmOTJiNTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c4MWY5ODA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25dd8fed-29d3-4ddb-bc51-257ce5542962" + "df3203ec-3003-4cb5-bf38-81b46b7898c7" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1150,16 +1150,16 @@ "no-cache" ], "ETag": [ - "W/\"a4a8ea72-6863-480e-af12-47bfaa41e73e\"" + "W/\"7135cde5-0929-499b-bdcb-45ba9cec75f7\"" ], "x-ms-request-id": [ - "58f17e17-39cd-4626-a38c-85e88916a979" + "448e7571-cac5-4cce-90f5-bdcbf84aa565" ], "x-ms-correlation-request-id": [ - "d7014552-5849-4e8a-b09e-cf18060e355b" + "2c30ec93-a372-4add-a9a1-f4a394b2eb5f" ], "x-ms-arm-service-request-id": [ - "d98fe5f5-723a-4e66-b169-3a4955b205e5" + "c8cf041e-4324-4440-9f16-accc3020e896" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1169,16 +1169,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11989" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074825Z:d7014552-5849-4e8a-b09e-cf18060e355b" + "SOUTHINDIA:20210518T214759Z:2c30ec93-a372-4add-a9a1-f4a394b2eb5f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:25 GMT" + "Tue, 18 May 2021 21:47:59 GMT" ], "Content-Length": [ "8475" @@ -1190,17 +1190,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"187f8259-1590-4c85-8e53-4352b54c747d\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/securityRules/PSTestNSGRuleRDPf92b50\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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\": \"PSTestNSGRuleWebf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/securityRules/PSTestNSGRuleWebf92b50\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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\": \"PSTestNSG81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"30181a9e-8310-472e-adee-ed90f9a05d51\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/securityRules/PSTestNSGRuleRDP81f980\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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\": \"PSTestNSGRuleWeb81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/securityRules/PSTestNSGRuleWeb81f980\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmOTJiNTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c4MWY5ODA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25dd8fed-29d3-4ddb-bc51-257ce5542962" + "df3203ec-3003-4cb5-bf38-81b46b7898c7" ], "Accept-Language": [ "en-US" @@ -1208,8 +1208,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1220,16 +1220,16 @@ "no-cache" ], "ETag": [ - "W/\"a4a8ea72-6863-480e-af12-47bfaa41e73e\"" + "W/\"7135cde5-0929-499b-bdcb-45ba9cec75f7\"" ], "x-ms-request-id": [ - "fcf3324c-c717-4f14-9e94-1e920bed732e" + "3f9576ba-098b-4076-97a7-dc38f7019ce1" ], "x-ms-correlation-request-id": [ - "8be3bad0-dfed-4900-aacf-a6f0875a5eb2" + "47320217-1710-4903-ad54-9c9b71b63ad3" ], "x-ms-arm-service-request-id": [ - "bbbfb406-3759-4bae-b921-f3f9eacba492" + "e20092b1-0dcb-42c8-bcc8-0823d0f8b300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,16 +1239,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11988" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074825Z:8be3bad0-dfed-4900-aacf-a6f0875a5eb2" + "SOUTHINDIA:20210518T214759Z:47320217-1710-4903-ad54-9c9b71b63ad3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:25 GMT" + "Tue, 18 May 2021 21:47:59 GMT" ], "Content-Length": [ "8475" @@ -1260,17 +1260,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"187f8259-1590-4c85-8e53-4352b54c747d\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/securityRules/PSTestNSGRuleRDPf92b50\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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\": \"PSTestNSGRuleWebf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/securityRules/PSTestNSGRuleWebf92b50\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"a4a8ea72-6863-480e-af12-47bfaa41e73e\\\"\",\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\": \"PSTestNSG81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"30181a9e-8310-472e-adee-ed90f9a05d51\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/securityRules/PSTestNSGRuleRDP81f980\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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\": \"PSTestNSGRuleWeb81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/securityRules/PSTestNSGRuleWeb81f980\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"7135cde5-0929-499b-bdcb-45ba9cec75f7\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmOTJiNTA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c4MWY5ODA/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\": \"PSTestNSGRuleRDPf92b50\"\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\": \"PSTestNSGRuleWebf92b50\"\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\": \"PSTestNSGRuleRDP81f980\"\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\": \"PSTestNSGRuleWeb81f980\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "25dd8fed-29d3-4ddb-bc51-257ce5542962" + "df3203ec-3003-4cb5-bf38-81b46b7898c7" ], "Accept-Language": [ "en-US" @@ -1278,8 +1278,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1299,19 +1299,19 @@ "3" ], "x-ms-request-id": [ - "8b9f6c52-3ff1-4ee9-bd19-b8f5ab325eea" + "fd6f207b-9736-4e3e-baf1-0f3116237e0c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/8b9f6c52-3ff1-4ee9-bd19-b8f5ab325eea?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/fd6f207b-9736-4e3e-baf1-0f3116237e0c?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "91144565-9c47-406e-8da4-7cda11989641" + "82cdc198-6463-4e11-9f15-bbb9f925c1f5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "af5a066a-e03f-46f6-8f97-f1090f268903" + "590bc903-0c08-407e-b8b1-be67160d111b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1321,16 +1321,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074822Z:91144565-9c47-406e-8da4-7cda11989641" + "SOUTHINDIA:20210518T214755Z:82cdc198-6463-4e11-9f15-bbb9f925c1f5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:21 GMT" + "Tue, 18 May 2021 21:47:55 GMT" ], "Content-Length": [ "8466" @@ -1342,23 +1342,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50\",\r\n \"etag\": \"W/\\\"c40efdbe-3c0c-4263-acc4-bdc236f224f0\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"187f8259-1590-4c85-8e53-4352b54c747d\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/securityRules/PSTestNSGRuleRDPf92b50\",\r\n \"etag\": \"W/\\\"c40efdbe-3c0c-4263-acc4-bdc236f224f0\\\"\",\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\": \"PSTestNSGRuleWebf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/securityRules/PSTestNSGRuleWebf92b50\",\r\n \"etag\": \"W/\\\"c40efdbe-3c0c-4263-acc4-bdc236f224f0\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"c40efdbe-3c0c-4263-acc4-bdc236f224f0\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"c40efdbe-3c0c-4263-acc4-bdc236f224f0\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"c40efdbe-3c0c-4263-acc4-bdc236f224f0\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"c40efdbe-3c0c-4263-acc4-bdc236f224f0\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"c40efdbe-3c0c-4263-acc4-bdc236f224f0\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"c40efdbe-3c0c-4263-acc4-bdc236f224f0\\\"\",\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\": \"PSTestNSG81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980\",\r\n \"etag\": \"W/\\\"20fa66ad-9bc0-4801-a356-567c418c7462\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"30181a9e-8310-472e-adee-ed90f9a05d51\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/securityRules/PSTestNSGRuleRDP81f980\",\r\n \"etag\": \"W/\\\"20fa66ad-9bc0-4801-a356-567c418c7462\\\"\",\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\": \"PSTestNSGRuleWeb81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/securityRules/PSTestNSGRuleWeb81f980\",\r\n \"etag\": \"W/\\\"20fa66ad-9bc0-4801-a356-567c418c7462\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"20fa66ad-9bc0-4801-a356-567c418c7462\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"20fa66ad-9bc0-4801-a356-567c418c7462\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"20fa66ad-9bc0-4801-a356-567c418c7462\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"20fa66ad-9bc0-4801-a356-567c418c7462\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"20fa66ad-9bc0-4801-a356-567c418c7462\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"20fa66ad-9bc0-4801-a356-567c418c7462\\\"\",\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/8b9f6c52-3ff1-4ee9-bd19-b8f5ab325eea?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhiOWY2YzUyLTNmZjEtNGVlOS1iZDE5LWI4ZjVhYjMyNWVlYT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/fd6f207b-9736-4e3e-baf1-0f3116237e0c?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZkNmYyMDdiLTk3MzYtNGUzZS1iYWYxLTBmMzExNjIzN2UwYz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25dd8fed-29d3-4ddb-bc51-257ce5542962" + "df3203ec-3003-4cb5-bf38-81b46b7898c7" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1369,13 +1369,13 @@ "no-cache" ], "x-ms-request-id": [ - "bebc2812-52e6-4dfa-8ff8-ab197c0dfde3" + "dca438af-89ec-4bd8-a204-23ca8fd2717d" ], "x-ms-correlation-request-id": [ - "7dc61fe4-3410-424f-bca6-e1604fb72ee6" + "42a75268-202d-4df7-b2e5-7c062575764a" ], "x-ms-arm-service-request-id": [ - "ffa06ece-f976-4e9b-a5fa-24bb7551f254" + "81245b84-c8b9-4c92-984b-a8fcb409ab8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1385,16 +1385,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074825Z:7dc61fe4-3410-424f-bca6-e1604fb72ee6" + "SOUTHINDIA:20210518T214759Z:42a75268-202d-4df7-b2e5-7c062575764a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:25 GMT" + "Tue, 18 May 2021 21:47:59 GMT" ], "Content-Length": [ "29" @@ -1410,13 +1410,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2Y5MmI1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzgxZjk4MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d14c0c7-7283-4016-9371-5fdfc8a67164" + "22b99758-e8bf-4a0e-8fd2-6895b6d47f14" ], "Accept-Language": [ "en-US" @@ -1424,8 +1424,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1439,13 +1439,13 @@ "gateway" ], "x-ms-request-id": [ - "fdbe0b22-51a4-4350-8e14-9bb840654915" + "b346a0ed-66d3-4901-85a2-1484b70369f9" ], "x-ms-correlation-request-id": [ - "fdbe0b22-51a4-4350-8e14-9bb840654915" + "b346a0ed-66d3-4901-85a2-1484b70369f9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074826Z:fdbe0b22-51a4-4350-8e14-9bb840654915" + "SOUTHINDIA:20210518T214759Z:b346a0ed-66d3-4901-85a2-1484b70369f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1454,7 +1454,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:25 GMT" + "Tue, 18 May 2021 21:47:59 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1466,23 +1466,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNICf92b50' under resource group 'PSTestRGf92b5070' 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/PSTestNIC81f980' under resource group 'PSTestRG81f98bdc' 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/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2Y5MmI1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzgxZjk4MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d14c0c7-7283-4016-9371-5fdfc8a67164" + "22b99758-e8bf-4a0e-8fd2-6895b6d47f14" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1493,16 +1493,16 @@ "no-cache" ], "ETag": [ - "W/\"5511520b-4b37-4124-850a-c3456aa2197e\"" + "W/\"ece40d50-8ccf-447a-a661-65306f29674b\"" ], "x-ms-request-id": [ - "f308554e-9453-438c-b3c9-beb24327b2e1" + "b0fcb2a7-c26d-46e4-ba42-d04f748998ed" ], "x-ms-correlation-request-id": [ - "b5367c3a-3dc5-4ed5-8a36-50a807d94939" + "39d7c611-9f76-4da7-9704-d526ab188d02" ], "x-ms-arm-service-request-id": [ - "a380196c-0bdb-4eff-9c66-50eed732d35e" + "92e71011-fb80-4cc6-a064-2eb69bd10d58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1512,16 +1512,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11986" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074827Z:b5367c3a-3dc5-4ed5-8a36-50a807d94939" + "SOUTHINDIA:20210518T214800Z:39d7c611-9f76-4da7-9704-d526ab188d02" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:27 GMT" + "Tue, 18 May 2021 21:48:00 GMT" ], "Content-Length": [ "2104" @@ -1533,17 +1533,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50\",\r\n \"etag\": \"W/\\\"5511520b-4b37-4124-850a-c3456aa2197e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5259909a-9671-4cbd-817b-194ef302811b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"5511520b-4b37-4124-850a-c3456aa2197e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf92b50\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50/subnets/PSTestSNCf92b50\"\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\": \"kl503gx2mpue3mnkjq2b2kebxe.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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50\"\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\": \"PSTestNIC81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980\",\r\n \"etag\": \"W/\\\"ece40d50-8ccf-447a-a661-65306f29674b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f4e5bae3-4a78-4c15-8702-3fc5db16a733\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"ece40d50-8ccf-447a-a661-65306f29674b\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns81f980\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980/subnets/PSTestSNC81f980\"\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\": \"jxtsoukngf4ednm5yvyrrdj33f.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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980\"\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/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2Y5MmI1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzgxZjk4MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d14c0c7-7283-4016-9371-5fdfc8a67164" + "22b99758-e8bf-4a0e-8fd2-6895b6d47f14" ], "Accept-Language": [ "en-US" @@ -1551,8 +1551,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1563,16 +1563,16 @@ "no-cache" ], "ETag": [ - "W/\"5511520b-4b37-4124-850a-c3456aa2197e\"" + "W/\"ece40d50-8ccf-447a-a661-65306f29674b\"" ], "x-ms-request-id": [ - "f3fdda81-1379-4a6b-b46f-243215ae3487" + "481d5bee-a962-4459-b730-eaea4e243443" ], "x-ms-correlation-request-id": [ - "dd58f24e-acdc-4019-928c-3c2f6420d855" + "a6762384-f1fb-4182-a7ad-5c0e11fd9af1" ], "x-ms-arm-service-request-id": [ - "c0180d4a-3391-400a-a297-e705d692ecf6" + "b780364a-f03a-47c2-a84c-9cea5a9ed9d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1582,16 +1582,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11985" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074827Z:dd58f24e-acdc-4019-928c-3c2f6420d855" + "SOUTHINDIA:20210518T214800Z:a6762384-f1fb-4182-a7ad-5c0e11fd9af1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:27 GMT" + "Tue, 18 May 2021 21:48:00 GMT" ], "Content-Length": [ "2104" @@ -1603,17 +1603,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50\",\r\n \"etag\": \"W/\\\"5511520b-4b37-4124-850a-c3456aa2197e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5259909a-9671-4cbd-817b-194ef302811b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"5511520b-4b37-4124-850a-c3456aa2197e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf92b50\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50/subnets/PSTestSNCf92b50\"\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\": \"kl503gx2mpue3mnkjq2b2kebxe.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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50\"\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\": \"PSTestNIC81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980\",\r\n \"etag\": \"W/\\\"ece40d50-8ccf-447a-a661-65306f29674b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f4e5bae3-4a78-4c15-8702-3fc5db16a733\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"ece40d50-8ccf-447a-a661-65306f29674b\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns81f980\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980/subnets/PSTestSNC81f980\"\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\": \"jxtsoukngf4ednm5yvyrrdj33f.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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980\"\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/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2Y5MmI1MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzgxZjk4MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50\",\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/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50/subnets/PSTestSNCf92b50\"\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/PSTestRGf92b5070/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf92b50\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980/subnets/PSTestSNC81f980\"\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/PSTestRG81f98bdc/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns81f980\",\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": [ - "1d14c0c7-7283-4016-9371-5fdfc8a67164" + "22b99758-e8bf-4a0e-8fd2-6895b6d47f14" ], "Accept-Language": [ "en-US" @@ -1621,8 +1621,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1639,19 +1639,19 @@ "no-cache" ], "x-ms-request-id": [ - "00ed37bd-254c-4269-999d-aec4e631e774" + "f2650007-0109-486e-b7ba-27f7f0ca77a0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/00ed37bd-254c-4269-999d-aec4e631e774?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/f2650007-0109-486e-b7ba-27f7f0ca77a0?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "fc013cef-ff27-4da5-be57-549e3a87c234" + "7ab846a7-b66d-4b2d-a3cd-ffa72dba472c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c30d6ea3-cd2d-4037-bc6c-b6b741b22744" + "466c6835-4406-49e3-b79f-45d9022e42eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1661,16 +1661,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074827Z:fc013cef-ff27-4da5-be57-549e3a87c234" + "SOUTHINDIA:20210518T214800Z:7ab846a7-b66d-4b2d-a3cd-ffa72dba472c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:26 GMT" + "Tue, 18 May 2021 21:48:00 GMT" ], "Content-Length": [ "2104" @@ -1682,17 +1682,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50\",\r\n \"etag\": \"W/\\\"5511520b-4b37-4124-850a-c3456aa2197e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5259909a-9671-4cbd-817b-194ef302811b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"5511520b-4b37-4124-850a-c3456aa2197e\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf92b50\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Network/virtualNetworks/PSTestVNETf92b50/subnets/PSTestSNCf92b50\"\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\": \"kl503gx2mpue3mnkjq2b2kebxe.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/PSTestRGf92b5070/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf92b50\"\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\": \"PSTestNIC81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980\",\r\n \"etag\": \"W/\\\"ece40d50-8ccf-447a-a661-65306f29674b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f4e5bae3-4a78-4c15-8702-3fc5db16a733\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"ece40d50-8ccf-447a-a661-65306f29674b\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns81f980\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Network/virtualNetworks/PSTestVNET81f980/subnets/PSTestSNC81f980\"\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\": \"jxtsoukngf4ednm5yvyrrdj33f.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/PSTestRG81f98bdc/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG81f980\"\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/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "Accept-Language": [ "en-US" @@ -1700,8 +1700,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1715,13 +1715,13 @@ "11999" ], "x-ms-request-id": [ - "d4e5faf7-a6c7-481a-8c39-e45ba0d0e170" + "8f42dbd4-c7eb-471b-92c5-c9cad601134b" ], "x-ms-correlation-request-id": [ - "d4e5faf7-a6c7-481a-8c39-e45ba0d0e170" + "8f42dbd4-c7eb-471b-92c5-c9cad601134b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074828Z:d4e5faf7-a6c7-481a-8c39-e45ba0d0e170" + "JIOINDIAWEST:20210518T214801Z:8f42dbd4-c7eb-471b-92c5-c9cad601134b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1730,7 +1730,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:28 GMT" + "Tue, 18 May 2021 21:48:01 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1746,13 +1746,13 @@ "StatusCode": 200 }, { - "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": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "Accept-Language": [ "en-US" @@ -1760,8 +1760,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1772,21 +1772,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "6ec2235d-e339-48d2-86ef-5fb5fc669cc6", - "1b2b4302-f95b-4488-a35f-e48c275bb93d", - "af5df043-6add-4c54-8d6a-bc952b8ce68a" + "16176479-6834-4d23-89e1-cb4d5d13b5c6", + "7673b14d-1b6b-4b53-a8da-0a2a7be3f564", + "4a9adbf6-4a7c-4c4a-ac1b-230249b2bd23", + "22fe927f-05b0-4661-91a0-e87402270a7a", + "d01b5b47-2cd5-409f-8d3e-cc1366eb26f4", + "dffb6a56-f131-48b8-875c-32ba537882b9", + "0607a416-8d6b-470d-aeef-17521942bfbe", + "62f9406a-ad26-4ae6-856d-9ead998b69cb", + "d9503f7e-1dc5-445b-a25c-25294f4ad259" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-request-id": [ - "658b600e-9808-469d-962a-a5c16b614422" + "936ea81b-1bd0-4225-ad69-3283320e327d" ], "x-ms-correlation-request-id": [ - "658b600e-9808-469d-962a-a5c16b614422" + "936ea81b-1bd0-4225-ad69-3283320e327d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074829Z:658b600e-9808-469d-962a-a5c16b614422" + "JIOINDIAWEST:20210518T214802Z:936ea81b-1bd0-4225-ad69-3283320e327d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1795,7 +1801,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:29 GMT" + "Tue, 18 May 2021 21:48:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1804,20 +1810,20 @@ "-1" ], "Content-Length": [ - "28983" + "57084" ] }, - "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_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\": \"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/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY5MmI1MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTgxZjk4MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf92b50\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"f92b5070-672\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM81f980\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"81f98bdc-8ef\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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 \"DeleteBy\": \"06-2022\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "Accept-Language": [ "en-US" @@ -1825,14 +1831,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1152" + "1148" ] }, "ResponseHeaders": { @@ -1846,7 +1852,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/16c33bf7-fd7d-44d0-bbcb-3393560c1846?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/833ebb78-813c-435a-85f3-0bdcf17c7755?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1858,7 +1864,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "16c33bf7-fd7d-44d0-bbcb-3393560c1846" + "833ebb78-813c-435a-85f3-0bdcf17c7755" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1868,19 +1874,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "237eb254-3e03-42b1-85f0-430c31f3e5cd" + "a87602c2-571c-4371-97fc-52cb45cdb391" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074833Z:237eb254-3e03-42b1-85f0-430c31f3e5cd" + "SOUTHINDIA:20210518T214805Z:a87602c2-571c-4371-97fc-52cb45cdb391" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:33 GMT" + "Tue, 18 May 2021 21:48:05 GMT" ], "Content-Length": [ - "1911" + "1907" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1889,23 +1895,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMf92b50\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2570a6d3-90b2-4f3a-874b-8ead10e6669e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf92b50\",\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/PSTestRGf92b5070/providers/Microsoft.Network/networkInterfaces/PSTestNICf92b50\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM81f980\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b2d2fd93-79c9-4721-8db2-b7b892ebe8e4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM81f980\",\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/PSTestRG81f98bdc/providers/Microsoft.Network/networkInterfaces/PSTestNIC81f980\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/16c33bf7-fd7d-44d0-bbcb-3393560c1846?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2YzMzYmY3LWZkN2QtNDRkMC1iYmNiLTMzOTM1NjBjMTg0Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/833ebb78-813c-435a-85f3-0bdcf17c7755?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgzM2ViYjc4LTgxM2MtNDM1YS04NWYzLTBiZGNmMTdjNzc1NT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -1919,13 +1925,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "958c99f7-e4a1-4ced-a249-fe0c19a99b49" + "07a8873f-9385-4128-8dd1-5d862f1960a8" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1935,16 +1941,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "475669ec-4ca0-4d7e-aea0-69f2cb9ff653" + "9ce45d23-0833-46d4-b0bd-6379074a93a4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074843Z:475669ec-4ca0-4d7e-aea0-69f2cb9ff653" + "SOUTHINDIA:20210518T214815Z:9ce45d23-0833-46d4-b0bd-6379074a93a4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:48:43 GMT" + "Tue, 18 May 2021 21:48:15 GMT" ], "Content-Length": [ "134" @@ -1956,23 +1962,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:18:32.2400671+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"16c33bf7-fd7d-44d0-bbcb-3393560c1846\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-19T03:18:04.6313106+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"833ebb78-813c-435a-85f3-0bdcf17c7755\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/16c33bf7-fd7d-44d0-bbcb-3393560c1846?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2YzMzYmY3LWZkN2QtNDRkMC1iYmNiLTMzOTM1NjBjMTg0Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/833ebb78-813c-435a-85f3-0bdcf17c7755?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgzM2ViYjc4LTgxM2MtNDM1YS04NWYzLTBiZGNmMTdjNzc1NT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -1983,13 +1989,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9be82a6b-a810-4818-a7cf-dffa242d6381" + "170cf000-6d97-4960-9435-9a26ba4bd3ae" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1999,16 +2005,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "b7b54e48-a058-4cc5-8a0f-beff381ff734" + "409fc275-05b0-49a7-8c7d-10f0a6981c67" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T074933Z:b7b54e48-a058-4cc5-8a0f-beff381ff734" + "SOUTHINDIA:20210518T214905Z:409fc275-05b0-49a7-8c7d-10f0a6981c67" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:49:32 GMT" + "Tue, 18 May 2021 21:49:04 GMT" ], "Content-Length": [ "134" @@ -2020,23 +2026,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:18:32.2400671+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"16c33bf7-fd7d-44d0-bbcb-3393560c1846\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-19T03:18:04.6313106+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"833ebb78-813c-435a-85f3-0bdcf17c7755\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/16c33bf7-fd7d-44d0-bbcb-3393560c1846?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE2YzMzYmY3LWZkN2QtNDRkMC1iYmNiLTMzOTM1NjBjMTg0Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/833ebb78-813c-435a-85f3-0bdcf17c7755?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzgzM2ViYjc4LTgxM2MtNDM1YS04NWYzLTBiZGNmMTdjNzc1NT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2047,13 +2053,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "38e70676-cd79-4610-a53f-58276e91b34d" + "3e384c2b-fa5c-456b-8b14-8dd27b889738" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2063,19 +2069,19 @@ "11996" ], "x-ms-correlation-request-id": [ - "ef19920b-c5ae-4652-beb9-0ee7e0609d37" + "6d027b48-140d-4ab8-a0df-e1bdc299cdca" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075024Z:ef19920b-c5ae-4652-beb9-0ee7e0609d37" + "SOUTHINDIA:20210518T214955Z:6d027b48-140d-4ab8-a0df-e1bdc299cdca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:50:23 GMT" + "Tue, 18 May 2021 21:49:55 GMT" ], "Content-Length": [ - "182" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2084,17 +2090,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:18:32.2400671+05:30\",\r\n \"endTime\": \"2021-02-15T13:20:00.82041+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"16c33bf7-fd7d-44d0-bbcb-3393560c1846\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-19T03:18:04.6313106+05:30\",\r\n \"endTime\": \"2021-05-19T03:19:37.4275705+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"833ebb78-813c-435a-85f3-0bdcf17c7755\"\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": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "Accept-Language": [ "en-US" @@ -2102,8 +2108,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2117,10 +2123,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "6a316e6a-0267-4572-a182-2946d84a1b9a" + "1a7f07c2-643f-4da0-8f96-429300b50bb5" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2130,19 +2136,19 @@ "11994" ], "x-ms-correlation-request-id": [ - "92c9de36-9343-4f54-942e-d0db849c8cdc" + "ee72a10c-a657-4ba1-af6a-573a24c7ef0f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075025Z:92c9de36-9343-4f54-942e-d0db849c8cdc" + "SOUTHINDIA:20210518T214956Z:ee72a10c-a657-4ba1-af6a-573a24c7ef0f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:50:24 GMT" + "Tue, 18 May 2021 21:49:55 GMT" ], "Content-Length": [ - "360618" + "378300" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2151,17 +2157,17 @@ "-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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudinfo-4919088\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudinfo-4919088\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"storwarespzoo1611743234900\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storwarespzoo1611743234900\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "Accept-Language": [ "en-US" @@ -2169,8 +2175,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2187,10 +2193,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "60d171c5-a5e6-48e2-ba3d-50358e3d6e2b" + "b8d2c10d-5aef-4e4b-bd43-778505f7236a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2200,16 +2206,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "b9f5d8a6-e9f1-41ae-b5e4-f6ba7e7cf9b3" + "b6f11f46-f23f-451d-b818-0c5b5c4013ef" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075025Z:b9f5d8a6-e9f1-41ae-b5e4-f6ba7e7cf9b3" + "SOUTHINDIA:20210518T214957Z:b6f11f46-f23f-451d-b818-0c5b5c4013ef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:50:24 GMT" + "Tue, 18 May 2021 21:49:56 GMT" ], "Content-Length": [ "1089" @@ -2221,17 +2227,17 @@ "-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": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "Accept-Language": [ "en-US" @@ -2239,8 +2245,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2257,10 +2263,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "f48ea273-6af9-47d8-a05c-1b09d0ae3d1e" + "a186cce1-d0ff-4054-beac-adf7fccdca80" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2270,16 +2276,16 @@ "11992" ], "x-ms-correlation-request-id": [ - "9a040936-d51a-451f-9675-f46700ef41bf" + "372e63cc-f99c-4b78-a90f-77f638d4cf42" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075025Z:9a040936-d51a-451f-9675-f46700ef41bf" + "SOUTHINDIA:20210518T214957Z:372e63cc-f99c-4b78-a90f-77f638d4cf42" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:50:24 GMT" + "Tue, 18 May 2021 21:49:56 GMT" ], "Content-Length": [ "1326" @@ -2291,17 +2297,17 @@ "-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/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY5MmI1MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTgxZjk4MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "Accept-Language": [ "en-US" @@ -2309,8 +2315,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2327,7 +2333,7 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/cce81679-59c1-4a0b-8b41-39059cbd8813?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/418bb0e1-cec1-4188-9761-f24b8a8d3003?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2339,7 +2345,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cce81679-59c1-4a0b-8b41-39059cbd8813" + "418bb0e1-cec1-4188-9761-f24b8a8d3003" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2349,16 +2355,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "64589f77-d6b5-4eee-9079-54912cd3118c" + "85f4018f-ba82-4d9d-b5a5-7a6cf8c30973" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075028Z:64589f77-d6b5-4eee-9079-54912cd3118c" + "SOUTHINDIA:20210518T214958Z:85f4018f-ba82-4d9d-b5a5-7a6cf8c30973" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:50:28 GMT" + "Tue, 18 May 2021 21:49:58 GMT" ], "Content-Length": [ "484" @@ -2370,23 +2376,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50/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/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980/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/cce81679-59c1-4a0b-8b41-39059cbd8813?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NjZTgxNjc5LTU5YzEtNGEwYi04YjQxLTM5MDU5Y2JkODgxMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/418bb0e1-cec1-4188-9761-f24b8a8d3003?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxOGJiMGUxLWNlYzEtNDE4OC05NzYxLWYyNGI4YThkMzAwMz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2397,13 +2403,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "869c6739-d29a-4903-99ba-839cbc2d5128" + "50c1c7ed-6f6f-4914-a232-1a01991c170d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2413,16 +2419,16 @@ "11991" ], "x-ms-correlation-request-id": [ - "5697a0b3-5b9a-4aef-98c9-82776b0d72f5" + "6978f763-8a2e-4ae0-834f-7d646272ebb2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075058Z:5697a0b3-5b9a-4aef-98c9-82776b0d72f5" + "SOUTHINDIA:20210518T215028Z:6978f763-8a2e-4ae0-834f-7d646272ebb2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:50:58 GMT" + "Tue, 18 May 2021 21:50:28 GMT" ], "Content-Length": [ "134" @@ -2434,23 +2440,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:20:27.6490939+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cce81679-59c1-4a0b-8b41-39059cbd8813\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-19T03:19:58.4585341+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"418bb0e1-cec1-4188-9761-f24b8a8d3003\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/cce81679-59c1-4a0b-8b41-39059cbd8813?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NjZTgxNjc5LTU5YzEtNGEwYi04YjQxLTM5MDU5Y2JkODgxMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/418bb0e1-cec1-4188-9761-f24b8a8d3003?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxOGJiMGUxLWNlYzEtNDE4OC05NzYxLWYyNGI4YThkMzAwMz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2461,13 +2467,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ad71eecb-3af6-40fe-a349-f6b18b2e794e" + "6e56ee77-bc8b-40dd-ad92-0cecd79aadfa" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2477,16 +2483,16 @@ "11990" ], "x-ms-correlation-request-id": [ - "2d52f60e-f715-4971-9af6-723e544f47f1" + "d3b3d6ff-13f3-4a75-b461-89b96c048824" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075128Z:2d52f60e-f715-4971-9af6-723e544f47f1" + "SOUTHINDIA:20210518T215059Z:d3b3d6ff-13f3-4a75-b461-89b96c048824" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:51:28 GMT" + "Tue, 18 May 2021 21:50:59 GMT" ], "Content-Length": [ "134" @@ -2498,23 +2504,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:20:27.6490939+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cce81679-59c1-4a0b-8b41-39059cbd8813\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-19T03:19:58.4585341+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"418bb0e1-cec1-4188-9761-f24b8a8d3003\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/cce81679-59c1-4a0b-8b41-39059cbd8813?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NjZTgxNjc5LTU5YzEtNGEwYi04YjQxLTM5MDU5Y2JkODgxMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/418bb0e1-cec1-4188-9761-f24b8a8d3003?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxOGJiMGUxLWNlYzEtNDE4OC05NzYxLWYyNGI4YThkMzAwMz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2525,13 +2531,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "03ba50d6-2f14-4f7f-99ac-3d8adb580e03" + "96f6b15d-1912-4653-978b-ded1c59d3652" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2541,16 +2547,16 @@ "11989" ], "x-ms-correlation-request-id": [ - "9c2330fa-e5ac-49f6-a9ba-a3a1bf67d177" + "93ec43fd-4696-4421-a737-fafa2387852d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075159Z:9c2330fa-e5ac-49f6-a9ba-a3a1bf67d177" + "SOUTHINDIA:20210518T215129Z:93ec43fd-4696-4421-a737-fafa2387852d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:51:58 GMT" + "Tue, 18 May 2021 21:51:28 GMT" ], "Content-Length": [ "134" @@ -2562,23 +2568,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:20:27.6490939+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cce81679-59c1-4a0b-8b41-39059cbd8813\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-19T03:19:58.4585341+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"418bb0e1-cec1-4188-9761-f24b8a8d3003\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/cce81679-59c1-4a0b-8b41-39059cbd8813?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NjZTgxNjc5LTU5YzEtNGEwYi04YjQxLTM5MDU5Y2JkODgxMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/418bb0e1-cec1-4188-9761-f24b8a8d3003?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxOGJiMGUxLWNlYzEtNDE4OC05NzYxLWYyNGI4YThkMzAwMz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2589,13 +2595,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "317ede19-efe9-4246-bd52-83631686adff" + "c9bbf35c-1b12-4bed-b3bc-ae575655d3ef" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2605,19 +2611,19 @@ "11988" ], "x-ms-correlation-request-id": [ - "e3d96555-dfe6-456d-922b-2f3501316c9f" + "b1c240f3-f7a9-47ef-8400-ba6a7d749bed" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075229Z:e3d96555-dfe6-456d-922b-2f3501316c9f" + "SOUTHINDIA:20210518T215159Z:b1c240f3-f7a9-47ef-8400-ba6a7d749bed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:52:29 GMT" + "Tue, 18 May 2021 21:51:58 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2626,23 +2632,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T13:20:27.6490939+05:30\",\r\n \"endTime\": \"2021-02-15T13:22:22.7600489+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"cce81679-59c1-4a0b-8b41-39059cbd8813\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-19T03:19:58.4585341+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"418bb0e1-cec1-4188-9761-f24b8a8d3003\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY5MmI1MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/418bb0e1-cec1-4188-9761-f24b8a8d3003?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxOGJiMGUxLWNlYzEtNDE4OC05NzYxLWYyNGI4YThkMzAwMz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "098286b2-88a9-40ca-8ff5-ca9bba97174b" + "4a94f8c7-bc74-4082-99f1-2135fbd81000" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2653,13 +2659,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31992" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fb94d9ca-1000-4ba8-a7b6-5d34f31b38fc" + "be878a02-d516-4c51-9dd3-1383856df878" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2669,16 +2675,80 @@ "11987" ], "x-ms-correlation-request-id": [ - "81a1e462-ac48-47b6-aa44-1feb3aeb84fb" + "20d20e89-da69-4c5b-922a-eca3cc13b100" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T215229Z:20d20e89-da69-4c5b-922a-eca3cc13b100" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 21:52:29 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-05-19T03:19:58.4585341+05:30\",\r\n \"endTime\": \"2021-05-19T03:22:11.9255922+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"418bb0e1-cec1-4188-9761-f24b8a8d3003\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTgxZjk4MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4a94f8c7-bc74-4082-99f1-2135fbd81000" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3872,Microsoft.Compute/LowCostGet30Min;31867" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "57e4da85-7a25-4a28-a420-cb60c918bbba" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "8dad8abb-c59b-4d86-8eaf-c812b9906249" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075229Z:81a1e462-ac48-47b6-aa44-1feb3aeb84fb" + "SOUTHINDIA:20210518T215229Z:8dad8abb-c59b-4d86-8eaf-c812b9906249" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:52:29 GMT" + "Tue, 18 May 2021 21:52:29 GMT" ], "Content-Length": [ "485" @@ -2690,17 +2760,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50/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/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d815a2f-687d-4284-a6d3-c3ad0edc6552" + "1c39c704-b27b-4a42-84df-42d6ad22f87e" ], "Accept-Language": [ "en-US" @@ -2708,7 +2778,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -2723,13 +2793,13 @@ "gateway" ], "x-ms-request-id": [ - "7aacc920-7819-45fb-90c5-a93c5833c76c" + "b89cba42-3e2e-4cc6-810c-409d9ef5a553" ], "x-ms-correlation-request-id": [ - "7aacc920-7819-45fb-90c5-a93c5833c76c" + "b89cba42-3e2e-4cc6-810c-409d9ef5a553" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075230Z:7aacc920-7819-45fb-90c5-a93c5833c76c" + "SOUTHINDIA:20210518T215230Z:b89cba42-3e2e-4cc6-810c-409d9ef5a553" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2738,7 +2808,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:52:29 GMT" + "Tue, 18 May 2021 21:52:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2750,17 +2820,17 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070' under resource group 'PSTestRGf92b5070' 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/PSTestRSV81f98bdc' under resource group 'PSTestRG81f98bdc' 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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "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": [ - "9aa722c4-6540-4369-b29f-05c374d3a961" + "64ec4648-aba9-4f42-92dd-7ceb62d07b97" ], "Accept-Language": [ "en-US" @@ -2768,7 +2838,7 @@ "User-Agent": [ "FxVersion/4.6.29719.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": [ @@ -2789,10 +2859,10 @@ "nosniff" ], "x-ms-request-id": [ - "d5b97728-9068-43db-9012-4556190f2267" + "560f3c98-fefd-4bba-b66f-a50f92c82af9" ], "x-ms-client-request-id": [ - "9aa722c4-6540-4369-b29f-05c374d3a961" + "64ec4648-aba9-4f42-92dd-7ceb62d07b97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2804,13 +2874,13 @@ "209" ], "x-ms-correlation-request-id": [ - "d5b97728-9068-43db-9012-4556190f2267" + "560f3c98-fefd-4bba-b66f-a50f92c82af9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075238Z:d5b97728-9068-43db-9012-4556190f2267" + "SOUTHINDIA:20210518T215232Z:560f3c98-fefd-4bba-b66f-a50f92c82af9" ], "Date": [ - "Mon, 15 Feb 2021 07:52:37 GMT" + "Tue, 18 May 2021 21:52:32 GMT" ], "Content-Length": [ "466" @@ -2822,17 +2892,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVf92b5070\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T07%3A52%3A37.7716926Z'\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070\",\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\": \"PSTestRSV81f98bdc\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T21%3A52%3A32.3283601Z'\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc\",\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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "037963ab-0386-4e59-95ed-cfbee3ab3c4e" + "1b6cdd94-3a91-459a-9802-7142aa8b3925" ], "Accept-Language": [ "en-US" @@ -2840,8 +2910,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2855,11 +2925,11 @@ "nosniff" ], "x-ms-request-id": [ - "39e36f81-ecf8-43da-b7d2-3a4e10e87ba6" + "1555adac-8712-43f9-a5f9-fa5b1ef8a95e" ], "x-ms-client-request-id": [ - "037963ab-0386-4e59-95ed-cfbee3ab3c4e", - "037963ab-0386-4e59-95ed-cfbee3ab3c4e" + "1b6cdd94-3a91-459a-9802-7142aa8b3925", + "1b6cdd94-3a91-459a-9802-7142aa8b3925" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2874,13 +2944,159 @@ "149" ], "x-ms-correlation-request-id": [ - "39e36f81-ecf8-43da-b7d2-3a4e10e87ba6" + "1555adac-8712-43f9-a5f9-fa5b1ef8a95e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075243Z:39e36f81-ecf8-43da-b7d2-3a4e10e87ba6" + "SOUTHINDIA:20210518T215233Z:1555adac-8712-43f9-a5f9-fa5b1ef8a95e" ], "Date": [ - "Mon, 15 Feb 2021 07:52:43 GMT" + "Tue, 18 May 2021 21:52:32 GMT" + ], + "Content-Length": [ + "380" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1b6cdd94-3a91-459a-9802-7142aa8b3925" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "111" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "edd38263-459d-4ee2-a005-914fdfca7713" + ], + "x-ms-client-request-id": [ + "1b6cdd94-3a91-459a-9802-7142aa8b3925", + "1b6cdd94-3a91-459a-9802-7142aa8b3925" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "edd38263-459d-4ee2-a005-914fdfca7713" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T215233Z:edd38263-459d-4ee2-a005-914fdfca7713" + ], + "Date": [ + "Tue, 18 May 2021 21:52:33 GMT" + ], + "Content-Length": [ + "381" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cbeaef8f-b7c5-4ddb-b968-60ea47dbebf1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "67b16e0c-7742-4c73-9501-ea277bdcbd9d" + ], + "x-ms-client-request-id": [ + "cbeaef8f-b7c5-4ddb-b968-60ea47dbebf1", + "cbeaef8f-b7c5-4ddb-b968-60ea47dbebf1" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "67b16e0c-7742-4c73-9501-ea277bdcbd9d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T215238Z:67b16e0c-7742-4c73-9501-ea277bdcbd9d" + ], + "Date": [ + "Tue, 18 May 2021 21:52:38 GMT" ], "Content-Length": [ "762" @@ -2892,17 +3108,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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-15T17:30: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-15T17:30: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/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/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-05-19T07:30: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-05-19T07:30: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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d1f8db4-fc6c-4fae-b329-041e28acc4d6" + "27cf99a1-b8a5-48cf-a040-fc2277462634" ], "Accept-Language": [ "en-US" @@ -2910,8 +3126,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2925,11 +3141,11 @@ "nosniff" ], "x-ms-request-id": [ - "03a8808b-f98b-4a84-adb8-cbf969f526ea" + "8a21141a-d272-476a-86ee-6288b965a467" ], "x-ms-client-request-id": [ - "6d1f8db4-fc6c-4fae-b329-041e28acc4d6", - "6d1f8db4-fc6c-4fae-b329-041e28acc4d6" + "27cf99a1-b8a5-48cf-a040-fc2277462634", + "27cf99a1-b8a5-48cf-a040-fc2277462634" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2944,13 +3160,13 @@ "148" ], "x-ms-correlation-request-id": [ - "03a8808b-f98b-4a84-adb8-cbf969f526ea" + "8a21141a-d272-476a-86ee-6288b965a467" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075319Z:03a8808b-f98b-4a84-adb8-cbf969f526ea" + "SOUTHINDIA:20210518T215311Z:8a21141a-d272-476a-86ee-6288b965a467" ], "Date": [ - "Mon, 15 Feb 2021 07:53:18 GMT" + "Tue, 18 May 2021 21:53:11 GMT" ], "Content-Length": [ "762" @@ -2962,17 +3178,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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-15T17:30: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-15T17:30: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\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/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-05-19T07:30: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-05-19T07:30: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\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94cb0ba0-5e92-4543-89ac-45aa5b43239b" + "7538e63c-a4b5-4069-9c36-2708139773f8" ], "Accept-Language": [ "en-US" @@ -2980,8 +3196,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2995,11 +3211,11 @@ "nosniff" ], "x-ms-request-id": [ - "430fdb67-caa3-491d-9b19-a0a2298994b5" + "93159232-034a-440e-9556-1d18fb5eb2ab" ], "x-ms-client-request-id": [ - "94cb0ba0-5e92-4543-89ac-45aa5b43239b", - "94cb0ba0-5e92-4543-89ac-45aa5b43239b" + "7538e63c-a4b5-4069-9c36-2708139773f8", + "7538e63c-a4b5-4069-9c36-2708139773f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3014,13 +3230,13 @@ "147" ], "x-ms-correlation-request-id": [ - "430fdb67-caa3-491d-9b19-a0a2298994b5" + "93159232-034a-440e-9556-1d18fb5eb2ab" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075516Z:430fdb67-caa3-491d-9b19-a0a2298994b5" + "SOUTHINDIA:20210518T215507Z:93159232-034a-440e-9556-1d18fb5eb2ab" ], "Date": [ - "Mon, 15 Feb 2021 07:55:16 GMT" + "Tue, 18 May 2021 21:55:07 GMT" ], "Content-Length": [ "762" @@ -3032,17 +3248,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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-15T17:30: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-15T17:30: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/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/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-05-19T07:30: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-05-19T07:30: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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Accept-Language": [ "en-US" @@ -3050,8 +3266,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3065,11 +3281,11 @@ "nosniff" ], "x-ms-request-id": [ - "bec9a427-f220-4778-913d-641fea487524" + "72bec771-3b47-4c28-8069-e689741bc1bc" ], "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6", - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8", + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3084,16 +3300,16 @@ "149" ], "x-ms-correlation-request-id": [ - "bec9a427-f220-4778-913d-641fea487524" + "72bec771-3b47-4c28-8069-e689741bc1bc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075245Z:bec9a427-f220-4778-913d-641fea487524" + "SOUTHINDIA:20210518T215239Z:72bec771-3b47-4c28-8069-e689741bc1bc" ], "Date": [ - "Mon, 15 Feb 2021 07:52:44 GMT" + "Tue, 18 May 2021 21:52:38 GMT" ], "Content-Length": [ - "19794" + "6249" ], "Content-Type": [ "application/json" @@ -3102,17 +3318,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/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 \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50/protectableItems/vm;iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGf92b5070\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMf92b50\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/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/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/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/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/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/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/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/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980/protectableItems/vm;iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG81f98bdc\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM81f980\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/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/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgf92b5070%3Bpstestvmf92b50/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgf92b5070%3Bpstestvmf92b50?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmOTJiNTA3MCUzQnBzdGVzdHZtZjkyYjUwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2Y5MmI1MDcwJTNCcHN0ZXN0dm1mOTJiNTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg81f98bdc%3Bpstestvm81f980/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg81f98bdc%3Bpstestvm81f980?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4MWY5OGJkYyUzQnBzdGVzdHZtODFmOTgwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzgxZjk4YmRjJTNCcHN0ZXN0dm04MWY5ODA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Accept-Language": [ "en-US" @@ -3120,8 +3336,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3138,23 +3354,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50/protectedItems/vm;iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50/operationResults/5f4febeb-7c43-4e12-af17-1d0b094b6303?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980/protectedItems/vm;iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980/operationResults/c57a450e-2de4-436b-9a5c-0a7de4b9f283?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50/protectedItems/vm;iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50/operationsStatus/5f4febeb-7c43-4e12-af17-1d0b094b6303?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980/protectedItems/vm;iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980/operationsStatus/c57a450e-2de4-436b-9a5c-0a7de4b9f283?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d0cf4e0d-e0d9-4ef0-853d-ea1458fddf6a" + "d210d6ae-99b0-4b49-bf35-4e8076335faf" ], "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6", - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8", + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3163,16 +3379,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1194" ], "x-ms-correlation-request-id": [ - "d0cf4e0d-e0d9-4ef0-853d-ea1458fddf6a" + "d210d6ae-99b0-4b49-bf35-4e8076335faf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075246Z:d0cf4e0d-e0d9-4ef0-853d-ea1458fddf6a" + "SOUTHINDIA:20210518T215239Z:d210d6ae-99b0-4b49-bf35-4e8076335faf" ], "Date": [ - "Mon, 15 Feb 2021 07:52:45 GMT" + "Tue, 18 May 2021 21:52:39 GMT" ], "Expires": [ "-1" @@ -3185,13 +3401,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/5f4febeb-7c43-4e12-af17-1d0b094b6303?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzVmNGZlYmViLTdjNDMtNGUxMi1hZjE3LTFkMGIwOTRiNjMwMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/c57a450e-2de4-436b-9a5c-0a7de4b9f283?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2M1N2E0NTBlLTJkZTQtNDM2Yi05YTVjLTBhN2RlNGI5ZjI4Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Accept-Language": [ "en-US" @@ -3199,8 +3415,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3214,11 +3430,11 @@ "nosniff" ], "x-ms-request-id": [ - "264b2a72-aeb1-456a-ae48-6484caaf8143" + "3c0a21d0-1d81-4317-b7f6-fd310efb01c8" ], "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6", - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8", + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3233,13 +3449,13 @@ "149" ], "x-ms-correlation-request-id": [ - "264b2a72-aeb1-456a-ae48-6484caaf8143" + "3c0a21d0-1d81-4317-b7f6-fd310efb01c8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075246Z:264b2a72-aeb1-456a-ae48-6484caaf8143" + "SOUTHINDIA:20210518T215240Z:3c0a21d0-1d81-4317-b7f6-fd310efb01c8" ], "Date": [ - "Mon, 15 Feb 2021 07:52:45 GMT" + "Tue, 18 May 2021 21:52:39 GMT" ], "Content-Length": [ "188" @@ -3251,17 +3467,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"name\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:52:46.0394427Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"name\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:52:39.6702691Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/5f4febeb-7c43-4e12-af17-1d0b094b6303?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzVmNGZlYmViLTdjNDMtNGUxMi1hZjE3LTFkMGIwOTRiNjMwMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/c57a450e-2de4-436b-9a5c-0a7de4b9f283?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2M1N2E0NTBlLTJkZTQtNDM2Yi05YTVjLTBhN2RlNGI5ZjI4Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Accept-Language": [ "en-US" @@ -3269,8 +3485,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3284,11 +3500,11 @@ "nosniff" ], "x-ms-request-id": [ - "482e8afc-5fff-4b57-b7a8-f133dcf11788" + "3b8631ca-41a8-4a4a-8d33-8887d7ce5be0" ], "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6", - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8", + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3303,13 +3519,13 @@ "148" ], "x-ms-correlation-request-id": [ - "482e8afc-5fff-4b57-b7a8-f133dcf11788" + "3b8631ca-41a8-4a4a-8d33-8887d7ce5be0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075252Z:482e8afc-5fff-4b57-b7a8-f133dcf11788" + "SOUTHINDIA:20210518T215245Z:3b8631ca-41a8-4a4a-8d33-8887d7ce5be0" ], "Date": [ - "Mon, 15 Feb 2021 07:52:51 GMT" + "Tue, 18 May 2021 21:52:44 GMT" ], "Content-Length": [ "188" @@ -3321,17 +3537,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"name\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:52:46.0394427Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"name\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:52:39.6702691Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/5f4febeb-7c43-4e12-af17-1d0b094b6303?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzVmNGZlYmViLTdjNDMtNGUxMi1hZjE3LTFkMGIwOTRiNjMwMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/c57a450e-2de4-436b-9a5c-0a7de4b9f283?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2M1N2E0NTBlLTJkZTQtNDM2Yi05YTVjLTBhN2RlNGI5ZjI4Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Accept-Language": [ "en-US" @@ -3339,8 +3555,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3354,11 +3570,11 @@ "nosniff" ], "x-ms-request-id": [ - "39db8227-0ac6-4c2d-b448-2f13df947b27" + "1bd713c0-06c2-47bd-8480-29c97494bf14" ], "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6", - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8", + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3373,13 +3589,13 @@ "147" ], "x-ms-correlation-request-id": [ - "39db8227-0ac6-4c2d-b448-2f13df947b27" + "1bd713c0-06c2-47bd-8480-29c97494bf14" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075257Z:39db8227-0ac6-4c2d-b448-2f13df947b27" + "SOUTHINDIA:20210518T215250Z:1bd713c0-06c2-47bd-8480-29c97494bf14" ], "Date": [ - "Mon, 15 Feb 2021 07:52:56 GMT" + "Tue, 18 May 2021 21:52:49 GMT" ], "Content-Length": [ "188" @@ -3391,17 +3607,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"name\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:52:46.0394427Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"name\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:52:39.6702691Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/5f4febeb-7c43-4e12-af17-1d0b094b6303?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzVmNGZlYmViLTdjNDMtNGUxMi1hZjE3LTFkMGIwOTRiNjMwMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/c57a450e-2de4-436b-9a5c-0a7de4b9f283?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2M1N2E0NTBlLTJkZTQtNDM2Yi05YTVjLTBhN2RlNGI5ZjI4Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Accept-Language": [ "en-US" @@ -3409,8 +3625,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3424,11 +3640,11 @@ "nosniff" ], "x-ms-request-id": [ - "dc768dca-31d3-4c33-b972-e5d37c8e3c65" + "36292ed1-1642-4712-b028-4b4138b688da" ], "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6", - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8", + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3443,13 +3659,13 @@ "146" ], "x-ms-correlation-request-id": [ - "dc768dca-31d3-4c33-b972-e5d37c8e3c65" + "36292ed1-1642-4712-b028-4b4138b688da" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075302Z:dc768dca-31d3-4c33-b972-e5d37c8e3c65" + "SOUTHINDIA:20210518T215255Z:36292ed1-1642-4712-b028-4b4138b688da" ], "Date": [ - "Mon, 15 Feb 2021 07:53:01 GMT" + "Tue, 18 May 2021 21:52:55 GMT" ], "Content-Length": [ "188" @@ -3461,17 +3677,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"name\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:52:46.0394427Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"name\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:52:39.6702691Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/5f4febeb-7c43-4e12-af17-1d0b094b6303?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzVmNGZlYmViLTdjNDMtNGUxMi1hZjE3LTFkMGIwOTRiNjMwMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/c57a450e-2de4-436b-9a5c-0a7de4b9f283?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2M1N2E0NTBlLTJkZTQtNDM2Yi05YTVjLTBhN2RlNGI5ZjI4Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Accept-Language": [ "en-US" @@ -3479,8 +3695,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3494,11 +3710,11 @@ "nosniff" ], "x-ms-request-id": [ - "864b2aac-6ed2-4596-9d44-303c826014be" + "2563e4c0-46c8-4d6a-88d7-6a104422d4de" ], "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6", - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8", + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3513,13 +3729,13 @@ "145" ], "x-ms-correlation-request-id": [ - "864b2aac-6ed2-4596-9d44-303c826014be" + "2563e4c0-46c8-4d6a-88d7-6a104422d4de" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075307Z:864b2aac-6ed2-4596-9d44-303c826014be" + "SOUTHINDIA:20210518T215300Z:2563e4c0-46c8-4d6a-88d7-6a104422d4de" ], "Date": [ - "Mon, 15 Feb 2021 07:53:07 GMT" + "Tue, 18 May 2021 21:53:00 GMT" ], "Content-Length": [ "188" @@ -3531,17 +3747,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"name\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:52:46.0394427Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"name\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:52:39.6702691Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/5f4febeb-7c43-4e12-af17-1d0b094b6303?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzVmNGZlYmViLTdjNDMtNGUxMi1hZjE3LTFkMGIwOTRiNjMwMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/c57a450e-2de4-436b-9a5c-0a7de4b9f283?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2M1N2E0NTBlLTJkZTQtNDM2Yi05YTVjLTBhN2RlNGI5ZjI4Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Accept-Language": [ "en-US" @@ -3549,8 +3765,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3564,11 +3780,11 @@ "nosniff" ], "x-ms-request-id": [ - "cfd43352-e7bf-429e-9f6f-b2ef5e86195e" + "1dfb19ca-753f-4d0b-a59f-858f32da5a80" ], "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6", - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8", + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3583,13 +3799,13 @@ "144" ], "x-ms-correlation-request-id": [ - "cfd43352-e7bf-429e-9f6f-b2ef5e86195e" + "1dfb19ca-753f-4d0b-a59f-858f32da5a80" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075313Z:cfd43352-e7bf-429e-9f6f-b2ef5e86195e" + "SOUTHINDIA:20210518T215306Z:1dfb19ca-753f-4d0b-a59f-858f32da5a80" ], "Date": [ - "Mon, 15 Feb 2021 07:53:12 GMT" + "Tue, 18 May 2021 21:53:05 GMT" ], "Content-Length": [ "188" @@ -3601,17 +3817,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"name\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:52:46.0394427Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"name\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:52:39.6702691Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/5f4febeb-7c43-4e12-af17-1d0b094b6303?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzVmNGZlYmViLTdjNDMtNGUxMi1hZjE3LTFkMGIwOTRiNjMwMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/c57a450e-2de4-436b-9a5c-0a7de4b9f283?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2M1N2E0NTBlLTJkZTQtNDM2Yi05YTVjLTBhN2RlNGI5ZjI4Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Accept-Language": [ "en-US" @@ -3619,8 +3835,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3634,11 +3850,11 @@ "nosniff" ], "x-ms-request-id": [ - "81062059-19d2-43d3-8b11-e576f5bbd66b" + "456453a6-6aac-4678-88dc-cde1a96a2f51" ], "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6", - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8", + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3653,13 +3869,13 @@ "143" ], "x-ms-correlation-request-id": [ - "81062059-19d2-43d3-8b11-e576f5bbd66b" + "456453a6-6aac-4678-88dc-cde1a96a2f51" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075318Z:81062059-19d2-43d3-8b11-e576f5bbd66b" + "SOUTHINDIA:20210518T215311Z:456453a6-6aac-4678-88dc-cde1a96a2f51" ], "Date": [ - "Mon, 15 Feb 2021 07:53:17 GMT" + "Tue, 18 May 2021 21:53:10 GMT" ], "Content-Length": [ "304" @@ -3671,17 +3887,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"name\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T07:52:46.0394427Z\",\r\n \"endTime\": \"2021-02-15T07:52:46.0394427Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b89dd67a-a82d-4310-9b18-a815c7dc3ee9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"name\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T21:52:39.6702691Z\",\r\n \"endTime\": \"2021-05-18T21:52:39.6702691Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"4f63a66e-88bf-45a4-a1b8-f0fb8e0afe68\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/5f4febeb-7c43-4e12-af17-1d0b094b6303?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzVmNGZlYmViLTdjNDMtNGUxMi1hZjE3LTFkMGIwOTRiNjMwMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/c57a450e-2de4-436b-9a5c-0a7de4b9f283?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2M1N2E0NTBlLTJkZTQtNDM2Yi05YTVjLTBhN2RlNGI5ZjI4Mz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Accept-Language": [ "en-US" @@ -3689,8 +3905,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3704,11 +3920,11 @@ "nosniff" ], "x-ms-request-id": [ - "99197ba8-6198-4e1e-a664-c9957f568e83" + "767e64c2-b5ad-4fd9-8a62-4f8a36f0db4f" ], "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6", - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8", + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3723,13 +3939,13 @@ "142" ], "x-ms-correlation-request-id": [ - "99197ba8-6198-4e1e-a664-c9957f568e83" + "767e64c2-b5ad-4fd9-8a62-4f8a36f0db4f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075318Z:99197ba8-6198-4e1e-a664-c9957f568e83" + "SOUTHINDIA:20210518T215311Z:767e64c2-b5ad-4fd9-8a62-4f8a36f0db4f" ], "Date": [ - "Mon, 15 Feb 2021 07:53:18 GMT" + "Tue, 18 May 2021 21:53:11 GMT" ], "Content-Length": [ "304" @@ -3741,17 +3957,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"name\": \"5f4febeb-7c43-4e12-af17-1d0b094b6303\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T07:52:46.0394427Z\",\r\n \"endTime\": \"2021-02-15T07:52:46.0394427Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b89dd67a-a82d-4310-9b18-a815c7dc3ee9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"name\": \"c57a450e-2de4-436b-9a5c-0a7de4b9f283\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T21:52:39.6702691Z\",\r\n \"endTime\": \"2021-05-18T21:52:39.6702691Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"4f63a66e-88bf-45a4-a1b8-f0fb8e0afe68\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupJobs/b89dd67a-a82d-4310-9b18-a815c7dc3ee9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBKb2JzL2I4OWRkNjdhLWE4MmQtNDMxMC05YjE4LWE4MTVjN2RjM2VlOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupJobs/4f63a66e-88bf-45a4-a1b8-f0fb8e0afe68?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBKb2JzLzRmNjNhNjZlLTg4YmYtNDVhNC1hMWI4LWYwZmI4ZTBhZmU2OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "Accept-Language": [ "en-US" @@ -3759,8 +3975,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3778,11 +3994,11 @@ "nosniff" ], "x-ms-request-id": [ - "1b47b02f-bd02-405a-a983-d4806aea9637" + "6a40f28e-2e53-4a35-82c4-986b0032d135" ], "x-ms-client-request-id": [ - "06ed0eaf-6883-425b-b0f1-223addb5edb6", - "06ed0eaf-6883-425b-b0f1-223addb5edb6" + "c2891d63-3b81-43de-b5ed-c095abb4e9e8", + "c2891d63-3b81-43de-b5ed-c095abb4e9e8" ], "X-Powered-By": [ "ASP.NET" @@ -3794,13 +4010,13 @@ "149" ], "x-ms-correlation-request-id": [ - "1b47b02f-bd02-405a-a983-d4806aea9637" + "6a40f28e-2e53-4a35-82c4-986b0032d135" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075318Z:1b47b02f-bd02-405a-a983-d4806aea9637" + "SOUTHINDIA:20210518T215311Z:6a40f28e-2e53-4a35-82c4-986b0032d135" ], "Date": [ - "Mon, 15 Feb 2021 07:53:18 GMT" + "Tue, 18 May 2021 21:53:11 GMT" ], "Content-Length": [ "840" @@ -3812,17 +4028,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupJobs/b89dd67a-a82d-4310-9b18-a815c7dc3ee9\",\r\n \"name\": \"b89dd67a-a82d-4310-9b18-a815c7dc3ee9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50\",\r\n \"duration\": \"PT31.5125927S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmf92b50\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmf92b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T07:52:46.0394427Z\",\r\n \"endTime\": \"2021-02-15T07:53:17.5520354Z\",\r\n \"activityId\": \"06ed0eaf-6883-425b-b0f1-223addb5edb6\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupJobs/4f63a66e-88bf-45a4-a1b8-f0fb8e0afe68\",\r\n \"name\": \"4f63a66e-88bf-45a4-a1b8-f0fb8e0afe68\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980\",\r\n \"duration\": \"PT31.1354411S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm81f980\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm81f980\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T21:52:39.6702691Z\",\r\n \"endTime\": \"2021-05-18T21:53:10.8057102Z\",\r\n \"activityId\": \"c2891d63-3b81-43de-b5ed-c095abb4e9e8\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92211fdc-93e1-4303-afed-00e648810c2d" + "8f89a1f9-fca9-4514-8022-168c7e54356d" ], "Accept-Language": [ "en-US" @@ -3830,8 +4046,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3845,11 +4061,11 @@ "nosniff" ], "x-ms-request-id": [ - "d6d04dee-7083-4758-8dc3-799ae154cdad" + "d6048ce2-931c-4c0b-94fe-4a6703a5401f" ], "x-ms-client-request-id": [ - "92211fdc-93e1-4303-afed-00e648810c2d", - "92211fdc-93e1-4303-afed-00e648810c2d" + "8f89a1f9-fca9-4514-8022-168c7e54356d", + "8f89a1f9-fca9-4514-8022-168c7e54356d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3864,13 +4080,13 @@ "149" ], "x-ms-correlation-request-id": [ - "d6d04dee-7083-4758-8dc3-799ae154cdad" + "d6048ce2-931c-4c0b-94fe-4a6703a5401f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075319Z:d6d04dee-7083-4758-8dc3-799ae154cdad" + "SOUTHINDIA:20210518T215312Z:d6048ce2-931c-4c0b-94fe-4a6703a5401f" ], "Date": [ - "Mon, 15 Feb 2021 07:53:18 GMT" + "Tue, 18 May 2021 21:53:11 GMT" ], "Content-Length": [ "914" @@ -3882,17 +4098,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGf92b5070\",\r\n \"friendlyName\": \"PSTestVMf92b50\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG81f98bdc\",\r\n \"friendlyName\": \"PSTestVM81f980\",\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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e6873a4-17b9-4428-a530-1a53e0e889b5" + "9bee3d53-02ca-43e1-9cdd-ec766d4105e7" ], "Accept-Language": [ "en-US" @@ -3900,8 +4116,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3915,11 +4131,11 @@ "nosniff" ], "x-ms-request-id": [ - "e570b99c-6c7a-4b68-a764-ee31cce0b5dd" + "0579b1fc-03cd-4f98-90c8-23fb36a1fba1" ], "x-ms-client-request-id": [ - "9e6873a4-17b9-4428-a530-1a53e0e889b5", - "9e6873a4-17b9-4428-a530-1a53e0e889b5" + "9bee3d53-02ca-43e1-9cdd-ec766d4105e7", + "9bee3d53-02ca-43e1-9cdd-ec766d4105e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3934,13 +4150,13 @@ "148" ], "x-ms-correlation-request-id": [ - "e570b99c-6c7a-4b68-a764-ee31cce0b5dd" + "0579b1fc-03cd-4f98-90c8-23fb36a1fba1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075517Z:e570b99c-6c7a-4b68-a764-ee31cce0b5dd" + "SOUTHINDIA:20210518T215509Z:0579b1fc-03cd-4f98-90c8-23fb36a1fba1" ], "Date": [ - "Mon, 15 Feb 2021 07:55:17 GMT" + "Tue, 18 May 2021 21:55:08 GMT" ], "Content-Length": [ "12" @@ -3956,13 +4172,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c0cec83-eb0d-4a26-99ed-2d1ea254c05f" + "3cc82db4-1769-4bbc-81e5-6cff835c5f71" ], "Accept-Language": [ "en-US" @@ -3970,8 +4186,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3985,11 +4201,11 @@ "nosniff" ], "x-ms-request-id": [ - "b571f81c-496d-4954-91bb-4a441be92da6" + "aa9a1d8e-1e78-4163-b1d8-68fd89a28b2f" ], "x-ms-client-request-id": [ - "1c0cec83-eb0d-4a26-99ed-2d1ea254c05f", - "1c0cec83-eb0d-4a26-99ed-2d1ea254c05f" + "3cc82db4-1769-4bbc-81e5-6cff835c5f71", + "3cc82db4-1769-4bbc-81e5-6cff835c5f71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4004,13 +4220,13 @@ "149" ], "x-ms-correlation-request-id": [ - "b571f81c-496d-4954-91bb-4a441be92da6" + "aa9a1d8e-1e78-4163-b1d8-68fd89a28b2f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075319Z:b571f81c-496d-4954-91bb-4a441be92da6" + "SOUTHINDIA:20210518T215312Z:aa9a1d8e-1e78-4163-b1d8-68fd89a28b2f" ], "Date": [ - "Mon, 15 Feb 2021 07:53:19 GMT" + "Tue, 18 May 2021 21:53:11 GMT" ], "Content-Length": [ "1490" @@ -4022,17 +4238,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50/protectedItems/VM;iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMf92b50\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50\",\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\": \"689682384\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.Compute/virtualMachines/PSTestVMf92b50\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980/protectedItems/VM;iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM81f980\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980\",\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\": \"798607164\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.Compute/virtualMachines/PSTestVM81f980\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgf92b5070%3Bpstestvmf92b50/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgf92b5070%3Bpstestvmf92b50?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmOTJiNTA3MCUzQnBzdGVzdHZtZjkyYjUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2Y5MmI1MDcwJTNCcHN0ZXN0dm1mOTJiNTA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg81f98bdc%3Bpstestvm81f980/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg81f98bdc%3Bpstestvm81f980?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc4MWY5OGJkYyUzQnBzdGVzdHZtODFmOTgwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzgxZjk4YmRjJTNCcHN0ZXN0dm04MWY5ODA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4040,8 +4256,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4052,23 +4268,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperationResults/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperationResults/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f166355d-bd24-4587-a0f5-9bb82c40a342" + "5fac50a4-368c-4639-a6a4-2ee1e47e30d6" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4080,13 +4296,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "f166355d-bd24-4587-a0f5-9bb82c40a342" + "5fac50a4-368c-4639-a6a4-2ee1e47e30d6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075320Z:f166355d-bd24-4587-a0f5-9bb82c40a342" + "SOUTHINDIA:20210518T215312Z:5fac50a4-368c-4639-a6a4-2ee1e47e30d6" ], "Date": [ - "Mon, 15 Feb 2021 07:53:19 GMT" + "Tue, 18 May 2021 21:53:12 GMT" ], "Expires": [ "-1" @@ -4099,13 +4315,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4113,8 +4329,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4128,11 +4344,11 @@ "nosniff" ], "x-ms-request-id": [ - "679d8f1b-97ca-4a99-854f-b3cfcdb95670" + "a020d7d1-ae41-4c3a-aa9d-f8b03c5f4b9c" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4147,13 +4363,13 @@ "141" ], "x-ms-correlation-request-id": [ - "679d8f1b-97ca-4a99-854f-b3cfcdb95670" + "a020d7d1-ae41-4c3a-aa9d-f8b03c5f4b9c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075320Z:679d8f1b-97ca-4a99-854f-b3cfcdb95670" + "SOUTHINDIA:20210518T215312Z:a020d7d1-ae41-4c3a-aa9d-f8b03c5f4b9c" ], "Date": [ - "Mon, 15 Feb 2021 07:53:19 GMT" + "Tue, 18 May 2021 21:53:12 GMT" ], "Content-Length": [ "188" @@ -4165,17 +4381,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4183,8 +4399,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4198,11 +4414,11 @@ "nosniff" ], "x-ms-request-id": [ - "82fde266-9b71-4998-a28f-bc72866311de" + "b502947e-3e9c-4fab-b7c4-c6c0a36ef217" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4217,13 +4433,13 @@ "140" ], "x-ms-correlation-request-id": [ - "82fde266-9b71-4998-a28f-bc72866311de" + "b502947e-3e9c-4fab-b7c4-c6c0a36ef217" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075325Z:82fde266-9b71-4998-a28f-bc72866311de" + "SOUTHINDIA:20210518T215318Z:b502947e-3e9c-4fab-b7c4-c6c0a36ef217" ], "Date": [ - "Mon, 15 Feb 2021 07:53:25 GMT" + "Tue, 18 May 2021 21:53:17 GMT" ], "Content-Length": [ "188" @@ -4235,17 +4451,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4253,8 +4469,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4268,11 +4484,11 @@ "nosniff" ], "x-ms-request-id": [ - "d3ac1799-795a-4119-88a6-f5d62036c2eb" + "be5dca14-82b4-4048-8ad4-f17ce08207fa" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4287,13 +4503,13 @@ "139" ], "x-ms-correlation-request-id": [ - "d3ac1799-795a-4119-88a6-f5d62036c2eb" + "be5dca14-82b4-4048-8ad4-f17ce08207fa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075331Z:d3ac1799-795a-4119-88a6-f5d62036c2eb" + "SOUTHINDIA:20210518T215323Z:be5dca14-82b4-4048-8ad4-f17ce08207fa" ], "Date": [ - "Mon, 15 Feb 2021 07:53:30 GMT" + "Tue, 18 May 2021 21:53:22 GMT" ], "Content-Length": [ "188" @@ -4305,17 +4521,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4323,8 +4539,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4338,11 +4554,11 @@ "nosniff" ], "x-ms-request-id": [ - "9bbc4157-d6e0-4e89-9e26-ba16e988bd3d" + "38a990ab-a814-4a93-af64-45e1c997ec55" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4357,13 +4573,13 @@ "138" ], "x-ms-correlation-request-id": [ - "9bbc4157-d6e0-4e89-9e26-ba16e988bd3d" + "38a990ab-a814-4a93-af64-45e1c997ec55" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075336Z:9bbc4157-d6e0-4e89-9e26-ba16e988bd3d" + "SOUTHINDIA:20210518T215328Z:38a990ab-a814-4a93-af64-45e1c997ec55" ], "Date": [ - "Mon, 15 Feb 2021 07:53:35 GMT" + "Tue, 18 May 2021 21:53:27 GMT" ], "Content-Length": [ "188" @@ -4375,17 +4591,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4393,8 +4609,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4408,11 +4624,11 @@ "nosniff" ], "x-ms-request-id": [ - "e65ca09d-6d83-4017-bf45-b3f22924eb0f" + "8a72ec55-2549-465e-bc84-08c4e0871ccc" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4427,13 +4643,13 @@ "137" ], "x-ms-correlation-request-id": [ - "e65ca09d-6d83-4017-bf45-b3f22924eb0f" + "8a72ec55-2549-465e-bc84-08c4e0871ccc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075341Z:e65ca09d-6d83-4017-bf45-b3f22924eb0f" + "SOUTHINDIA:20210518T215333Z:8a72ec55-2549-465e-bc84-08c4e0871ccc" ], "Date": [ - "Mon, 15 Feb 2021 07:53:40 GMT" + "Tue, 18 May 2021 21:53:33 GMT" ], "Content-Length": [ "188" @@ -4445,17 +4661,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4463,8 +4679,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4478,11 +4694,11 @@ "nosniff" ], "x-ms-request-id": [ - "a19f964d-ee86-4823-9661-3367cb8a41fd" + "9827dd21-668b-4951-bc95-e18fb956cddf" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4497,13 +4713,13 @@ "136" ], "x-ms-correlation-request-id": [ - "a19f964d-ee86-4823-9661-3367cb8a41fd" + "9827dd21-668b-4951-bc95-e18fb956cddf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075346Z:a19f964d-ee86-4823-9661-3367cb8a41fd" + "SOUTHINDIA:20210518T215338Z:9827dd21-668b-4951-bc95-e18fb956cddf" ], "Date": [ - "Mon, 15 Feb 2021 07:53:46 GMT" + "Tue, 18 May 2021 21:53:38 GMT" ], "Content-Length": [ "188" @@ -4515,17 +4731,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4533,8 +4749,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4548,11 +4764,11 @@ "nosniff" ], "x-ms-request-id": [ - "57d22fc8-07c2-4964-9797-5f4413a114c6" + "f29cdd95-0d21-47ee-81f6-6fb811776836" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4567,13 +4783,13 @@ "135" ], "x-ms-correlation-request-id": [ - "57d22fc8-07c2-4964-9797-5f4413a114c6" + "f29cdd95-0d21-47ee-81f6-6fb811776836" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075352Z:57d22fc8-07c2-4964-9797-5f4413a114c6" + "SOUTHINDIA:20210518T215344Z:f29cdd95-0d21-47ee-81f6-6fb811776836" ], "Date": [ - "Mon, 15 Feb 2021 07:53:52 GMT" + "Tue, 18 May 2021 21:53:43 GMT" ], "Content-Length": [ "188" @@ -4585,17 +4801,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4603,8 +4819,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4618,11 +4834,11 @@ "nosniff" ], "x-ms-request-id": [ - "cbbc820e-0dab-430b-8c5c-c4df5117a44e" + "01b3b5c5-0d1c-4a52-8eb0-8cb43fc9dd78" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4637,13 +4853,13 @@ "134" ], "x-ms-correlation-request-id": [ - "cbbc820e-0dab-430b-8c5c-c4df5117a44e" + "01b3b5c5-0d1c-4a52-8eb0-8cb43fc9dd78" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075357Z:cbbc820e-0dab-430b-8c5c-c4df5117a44e" + "SOUTHINDIA:20210518T215349Z:01b3b5c5-0d1c-4a52-8eb0-8cb43fc9dd78" ], "Date": [ - "Mon, 15 Feb 2021 07:53:56 GMT" + "Tue, 18 May 2021 21:53:48 GMT" ], "Content-Length": [ "188" @@ -4655,17 +4871,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4673,8 +4889,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4688,11 +4904,11 @@ "nosniff" ], "x-ms-request-id": [ - "fb97697c-83b9-4412-a0b6-6821f590120b" + "0479167c-e420-43b2-85d7-b4ceefda7010" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4707,13 +4923,13 @@ "133" ], "x-ms-correlation-request-id": [ - "fb97697c-83b9-4412-a0b6-6821f590120b" + "0479167c-e420-43b2-85d7-b4ceefda7010" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075402Z:fb97697c-83b9-4412-a0b6-6821f590120b" + "SOUTHINDIA:20210518T215354Z:0479167c-e420-43b2-85d7-b4ceefda7010" ], "Date": [ - "Mon, 15 Feb 2021 07:54:01 GMT" + "Tue, 18 May 2021 21:53:54 GMT" ], "Content-Length": [ "188" @@ -4725,17 +4941,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4743,8 +4959,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4758,11 +4974,11 @@ "nosniff" ], "x-ms-request-id": [ - "3de7527c-269d-4cac-a8fb-ffabb5c75888" + "d017b534-e191-4260-9713-a3c44d0270ea" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4777,13 +4993,13 @@ "132" ], "x-ms-correlation-request-id": [ - "3de7527c-269d-4cac-a8fb-ffabb5c75888" + "d017b534-e191-4260-9713-a3c44d0270ea" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075407Z:3de7527c-269d-4cac-a8fb-ffabb5c75888" + "SOUTHINDIA:20210518T215359Z:d017b534-e191-4260-9713-a3c44d0270ea" ], "Date": [ - "Mon, 15 Feb 2021 07:54:07 GMT" + "Tue, 18 May 2021 21:53:59 GMT" ], "Content-Length": [ "188" @@ -4795,17 +5011,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4813,8 +5029,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4828,11 +5044,11 @@ "nosniff" ], "x-ms-request-id": [ - "1539efb5-1526-48a7-9ba9-bb904df144cb" + "3a4ce37c-717b-4278-a952-480cf2c382ab" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4847,13 +5063,13 @@ "131" ], "x-ms-correlation-request-id": [ - "1539efb5-1526-48a7-9ba9-bb904df144cb" + "3a4ce37c-717b-4278-a952-480cf2c382ab" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075413Z:1539efb5-1526-48a7-9ba9-bb904df144cb" + "SOUTHINDIA:20210518T215404Z:3a4ce37c-717b-4278-a952-480cf2c382ab" ], "Date": [ - "Mon, 15 Feb 2021 07:54:12 GMT" + "Tue, 18 May 2021 21:54:04 GMT" ], "Content-Length": [ "188" @@ -4865,17 +5081,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4883,8 +5099,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4898,11 +5114,11 @@ "nosniff" ], "x-ms-request-id": [ - "cc76d51f-b13e-4e10-9e04-4386507acaf7" + "7073d698-a675-48aa-8ae4-7abb650c7d88" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4917,13 +5133,13 @@ "130" ], "x-ms-correlation-request-id": [ - "cc76d51f-b13e-4e10-9e04-4386507acaf7" + "7073d698-a675-48aa-8ae4-7abb650c7d88" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075418Z:cc76d51f-b13e-4e10-9e04-4386507acaf7" + "SOUTHINDIA:20210518T215410Z:7073d698-a675-48aa-8ae4-7abb650c7d88" ], "Date": [ - "Mon, 15 Feb 2021 07:54:18 GMT" + "Tue, 18 May 2021 21:54:09 GMT" ], "Content-Length": [ "188" @@ -4935,17 +5151,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -4953,8 +5169,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4968,11 +5184,11 @@ "nosniff" ], "x-ms-request-id": [ - "9bb9ecff-84f3-4a84-95f9-f9ce181eb538" + "7ec480eb-f20b-4607-a47e-4e584c04c9b8" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4987,13 +5203,13 @@ "129" ], "x-ms-correlation-request-id": [ - "9bb9ecff-84f3-4a84-95f9-f9ce181eb538" + "7ec480eb-f20b-4607-a47e-4e584c04c9b8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075423Z:9bb9ecff-84f3-4a84-95f9-f9ce181eb538" + "SOUTHINDIA:20210518T215415Z:7ec480eb-f20b-4607-a47e-4e584c04c9b8" ], "Date": [ - "Mon, 15 Feb 2021 07:54:22 GMT" + "Tue, 18 May 2021 21:54:14 GMT" ], "Content-Length": [ "188" @@ -5005,17 +5221,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -5023,8 +5239,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5038,11 +5254,11 @@ "nosniff" ], "x-ms-request-id": [ - "8d28fe06-e82a-4044-adf0-f4aab6737d8c" + "1080d2b3-58a9-42e5-9d63-56ecf789ba54" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5057,13 +5273,13 @@ "128" ], "x-ms-correlation-request-id": [ - "8d28fe06-e82a-4044-adf0-f4aab6737d8c" + "1080d2b3-58a9-42e5-9d63-56ecf789ba54" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075428Z:8d28fe06-e82a-4044-adf0-f4aab6737d8c" + "SOUTHINDIA:20210518T215420Z:1080d2b3-58a9-42e5-9d63-56ecf789ba54" ], "Date": [ - "Mon, 15 Feb 2021 07:54:28 GMT" + "Tue, 18 May 2021 21:54:20 GMT" ], "Content-Length": [ "188" @@ -5075,17 +5291,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -5093,8 +5309,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5108,11 +5324,11 @@ "nosniff" ], "x-ms-request-id": [ - "07ffa146-2999-43ee-9922-7e96b5de2062" + "d927e89a-cb60-4548-82fe-88bd30072bca" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5127,13 +5343,13 @@ "127" ], "x-ms-correlation-request-id": [ - "07ffa146-2999-43ee-9922-7e96b5de2062" + "d927e89a-cb60-4548-82fe-88bd30072bca" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075434Z:07ffa146-2999-43ee-9922-7e96b5de2062" + "SOUTHINDIA:20210518T215425Z:d927e89a-cb60-4548-82fe-88bd30072bca" ], "Date": [ - "Mon, 15 Feb 2021 07:54:33 GMT" + "Tue, 18 May 2021 21:54:25 GMT" ], "Content-Length": [ "188" @@ -5145,17 +5361,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -5163,8 +5379,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5178,11 +5394,11 @@ "nosniff" ], "x-ms-request-id": [ - "20b45372-2d6b-4390-accd-f799fe627174" + "8599f0fb-9f95-4f19-b014-f25f68f6c2ed" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5197,13 +5413,13 @@ "126" ], "x-ms-correlation-request-id": [ - "20b45372-2d6b-4390-accd-f799fe627174" + "8599f0fb-9f95-4f19-b014-f25f68f6c2ed" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075439Z:20b45372-2d6b-4390-accd-f799fe627174" + "SOUTHINDIA:20210518T215430Z:8599f0fb-9f95-4f19-b014-f25f68f6c2ed" ], "Date": [ - "Mon, 15 Feb 2021 07:54:38 GMT" + "Tue, 18 May 2021 21:54:30 GMT" ], "Content-Length": [ "188" @@ -5215,17 +5431,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -5233,8 +5449,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5248,11 +5464,11 @@ "nosniff" ], "x-ms-request-id": [ - "61faa6d9-dec8-445a-af2a-4be27dcd6c99" + "dfba0706-7cfd-463e-b912-ce8b000bd025" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5267,13 +5483,13 @@ "125" ], "x-ms-correlation-request-id": [ - "61faa6d9-dec8-445a-af2a-4be27dcd6c99" + "dfba0706-7cfd-463e-b912-ce8b000bd025" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075444Z:61faa6d9-dec8-445a-af2a-4be27dcd6c99" + "SOUTHINDIA:20210518T215436Z:dfba0706-7cfd-463e-b912-ce8b000bd025" ], "Date": [ - "Mon, 15 Feb 2021 07:54:44 GMT" + "Tue, 18 May 2021 21:54:35 GMT" ], "Content-Length": [ "188" @@ -5285,17 +5501,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -5303,8 +5519,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5318,11 +5534,11 @@ "nosniff" ], "x-ms-request-id": [ - "b6a2b8c2-cb6b-465f-89d4-d93e8078d6e0" + "cfc94211-4a36-4f44-b62c-e27793322170" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5337,13 +5553,13 @@ "124" ], "x-ms-correlation-request-id": [ - "b6a2b8c2-cb6b-465f-89d4-d93e8078d6e0" + "cfc94211-4a36-4f44-b62c-e27793322170" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075449Z:b6a2b8c2-cb6b-465f-89d4-d93e8078d6e0" + "SOUTHINDIA:20210518T215441Z:cfc94211-4a36-4f44-b62c-e27793322170" ], "Date": [ - "Mon, 15 Feb 2021 07:54:49 GMT" + "Tue, 18 May 2021 21:54:41 GMT" ], "Content-Length": [ "188" @@ -5355,17 +5571,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -5373,8 +5589,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5388,11 +5604,11 @@ "nosniff" ], "x-ms-request-id": [ - "dc7ae0d5-1555-4b97-8df2-02c490ced148" + "b16663b7-e674-4ef3-94a0-9d5e232bac98" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5407,13 +5623,13 @@ "123" ], "x-ms-correlation-request-id": [ - "dc7ae0d5-1555-4b97-8df2-02c490ced148" + "b16663b7-e674-4ef3-94a0-9d5e232bac98" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075455Z:dc7ae0d5-1555-4b97-8df2-02c490ced148" + "SOUTHINDIA:20210518T215446Z:b16663b7-e674-4ef3-94a0-9d5e232bac98" ], "Date": [ - "Mon, 15 Feb 2021 07:54:54 GMT" + "Tue, 18 May 2021 21:54:46 GMT" ], "Content-Length": [ "188" @@ -5425,17 +5641,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -5443,8 +5659,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5458,11 +5674,11 @@ "nosniff" ], "x-ms-request-id": [ - "b3a0ffa9-57a7-4f37-bd3f-3d1e1ec04a40" + "ea85a6e2-e15d-4fda-9c25-5b33e2ef1f7e" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5477,13 +5693,13 @@ "122" ], "x-ms-correlation-request-id": [ - "b3a0ffa9-57a7-4f37-bd3f-3d1e1ec04a40" + "ea85a6e2-e15d-4fda-9c25-5b33e2ef1f7e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075500Z:b3a0ffa9-57a7-4f37-bd3f-3d1e1ec04a40" + "SOUTHINDIA:20210518T215451Z:ea85a6e2-e15d-4fda-9c25-5b33e2ef1f7e" ], "Date": [ - "Mon, 15 Feb 2021 07:55:00 GMT" + "Tue, 18 May 2021 21:54:51 GMT" ], "Content-Length": [ "188" @@ -5495,17 +5711,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -5513,8 +5729,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5528,11 +5744,11 @@ "nosniff" ], "x-ms-request-id": [ - "3576659b-891a-42e8-b228-75596db71161" + "3e714def-ada5-471b-9e6c-55b24d6adbcc" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5547,13 +5763,13 @@ "121" ], "x-ms-correlation-request-id": [ - "3576659b-891a-42e8-b228-75596db71161" + "3e714def-ada5-471b-9e6c-55b24d6adbcc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075505Z:3576659b-891a-42e8-b228-75596db71161" + "SOUTHINDIA:20210518T215456Z:3e714def-ada5-471b-9e6c-55b24d6adbcc" ], "Date": [ - "Mon, 15 Feb 2021 07:55:05 GMT" + "Tue, 18 May 2021 21:54:56 GMT" ], "Content-Length": [ "188" @@ -5565,17 +5781,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -5583,8 +5799,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5598,11 +5814,11 @@ "nosniff" ], "x-ms-request-id": [ - "9f62f914-7ea3-4917-a3d1-4615b561f6c8" + "b7566dd2-0158-4e12-9b82-76d16b235693" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5617,13 +5833,13 @@ "120" ], "x-ms-correlation-request-id": [ - "9f62f914-7ea3-4917-a3d1-4615b561f6c8" + "b7566dd2-0158-4e12-9b82-76d16b235693" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075510Z:9f62f914-7ea3-4917-a3d1-4615b561f6c8" + "SOUTHINDIA:20210518T215502Z:b7566dd2-0158-4e12-9b82-76d16b235693" ], "Date": [ - "Mon, 15 Feb 2021 07:55:10 GMT" + "Tue, 18 May 2021 21:55:01 GMT" ], "Content-Length": [ "188" @@ -5635,17 +5851,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -5653,8 +5869,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5668,11 +5884,11 @@ "nosniff" ], "x-ms-request-id": [ - "e93b8463-1c22-452b-be4b-2dfd4255f9b4" + "58cc41f6-4363-4eea-86a5-6ecfbe0abeee" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5687,13 +5903,13 @@ "119" ], "x-ms-correlation-request-id": [ - "e93b8463-1c22-452b-be4b-2dfd4255f9b4" + "58cc41f6-4363-4eea-86a5-6ecfbe0abeee" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075516Z:e93b8463-1c22-452b-be4b-2dfd4255f9b4" + "SOUTHINDIA:20210518T215507Z:58cc41f6-4363-4eea-86a5-6ecfbe0abeee" ], "Date": [ - "Mon, 15 Feb 2021 07:55:16 GMT" + "Tue, 18 May 2021 21:55:06 GMT" ], "Content-Length": [ "304" @@ -5705,17 +5921,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"966ec2e0-4c69-4824-af8e-04ef01d1ada0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"afeb7e8e-aa58-472d-bcf8-824ce4008f0d\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupOperations/9f54a66d-322b-4017-8b80-e2fb22019e79?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBPcGVyYXRpb25zLzlmNTRhNjZkLTMyMmItNDAxNy04YjgwLWUyZmIyMjAxOWU3OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupOperations/b04e5be6-c987-4df8-96b5-5b95c3456d51?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBPcGVyYXRpb25zL2IwNGU1YmU2LWM5ODctNGRmOC05NmI1LTViOTVjMzQ1NmQ1MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -5723,8 +5939,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5738,11 +5954,11 @@ "nosniff" ], "x-ms-request-id": [ - "3b815a1f-8668-4718-becd-b28c621506ab" + "34ebda70-8efc-4cc7-a3ec-0867494dd040" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5757,13 +5973,13 @@ "118" ], "x-ms-correlation-request-id": [ - "3b815a1f-8668-4718-becd-b28c621506ab" + "34ebda70-8efc-4cc7-a3ec-0867494dd040" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075516Z:3b815a1f-8668-4718-becd-b28c621506ab" + "SOUTHINDIA:20210518T215507Z:34ebda70-8efc-4cc7-a3ec-0867494dd040" ], "Date": [ - "Mon, 15 Feb 2021 07:55:16 GMT" + "Tue, 18 May 2021 21:55:06 GMT" ], "Content-Length": [ "304" @@ -5775,17 +5991,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"name\": \"9f54a66d-322b-4017-8b80-e2fb22019e79\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"966ec2e0-4c69-4824-af8e-04ef01d1ada0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"name\": \"b04e5be6-c987-4df8-96b5-5b95c3456d51\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"afeb7e8e-aa58-472d-bcf8-824ce4008f0d\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupJobs/966ec2e0-4c69-4824-af8e-04ef01d1ada0?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MC9iYWNrdXBKb2JzLzk2NmVjMmUwLTRjNjktNDgyNC1hZjhlLTA0ZWYwMWQxYWRhMD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupJobs/afeb7e8e-aa58-472d-bcf8-824ce4008f0d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYy9iYWNrdXBKb2JzL2FmZWI3ZThlLWFhNTgtNDcyZC1iY2Y4LTgyNGNlNDAwOGYwZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "Accept-Language": [ "en-US" @@ -5793,8 +6009,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5812,11 +6028,11 @@ "nosniff" ], "x-ms-request-id": [ - "4fa61a90-7210-4e3e-b9f1-f28e1827b1fe" + "f706566b-eef4-43c9-b051-193aa8dda152" ], "x-ms-client-request-id": [ - "e358bcdd-212a-4942-be93-33b99d627447", - "e358bcdd-212a-4942-be93-33b99d627447" + "56597118-681a-4d5b-9591-881b50e5dc4e", + "56597118-681a-4d5b-9591-881b50e5dc4e" ], "X-Powered-By": [ "ASP.NET" @@ -5828,13 +6044,13 @@ "148" ], "x-ms-correlation-request-id": [ - "4fa61a90-7210-4e3e-b9f1-f28e1827b1fe" + "f706566b-eef4-43c9-b051-193aa8dda152" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075516Z:4fa61a90-7210-4e3e-b9f1-f28e1827b1fe" + "SOUTHINDIA:20210518T215507Z:f706566b-eef4-43c9-b051-193aa8dda152" ], "Date": [ - "Mon, 15 Feb 2021 07:55:16 GMT" + "Tue, 18 May 2021 21:55:07 GMT" ], "Content-Length": [ "845" @@ -5846,17 +6062,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070/backupJobs/966ec2e0-4c69-4824-af8e-04ef01d1ada0\",\r\n \"name\": \"966ec2e0-4c69-4824-af8e-04ef01d1ada0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf92b5070;pstestvmf92b50\",\r\n \"duration\": \"PT1M52.9122753S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMf92b50\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMf92b50\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T07:53:20.1165658Z\",\r\n \"endTime\": \"2021-02-15T07:55:13.0288411Z\",\r\n \"activityId\": \"e358bcdd-212a-4942-be93-33b99d627447\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc/backupJobs/afeb7e8e-aa58-472d-bcf8-824ce4008f0d\",\r\n \"name\": \"afeb7e8e-aa58-472d-bcf8-824ce4008f0d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg81f98bdc;pstestvm81f980\",\r\n \"duration\": \"PT1M52.3992897S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM81f980\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM81f980\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T21:53:12.5707455Z\",\r\n \"endTime\": \"2021-05-18T21:55:04.9700352Z\",\r\n \"activityId\": \"56597118-681a-4d5b-9591-881b50e5dc4e\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f1d816a-2d2e-483e-a64f-fb61a767c7e4" + "481dbbf0-b8d7-48d3-98a2-bfd4a1fa7665" ], "Accept-Language": [ "en-US" @@ -5864,7 +6080,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -5879,10 +6095,10 @@ "nosniff" ], "x-ms-request-id": [ - "672e844f-00d7-4ab4-9c2a-3fe870317dc5" + "58fe1884-3cb6-4c10-b820-d552dd225d09" ], "x-ms-client-request-id": [ - "5f1d816a-2d2e-483e-a64f-fb61a767c7e4" + "481dbbf0-b8d7-48d3-98a2-bfd4a1fa7665" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5894,13 +6110,13 @@ "11999" ], "x-ms-correlation-request-id": [ - "672e844f-00d7-4ab4-9c2a-3fe870317dc5" + "58fe1884-3cb6-4c10-b820-d552dd225d09" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075517Z:672e844f-00d7-4ab4-9c2a-3fe870317dc5" + "WESTINDIA:20210518T215508Z:58fe1884-3cb6-4c10-b820-d552dd225d09" ], "Date": [ - "Mon, 15 Feb 2021 07:55:17 GMT" + "Tue, 18 May 2021 21:55:08 GMT" ], "Content-Length": [ "478" @@ -5912,17 +6128,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVf92b5070\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T07%3A52%3A37.7716926Z'\\\"\",\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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV81f98bdc\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T21%3A52%3A32.3283601Z'\\\"\",\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/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc\",\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/PSTestRGf92b5070/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf92b5070?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjkyYjUwNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmOTJiNTA3MD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG81f98bdc/providers/Microsoft.RecoveryServices/vaults/PSTestRSV81f98bdc?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHODFmOThiZGMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y4MWY5OGJkYz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "98171377-5a25-4f32-972c-d10a2d19bc76" + "fe03cd44-9361-4e10-aa14-421dd636008c" ], "Accept-Language": [ "en-US" @@ -5930,7 +6146,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -5945,10 +6161,10 @@ "nosniff" ], "x-ms-request-id": [ - "7ce5f5b0-f156-44a0-be45-6210f5d3f82e" + "bf61e9cb-5875-4884-b96d-7f3296a47308" ], "x-ms-client-request-id": [ - "98171377-5a25-4f32-972c-d10a2d19bc76" + "fe03cd44-9361-4e10-aa14-421dd636008c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5957,13 +6173,13 @@ "9" ], "x-ms-correlation-request-id": [ - "7ce5f5b0-f156-44a0-be45-6210f5d3f82e" + "bf61e9cb-5875-4884-b96d-7f3296a47308" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075521Z:7ce5f5b0-f156-44a0-be45-6210f5d3f82e" + "WESTINDIA:20210518T215512Z:bf61e9cb-5875-4884-b96d-7f3296a47308" ], "Date": [ - "Mon, 15 Feb 2021 07:55:21 GMT" + "Tue, 18 May 2021 21:55:12 GMT" ], "Expires": [ "-1" @@ -5976,13 +6192,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGf92b5070?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZjkyYjUwNzA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG81f98bdc?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHODFmOThiZGM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9846c2f2-3685-4707-ab9a-b5266667e64b" + "00766c6c-766e-4f1e-b5be-0419a3e44427" ], "Accept-Language": [ "en-US" @@ -5990,8 +6206,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6002,7 +6218,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6011,13 +6227,13 @@ "14999" ], "x-ms-request-id": [ - "b91bfb4b-76ef-4566-a06d-0f26d3d0b0af" + "0419e0e2-7e3a-4213-8586-a60fb88b242d" ], "x-ms-correlation-request-id": [ - "b91bfb4b-76ef-4566-a06d-0f26d3d0b0af" + "0419e0e2-7e3a-4213-8586-a60fb88b242d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075523Z:b91bfb4b-76ef-4566-a06d-0f26d3d0b0af" + "WESTINDIA:20210518T215514Z:0419e0e2-7e3a-4213-8586-a60fb88b242d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6026,7 +6242,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:55:22 GMT" + "Tue, 18 May 2021 21:55:14 GMT" ], "Expires": [ "-1" @@ -6039,16 +6255,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6059,7 +6275,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6068,13 +6284,13 @@ "11998" ], "x-ms-request-id": [ - "5915a24a-c955-46de-9a0b-e80b9a08be6b" + "0af41998-5ed0-436a-83da-fbd101fb74bf" ], "x-ms-correlation-request-id": [ - "5915a24a-c955-46de-9a0b-e80b9a08be6b" + "0af41998-5ed0-436a-83da-fbd101fb74bf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075538Z:5915a24a-c955-46de-9a0b-e80b9a08be6b" + "WESTINDIA:20210518T215529Z:0af41998-5ed0-436a-83da-fbd101fb74bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6083,7 +6299,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:55:37 GMT" + "Tue, 18 May 2021 21:55:29 GMT" ], "Expires": [ "-1" @@ -6096,16 +6312,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6116,7 +6332,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6125,13 +6341,13 @@ "11997" ], "x-ms-request-id": [ - "f9f20861-4dc1-40a5-b111-49d524146a05" + "7ef8fec7-b58c-452f-8cef-f965ec7400d9" ], "x-ms-correlation-request-id": [ - "f9f20861-4dc1-40a5-b111-49d524146a05" + "7ef8fec7-b58c-452f-8cef-f965ec7400d9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075553Z:f9f20861-4dc1-40a5-b111-49d524146a05" + "WESTINDIA:20210518T215544Z:7ef8fec7-b58c-452f-8cef-f965ec7400d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6140,7 +6356,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:55:53 GMT" + "Tue, 18 May 2021 21:55:44 GMT" ], "Expires": [ "-1" @@ -6153,16 +6369,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6173,7 +6389,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6182,13 +6398,13 @@ "11996" ], "x-ms-request-id": [ - "203372e3-73fa-437a-8114-b7f0a914dc9a" + "ea1053ee-242c-4bb7-af09-8cf286ab5a82" ], "x-ms-correlation-request-id": [ - "203372e3-73fa-437a-8114-b7f0a914dc9a" + "ea1053ee-242c-4bb7-af09-8cf286ab5a82" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075608Z:203372e3-73fa-437a-8114-b7f0a914dc9a" + "WESTINDIA:20210518T215600Z:ea1053ee-242c-4bb7-af09-8cf286ab5a82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6197,7 +6413,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:56:08 GMT" + "Tue, 18 May 2021 21:55:59 GMT" ], "Expires": [ "-1" @@ -6210,16 +6426,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6230,7 +6446,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6239,13 +6455,13 @@ "11995" ], "x-ms-request-id": [ - "2fd50062-928d-4b1a-806e-7a8d344cb8bb" + "a2b05350-4a42-46f2-a2c9-893ecc198c7f" ], "x-ms-correlation-request-id": [ - "2fd50062-928d-4b1a-806e-7a8d344cb8bb" + "a2b05350-4a42-46f2-a2c9-893ecc198c7f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075623Z:2fd50062-928d-4b1a-806e-7a8d344cb8bb" + "WESTINDIA:20210518T215615Z:a2b05350-4a42-46f2-a2c9-893ecc198c7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6254,7 +6470,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:56:22 GMT" + "Tue, 18 May 2021 21:56:14 GMT" ], "Expires": [ "-1" @@ -6267,16 +6483,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6287,7 +6503,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6296,13 +6512,13 @@ "11994" ], "x-ms-request-id": [ - "7d46e977-ce07-4d4e-9aaa-bf3927aa0c9c" + "64b1c93c-563f-4b10-bfca-adaf16067ffe" ], "x-ms-correlation-request-id": [ - "7d46e977-ce07-4d4e-9aaa-bf3927aa0c9c" + "64b1c93c-563f-4b10-bfca-adaf16067ffe" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075638Z:7d46e977-ce07-4d4e-9aaa-bf3927aa0c9c" + "WESTINDIA:20210518T215630Z:64b1c93c-563f-4b10-bfca-adaf16067ffe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6311,7 +6527,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:56:38 GMT" + "Tue, 18 May 2021 21:56:30 GMT" ], "Expires": [ "-1" @@ -6324,16 +6540,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6344,7 +6560,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6353,13 +6569,13 @@ "11993" ], "x-ms-request-id": [ - "d1c895f1-73a0-4878-8289-c62bff1517eb" + "ccd10010-f685-45f8-9274-87d7f05e4820" ], "x-ms-correlation-request-id": [ - "d1c895f1-73a0-4878-8289-c62bff1517eb" + "ccd10010-f685-45f8-9274-87d7f05e4820" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075654Z:d1c895f1-73a0-4878-8289-c62bff1517eb" + "WESTINDIA:20210518T215645Z:ccd10010-f685-45f8-9274-87d7f05e4820" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6368,7 +6584,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:56:53 GMT" + "Tue, 18 May 2021 21:56:45 GMT" ], "Expires": [ "-1" @@ -6381,16 +6597,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6401,7 +6617,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6410,13 +6626,13 @@ "11992" ], "x-ms-request-id": [ - "431dc5b7-5536-4948-afee-b4aaa0075ca2" + "1dd4528c-1ddb-4d9d-9077-350669da8217" ], "x-ms-correlation-request-id": [ - "431dc5b7-5536-4948-afee-b4aaa0075ca2" + "1dd4528c-1ddb-4d9d-9077-350669da8217" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075709Z:431dc5b7-5536-4948-afee-b4aaa0075ca2" + "WESTINDIA:20210518T215700Z:1dd4528c-1ddb-4d9d-9077-350669da8217" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6425,7 +6641,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:57:09 GMT" + "Tue, 18 May 2021 21:57:00 GMT" ], "Expires": [ "-1" @@ -6438,16 +6654,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6458,7 +6674,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6467,13 +6683,13 @@ "11991" ], "x-ms-request-id": [ - "c7b688f0-c233-4dcb-8949-aa48f8198aac" + "24afe071-680b-4fea-b1de-5ee084e580d5" ], "x-ms-correlation-request-id": [ - "c7b688f0-c233-4dcb-8949-aa48f8198aac" + "24afe071-680b-4fea-b1de-5ee084e580d5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075724Z:c7b688f0-c233-4dcb-8949-aa48f8198aac" + "WESTINDIA:20210518T215715Z:24afe071-680b-4fea-b1de-5ee084e580d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6482,7 +6698,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:57:24 GMT" + "Tue, 18 May 2021 21:57:15 GMT" ], "Expires": [ "-1" @@ -6495,16 +6711,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6515,7 +6731,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6524,13 +6740,13 @@ "11990" ], "x-ms-request-id": [ - "8102e013-b767-4a06-b19e-5408f6642fa4" + "ccb1db97-7935-4377-8f27-bf241779547d" ], "x-ms-correlation-request-id": [ - "8102e013-b767-4a06-b19e-5408f6642fa4" + "ccb1db97-7935-4377-8f27-bf241779547d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075739Z:8102e013-b767-4a06-b19e-5408f6642fa4" + "WESTINDIA:20210518T215731Z:ccb1db97-7935-4377-8f27-bf241779547d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6539,7 +6755,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:57:39 GMT" + "Tue, 18 May 2021 21:57:30 GMT" ], "Expires": [ "-1" @@ -6552,16 +6768,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6572,7 +6788,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6581,13 +6797,13 @@ "11989" ], "x-ms-request-id": [ - "36988306-ffd9-47f5-b7d6-4b66c0c05e9f" + "a769ef8f-92d9-4a61-a052-52a7a8f2d569" ], "x-ms-correlation-request-id": [ - "36988306-ffd9-47f5-b7d6-4b66c0c05e9f" + "a769ef8f-92d9-4a61-a052-52a7a8f2d569" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075754Z:36988306-ffd9-47f5-b7d6-4b66c0c05e9f" + "WESTINDIA:20210518T215746Z:a769ef8f-92d9-4a61-a052-52a7a8f2d569" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6596,7 +6812,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:57:54 GMT" + "Tue, 18 May 2021 21:57:46 GMT" ], "Expires": [ "-1" @@ -6609,16 +6825,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6629,7 +6845,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6638,13 +6854,13 @@ "11988" ], "x-ms-request-id": [ - "3df0f016-b568-478a-be94-a9122def6155" + "ce8e7f7e-e67a-402a-bde7-371c4d5295a9" ], "x-ms-correlation-request-id": [ - "3df0f016-b568-478a-be94-a9122def6155" + "ce8e7f7e-e67a-402a-bde7-371c4d5295a9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075809Z:3df0f016-b568-478a-be94-a9122def6155" + "WESTINDIA:20210518T215801Z:ce8e7f7e-e67a-402a-bde7-371c4d5295a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6653,7 +6869,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:58:09 GMT" + "Tue, 18 May 2021 21:58:00 GMT" ], "Expires": [ "-1" @@ -6666,16 +6882,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6686,7 +6902,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6695,13 +6911,13 @@ "11987" ], "x-ms-request-id": [ - "c7acd76d-60d3-49b1-a9e3-5d3792d4131a" + "7a3dbefe-4841-41f4-9dd7-98fcd500ba37" ], "x-ms-correlation-request-id": [ - "c7acd76d-60d3-49b1-a9e3-5d3792d4131a" + "7a3dbefe-4841-41f4-9dd7-98fcd500ba37" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075825Z:c7acd76d-60d3-49b1-a9e3-5d3792d4131a" + "WESTINDIA:20210518T215816Z:7a3dbefe-4841-41f4-9dd7-98fcd500ba37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6710,7 +6926,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:58:24 GMT" + "Tue, 18 May 2021 21:58:16 GMT" ], "Expires": [ "-1" @@ -6723,16 +6939,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6743,7 +6959,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6752,13 +6968,13 @@ "11986" ], "x-ms-request-id": [ - "af7e3fbb-34a3-4e63-83ab-e3611b4dd064" + "b33cde37-2f04-4a6e-be61-3d1805fc1463" ], "x-ms-correlation-request-id": [ - "af7e3fbb-34a3-4e63-83ab-e3611b4dd064" + "b33cde37-2f04-4a6e-be61-3d1805fc1463" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075840Z:af7e3fbb-34a3-4e63-83ab-e3611b4dd064" + "WESTINDIA:20210518T215831Z:b33cde37-2f04-4a6e-be61-3d1805fc1463" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6767,7 +6983,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:58:39 GMT" + "Tue, 18 May 2021 21:58:31 GMT" ], "Expires": [ "-1" @@ -6780,16 +6996,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6799,74 +7015,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], "x-ms-request-id": [ - "48f9668f-ed46-4ac1-93c7-8490bf660984" - ], - "x-ms-correlation-request-id": [ - "48f9668f-ed46-4ac1-93c7-8490bf660984" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075855Z:48f9668f-ed46-4ac1-93c7-8490bf660984" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 15 Feb 2021 07:58:55 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "4e79caac-a391-4312-9ec1-159fa3311891" + "af58398a-cd36-4d34-a013-0d00bb87d19f" ], "x-ms-correlation-request-id": [ - "4e79caac-a391-4312-9ec1-159fa3311891" + "af58398a-cd36-4d34-a013-0d00bb87d19f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075910Z:4e79caac-a391-4312-9ec1-159fa3311891" + "WESTINDIA:20210518T215846Z:af58398a-cd36-4d34-a013-0d00bb87d19f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6875,7 +7034,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:59:10 GMT" + "Tue, 18 May 2021 21:58:46 GMT" ], "Expires": [ "-1" @@ -6888,16 +7047,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y5MkI1MDcwLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFk1TWtJMU1EY3dMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzgxRjk4QkRDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemd4UmprNFFrUkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6908,16 +7067,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11984" ], "x-ms-request-id": [ - "e4b35f31-22ae-43ad-a7b0-35d2f921673a" + "3e675fd7-007b-42e6-ac7c-dfd4bbda5f0c" ], "x-ms-correlation-request-id": [ - "e4b35f31-22ae-43ad-a7b0-35d2f921673a" + "3e675fd7-007b-42e6-ac7c-dfd4bbda5f0c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T075910Z:e4b35f31-22ae-43ad-a7b0-35d2f921673a" + "WESTINDIA:20210518T215847Z:3e675fd7-007b-42e6-ac7c-dfd4bbda5f0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6926,7 +7085,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 07:59:10 GMT" + "Tue, 18 May 2021 21:58:46 GMT" ], "Expires": [ "-1" @@ -6941,7 +7100,7 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "f92b5070-6723-4c6b-b295-3a9bb40c97f7" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", + "NamingSuffix": "81f98bdc-8ef6-4e85-bab1-cadfe14ef6a5" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMRPMountScript.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMRPMountScript.json index 437cda776bde..3565826e04ec 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMRPMountScript.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMRPMountScript.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGfc3f26e1?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG024d473c?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2M/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edfd5fde-15f1-4199-acd5-a49b96e114ca" + "55fa2a58-418a-48c8-b50b-eed13663d0ce" ], "Accept-Language": [ "en-US" @@ -15,8 +15,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "88aacb69-3edc-45dd-bcfb-a7b1ec2d598f" + "ad6ce74b-e591-4b18-a194-ef6bb08b25b4" ], "x-ms-correlation-request-id": [ - "88aacb69-3edc-45dd-bcfb-a7b1ec2d598f" + "ad6ce74b-e591-4b18-a194-ef6bb08b25b4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142144Z:88aacb69-3edc-45dd-bcfb-a7b1ec2d598f" + "SOUTHINDIA:20210518T140254Z:ad6ce74b-e591-4b18-a194-ef6bb08b25b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:44 GMT" + "Tue, 18 May 2021 14:02:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,17 +60,17 @@ "108" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGfc3f26e1' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG024d473c' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGfc3f26e1?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG024d473c?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2M/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2f8c16c-21d7-48b3-a836-3fb0dcfc902a" + "d36e9b94-d797-4661-bf23-d380918eb609" ], "Accept-Language": [ "en-US" @@ -78,8 +78,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-request-id": [ - "738ab5c7-d15e-4fa8-8dd2-2f34ed6c0a5f" + "5ae23923-b0d1-413c-958a-1a07536bb788" ], "x-ms-correlation-request-id": [ - "738ab5c7-d15e-4fa8-8dd2-2f34ed6c0a5f" + "5ae23923-b0d1-413c-958a-1a07536bb788" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145955Z:738ab5c7-d15e-4fa8-8dd2-2f34ed6c0a5f" + "SOUTHINDIA:20210518T144047Z:5ae23923-b0d1-413c-958a-1a07536bb788" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:59:55 GMT" + "Tue, 18 May 2021 14:40:47 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,17 +120,17 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1\",\r\n \"name\": \"PSTestRGfc3f26e1\",\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/PSTestRG024d473c\",\r\n \"name\": \"PSTestRG024d473c\",\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/PSTestRGfc3f26e1?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG024d473c?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2M/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a1bf969c-b782-4a1b-9865-7159dded7eb5" + "5b99305f-de46-4e3b-912f-633e631b16d3" ], "Accept-Language": [ "en-US" @@ -138,8 +138,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "1199" ], "x-ms-request-id": [ - "235732b8-dff3-41ac-bc29-a0ca4cafd98e" + "59353588-5c50-4a76-9859-ee8fb11257f3" ], "x-ms-correlation-request-id": [ - "235732b8-dff3-41ac-bc29-a0ca4cafd98e" + "59353588-5c50-4a76-9859-ee8fb11257f3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142145Z:235732b8-dff3-41ac-bc29-a0ca4cafd98e" + "SOUTHINDIA:20210518T140255Z:59353588-5c50-4a76-9859-ee8fb11257f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:45 GMT" + "Tue, 18 May 2021 14:02:55 GMT" ], "Content-Length": [ "192" @@ -186,17 +186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1\",\r\n \"name\": \"PSTestRGfc3f26e1\",\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/PSTestRG024d473c\",\r\n \"name\": \"PSTestRG024d473c\",\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/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWZjM2YyMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTAyNGQ0MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7472a7a8-3ef9-4b53-8c54-d12267919c4b" + "9020e02c-8cde-4663-a02b-7f1a121c8e75" ], "Accept-Language": [ "en-US" @@ -204,8 +204,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "57b017ef-ec2c-4583-8ce6-c92985a9e785" + "ec75210f-69e1-4d54-92f2-e96122a5a5f5" ], "x-ms-correlation-request-id": [ - "57b017ef-ec2c-4583-8ce6-c92985a9e785" + "ec75210f-69e1-4d54-92f2-e96122a5a5f5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142145Z:57b017ef-ec2c-4583-8ce6-c92985a9e785" + "SOUTHINDIA:20210518T140256Z:ec75210f-69e1-4d54-92f2-e96122a5a5f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:45 GMT" + "Tue, 18 May 2021 14:02:55 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,23 +246,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVMfc3f20' under resource group 'PSTestRGfc3f26e1' 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/PSTestVM024d40' under resource group 'PSTestRG024d473c' 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/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWZjM2YyMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTAyNGQ0MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -273,13 +273,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31997" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "93475c35-8e9f-4bb6-b889-d56bde991296" + "e5ed4ee6-5e04-4fed-912b-d78deef1e05e" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -289,19 +289,19 @@ "11995" ], "x-ms-correlation-request-id": [ - "b355dd36-fd97-4f2e-8dbd-d85286cf0d97" + "052d2a77-a6c7-4ee4-841c-c844f77e1910" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142358Z:b355dd36-fd97-4f2e-8dbd-d85286cf0d97" + "SOUTHINDIA:20210518T140506Z:052d2a77-a6c7-4ee4-841c-c844f77e1910" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:23:58 GMT" + "Tue, 18 May 2021 14:05:05 GMT" ], "Content-Length": [ - "2184" + "2180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -310,17 +310,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5b9be2d1-6229-4cb7-9d81-d411e2cefac0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVMfc3f20_OsDisk_1_b5611a04a77e4c22ab57a3f66a6f7311\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/disks/PSTestVMfc3f20_OsDisk_1_b5611a04a77e4c22ab57a3f66a6f7311\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMfc3f20\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\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 \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5fdfa1c6-6a17-4be2-ba2e-e0a97be832d4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM024d40_OsDisk_1_ea31cbe51c9b4ac18c6b199918a700b1\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/disks/PSTestVM024d40_OsDisk_1_ea31cbe51c9b4ac18c6b199918a700b1\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM024d40\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWZjM2YyMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTAyNGQ0MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bdcdbe01-2054-4b52-b2f2-d0e2f9c02607" + "de3ed075-7928-4c64-8c9d-f5321b2d9644" ], "Accept-Language": [ "en-US" @@ -328,8 +328,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -340,35 +340,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31995" + "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ca9d974d-4ed6-4d63-b8f7-90aada13e771" + "dd2fe5ee-5b02-4e32-a822-48bd14d6fbe8" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11985" ], "x-ms-correlation-request-id": [ - "449867b4-2ccc-44ba-a917-f8f88b6e66a3" + "f1f76369-05de-4c0e-aa49-5f927536a959" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142602Z:449867b4-2ccc-44ba-a917-f8f88b6e66a3" + "SOUTHINDIA:20210518T140739Z:f1f76369-05de-4c0e-aa49-5f927536a959" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:26:01 GMT" + "Tue, 18 May 2021 14:07:39 GMT" ], "Content-Length": [ - "2747" + "2743" ], "Content-Type": [ "application/json; charset=utf-8" @@ -377,17 +377,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5b9be2d1-6229-4cb7-9d81-d411e2cefac0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVMfc3f20_OsDisk_1_b5611a04a77e4c22ab57a3f66a6f7311\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/disks/PSTestVMfc3f20_OsDisk_1_b5611a04a77e4c22ab57a3f66a6f7311\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMfc3f20\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\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 \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5fdfa1c6-6a17-4be2-ba2e-e0a97be832d4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM024d40_OsDisk_1_ea31cbe51c9b4ac18c6b199918a700b1\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/disks/PSTestVM024d40_OsDisk_1_ea31cbe51c9b4ac18c6b199918a700b1\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM024d40\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZmMzZjIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMDI0ZDQwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea8604d8-803e-41ff-9ae0-f0bb71bcaefa" + "109ae9e8-b464-4bf7-bc50-ddd22ae81013" ], "Accept-Language": [ "en-US" @@ -395,8 +395,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -410,13 +410,13 @@ "gateway" ], "x-ms-request-id": [ - "dd42a27f-1d4e-46f0-b48f-d38e95cc8385" + "0677ba03-0de2-4cfa-9d3e-710e7d7d0bb6" ], "x-ms-correlation-request-id": [ - "dd42a27f-1d4e-46f0-b48f-d38e95cc8385" + "0677ba03-0de2-4cfa-9d3e-710e7d7d0bb6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142146Z:dd42a27f-1d4e-46f0-b48f-d38e95cc8385" + "SOUTHINDIA:20210518T140256Z:0677ba03-0de2-4cfa-9d3e-710e7d7d0bb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -425,7 +425,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:46 GMT" + "Tue, 18 May 2021 14:02:55 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -437,23 +437,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNETfc3f20' under resource group 'PSTestRGfc3f26e1' 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/PSTestVNET024d40' under resource group 'PSTestRG024d473c' 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/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZmMzZjIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMDI0ZDQwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea8604d8-803e-41ff-9ae0-f0bb71bcaefa" + "109ae9e8-b464-4bf7-bc50-ddd22ae81013" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -464,16 +464,16 @@ "no-cache" ], "ETag": [ - "W/\"23bf8e9a-f56b-4943-acc5-367588308298\"" + "W/\"2e7184d1-2386-4e34-a4bb-e66b22e65b4b\"" ], "x-ms-request-id": [ - "059ed9e3-201e-450c-8458-2f4c3e4ed0dd" + "6f135b1b-4ef5-4c16-a8d7-d52170e7b637" ], "x-ms-correlation-request-id": [ - "44208d0a-8bcf-4ad9-bea3-54b58b7b7df7" + "2936a46f-c1e9-4e0e-b819-be5f94db4090" ], "x-ms-arm-service-request-id": [ - "838485bd-e992-45e2-a697-3e3f1873eef4" + "26d32b89-c541-4582-90c4-8a1f82233b23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -486,16 +486,16 @@ "11997" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142153Z:44208d0a-8bcf-4ad9-bea3-54b58b7b7df7" + "SOUTHINDIA:20210518T140302Z:2936a46f-c1e9-4e0e-b819-be5f94db4090" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:53 GMT" + "Tue, 18 May 2021 14:03:01 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -504,17 +504,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20\",\r\n \"etag\": \"W/\\\"23bf8e9a-f56b-4943-acc5-367588308298\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cb66b203-c31f-46eb-922b-05602f83ba37\",\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\": \"PSTestSNCfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20/subnets/PSTestSNCfc3f20\",\r\n \"etag\": \"W/\\\"23bf8e9a-f56b-4943-acc5-367588308298\\\"\",\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\": \"PSTestVNET024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40\",\r\n \"etag\": \"W/\\\"2e7184d1-2386-4e34-a4bb-e66b22e65b4b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9035a04f-3958-4134-950c-51a94975a1c5\",\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\": \"PSTestSNC024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40/subnets/PSTestSNC024d40\",\r\n \"etag\": \"W/\\\"2e7184d1-2386-4e34-a4bb-e66b22e65b4b\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZmMzZjIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMDI0ZDQwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea8604d8-803e-41ff-9ae0-f0bb71bcaefa" + "109ae9e8-b464-4bf7-bc50-ddd22ae81013" ], "Accept-Language": [ "en-US" @@ -522,8 +522,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -534,16 +534,16 @@ "no-cache" ], "ETag": [ - "W/\"23bf8e9a-f56b-4943-acc5-367588308298\"" + "W/\"2e7184d1-2386-4e34-a4bb-e66b22e65b4b\"" ], "x-ms-request-id": [ - "93c3d568-bc40-465a-9788-481362146594" + "ce4dffbc-1aa4-4e35-bcf6-29eeab0b5537" ], "x-ms-correlation-request-id": [ - "8e629543-2b3f-44b0-816c-c53cd7eea098" + "80cc8500-2834-4bf6-8cde-73a518fb1d36" ], "x-ms-arm-service-request-id": [ - "c3528877-59e9-4306-920b-c21f8f4b001b" + "488111ff-974b-48cb-950c-5fc306703f2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -556,16 +556,16 @@ "11996" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142153Z:8e629543-2b3f-44b0-816c-c53cd7eea098" + "SOUTHINDIA:20210518T140302Z:80cc8500-2834-4bf6-8cde-73a518fb1d36" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:53 GMT" + "Tue, 18 May 2021 14:03:01 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -574,17 +574,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20\",\r\n \"etag\": \"W/\\\"23bf8e9a-f56b-4943-acc5-367588308298\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cb66b203-c31f-46eb-922b-05602f83ba37\",\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\": \"PSTestSNCfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20/subnets/PSTestSNCfc3f20\",\r\n \"etag\": \"W/\\\"23bf8e9a-f56b-4943-acc5-367588308298\\\"\",\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\": \"PSTestVNET024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40\",\r\n \"etag\": \"W/\\\"2e7184d1-2386-4e34-a4bb-e66b22e65b4b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9035a04f-3958-4134-950c-51a94975a1c5\",\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\": \"PSTestSNC024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40/subnets/PSTestSNC024d40\",\r\n \"etag\": \"W/\\\"2e7184d1-2386-4e34-a4bb-e66b22e65b4b\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZmMzZjIwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMDI0ZDQwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNCfc3f20\"\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\": \"PSTestSNC024d40\"\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": [ - "ea8604d8-803e-41ff-9ae0-f0bb71bcaefa" + "109ae9e8-b464-4bf7-bc50-ddd22ae81013" ], "Accept-Language": [ "en-US" @@ -592,8 +592,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -613,19 +613,19 @@ "3" ], "x-ms-request-id": [ - "f32aa3ba-f402-46d7-b75e-9b8636d5d725" + "478e1011-02af-469d-95c4-702499f5ea4c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/f32aa3ba-f402-46d7-b75e-9b8636d5d725?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/478e1011-02af-469d-95c4-702499f5ea4c?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "93da2ce2-c1fd-4fcc-8b0c-193871160cff" + "e7cbf795-f306-41cb-be8c-666543dd9ec3" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ac209f08-9fa1-457c-b51f-57dfd3061ec5" + "ff778254-0089-4426-95b5-54ac9058da65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -638,16 +638,16 @@ "1199" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142150Z:93da2ce2-c1fd-4fcc-8b0c-193871160cff" + "SOUTHINDIA:20210518T140259Z:e7cbf795-f306-41cb-be8c-666543dd9ec3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:49 GMT" + "Tue, 18 May 2021 14:02:58 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -656,23 +656,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20\",\r\n \"etag\": \"W/\\\"b994dc7a-d4cd-4065-9f6e-8473c36ea0d9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cb66b203-c31f-46eb-922b-05602f83ba37\",\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\": \"PSTestSNCfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20/subnets/PSTestSNCfc3f20\",\r\n \"etag\": \"W/\\\"b994dc7a-d4cd-4065-9f6e-8473c36ea0d9\\\"\",\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\": \"PSTestVNET024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40\",\r\n \"etag\": \"W/\\\"5959d7b2-9155-44d7-986c-ef2bc34d3fcb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9035a04f-3958-4134-950c-51a94975a1c5\",\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\": \"PSTestSNC024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40/subnets/PSTestSNC024d40\",\r\n \"etag\": \"W/\\\"5959d7b2-9155-44d7-986c-ef2bc34d3fcb\\\"\",\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/f32aa3ba-f402-46d7-b75e-9b8636d5d725?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YzMmFhM2JhLWY0MDItNDZkNy1iNzVlLTliODYzNmQ1ZDcyNT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/478e1011-02af-469d-95c4-702499f5ea4c?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ3OGUxMDExLTAyYWYtNDY5ZC05NWM0LTcwMjQ5OWY1ZWE0Yz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea8604d8-803e-41ff-9ae0-f0bb71bcaefa" + "109ae9e8-b464-4bf7-bc50-ddd22ae81013" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -683,13 +683,13 @@ "no-cache" ], "x-ms-request-id": [ - "b4ab1e40-d504-4e05-a11c-58edfd3518a7" + "8bd3e450-a394-4f9e-b9f1-94892241c3d0" ], "x-ms-correlation-request-id": [ - "3714fb0b-1ec9-4e8f-a1a4-363723107843" + "c3a1d074-d01b-470b-9c0c-2e94c53f5b73" ], "x-ms-arm-service-request-id": [ - "95b026dc-2611-4f91-8aea-69bed27824eb" + "9bd018f6-1a9a-4cb3-ba64-f467f7102c22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -702,13 +702,13 @@ "11998" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142153Z:3714fb0b-1ec9-4e8f-a1a4-363723107843" + "SOUTHINDIA:20210518T140302Z:c3a1d074-d01b-470b-9c0c-2e94c53f5b73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:52 GMT" + "Tue, 18 May 2021 14:03:01 GMT" ], "Content-Length": [ "29" @@ -724,13 +724,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2ZjM2YyMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczAyNGQ0MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75c81b0-5689-4b70-9f0b-b7a9d22e331d" + "72ca3602-6a21-449e-aaf2-8a736528333b" ], "Accept-Language": [ "en-US" @@ -738,8 +738,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -753,13 +753,13 @@ "gateway" ], "x-ms-request-id": [ - "fef74742-b58a-45a2-a89c-8fa151985c4a" + "2908655e-afef-4e1e-9ee9-26628dfa9209" ], "x-ms-correlation-request-id": [ - "fef74742-b58a-45a2-a89c-8fa151985c4a" + "2908655e-afef-4e1e-9ee9-26628dfa9209" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142153Z:fef74742-b58a-45a2-a89c-8fa151985c4a" + "SOUTHINDIA:20210518T140302Z:2908655e-afef-4e1e-9ee9-26628dfa9209" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +768,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:53 GMT" + "Tue, 18 May 2021 14:03:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -780,23 +780,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdnsfc3f20' under resource group 'PSTestRGfc3f26e1' 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/pstestpublicdns024d40' under resource group 'PSTestRG024d473c' 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/PSTestRGfc3f26e1/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2ZjM2YyMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczAyNGQ0MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75c81b0-5689-4b70-9f0b-b7a9d22e331d" + "72ca3602-6a21-449e-aaf2-8a736528333b" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"2ac41653-6e0f-4e63-803b-83cad13edb14\"" + "W/\"00c33f94-1d7f-477d-9e64-2b22b3b6bf76\"" ], "x-ms-request-id": [ - "59901d01-d6f3-4c6e-aeb5-46f317b368d9" + "6a4f25e2-92e7-473a-aacc-8cc66b000069" ], "x-ms-correlation-request-id": [ - "870c4793-f556-4ce5-992e-c3768450fc50" + "ce5e1a91-466d-408a-bd63-2dce7732716c" ], "x-ms-arm-service-request-id": [ - "8ae3a996-a977-440a-b165-0ab18b959367" + "4574b222-3b60-466b-a625-0375118936e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -829,16 +829,16 @@ "11993" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142156Z:870c4793-f556-4ce5-992e-c3768450fc50" + "SOUTHINDIA:20210518T140305Z:ce5e1a91-466d-408a-bd63-2dce7732716c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:55 GMT" + "Tue, 18 May 2021 14:03:04 GMT" ], "Content-Length": [ - "699" + "698" ], "Content-Type": [ "application/json; charset=utf-8" @@ -847,17 +847,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsfc3f20\",\r\n \"etag\": \"W/\\\"2ac41653-6e0f-4e63-803b-83cad13edb14\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fa8a5a3e-9fda-4189-9e13-3f0ef9122d52\",\r\n \"ipAddress\": \"52.187.128.151\",\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\": \"pstestpublicdns024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns024d40\",\r\n \"etag\": \"W/\\\"00c33f94-1d7f-477d-9e64-2b22b3b6bf76\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bd5c6119-3e75-4111-9d00-84907bc832cb\",\r\n \"ipAddress\": \"52.163.245.56\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2ZjM2YyMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczAyNGQ0MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75c81b0-5689-4b70-9f0b-b7a9d22e331d" + "72ca3602-6a21-449e-aaf2-8a736528333b" ], "Accept-Language": [ "en-US" @@ -865,8 +865,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -877,16 +877,16 @@ "no-cache" ], "ETag": [ - "W/\"2ac41653-6e0f-4e63-803b-83cad13edb14\"" + "W/\"00c33f94-1d7f-477d-9e64-2b22b3b6bf76\"" ], "x-ms-request-id": [ - "ffea34b5-dce8-460b-8ee9-45f19d0f983b" + "2c164a91-84c1-4236-9b7c-6884bd370a4a" ], "x-ms-correlation-request-id": [ - "1e6c34f2-2426-4477-9801-74e91645fbab" + "2c3594ec-a4f7-42de-9876-5625aeb986ac" ], "x-ms-arm-service-request-id": [ - "d185e961-8249-4c3f-8d30-681fc9b5e67f" + "77d865ba-9f95-4618-acfb-26a1fb848345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -899,16 +899,16 @@ "11992" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142156Z:1e6c34f2-2426-4477-9801-74e91645fbab" + "SOUTHINDIA:20210518T140305Z:2c3594ec-a4f7-42de-9876-5625aeb986ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:55 GMT" + "Tue, 18 May 2021 14:03:04 GMT" ], "Content-Length": [ - "699" + "698" ], "Content-Type": [ "application/json; charset=utf-8" @@ -917,17 +917,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsfc3f20\",\r\n \"etag\": \"W/\\\"2ac41653-6e0f-4e63-803b-83cad13edb14\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fa8a5a3e-9fda-4189-9e13-3f0ef9122d52\",\r\n \"ipAddress\": \"52.187.128.151\",\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\": \"pstestpublicdns024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns024d40\",\r\n \"etag\": \"W/\\\"00c33f94-1d7f-477d-9e64-2b22b3b6bf76\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bd5c6119-3e75-4111-9d00-84907bc832cb\",\r\n \"ipAddress\": \"52.163.245.56\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2ZjM2YyMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczAyNGQ0MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "a75c81b0-5689-4b70-9f0b-b7a9d22e331d" + "72ca3602-6a21-449e-aaf2-8a736528333b" ], "Accept-Language": [ "en-US" @@ -935,8 +935,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -956,19 +956,19 @@ "1" ], "x-ms-request-id": [ - "2d9af17a-00ae-40f6-a2c9-8841c4463afa" + "bde1e17d-3ca3-433c-895f-53e00ac9c34d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/2d9af17a-00ae-40f6-a2c9-8841c4463afa?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/bde1e17d-3ca3-433c-895f-53e00ac9c34d?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "385bf253-4699-46d6-8097-871fd752014a" + "bec088b9-665c-4bb2-a5cf-ea92681e71d2" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f73095ff-6ddf-4d52-b73b-897be713ae5a" + "b8abac61-8f92-48f8-9c11-7c5d593f7281" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -981,13 +981,13 @@ "1198" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142155Z:385bf253-4699-46d6-8097-871fd752014a" + "SOUTHINDIA:20210518T140303Z:bec088b9-665c-4bb2-a5cf-ea92681e71d2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:54 GMT" + "Tue, 18 May 2021 14:03:03 GMT" ], "Content-Length": [ "662" @@ -999,23 +999,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsfc3f20\",\r\n \"etag\": \"W/\\\"7b0abf1b-4905-49ac-9f82-9a7abda1b745\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fa8a5a3e-9fda-4189-9e13-3f0ef9122d52\",\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\": \"pstestpublicdns024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns024d40\",\r\n \"etag\": \"W/\\\"dc092dae-0dff-47a7-bc90-1d6dba960e21\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bd5c6119-3e75-4111-9d00-84907bc832cb\",\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/2d9af17a-00ae-40f6-a2c9-8841c4463afa?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkOWFmMTdhLTAwYWUtNDBmNi1hMmM5LTg4NDFjNDQ2M2FmYT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/bde1e17d-3ca3-433c-895f-53e00ac9c34d?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JkZTFlMTdkLTNjYTMtNDMzYy04OTVmLTUzZTAwYWM5YzM0ZD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a75c81b0-5689-4b70-9f0b-b7a9d22e331d" + "72ca3602-6a21-449e-aaf2-8a736528333b" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1026,13 +1026,13 @@ "no-cache" ], "x-ms-request-id": [ - "084bb3f5-efdd-4d72-b7d9-9c6e16e2737e" + "ac369002-c1e5-43a0-93b6-a39dbf6fff4f" ], "x-ms-correlation-request-id": [ - "0f075169-cc58-4c2b-af37-1c41e61a1709" + "514753fb-9131-4c98-8ee9-15a951e21eb3" ], "x-ms-arm-service-request-id": [ - "37b72384-1a43-4791-a877-05d8481982ab" + "5e1a4685-986c-46d3-98aa-e11ce1f12ed3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1045,13 +1045,13 @@ "11994" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142156Z:0f075169-cc58-4c2b-af37-1c41e61a1709" + "SOUTHINDIA:20210518T140304Z:514753fb-9131-4c98-8ee9-15a951e21eb3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:55 GMT" + "Tue, 18 May 2021 14:03:04 GMT" ], "Content-Length": [ "29" @@ -1067,13 +1067,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmYzNmMjA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwMjRkNDA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5ae4813-417a-4b08-9f1d-acd7f98e83c7" + "b912d016-94b3-4796-886b-f45664c923af" ], "Accept-Language": [ "en-US" @@ -1081,8 +1081,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1096,13 +1096,13 @@ "gateway" ], "x-ms-request-id": [ - "bcbcddb2-c9ce-464a-a4ee-b9b688a114ce" + "3f77d524-96b9-40ae-bfbd-7e74aea8743e" ], "x-ms-correlation-request-id": [ - "bcbcddb2-c9ce-464a-a4ee-b9b688a114ce" + "3f77d524-96b9-40ae-bfbd-7e74aea8743e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142156Z:bcbcddb2-c9ce-464a-a4ee-b9b688a114ce" + "SOUTHINDIA:20210518T140305Z:3f77d524-96b9-40ae-bfbd-7e74aea8743e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1111,7 +1111,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:55 GMT" + "Tue, 18 May 2021 14:03:04 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1123,23 +1123,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20' under resource group 'PSTestRGfc3f26e1' 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/PSTestNSG024d40' under resource group 'PSTestRG024d473c' 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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmYzNmMjA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwMjRkNDA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5ae4813-417a-4b08-9f1d-acd7f98e83c7" + "b912d016-94b3-4796-886b-f45664c923af" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1150,16 +1150,16 @@ "no-cache" ], "ETag": [ - "W/\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\"" + "W/\"b0f9e164-ba1c-493f-967a-d82a32fb873a\"" ], "x-ms-request-id": [ - "9d32fdd1-0b94-4298-ad69-70bc23026f2f" + "7eb3fe93-07a2-4095-9354-3872d3c33752" ], "x-ms-correlation-request-id": [ - "a9b39332-0b30-47f5-b74b-5decbef1423c" + "b42554ee-cd91-4c4b-b02f-231f54bfe3ed" ], "x-ms-arm-service-request-id": [ - "95682d23-8f56-4cde-9129-648da6473f54" + "26f221ca-b43b-4ca4-9a36-bc9a0419237a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1172,13 +1172,13 @@ "11989" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142200Z:a9b39332-0b30-47f5-b74b-5decbef1423c" + "SOUTHINDIA:20210518T140309Z:b42554ee-cd91-4c4b-b02f-231f54bfe3ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:22:00 GMT" + "Tue, 18 May 2021 14:03:08 GMT" ], "Content-Length": [ "8475" @@ -1190,17 +1190,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fc4cc40d-1207-427f-9a17-b465829bd50d\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/securityRules/PSTestNSGRuleRDPfc3f20\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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\": \"PSTestNSGRuleWebfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/securityRules/PSTestNSGRuleWebfc3f20\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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\": \"PSTestNSG024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ae10d075-32d3-4fa2-8c84-a474677d0f52\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/securityRules/PSTestNSGRuleRDP024d40\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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\": \"PSTestNSGRuleWeb024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/securityRules/PSTestNSGRuleWeb024d40\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmYzNmMjA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwMjRkNDA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5ae4813-417a-4b08-9f1d-acd7f98e83c7" + "b912d016-94b3-4796-886b-f45664c923af" ], "Accept-Language": [ "en-US" @@ -1208,8 +1208,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1220,16 +1220,16 @@ "no-cache" ], "ETag": [ - "W/\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\"" + "W/\"b0f9e164-ba1c-493f-967a-d82a32fb873a\"" ], "x-ms-request-id": [ - "2d6083f1-85bc-40dc-b223-1b05c75ce587" + "00a19923-415d-40a9-9a67-10af5e7e93f0" ], "x-ms-correlation-request-id": [ - "997adbae-c85b-4b21-bbe4-2928045665f4" + "00b39a43-ee9a-403c-b9e4-eaa7843e2b94" ], "x-ms-arm-service-request-id": [ - "6880b563-aa47-42d2-a1ae-f865dca27cf8" + "0910ed44-0d67-43bf-ab95-ac2b4283e09b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1242,13 +1242,13 @@ "11988" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142201Z:997adbae-c85b-4b21-bbe4-2928045665f4" + "SOUTHINDIA:20210518T140309Z:00b39a43-ee9a-403c-b9e4-eaa7843e2b94" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:22:00 GMT" + "Tue, 18 May 2021 14:03:08 GMT" ], "Content-Length": [ "8475" @@ -1260,17 +1260,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fc4cc40d-1207-427f-9a17-b465829bd50d\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/securityRules/PSTestNSGRuleRDPfc3f20\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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\": \"PSTestNSGRuleWebfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/securityRules/PSTestNSGRuleWebfc3f20\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"d4b3fe3f-a555-45f2-8ad2-c1cce8438e64\\\"\",\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\": \"PSTestNSG024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ae10d075-32d3-4fa2-8c84-a474677d0f52\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/securityRules/PSTestNSGRuleRDP024d40\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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\": \"PSTestNSGRuleWeb024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/securityRules/PSTestNSGRuleWeb024d40\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"b0f9e164-ba1c-493f-967a-d82a32fb873a\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmYzNmMjA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwMjRkNDA/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\": \"PSTestNSGRuleRDPfc3f20\"\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\": \"PSTestNSGRuleWebfc3f20\"\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\": \"PSTestNSGRuleRDP024d40\"\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\": \"PSTestNSGRuleWeb024d40\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c5ae4813-417a-4b08-9f1d-acd7f98e83c7" + "b912d016-94b3-4796-886b-f45664c923af" ], "Accept-Language": [ "en-US" @@ -1278,8 +1278,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1299,19 +1299,19 @@ "3" ], "x-ms-request-id": [ - "a876f3ce-dcfa-40ff-a3a2-15fed31ed8f8" + "69c2eb65-7e1c-4d23-a3db-f6dac01f7f57" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/a876f3ce-dcfa-40ff-a3a2-15fed31ed8f8?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/69c2eb65-7e1c-4d23-a3db-f6dac01f7f57?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "fd2531f6-af8b-4562-a646-216502f5c2ce" + "823fba1e-94f2-4bf0-aa0c-752ccdafc51a" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "f0622ecb-bd0e-435c-919d-6e2d837abc48" + "d022b2c3-25a9-4f80-b7b3-1fa7672a7fbc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1324,13 +1324,13 @@ "1197" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142157Z:fd2531f6-af8b-4562-a646-216502f5c2ce" + "SOUTHINDIA:20210518T140306Z:823fba1e-94f2-4bf0-aa0c-752ccdafc51a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:21:56 GMT" + "Tue, 18 May 2021 14:03:05 GMT" ], "Content-Length": [ "8466" @@ -1342,23 +1342,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20\",\r\n \"etag\": \"W/\\\"85a2e58f-3614-4b2b-8c63-b9f3efe7b988\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fc4cc40d-1207-427f-9a17-b465829bd50d\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/securityRules/PSTestNSGRuleRDPfc3f20\",\r\n \"etag\": \"W/\\\"85a2e58f-3614-4b2b-8c63-b9f3efe7b988\\\"\",\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\": \"PSTestNSGRuleWebfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/securityRules/PSTestNSGRuleWebfc3f20\",\r\n \"etag\": \"W/\\\"85a2e58f-3614-4b2b-8c63-b9f3efe7b988\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"85a2e58f-3614-4b2b-8c63-b9f3efe7b988\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"85a2e58f-3614-4b2b-8c63-b9f3efe7b988\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"85a2e58f-3614-4b2b-8c63-b9f3efe7b988\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"85a2e58f-3614-4b2b-8c63-b9f3efe7b988\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"85a2e58f-3614-4b2b-8c63-b9f3efe7b988\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"85a2e58f-3614-4b2b-8c63-b9f3efe7b988\\\"\",\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\": \"PSTestNSG024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40\",\r\n \"etag\": \"W/\\\"2d13d3ce-de8d-4779-bb20-8e4307229ae1\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ae10d075-32d3-4fa2-8c84-a474677d0f52\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/securityRules/PSTestNSGRuleRDP024d40\",\r\n \"etag\": \"W/\\\"2d13d3ce-de8d-4779-bb20-8e4307229ae1\\\"\",\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\": \"PSTestNSGRuleWeb024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/securityRules/PSTestNSGRuleWeb024d40\",\r\n \"etag\": \"W/\\\"2d13d3ce-de8d-4779-bb20-8e4307229ae1\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"2d13d3ce-de8d-4779-bb20-8e4307229ae1\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"2d13d3ce-de8d-4779-bb20-8e4307229ae1\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"2d13d3ce-de8d-4779-bb20-8e4307229ae1\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"2d13d3ce-de8d-4779-bb20-8e4307229ae1\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"2d13d3ce-de8d-4779-bb20-8e4307229ae1\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"2d13d3ce-de8d-4779-bb20-8e4307229ae1\\\"\",\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/a876f3ce-dcfa-40ff-a3a2-15fed31ed8f8?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E4NzZmM2NlLWRjZmEtNDBmZi1hM2EyLTE1ZmVkMzFlZDhmOD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/69c2eb65-7e1c-4d23-a3db-f6dac01f7f57?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY5YzJlYjY1LTdlMWMtNGQyMy1hM2RiLWY2ZGFjMDFmN2Y1Nz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5ae4813-417a-4b08-9f1d-acd7f98e83c7" + "b912d016-94b3-4796-886b-f45664c923af" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1369,13 +1369,13 @@ "no-cache" ], "x-ms-request-id": [ - "0be9039b-f59c-4436-b8b2-2f2d2eae1eb3" + "eb6c7574-a977-476b-ab39-29b939b519ae" ], "x-ms-correlation-request-id": [ - "11c17045-a80b-4fd5-ad9c-0481add5155b" + "25cb8e62-573a-4a43-8149-ccd88d694d1b" ], "x-ms-arm-service-request-id": [ - "62cf5dc8-d09d-4f7b-b04f-4cc6912f32d3" + "88d5cb9d-3bfb-4fe9-944e-799fa5118df0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1388,13 +1388,13 @@ "11990" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142200Z:11c17045-a80b-4fd5-ad9c-0481add5155b" + "SOUTHINDIA:20210518T140309Z:25cb8e62-573a-4a43-8149-ccd88d694d1b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:22:00 GMT" + "Tue, 18 May 2021 14:03:08 GMT" ], "Content-Length": [ "29" @@ -1410,13 +1410,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2ZjM2YyMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzAyNGQ0MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5930149-6f2c-40c0-9c37-9038f014fedc" + "772e7c11-9c3e-4c53-a22a-0004c62050db" ], "Accept-Language": [ "en-US" @@ -1424,8 +1424,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1439,13 +1439,13 @@ "gateway" ], "x-ms-request-id": [ - "41e0bf78-ece4-43b3-8f69-6fa114e3c452" + "74a28f23-9253-41ca-aa0b-e5efa8a109be" ], "x-ms-correlation-request-id": [ - "41e0bf78-ece4-43b3-8f69-6fa114e3c452" + "74a28f23-9253-41ca-aa0b-e5efa8a109be" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142201Z:41e0bf78-ece4-43b3-8f69-6fa114e3c452" + "SOUTHINDIA:20210518T140309Z:74a28f23-9253-41ca-aa0b-e5efa8a109be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1454,7 +1454,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:22:01 GMT" + "Tue, 18 May 2021 14:03:08 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1466,23 +1466,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNICfc3f20' under resource group 'PSTestRGfc3f26e1' 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/PSTestNIC024d40' under resource group 'PSTestRG024d473c' 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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2ZjM2YyMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzAyNGQ0MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5930149-6f2c-40c0-9c37-9038f014fedc" + "772e7c11-9c3e-4c53-a22a-0004c62050db" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1493,16 +1493,16 @@ "no-cache" ], "ETag": [ - "W/\"77f672b4-329f-4faa-a6aa-200ecba2485f\"" + "W/\"73e156b1-0db6-49b7-8fa9-acb2c43bd5d8\"" ], "x-ms-request-id": [ - "71130f93-f319-4c30-b437-9ef5bed2aa0b" + "e7233d7d-95f0-48ba-893b-5e88a993614e" ], "x-ms-correlation-request-id": [ - "25323593-7f1f-4a5d-81a8-4f2d428840ae" + "befd1537-f82a-4341-99e4-767decb1f1e9" ], "x-ms-arm-service-request-id": [ - "8d47ae2b-e7a3-44e7-9aa1-8a86c3cc6fa0" + "a11bd1f2-f7dc-400e-9cdd-b1a984aacfb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1515,13 +1515,13 @@ "11986" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142202Z:25323593-7f1f-4a5d-81a8-4f2d428840ae" + "SOUTHINDIA:20210518T140311Z:befd1537-f82a-4341-99e4-767decb1f1e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:22:02 GMT" + "Tue, 18 May 2021 14:03:10 GMT" ], "Content-Length": [ "2104" @@ -1533,17 +1533,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20\",\r\n \"etag\": \"W/\\\"77f672b4-329f-4faa-a6aa-200ecba2485f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8bfb9a43-69c3-4a91-8592-90c2da887aee\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"77f672b4-329f-4faa-a6aa-200ecba2485f\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsfc3f20\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20/subnets/PSTestSNCfc3f20\"\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\": \"aozgnsy5ypvunerlavqc5a30gh.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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20\"\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\": \"PSTestNIC024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40\",\r\n \"etag\": \"W/\\\"73e156b1-0db6-49b7-8fa9-acb2c43bd5d8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c5538143-b6a0-4568-8aa5-bd666cf85539\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"73e156b1-0db6-49b7-8fa9-acb2c43bd5d8\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns024d40\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40/subnets/PSTestSNC024d40\"\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\": \"j4qdlecyhe0edfimkguus3nbyf.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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40\"\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2ZjM2YyMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzAyNGQ0MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5930149-6f2c-40c0-9c37-9038f014fedc" + "772e7c11-9c3e-4c53-a22a-0004c62050db" ], "Accept-Language": [ "en-US" @@ -1551,8 +1551,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1563,16 +1563,16 @@ "no-cache" ], "ETag": [ - "W/\"77f672b4-329f-4faa-a6aa-200ecba2485f\"" + "W/\"73e156b1-0db6-49b7-8fa9-acb2c43bd5d8\"" ], "x-ms-request-id": [ - "57f7920b-0362-4549-97b4-21e1b1d6a57a" + "299ecaf4-a47b-4278-9db0-75a93600e13a" ], "x-ms-correlation-request-id": [ - "2555f514-b42c-4113-b89a-be5d3e8ad7b7" + "c5315992-9c35-4d4d-b6bb-7cd726bd0d28" ], "x-ms-arm-service-request-id": [ - "a7fc1e0d-1b97-47fb-a3f1-8b6d4241131a" + "60e4725a-e14c-4514-ab91-636953055ae2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1585,13 +1585,13 @@ "11985" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142202Z:2555f514-b42c-4113-b89a-be5d3e8ad7b7" + "SOUTHINDIA:20210518T140311Z:c5315992-9c35-4d4d-b6bb-7cd726bd0d28" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:22:02 GMT" + "Tue, 18 May 2021 14:03:10 GMT" ], "Content-Length": [ "2104" @@ -1603,17 +1603,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20\",\r\n \"etag\": \"W/\\\"77f672b4-329f-4faa-a6aa-200ecba2485f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8bfb9a43-69c3-4a91-8592-90c2da887aee\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"77f672b4-329f-4faa-a6aa-200ecba2485f\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsfc3f20\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20/subnets/PSTestSNCfc3f20\"\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\": \"aozgnsy5ypvunerlavqc5a30gh.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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20\"\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\": \"PSTestNIC024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40\",\r\n \"etag\": \"W/\\\"73e156b1-0db6-49b7-8fa9-acb2c43bd5d8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c5538143-b6a0-4568-8aa5-bd666cf85539\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"73e156b1-0db6-49b7-8fa9-acb2c43bd5d8\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns024d40\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40/subnets/PSTestSNC024d40\"\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\": \"j4qdlecyhe0edfimkguus3nbyf.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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40\"\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2ZjM2YyMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzAyNGQ0MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20/subnets/PSTestSNCfc3f20\"\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/PSTestRGfc3f26e1/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsfc3f20\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40\",\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/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40/subnets/PSTestSNC024d40\"\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/PSTestRG024d473c/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns024d40\",\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": [ - "a5930149-6f2c-40c0-9c37-9038f014fedc" + "772e7c11-9c3e-4c53-a22a-0004c62050db" ], "Accept-Language": [ "en-US" @@ -1621,8 +1621,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1639,19 +1639,19 @@ "no-cache" ], "x-ms-request-id": [ - "97e035c0-0150-4fcc-a5ae-9031320b986d" + "14467d3b-5a50-4bf3-8509-015ca9ef07bd" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/97e035c0-0150-4fcc-a5ae-9031320b986d?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/14467d3b-5a50-4bf3-8509-015ca9ef07bd?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "a94ae140-08dc-4509-8fe5-a763f48cf2e8" + "6ff57c04-c92f-4928-bcea-bfcb7a7b782d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "03b885ed-8249-4e6c-96f0-de373cbe08da" + "ae9ea275-964c-49a0-ad35-a3cc0597436d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1664,13 +1664,13 @@ "1196" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142202Z:a94ae140-08dc-4509-8fe5-a763f48cf2e8" + "SOUTHINDIA:20210518T140311Z:6ff57c04-c92f-4928-bcea-bfcb7a7b782d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:22:02 GMT" + "Tue, 18 May 2021 14:03:10 GMT" ], "Content-Length": [ "2104" @@ -1682,17 +1682,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20\",\r\n \"etag\": \"W/\\\"77f672b4-329f-4faa-a6aa-200ecba2485f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8bfb9a43-69c3-4a91-8592-90c2da887aee\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"77f672b4-329f-4faa-a6aa-200ecba2485f\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsfc3f20\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Network/virtualNetworks/PSTestVNETfc3f20/subnets/PSTestSNCfc3f20\"\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\": \"aozgnsy5ypvunerlavqc5a30gh.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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGfc3f20\"\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\": \"PSTestNIC024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40\",\r\n \"etag\": \"W/\\\"73e156b1-0db6-49b7-8fa9-acb2c43bd5d8\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c5538143-b6a0-4568-8aa5-bd666cf85539\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"73e156b1-0db6-49b7-8fa9-acb2c43bd5d8\\\"\",\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/PSTestRG024d473c/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns024d40\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Network/virtualNetworks/PSTestVNET024d40/subnets/PSTestSNC024d40\"\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\": \"j4qdlecyhe0edfimkguus3nbyf.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/PSTestRG024d473c/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG024d40\"\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/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "Accept-Language": [ "en-US" @@ -1700,8 +1700,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1715,13 +1715,13 @@ "11999" ], "x-ms-request-id": [ - "9bf8f510-ff8a-48a9-ab65-8bca9242b8ca" + "f98259d3-6ede-41a2-bd48-914d9cf3f868" ], "x-ms-correlation-request-id": [ - "9bf8f510-ff8a-48a9-ab65-8bca9242b8ca" + "f98259d3-6ede-41a2-bd48-914d9cf3f868" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142203Z:9bf8f510-ff8a-48a9-ab65-8bca9242b8ca" + "SOUTHINDIA:20210518T140311Z:f98259d3-6ede-41a2-bd48-914d9cf3f868" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1730,7 +1730,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:22:02 GMT" + "Tue, 18 May 2021 14:03:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1746,13 +1746,13 @@ "StatusCode": 200 }, { - "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": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "Accept-Language": [ "en-US" @@ -1760,8 +1760,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1772,21 +1772,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "bda46c33-ec2f-4f63-b666-e84e7b206e37", - "4a03f49a-ce00-40cb-95c0-3f303a17984a", - "d6c3fea4-599e-4533-838d-77a9c3cd6181" + "dac819f7-ce33-4822-98b3-69ecdd632d29", + "84c13227-4903-4428-8e4c-41fbd82e3d8e", + "c694d46d-1e57-4100-917e-31cd46334b58", + "6bc23e5b-913c-4b9b-a4f6-db104f3a9d39", + "e6fe1bfc-3958-41ac-965e-1a3dbceeba11", + "1387461a-5161-4856-bd3c-9b7dfcde5106", + "24c4480f-deef-47df-8007-3825f61f7c62", + "494adec4-ac81-48de-b1aa-58dfab7222a2", + "89f58a59-b046-4bb5-abc3-697bd0d6b1ba" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-request-id": [ - "62d92c05-6e04-4836-a3d6-2c9ba47926c8" + "db9aa332-76ef-478c-b603-c1f60c864ac3" ], "x-ms-correlation-request-id": [ - "62d92c05-6e04-4836-a3d6-2c9ba47926c8" + "db9aa332-76ef-478c-b603-c1f60c864ac3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142204Z:62d92c05-6e04-4836-a3d6-2c9ba47926c8" + "SOUTHINDIA:20210518T140312Z:db9aa332-76ef-478c-b603-c1f60c864ac3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1795,7 +1801,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:22:03 GMT" + "Tue, 18 May 2021 14:03:12 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1804,20 +1810,20 @@ "-1" ], "Content-Length": [ - "28983" + "57084" ] }, - "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_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\": \"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/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWZjM2YyMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTAyNGQ0MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMfc3f20\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"fc3f26e1-b7f\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM024d40\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"024d473c-dab\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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 \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "Accept-Language": [ "en-US" @@ -1825,14 +1831,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1152" + "1148" ] }, "ResponseHeaders": { @@ -1846,7 +1852,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/e39baa01-da4e-4eed-948b-b37c5363154b?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/03e82538-723b-468b-9f75-864169976dad?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1858,7 +1864,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e39baa01-da4e-4eed-948b-b37c5363154b" + "03e82538-723b-468b-9f75-864169976dad" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1868,19 +1874,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "90be9df5-b527-42a6-89db-ccfbe9183cae" + "b47ee178-d6f8-444f-bf54-fdaa0798e4f4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142207Z:90be9df5-b527-42a6-89db-ccfbe9183cae" + "SOUTHINDIA:20210518T140316Z:b47ee178-d6f8-444f-bf54-fdaa0798e4f4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:22:06 GMT" + "Tue, 18 May 2021 14:03:15 GMT" ], "Content-Length": [ - "1911" + "1907" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1889,23 +1895,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMfc3f20\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5b9be2d1-6229-4cb7-9d81-d411e2cefac0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMfc3f20\",\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/PSTestRGfc3f26e1/providers/Microsoft.Network/networkInterfaces/PSTestNICfc3f20\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM024d40\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\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 \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5fdfa1c6-6a17-4be2-ba2e-e0a97be832d4\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM024d40\",\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/PSTestRG024d473c/providers/Microsoft.Network/networkInterfaces/PSTestNIC024d40\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/e39baa01-da4e-4eed-948b-b37c5363154b?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzOWJhYTAxLWRhNGUtNGVlZC05NDhiLWIzN2M1MzYzMTU0Yj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/03e82538-723b-468b-9f75-864169976dad?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzZTgyNTM4LTcyM2ItNDY4Yi05Zjc1LTg2NDE2OTk3NmRhZD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -1919,13 +1925,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3cde6dde-1cbf-4398-9b88-5ef63c4db386" + "9759c724-d6b6-4822-89e3-48ee9ebf277f" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1935,16 +1941,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "bbf0d3b8-8e43-4429-a423-24105adb3dd7" + "9770a1b1-c613-4214-9a9c-21a6f21a91d8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142217Z:bbf0d3b8-8e43-4429-a423-24105adb3dd7" + "SOUTHINDIA:20210518T140326Z:9770a1b1-c613-4214-9a9c-21a6f21a91d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:22:16 GMT" + "Tue, 18 May 2021 14:03:26 GMT" ], "Content-Length": [ "134" @@ -1956,23 +1962,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T19:52:06.3585678+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e39baa01-da4e-4eed-948b-b37c5363154b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T19:33:14.8761856+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"03e82538-723b-468b-9f75-864169976dad\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/e39baa01-da4e-4eed-948b-b37c5363154b?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzOWJhYTAxLWRhNGUtNGVlZC05NDhiLWIzN2M1MzYzMTU0Yj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/03e82538-723b-468b-9f75-864169976dad?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzZTgyNTM4LTcyM2ItNDY4Yi05Zjc1LTg2NDE2OTk3NmRhZD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -1983,13 +1989,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bf1f3bc2-689b-4be4-adbb-d54ecb1d3851" + "805e5872-76ab-46d3-ae58-65c5b520fa16" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1999,16 +2005,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "1ab9d09a-4fb3-4cd1-a70b-a53a83ca852b" + "c0342e34-9d42-4162-8006-5afb15d489c1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142307Z:1ab9d09a-4fb3-4cd1-a70b-a53a83ca852b" + "SOUTHINDIA:20210518T140416Z:c0342e34-9d42-4162-8006-5afb15d489c1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:23:07 GMT" + "Tue, 18 May 2021 14:04:15 GMT" ], "Content-Length": [ "134" @@ -2020,23 +2026,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T19:52:06.3585678+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e39baa01-da4e-4eed-948b-b37c5363154b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T19:33:14.8761856+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"03e82538-723b-468b-9f75-864169976dad\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/e39baa01-da4e-4eed-948b-b37c5363154b?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UzOWJhYTAxLWRhNGUtNGVlZC05NDhiLWIzN2M1MzYzMTU0Yj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/03e82538-723b-468b-9f75-864169976dad?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzZTgyNTM4LTcyM2ItNDY4Yi05Zjc1LTg2NDE2OTk3NmRhZD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2047,13 +2053,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b786e763-3c70-4961-aa9e-d76e510c753b" + "d2f3576e-ac07-414b-b124-fed2dd520ee8" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2063,16 +2069,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "aa3a1467-68b1-46c6-a76f-1013b8950191" + "fef4b045-6828-40b6-913d-8a17982d6ef1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142357Z:aa3a1467-68b1-46c6-a76f-1013b8950191" + "SOUTHINDIA:20210518T140506Z:fef4b045-6828-40b6-913d-8a17982d6ef1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:23:57 GMT" + "Tue, 18 May 2021 14:05:05 GMT" ], "Content-Length": [ "184" @@ -2084,17 +2090,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T19:52:06.3585678+05:30\",\r\n \"endTime\": \"2021-02-15T19:53:36.7505664+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e39baa01-da4e-4eed-948b-b37c5363154b\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T19:33:14.8761856+05:30\",\r\n \"endTime\": \"2021-05-18T19:34:59.1879466+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"03e82538-723b-468b-9f75-864169976dad\"\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": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "Accept-Language": [ "en-US" @@ -2102,8 +2108,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2117,10 +2123,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "1811eebf-db3c-4d80-90b6-5083db1f1594" + "bff0618f-09d6-499c-be83-c2e1dac2f462" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2130,19 +2136,19 @@ "11994" ], "x-ms-correlation-request-id": [ - "0b40a62c-7a23-4b57-b2cf-2d194acd180a" + "3fe838cf-bd86-499e-b035-2893aeb1cd72" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142358Z:0b40a62c-7a23-4b57-b2cf-2d194acd180a" + "SOUTHINDIA:20210518T140507Z:3fe838cf-bd86-499e-b035-2893aeb1cd72" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:23:58 GMT" + "Tue, 18 May 2021 14:05:06 GMT" ], "Content-Length": [ - "360618" + "378075" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2151,17 +2157,17 @@ "-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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"storwarespzoo1611743234900\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/storwarespzoo1611743234900\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "Accept-Language": [ "en-US" @@ -2169,8 +2175,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2187,10 +2193,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "d47c6ec7-9d20-4fc2-9cc9-60cda3bec5b5" + "07bbafa1-796a-4aba-bdcb-01b8aedaa11e" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2200,16 +2206,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "e62be430-884e-48cd-9aae-149447db95cd" + "9d7a9910-c528-42c8-97d0-dbf0dfb05343" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142359Z:e62be430-884e-48cd-9aae-149447db95cd" + "SOUTHINDIA:20210518T140507Z:9d7a9910-c528-42c8-97d0-dbf0dfb05343" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:23:59 GMT" + "Tue, 18 May 2021 14:05:06 GMT" ], "Content-Length": [ "1089" @@ -2221,17 +2227,17 @@ "-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": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "Accept-Language": [ "en-US" @@ -2239,8 +2245,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2257,10 +2263,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "96a2c90b-5ce0-4db5-8850-1d8d39ba214b" + "efe3c442-f3a7-4863-afa7-21121ed46036" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2270,16 +2276,16 @@ "11992" ], "x-ms-correlation-request-id": [ - "9820ddb7-4eb1-4546-af4a-d58468f4c1d1" + "be6dcfc3-a8f6-435a-a474-ffd4d5a43cfb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142359Z:9820ddb7-4eb1-4546-af4a-d58468f4c1d1" + "SOUTHINDIA:20210518T140507Z:be6dcfc3-a8f6-435a-a474-ffd4d5a43cfb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:23:59 GMT" + "Tue, 18 May 2021 14:05:06 GMT" ], "Content-Length": [ "1326" @@ -2291,17 +2297,17 @@ "-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/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWZjM2YyMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTAyNGQ0MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "Accept-Language": [ "en-US" @@ -2309,8 +2315,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2327,7 +2333,7 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/9e4aed63-7174-4754-b324-0c455c290cde?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/cf285b6c-2c6f-407d-8716-1c69e030fbc4?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2339,7 +2345,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9e4aed63-7174-4754-b324-0c455c290cde" + "cf285b6c-2c6f-407d-8716-1c69e030fbc4" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2349,16 +2355,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "da86ff34-50c3-45e8-8e15-32c5a9fda05b" + "5d8ea14f-3183-4535-bac4-11ccbd50a1f9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142401Z:da86ff34-50c3-45e8-8e15-32c5a9fda05b" + "SOUTHINDIA:20210518T140509Z:5d8ea14f-3183-4535-bac4-11ccbd50a1f9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:24:01 GMT" + "Tue, 18 May 2021 14:05:08 GMT" ], "Content-Length": [ "484" @@ -2370,23 +2376,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20/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/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40/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/9e4aed63-7174-4754-b324-0c455c290cde?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzllNGFlZDYzLTcxNzQtNDc1NC1iMzI0LTBjNDU1YzI5MGNkZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/cf285b6c-2c6f-407d-8716-1c69e030fbc4?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NmMjg1YjZjLTJjNmYtNDA3ZC04NzE2LTFjNjllMDMwZmJjND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2397,13 +2403,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ef5958a3-1a68-4d59-aebe-014583270339" + "0b1e8f6f-add4-4f4a-95a2-af38a7dbc158" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2413,16 +2419,16 @@ "11991" ], "x-ms-correlation-request-id": [ - "55d11418-3088-477c-8847-bb59e512126f" + "2e8771b0-cb26-4e4b-a953-c7b822134b63" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142432Z:55d11418-3088-477c-8847-bb59e512126f" + "SOUTHINDIA:20210518T140539Z:2e8771b0-cb26-4e4b-a953-c7b822134b63" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:24:31 GMT" + "Tue, 18 May 2021 14:05:38 GMT" ], "Content-Length": [ "134" @@ -2434,23 +2440,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T19:54:00.9696565+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9e4aed63-7174-4754-b324-0c455c290cde\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T19:35:08.9535395+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cf285b6c-2c6f-407d-8716-1c69e030fbc4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/9e4aed63-7174-4754-b324-0c455c290cde?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzllNGFlZDYzLTcxNzQtNDc1NC1iMzI0LTBjNDU1YzI5MGNkZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/cf285b6c-2c6f-407d-8716-1c69e030fbc4?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NmMjg1YjZjLTJjNmYtNDA3ZC04NzE2LTFjNjllMDMwZmJjND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2461,13 +2467,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "83308049-82d9-43b4-a20e-1ebf689dd9fc" + "ad5d8f1b-16e4-4cc8-acb4-7399f27ebbfa" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2477,16 +2483,16 @@ "11990" ], "x-ms-correlation-request-id": [ - "9957a721-258f-46d0-83ed-f0b6aa419cbc" + "81137bfa-37c1-45ea-bf45-8f560b5cba24" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142502Z:9957a721-258f-46d0-83ed-f0b6aa419cbc" + "SOUTHINDIA:20210518T140609Z:81137bfa-37c1-45ea-bf45-8f560b5cba24" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:25:01 GMT" + "Tue, 18 May 2021 14:06:09 GMT" ], "Content-Length": [ "134" @@ -2498,23 +2504,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T19:54:00.9696565+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9e4aed63-7174-4754-b324-0c455c290cde\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T19:35:08.9535395+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cf285b6c-2c6f-407d-8716-1c69e030fbc4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/9e4aed63-7174-4754-b324-0c455c290cde?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzllNGFlZDYzLTcxNzQtNDc1NC1iMzI0LTBjNDU1YzI5MGNkZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/cf285b6c-2c6f-407d-8716-1c69e030fbc4?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NmMjg1YjZjLTJjNmYtNDA3ZC04NzE2LTFjNjllMDMwZmJjND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2525,13 +2531,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "885d85cd-7cb5-4a02-9968-9205dff85422" + "453f58fc-6f8e-4316-b6f1-76b58211a879" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2541,16 +2547,16 @@ "11989" ], "x-ms-correlation-request-id": [ - "19ba046c-0be9-437f-868f-0e2039692168" + "a00df33b-6c26-4dd5-b911-e27ac26ce747" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142532Z:19ba046c-0be9-437f-868f-0e2039692168" + "SOUTHINDIA:20210518T140639Z:a00df33b-6c26-4dd5-b911-e27ac26ce747" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:25:31 GMT" + "Tue, 18 May 2021 14:06:39 GMT" ], "Content-Length": [ "134" @@ -2562,23 +2568,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T19:54:00.9696565+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9e4aed63-7174-4754-b324-0c455c290cde\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T19:35:08.9535395+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cf285b6c-2c6f-407d-8716-1c69e030fbc4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/9e4aed63-7174-4754-b324-0c455c290cde?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzllNGFlZDYzLTcxNzQtNDc1NC1iMzI0LTBjNDU1YzI5MGNkZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/cf285b6c-2c6f-407d-8716-1c69e030fbc4?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NmMjg1YjZjLTJjNmYtNDA3ZC04NzE2LTFjNjllMDMwZmJjND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2589,13 +2595,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a3482414-13d6-4ea8-a921-6c351665131c" + "01aff847-c6b5-4c29-81d2-e30d03db89e9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2605,19 +2611,19 @@ "11988" ], "x-ms-correlation-request-id": [ - "d7ad52ed-5fac-49c3-afff-025000d449a7" + "81765f64-05cf-4e3c-8942-a76f9b3282eb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142602Z:d7ad52ed-5fac-49c3-afff-025000d449a7" + "SOUTHINDIA:20210518T140709Z:81765f64-05cf-4e3c-8942-a76f9b3282eb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:26:01 GMT" + "Tue, 18 May 2021 14:07:09 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2626,23 +2632,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T19:54:00.9696565+05:30\",\r\n \"endTime\": \"2021-02-15T19:55:59.6587887+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9e4aed63-7174-4754-b324-0c455c290cde\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T19:35:08.9535395+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cf285b6c-2c6f-407d-8716-1c69e030fbc4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWZjM2YyMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/cf285b6c-2c6f-407d-8716-1c69e030fbc4?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NmMjg1YjZjLTJjNmYtNDA3ZC04NzE2LTFjNjllMDMwZmJjND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbdb2ec3-40ff-49ea-864c-6adac86c28b8" + "c73d0c84-a9e2-453a-9557-735210dda411" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2653,13 +2659,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996" + "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "438e7e6a-2be6-475e-9e38-c91e06a48ef4" + "cebecd23-5a72-47c8-bb16-037f58bb937d" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2669,16 +2675,80 @@ "11987" ], "x-ms-correlation-request-id": [ - "a68e11ac-c4ce-4ba5-9620-104ff224b8f5" + "8bf6cdd7-14d5-40b0-9707-69d499cfe9e0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T140739Z:8bf6cdd7-14d5-40b0-9707-69d499cfe9e0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 14:07:39 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T19:35:08.9535395+05:30\",\r\n \"endTime\": \"2021-05-18T19:37:14.7963715+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"cf285b6c-2c6f-407d-8716-1c69e030fbc4\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTAyNGQ0MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c73d0c84-a9e2-453a-9557-735210dda411" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31969" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f720b0ae-87f7-4f4b-b323-1a09ddc88342" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "0a21de0b-aa64-402d-8811-c6107b8363ea" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142602Z:a68e11ac-c4ce-4ba5-9620-104ff224b8f5" + "SOUTHINDIA:20210518T140739Z:0a21de0b-aa64-402d-8811-c6107b8363ea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:26:01 GMT" + "Tue, 18 May 2021 14:07:39 GMT" ], "Content-Length": [ "485" @@ -2690,17 +2760,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20/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/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5d02468-9bcb-4a69-a81e-d9d8bcbcd3f4" + "7459105b-c91b-4e4c-8df2-4d27986b8caa" ], "Accept-Language": [ "en-US" @@ -2708,7 +2778,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -2723,13 +2793,13 @@ "gateway" ], "x-ms-request-id": [ - "66aa06dc-e7c0-4c1d-9bb6-4b0796d733df" + "0ce022c6-ed54-4522-a663-8ccc1d336477" ], "x-ms-correlation-request-id": [ - "66aa06dc-e7c0-4c1d-9bb6-4b0796d733df" + "0ce022c6-ed54-4522-a663-8ccc1d336477" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142602Z:66aa06dc-e7c0-4c1d-9bb6-4b0796d733df" + "SOUTHINDIA:20210518T140740Z:0ce022c6-ed54-4522-a663-8ccc1d336477" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2738,7 +2808,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 14:26:02 GMT" + "Tue, 18 May 2021 14:07:39 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2750,17 +2820,17 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1' under resource group 'PSTestRGfc3f26e1' 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/PSTestRSV024d473c' under resource group 'PSTestRG024d473c' 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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "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": [ - "63201b6e-e871-44ec-8aff-940fa6ba4746" + "a101680f-35f8-4fa1-8f5c-9304039ef50a" ], "Accept-Language": [ "en-US" @@ -2768,7 +2838,7 @@ "User-Agent": [ "FxVersion/4.6.29719.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": [ @@ -2789,10 +2859,10 @@ "nosniff" ], "x-ms-request-id": [ - "a850d858-c194-413e-bf72-4f689c087332" + "b31c1f74-254b-44df-84e1-63e802555f90" ], "x-ms-client-request-id": [ - "63201b6e-e871-44ec-8aff-940fa6ba4746" + "a101680f-35f8-4fa1-8f5c-9304039ef50a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2804,13 +2874,13 @@ "209" ], "x-ms-correlation-request-id": [ - "a850d858-c194-413e-bf72-4f689c087332" + "b31c1f74-254b-44df-84e1-63e802555f90" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142625Z:a850d858-c194-413e-bf72-4f689c087332" + "SOUTHINDIA:20210518T140742Z:b31c1f74-254b-44df-84e1-63e802555f90" ], "Date": [ - "Mon, 15 Feb 2021 14:26:24 GMT" + "Tue, 18 May 2021 14:07:42 GMT" ], "Content-Length": [ "466" @@ -2822,17 +2892,163 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVfc3f26e1\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T14%3A26%3A25.2638358Z'\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1\",\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\": \"PSTestRSV024d473c\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T14%3A07%3A42.6754629Z'\\\"\",\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/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c\",\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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMfc3f20'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNZmMzZjIwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "56925ee4-6b5f-4e1a-bc88-559b77e7648d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "7fda86e1-7097-413e-8f25-34b3c0cab774" + ], + "x-ms-client-request-id": [ + "56925ee4-6b5f-4e1a-bc88-559b77e7648d", + "56925ee4-6b5f-4e1a-bc88-559b77e7648d" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "7fda86e1-7097-413e-8f25-34b3c0cab774" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T140743Z:7fda86e1-7097-413e-8f25-34b3c0cab774" + ], + "Date": [ + "Tue, 18 May 2021 14:07:43 GMT" + ], + "Content-Length": [ + "380" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "56925ee4-6b5f-4e1a-bc88-559b77e7648d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "111" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1a757094-6b00-422d-bd0d-b8620c35e431" + ], + "x-ms-client-request-id": [ + "56925ee4-6b5f-4e1a-bc88-559b77e7648d", + "56925ee4-6b5f-4e1a-bc88-559b77e7648d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "1a757094-6b00-422d-bd0d-b8620c35e431" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T140743Z:1a757094-6b00-422d-bd0d-b8620c35e431" + ], + "Date": [ + "Tue, 18 May 2021 14:07:43 GMT" + ], + "Content-Length": [ + "381" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM024d40'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMDI0ZDQwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7bd9152-84e1-4d09-b325-1f7bf96aaf72" + "7e0b693a-8eb7-40ea-9dfb-eb7a38010ce5" ], "Accept-Language": [ "en-US" @@ -2840,8 +3056,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2855,11 +3071,11 @@ "nosniff" ], "x-ms-request-id": [ - "f6adbc8a-3917-4d64-b6f0-39d94df52320" + "fa66fb90-e177-4ab1-ae10-a173aa0b1ff0" ], "x-ms-client-request-id": [ - "f7bd9152-84e1-4d09-b325-1f7bf96aaf72", - "f7bd9152-84e1-4d09-b325-1f7bf96aaf72" + "7e0b693a-8eb7-40ea-9dfb-eb7a38010ce5", + "7e0b693a-8eb7-40ea-9dfb-eb7a38010ce5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2874,13 +3090,13 @@ "149" ], "x-ms-correlation-request-id": [ - "f6adbc8a-3917-4d64-b6f0-39d94df52320" + "fa66fb90-e177-4ab1-ae10-a173aa0b1ff0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142631Z:f6adbc8a-3917-4d64-b6f0-39d94df52320" + "SOUTHINDIA:20210518T140749Z:fa66fb90-e177-4ab1-ae10-a173aa0b1ff0" ], "Date": [ - "Mon, 15 Feb 2021 14:26:31 GMT" + "Tue, 18 May 2021 14:07:48 GMT" ], "Content-Length": [ "12" @@ -2896,13 +3112,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMfc3f20'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNZmMzZjIwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM024d40'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMDI0ZDQwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d893ab6f-5359-48c7-ae1f-cce8a211b345" + "f8ed754b-eeb3-4a7c-93f7-a7f0e469ec2e" ], "Accept-Language": [ "en-US" @@ -2910,8 +3126,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2925,11 +3141,11 @@ "nosniff" ], "x-ms-request-id": [ - "c82f54f3-c13a-4a86-8bb4-782599053e8f" + "64ec78c9-108b-48b7-9534-50876f0bde10" ], "x-ms-client-request-id": [ - "d893ab6f-5359-48c7-ae1f-cce8a211b345", - "d893ab6f-5359-48c7-ae1f-cce8a211b345" + "f8ed754b-eeb3-4a7c-93f7-a7f0e469ec2e", + "f8ed754b-eeb3-4a7c-93f7-a7f0e469ec2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2944,13 +3160,13 @@ "148" ], "x-ms-correlation-request-id": [ - "c82f54f3-c13a-4a86-8bb4-782599053e8f" + "64ec78c9-108b-48b7-9534-50876f0bde10" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142705Z:c82f54f3-c13a-4a86-8bb4-782599053e8f" + "SOUTHINDIA:20210518T140822Z:64ec78c9-108b-48b7-9534-50876f0bde10" ], "Date": [ - "Mon, 15 Feb 2021 14:27:05 GMT" + "Tue, 18 May 2021 14:08:22 GMT" ], "Content-Length": [ "914" @@ -2962,17 +3178,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGfc3f26e1\",\r\n \"friendlyName\": \"PSTestVMfc3f20\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG024d473c\",\r\n \"friendlyName\": \"PSTestVM024d40\",\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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "729465e3-b09b-4422-b679-23411b13df85" + "7b5abbaf-d105-4d38-b366-c7d0b4e20397" ], "Accept-Language": [ "en-US" @@ -2980,8 +3196,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2995,11 +3211,11 @@ "nosniff" ], "x-ms-request-id": [ - "ca2e2ac1-25ea-4c3d-b7dc-721eae1f3d13" + "a35d0e98-e6d1-4cb7-82bc-5d34dccdc87c" ], "x-ms-client-request-id": [ - "729465e3-b09b-4422-b679-23411b13df85", - "729465e3-b09b-4422-b679-23411b13df85" + "7b5abbaf-d105-4d38-b366-c7d0b4e20397", + "7b5abbaf-d105-4d38-b366-c7d0b4e20397" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3014,13 +3230,13 @@ "149" ], "x-ms-correlation-request-id": [ - "ca2e2ac1-25ea-4c3d-b7dc-721eae1f3d13" + "a35d0e98-e6d1-4cb7-82bc-5d34dccdc87c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142631Z:ca2e2ac1-25ea-4c3d-b7dc-721eae1f3d13" + "SOUTHINDIA:20210518T140749Z:a35d0e98-e6d1-4cb7-82bc-5d34dccdc87c" ], "Date": [ - "Mon, 15 Feb 2021 14:26:31 GMT" + "Tue, 18 May 2021 14:07:49 GMT" ], "Content-Length": [ "762" @@ -3032,17 +3248,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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-16T00: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-16T00: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/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/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-05-19T00: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-05-19T00: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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Accept-Language": [ "en-US" @@ -3050,8 +3266,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3065,11 +3281,11 @@ "nosniff" ], "x-ms-request-id": [ - "c15fc0ef-0199-4f20-9d2e-f9d6fd3e7c4d" + "378c6b45-f236-4545-b94a-b486f505dfc5" ], "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b", - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908", + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3084,16 +3300,16 @@ "149" ], "x-ms-correlation-request-id": [ - "c15fc0ef-0199-4f20-9d2e-f9d6fd3e7c4d" + "378c6b45-f236-4545-b94a-b486f505dfc5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142632Z:c15fc0ef-0199-4f20-9d2e-f9d6fd3e7c4d" + "SOUTHINDIA:20210518T140749Z:378c6b45-f236-4545-b94a-b486f505dfc5" ], "Date": [ - "Mon, 15 Feb 2021 14:26:32 GMT" + "Tue, 18 May 2021 14:07:49 GMT" ], "Content-Length": [ - "19794" + "6249" ], "Content-Type": [ "application/json" @@ -3102,17 +3318,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/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 \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/protectableItems/vm;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGfc3f26e1\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMfc3f20\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/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/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/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/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/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/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/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/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/protectableItems/vm;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG024d473c\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM024d40\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/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/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmYzNmMjZlMSUzQnBzdGVzdHZtZmMzZjIwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2ZjM2YyNmUxJTNCcHN0ZXN0dm1mYzNmMjA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwMjRkNDczYyUzQnBzdGVzdHZtMDI0ZDQwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzAyNGQ0NzNjJTNCcHN0ZXN0dm0wMjRkNDA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Accept-Language": [ "en-US" @@ -3120,8 +3336,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3138,23 +3354,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/protectedItems/vm;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/operationResults/4e4da768-5cc4-4026-aa87-b3c41e5d8c95?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/protectedItems/vm;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/operationResults/7db33d33-de56-4cd0-897e-b1120898314a?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/protectedItems/vm;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/operationsStatus/4e4da768-5cc4-4026-aa87-b3c41e5d8c95?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/protectedItems/vm;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/operationsStatus/7db33d33-de56-4cd0-897e-b1120898314a?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6d1ab3e8-9b2b-4ce5-92c3-a59df0c5a046" + "18243fe2-e100-4446-a6ca-3a49bbcc53aa" ], "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b", - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908", + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3163,16 +3379,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1196" ], "x-ms-correlation-request-id": [ - "6d1ab3e8-9b2b-4ce5-92c3-a59df0c5a046" + "18243fe2-e100-4446-a6ca-3a49bbcc53aa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142633Z:6d1ab3e8-9b2b-4ce5-92c3-a59df0c5a046" + "SOUTHINDIA:20210518T140750Z:18243fe2-e100-4446-a6ca-3a49bbcc53aa" ], "Date": [ - "Mon, 15 Feb 2021 14:26:33 GMT" + "Tue, 18 May 2021 14:07:50 GMT" ], "Expires": [ "-1" @@ -3185,13 +3401,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/4e4da768-5cc4-4026-aa87-b3c41e5d8c95?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzRlNGRhNzY4LTVjYzQtNDAyNi1hYTg3LWIzYzQxZTVkOGM5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/7db33d33-de56-4cd0-897e-b1120898314a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzdkYjMzZDMzLWRlNTYtNGNkMC04OTdlLWIxMTIwODk4MzE0YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Accept-Language": [ "en-US" @@ -3199,8 +3415,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3214,11 +3430,11 @@ "nosniff" ], "x-ms-request-id": [ - "bcad2ef8-eb98-43b8-9c7c-79d225f07a5f" + "c29ae287-972d-4ab3-967d-acee5050245e" ], "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b", - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908", + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3233,13 +3449,13 @@ "149" ], "x-ms-correlation-request-id": [ - "bcad2ef8-eb98-43b8-9c7c-79d225f07a5f" + "c29ae287-972d-4ab3-967d-acee5050245e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142634Z:bcad2ef8-eb98-43b8-9c7c-79d225f07a5f" + "SOUTHINDIA:20210518T140750Z:c29ae287-972d-4ab3-967d-acee5050245e" ], "Date": [ - "Mon, 15 Feb 2021 14:26:33 GMT" + "Tue, 18 May 2021 14:07:50 GMT" ], "Content-Length": [ "188" @@ -3251,17 +3467,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"name\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:26:33.4147769Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"name\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:07:49.9889196Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/4e4da768-5cc4-4026-aa87-b3c41e5d8c95?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzRlNGRhNzY4LTVjYzQtNDAyNi1hYTg3LWIzYzQxZTVkOGM5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/7db33d33-de56-4cd0-897e-b1120898314a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzdkYjMzZDMzLWRlNTYtNGNkMC04OTdlLWIxMTIwODk4MzE0YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Accept-Language": [ "en-US" @@ -3269,8 +3485,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3284,11 +3500,11 @@ "nosniff" ], "x-ms-request-id": [ - "14ed66a0-08c1-46b0-99fb-0ba40e254da6" + "a1d6647d-a040-45cd-be03-306471260bf8" ], "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b", - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908", + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3303,13 +3519,13 @@ "148" ], "x-ms-correlation-request-id": [ - "14ed66a0-08c1-46b0-99fb-0ba40e254da6" + "a1d6647d-a040-45cd-be03-306471260bf8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142639Z:14ed66a0-08c1-46b0-99fb-0ba40e254da6" + "SOUTHINDIA:20210518T140755Z:a1d6647d-a040-45cd-be03-306471260bf8" ], "Date": [ - "Mon, 15 Feb 2021 14:26:39 GMT" + "Tue, 18 May 2021 14:07:55 GMT" ], "Content-Length": [ "188" @@ -3321,17 +3537,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"name\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:26:33.4147769Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"name\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:07:49.9889196Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/4e4da768-5cc4-4026-aa87-b3c41e5d8c95?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzRlNGRhNzY4LTVjYzQtNDAyNi1hYTg3LWIzYzQxZTVkOGM5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/7db33d33-de56-4cd0-897e-b1120898314a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzdkYjMzZDMzLWRlNTYtNGNkMC04OTdlLWIxMTIwODk4MzE0YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Accept-Language": [ "en-US" @@ -3339,8 +3555,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3354,11 +3570,11 @@ "nosniff" ], "x-ms-request-id": [ - "e6ef4090-35d5-49b5-85d4-10f165fdd386" + "6db0f599-9f8d-43f3-985d-30ecd6cd9aa8" ], "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b", - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908", + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3373,13 +3589,13 @@ "147" ], "x-ms-correlation-request-id": [ - "e6ef4090-35d5-49b5-85d4-10f165fdd386" + "6db0f599-9f8d-43f3-985d-30ecd6cd9aa8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142644Z:e6ef4090-35d5-49b5-85d4-10f165fdd386" + "SOUTHINDIA:20210518T140801Z:6db0f599-9f8d-43f3-985d-30ecd6cd9aa8" ], "Date": [ - "Mon, 15 Feb 2021 14:26:43 GMT" + "Tue, 18 May 2021 14:08:01 GMT" ], "Content-Length": [ "188" @@ -3391,17 +3607,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"name\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:26:33.4147769Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"name\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:07:49.9889196Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/4e4da768-5cc4-4026-aa87-b3c41e5d8c95?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzRlNGRhNzY4LTVjYzQtNDAyNi1hYTg3LWIzYzQxZTVkOGM5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/7db33d33-de56-4cd0-897e-b1120898314a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzdkYjMzZDMzLWRlNTYtNGNkMC04OTdlLWIxMTIwODk4MzE0YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Accept-Language": [ "en-US" @@ -3409,8 +3625,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3424,11 +3640,11 @@ "nosniff" ], "x-ms-request-id": [ - "b67423f4-0ca2-4c7a-a82a-6ee024f3be1e" + "b93b73d2-6a7f-4525-bb12-b15dbb26aa25" ], "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b", - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908", + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3443,13 +3659,13 @@ "146" ], "x-ms-correlation-request-id": [ - "b67423f4-0ca2-4c7a-a82a-6ee024f3be1e" + "b93b73d2-6a7f-4525-bb12-b15dbb26aa25" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142649Z:b67423f4-0ca2-4c7a-a82a-6ee024f3be1e" + "SOUTHINDIA:20210518T140806Z:b93b73d2-6a7f-4525-bb12-b15dbb26aa25" ], "Date": [ - "Mon, 15 Feb 2021 14:26:48 GMT" + "Tue, 18 May 2021 14:08:06 GMT" ], "Content-Length": [ "188" @@ -3461,17 +3677,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"name\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:26:33.4147769Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"name\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:07:49.9889196Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/4e4da768-5cc4-4026-aa87-b3c41e5d8c95?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzRlNGRhNzY4LTVjYzQtNDAyNi1hYTg3LWIzYzQxZTVkOGM5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/7db33d33-de56-4cd0-897e-b1120898314a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzdkYjMzZDMzLWRlNTYtNGNkMC04OTdlLWIxMTIwODk4MzE0YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Accept-Language": [ "en-US" @@ -3479,8 +3695,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3494,11 +3710,11 @@ "nosniff" ], "x-ms-request-id": [ - "16558dbd-e32d-4aa2-9ffc-0d5a021b00c9" + "91b7072c-7574-483f-8814-6e52fd8d657c" ], "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b", - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908", + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3513,13 +3729,13 @@ "145" ], "x-ms-correlation-request-id": [ - "16558dbd-e32d-4aa2-9ffc-0d5a021b00c9" + "91b7072c-7574-483f-8814-6e52fd8d657c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142654Z:16558dbd-e32d-4aa2-9ffc-0d5a021b00c9" + "SOUTHINDIA:20210518T140811Z:91b7072c-7574-483f-8814-6e52fd8d657c" ], "Date": [ - "Mon, 15 Feb 2021 14:26:54 GMT" + "Tue, 18 May 2021 14:08:11 GMT" ], "Content-Length": [ "188" @@ -3531,17 +3747,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"name\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:26:33.4147769Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"name\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:07:49.9889196Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/4e4da768-5cc4-4026-aa87-b3c41e5d8c95?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzRlNGRhNzY4LTVjYzQtNDAyNi1hYTg3LWIzYzQxZTVkOGM5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/7db33d33-de56-4cd0-897e-b1120898314a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzdkYjMzZDMzLWRlNTYtNGNkMC04OTdlLWIxMTIwODk4MzE0YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Accept-Language": [ "en-US" @@ -3549,8 +3765,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3564,11 +3780,11 @@ "nosniff" ], "x-ms-request-id": [ - "880daca5-e203-4091-b6c2-de094c140e33" + "62cd2c5f-928d-4fae-b27f-bf5c6a17d43c" ], "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b", - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908", + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3583,13 +3799,13 @@ "144" ], "x-ms-correlation-request-id": [ - "880daca5-e203-4091-b6c2-de094c140e33" + "62cd2c5f-928d-4fae-b27f-bf5c6a17d43c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142700Z:880daca5-e203-4091-b6c2-de094c140e33" + "SOUTHINDIA:20210518T140817Z:62cd2c5f-928d-4fae-b27f-bf5c6a17d43c" ], "Date": [ - "Mon, 15 Feb 2021 14:26:59 GMT" + "Tue, 18 May 2021 14:08:16 GMT" ], "Content-Length": [ "188" @@ -3601,17 +3817,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"name\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:26:33.4147769Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"name\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:07:49.9889196Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/4e4da768-5cc4-4026-aa87-b3c41e5d8c95?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzRlNGRhNzY4LTVjYzQtNDAyNi1hYTg3LWIzYzQxZTVkOGM5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/7db33d33-de56-4cd0-897e-b1120898314a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzdkYjMzZDMzLWRlNTYtNGNkMC04OTdlLWIxMTIwODk4MzE0YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Accept-Language": [ "en-US" @@ -3619,8 +3835,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3634,11 +3850,11 @@ "nosniff" ], "x-ms-request-id": [ - "875ca79d-7aa1-4a07-908f-a2aff96b4556" + "05f6a163-7da6-498b-bdb6-da9715cf7873" ], "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b", - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908", + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3653,13 +3869,13 @@ "143" ], "x-ms-correlation-request-id": [ - "875ca79d-7aa1-4a07-908f-a2aff96b4556" + "05f6a163-7da6-498b-bdb6-da9715cf7873" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142705Z:875ca79d-7aa1-4a07-908f-a2aff96b4556" + "SOUTHINDIA:20210518T140822Z:05f6a163-7da6-498b-bdb6-da9715cf7873" ], "Date": [ - "Mon, 15 Feb 2021 14:27:04 GMT" + "Tue, 18 May 2021 14:08:21 GMT" ], "Content-Length": [ "304" @@ -3671,17 +3887,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"name\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T14:26:33.4147769Z\",\r\n \"endTime\": \"2021-02-15T14:26:33.4147769Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"77d4f13e-4df1-4b2b-bfce-f7eb6b33229f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"name\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:07:49.9889196Z\",\r\n \"endTime\": \"2021-05-18T14:07:49.9889196Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0b073eb9-f6b6-4679-8cec-fba5897127a4\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/4e4da768-5cc4-4026-aa87-b3c41e5d8c95?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzRlNGRhNzY4LTVjYzQtNDAyNi1hYTg3LWIzYzQxZTVkOGM5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/7db33d33-de56-4cd0-897e-b1120898314a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzdkYjMzZDMzLWRlNTYtNGNkMC04OTdlLWIxMTIwODk4MzE0YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Accept-Language": [ "en-US" @@ -3689,8 +3905,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3704,11 +3920,11 @@ "nosniff" ], "x-ms-request-id": [ - "1c7f1b09-3134-4b2f-b4ba-f619ce4fa834" + "d066e06d-f510-431f-bd8d-be23bb0fbc2c" ], "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b", - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908", + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3723,13 +3939,13 @@ "142" ], "x-ms-correlation-request-id": [ - "1c7f1b09-3134-4b2f-b4ba-f619ce4fa834" + "d066e06d-f510-431f-bd8d-be23bb0fbc2c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142705Z:1c7f1b09-3134-4b2f-b4ba-f619ce4fa834" + "SOUTHINDIA:20210518T140822Z:d066e06d-f510-431f-bd8d-be23bb0fbc2c" ], "Date": [ - "Mon, 15 Feb 2021 14:27:04 GMT" + "Tue, 18 May 2021 14:08:21 GMT" ], "Content-Length": [ "304" @@ -3741,17 +3957,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"name\": \"4e4da768-5cc4-4026-aa87-b3c41e5d8c95\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T14:26:33.4147769Z\",\r\n \"endTime\": \"2021-02-15T14:26:33.4147769Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"77d4f13e-4df1-4b2b-bfce-f7eb6b33229f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"name\": \"7db33d33-de56-4cd0-897e-b1120898314a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:07:49.9889196Z\",\r\n \"endTime\": \"2021-05-18T14:07:49.9889196Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0b073eb9-f6b6-4679-8cec-fba5897127a4\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/77d4f13e-4df1-4b2b-bfce-f7eb6b33229f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzc3ZDRmMTNlLTRkZjEtNGIyYi1iZmNlLWY3ZWI2YjMzMjI5Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/0b073eb9-f6b6-4679-8cec-fba5897127a4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzLzBiMDczZWI5LWY2YjYtNDY3OS04Y2VjLWZiYTU4OTcxMjdhND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "Accept-Language": [ "en-US" @@ -3759,8 +3975,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3778,11 +3994,11 @@ "nosniff" ], "x-ms-request-id": [ - "a414a763-ee13-4e84-83a6-6e458dfd5230" + "9a16484c-a63b-4491-a4f5-aba5657039c9" ], "x-ms-client-request-id": [ - "1b61f837-a1fd-4bef-b06c-27968c67425b", - "1b61f837-a1fd-4bef-b06c-27968c67425b" + "ecf5400a-518d-425e-8c1a-3204d28a8908", + "ecf5400a-518d-425e-8c1a-3204d28a8908" ], "X-Powered-By": [ "ASP.NET" @@ -3794,16 +4010,16 @@ "149" ], "x-ms-correlation-request-id": [ - "a414a763-ee13-4e84-83a6-6e458dfd5230" + "9a16484c-a63b-4491-a4f5-aba5657039c9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142705Z:a414a763-ee13-4e84-83a6-6e458dfd5230" + "SOUTHINDIA:20210518T140822Z:9a16484c-a63b-4491-a4f5-aba5657039c9" ], "Date": [ - "Mon, 15 Feb 2021 14:27:04 GMT" + "Tue, 18 May 2021 14:08:22 GMT" ], "Content-Length": [ - "840" + "839" ], "Content-Type": [ "application/json" @@ -3812,17 +4028,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/77d4f13e-4df1-4b2b-bfce-f7eb6b33229f\",\r\n \"name\": \"77d4f13e-4df1-4b2b-bfce-f7eb6b33229f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT31.2257159S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmfc3f20\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T14:26:33.4147769Z\",\r\n \"endTime\": \"2021-02-15T14:27:04.6404928Z\",\r\n \"activityId\": \"1b61f837-a1fd-4bef-b06c-27968c67425b\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/0b073eb9-f6b6-4679-8cec-fba5897127a4\",\r\n \"name\": \"0b073eb9-f6b6-4679-8cec-fba5897127a4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT31.436506S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm024d40\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:07:49.9889196Z\",\r\n \"endTime\": \"2021-05-18T14:08:21.4254256Z\",\r\n \"activityId\": \"ecf5400a-518d-425e-8c1a-3204d28a8908\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06d052b5-bade-4ec8-aed9-c502450d4916" + "ae179b1d-381f-4d6a-8ef0-613f8c676a23" ], "Accept-Language": [ "en-US" @@ -3830,8 +4046,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3845,11 +4061,11 @@ "nosniff" ], "x-ms-request-id": [ - "9a7e54b8-e4c5-47b2-8bcb-a67b66d2dae8" + "fd06fd78-0ef0-4042-bdf4-897d8d4b42f8" ], "x-ms-client-request-id": [ - "06d052b5-bade-4ec8-aed9-c502450d4916", - "06d052b5-bade-4ec8-aed9-c502450d4916" + "ae179b1d-381f-4d6a-8ef0-613f8c676a23", + "ae179b1d-381f-4d6a-8ef0-613f8c676a23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3864,16 +4080,16 @@ "149" ], "x-ms-correlation-request-id": [ - "9a7e54b8-e4c5-47b2-8bcb-a67b66d2dae8" + "fd06fd78-0ef0-4042-bdf4-897d8d4b42f8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142706Z:9a7e54b8-e4c5-47b2-8bcb-a67b66d2dae8" + "SOUTHINDIA:20210518T140823Z:fd06fd78-0ef0-4042-bdf4-897d8d4b42f8" ], "Date": [ - "Mon, 15 Feb 2021 14:27:05 GMT" + "Tue, 18 May 2021 14:08:22 GMT" ], "Content-Length": [ - "1490" + "1495" ], "Content-Type": [ "application/json" @@ -3882,17 +4098,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/protectedItems/VM;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMfc3f20\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\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\": \"778142825\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/protectedItems/VM;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM024d40\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\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\": \"70370497080051\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "149e5ebf-1e1d-4979-b635-aa149777ac69" + "3e9d29b8-39b8-46df-b957-369a3da649ee" ], "Accept-Language": [ "en-US" @@ -3900,8 +4116,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3915,11 +4131,11 @@ "nosniff" ], "x-ms-request-id": [ - "039867e6-40c4-48fb-94b7-dd295ef5a4c3" + "6092d6c7-9ec3-4f4e-b07a-b9f7d2cd53bb" ], "x-ms-client-request-id": [ - "149e5ebf-1e1d-4979-b635-aa149777ac69", - "149e5ebf-1e1d-4979-b635-aa149777ac69" + "3e9d29b8-39b8-46df-b957-369a3da649ee", + "3e9d29b8-39b8-46df-b957-369a3da649ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3934,16 +4150,16 @@ "148" ], "x-ms-correlation-request-id": [ - "039867e6-40c4-48fb-94b7-dd295ef5a4c3" + "6092d6c7-9ec3-4f4e-b07a-b9f7d2cd53bb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145955Z:039867e6-40c4-48fb-94b7-dd295ef5a4c3" + "SOUTHINDIA:20210518T144049Z:6092d6c7-9ec3-4f4e-b07a-b9f7d2cd53bb" ], "Date": [ - "Mon, 15 Feb 2021 14:59:55 GMT" + "Tue, 18 May 2021 14:40:48 GMT" ], "Content-Length": [ - "1916" + "1870" ], "Content-Type": [ "application/json" @@ -3952,17 +4168,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/protectedItems/VM;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\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 },\r\n \"friendlyName\": \"PSTestVMfc3f20\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\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-15T14:27:06.9057413Z\",\r\n \"protectedItemDataId\": \"778142825\",\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;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"lastRecoveryPoint\": \"2021-02-15T14:27:10.4251508Z\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/protectedItems/VM;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\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 },\r\n \"friendlyName\": \"PSTestVM024d40\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\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-05-18T14:08:23.7008779Z\",\r\n \"protectedItemDataId\": \"70370497080051\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"lastRecoveryPoint\": \"2021-05-18T14:08:27.0458726Z\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmYzNmMjZlMSUzQnBzdGVzdHZtZmMzZjIwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2ZjM2YyNmUxJTNCcHN0ZXN0dm1mYzNmMjA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwMjRkNDczYyUzQnBzdGVzdHZtMDI0ZDQwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzAyNGQ0NzNjJTNCcHN0ZXN0dm0wMjRkNDA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06d052b5-bade-4ec8-aed9-c502450d4916" + "ae179b1d-381f-4d6a-8ef0-613f8c676a23" ], "Accept-Language": [ "en-US" @@ -3970,8 +4186,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3985,11 +4201,11 @@ "nosniff" ], "x-ms-request-id": [ - "7ee8834a-cf4c-477b-ae76-08cc4a60ce47" + "8312edd1-1afd-4a4e-b332-de1b9ce32d81" ], "x-ms-client-request-id": [ - "06d052b5-bade-4ec8-aed9-c502450d4916", - "06d052b5-bade-4ec8-aed9-c502450d4916" + "ae179b1d-381f-4d6a-8ef0-613f8c676a23", + "ae179b1d-381f-4d6a-8ef0-613f8c676a23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4004,16 +4220,16 @@ "149" ], "x-ms-correlation-request-id": [ - "7ee8834a-cf4c-477b-ae76-08cc4a60ce47" + "8312edd1-1afd-4a4e-b332-de1b9ce32d81" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142706Z:7ee8834a-cf4c-477b-ae76-08cc4a60ce47" + "SOUTHINDIA:20210518T140823Z:8312edd1-1afd-4a4e-b332-de1b9ce32d81" ], "Date": [ - "Mon, 15 Feb 2021 14:27:05 GMT" + "Tue, 18 May 2021 14:08:22 GMT" ], "Content-Length": [ - "1545" + "1550" ], "Content-Type": [ "application/json" @@ -4022,17 +4238,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/protectedItems/VM;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMfc3f20\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\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\": \"778142825\",\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;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/protectedItems/VM;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM024d40\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\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\": \"70370497080051\",\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;pstestrg024d473c;pstestvm024d40\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20/backup?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmYzNmMjZlMSUzQnBzdGVzdHZtZmMzZjIwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2ZjM2YyNmUxJTNCcHN0ZXN0dm1mYzNmMjAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40/backup?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwMjRkNDczYyUzQnBzdGVzdHZtMDI0ZDQwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzAyNGQ0NzNjJTNCcHN0ZXN0dm0wMjRkNDAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4040,8 +4256,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4058,23 +4274,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/protectedItems/VM;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/operationResults/8e742043-971a-476d-ba31-a331f1e29676?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/protectedItems/VM;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/operationResults/340cb9bb-f4a1-43a8-bc65-bddad04b8a75?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/protectedItems/VM;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/operationsStatus/8e742043-971a-476d-ba31-a331f1e29676?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/protectedItems/VM;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/operationsStatus/340cb9bb-f4a1-43a8-bc65-bddad04b8a75?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f2eb713a-2599-4455-b27e-92d16a10c362" + "c1092b56-dbdf-43a0-be40-9d8de0df5934" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4086,13 +4302,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "f2eb713a-2599-4455-b27e-92d16a10c362" + "c1092b56-dbdf-43a0-be40-9d8de0df5934" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142707Z:f2eb713a-2599-4455-b27e-92d16a10c362" + "SOUTHINDIA:20210518T140823Z:c1092b56-dbdf-43a0-be40-9d8de0df5934" ], "Date": [ - "Mon, 15 Feb 2021 14:27:06 GMT" + "Tue, 18 May 2021 14:08:23 GMT" ], "Expires": [ "-1" @@ -4105,13 +4321,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/8e742043-971a-476d-ba31-a331f1e29676?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzhlNzQyMDQzLTk3MWEtNDc2ZC1iYTMxLWEzMzFmMWUyOTY3Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/340cb9bb-f4a1-43a8-bc65-bddad04b8a75?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzM0MGNiOWJiLWY0YTEtNDNhOC1iYzY1LWJkZGFkMDRiOGE3NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4119,8 +4335,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4134,11 +4350,11 @@ "nosniff" ], "x-ms-request-id": [ - "8950af67-5b38-40b9-b967-4793ec39c78a" + "b674b63f-7d77-41fb-8286-9a2572ad2ee8" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4153,13 +4369,13 @@ "141" ], "x-ms-correlation-request-id": [ - "8950af67-5b38-40b9-b967-4793ec39c78a" + "b674b63f-7d77-41fb-8286-9a2572ad2ee8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142707Z:8950af67-5b38-40b9-b967-4793ec39c78a" + "SOUTHINDIA:20210518T140823Z:b674b63f-7d77-41fb-8286-9a2572ad2ee8" ], "Date": [ - "Mon, 15 Feb 2021 14:27:06 GMT" + "Tue, 18 May 2021 14:08:23 GMT" ], "Content-Length": [ "188" @@ -4171,17 +4387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8e742043-971a-476d-ba31-a331f1e29676\",\r\n \"name\": \"8e742043-971a-476d-ba31-a331f1e29676\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"340cb9bb-f4a1-43a8-bc65-bddad04b8a75\",\r\n \"name\": \"340cb9bb-f4a1-43a8-bc65-bddad04b8a75\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/8e742043-971a-476d-ba31-a331f1e29676?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzhlNzQyMDQzLTk3MWEtNDc2ZC1iYTMxLWEzMzFmMWUyOTY3Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/340cb9bb-f4a1-43a8-bc65-bddad04b8a75?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzM0MGNiOWJiLWY0YTEtNDNhOC1iYzY1LWJkZGFkMDRiOGE3NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4189,8 +4405,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4204,11 +4420,11 @@ "nosniff" ], "x-ms-request-id": [ - "722bc5eb-3807-42ca-9ec5-093199bc1b3a" + "ad474bb8-3e7d-4e9b-8386-96f071d903f1" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4223,13 +4439,13 @@ "140" ], "x-ms-correlation-request-id": [ - "722bc5eb-3807-42ca-9ec5-093199bc1b3a" + "ad474bb8-3e7d-4e9b-8386-96f071d903f1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142712Z:722bc5eb-3807-42ca-9ec5-093199bc1b3a" + "SOUTHINDIA:20210518T140829Z:ad474bb8-3e7d-4e9b-8386-96f071d903f1" ], "Date": [ - "Mon, 15 Feb 2021 14:27:12 GMT" + "Tue, 18 May 2021 14:08:28 GMT" ], "Content-Length": [ "304" @@ -4241,17 +4457,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8e742043-971a-476d-ba31-a331f1e29676\",\r\n \"name\": \"8e742043-971a-476d-ba31-a331f1e29676\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"endTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"340cb9bb-f4a1-43a8-bc65-bddad04b8a75\",\r\n \"name\": \"340cb9bb-f4a1-43a8-bc65-bddad04b8a75\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"endTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/8e742043-971a-476d-ba31-a331f1e29676?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzhlNzQyMDQzLTk3MWEtNDc2ZC1iYTMxLWEzMzFmMWUyOTY3Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/340cb9bb-f4a1-43a8-bc65-bddad04b8a75?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzM0MGNiOWJiLWY0YTEtNDNhOC1iYzY1LWJkZGFkMDRiOGE3NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4259,8 +4475,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4274,11 +4490,11 @@ "nosniff" ], "x-ms-request-id": [ - "6fa23c6b-72c2-44ee-a914-f9b5ac87c24a" + "1d8a0478-14bb-4c79-94e5-d50d51c6d993" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4293,13 +4509,13 @@ "139" ], "x-ms-correlation-request-id": [ - "6fa23c6b-72c2-44ee-a914-f9b5ac87c24a" + "1d8a0478-14bb-4c79-94e5-d50d51c6d993" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142712Z:6fa23c6b-72c2-44ee-a914-f9b5ac87c24a" + "SOUTHINDIA:20210518T140829Z:1d8a0478-14bb-4c79-94e5-d50d51c6d993" ], "Date": [ - "Mon, 15 Feb 2021 14:27:12 GMT" + "Tue, 18 May 2021 14:08:29 GMT" ], "Content-Length": [ "304" @@ -4311,17 +4527,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8e742043-971a-476d-ba31-a331f1e29676\",\r\n \"name\": \"8e742043-971a-476d-ba31-a331f1e29676\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"endTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"340cb9bb-f4a1-43a8-bc65-bddad04b8a75\",\r\n \"name\": \"340cb9bb-f4a1-43a8-bc65-bddad04b8a75\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"endTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4329,8 +4545,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4348,11 +4564,11 @@ "nosniff" ], "x-ms-request-id": [ - "30445208-05ac-4078-bd76-3507fe0a882e" + "9eb8d974-b071-4a53-a518-dae6dc648a61" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -4364,13 +4580,13 @@ "148" ], "x-ms-correlation-request-id": [ - "30445208-05ac-4078-bd76-3507fe0a882e" + "9eb8d974-b071-4a53-a518-dae6dc648a61" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142713Z:30445208-05ac-4078-bd76-3507fe0a882e" + "SOUTHINDIA:20210518T140829Z:9eb8d974-b071-4a53-a518-dae6dc648a61" ], "Date": [ - "Mon, 15 Feb 2021 14:27:12 GMT" + "Tue, 18 May 2021 14:08:29 GMT" ], "Content-Length": [ "968" @@ -4382,17 +4598,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT5.7380134S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT5.7586022S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4400,8 +4616,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4419,11 +4635,11 @@ "nosniff" ], "x-ms-request-id": [ - "2a6d6241-916d-45f2-b504-be87ec7420b2" + "458cc5c1-7d49-4202-b078-b6d2ed152dd8" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -4435,13 +4651,13 @@ "147" ], "x-ms-correlation-request-id": [ - "2a6d6241-916d-45f2-b504-be87ec7420b2" + "458cc5c1-7d49-4202-b078-b6d2ed152dd8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142713Z:2a6d6241-916d-45f2-b504-be87ec7420b2" + "SOUTHINDIA:20210518T140830Z:458cc5c1-7d49-4202-b078-b6d2ed152dd8" ], "Date": [ - "Mon, 15 Feb 2021 14:27:13 GMT" + "Tue, 18 May 2021 14:08:30 GMT" ], "Content-Length": [ "968" @@ -4453,17 +4669,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT6.1062267S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT6.2379182S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4471,8 +4687,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4490,11 +4706,11 @@ "nosniff" ], "x-ms-request-id": [ - "ecb6aedc-b6e0-4e5d-9a3f-96384c0b7b69" + "0168482c-bcb3-4e30-b739-1353800cbbd0" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -4506,13 +4722,13 @@ "146" ], "x-ms-correlation-request-id": [ - "ecb6aedc-b6e0-4e5d-9a3f-96384c0b7b69" + "0168482c-bcb3-4e30-b739-1353800cbbd0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142743Z:ecb6aedc-b6e0-4e5d-9a3f-96384c0b7b69" + "SOUTHINDIA:20210518T140901Z:0168482c-bcb3-4e30-b739-1353800cbbd0" ], "Date": [ - "Mon, 15 Feb 2021 14:27:43 GMT" + "Tue, 18 May 2021 14:09:00 GMT" ], "Content-Length": [ "969" @@ -4524,17 +4740,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT36.5526923S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT36.9062782S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4542,8 +4758,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4561,11 +4777,11 @@ "nosniff" ], "x-ms-request-id": [ - "6e3a5347-e7e5-4699-8576-c928369cc49e" + "b4525ded-ada7-4ee2-b93f-267664201497" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -4577,16 +4793,16 @@ "145" ], "x-ms-correlation-request-id": [ - "6e3a5347-e7e5-4699-8576-c928369cc49e" + "b4525ded-ada7-4ee2-b93f-267664201497" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142814Z:6e3a5347-e7e5-4699-8576-c928369cc49e" + "SOUTHINDIA:20210518T140931Z:b4525ded-ada7-4ee2-b93f-267664201497" ], "Date": [ - "Mon, 15 Feb 2021 14:28:13 GMT" + "Tue, 18 May 2021 14:09:31 GMT" ], "Content-Length": [ - "969" + "970" ], "Content-Type": [ "application/json" @@ -4595,17 +4811,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT1M6.991584S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT1M7.4748358S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4613,8 +4829,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4632,11 +4848,11 @@ "nosniff" ], "x-ms-request-id": [ - "6acaf83f-93db-42f2-a424-a28c04f958b5" + "b5ede77e-8a79-42ae-b912-d22fb7729061" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -4648,13 +4864,13 @@ "144" ], "x-ms-correlation-request-id": [ - "6acaf83f-93db-42f2-a424-a28c04f958b5" + "b5ede77e-8a79-42ae-b912-d22fb7729061" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142844Z:6acaf83f-93db-42f2-a424-a28c04f958b5" + "SOUTHINDIA:20210518T141002Z:b5ede77e-8a79-42ae-b912-d22fb7729061" ], "Date": [ - "Mon, 15 Feb 2021 14:28:44 GMT" + "Tue, 18 May 2021 14:10:01 GMT" ], "Content-Length": [ "971" @@ -4666,17 +4882,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT1M37.4049903S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT1M38.1073346S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4684,8 +4900,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4703,11 +4919,11 @@ "nosniff" ], "x-ms-request-id": [ - "927bb325-f7b1-402c-b08e-a8eafa3559b3" + "33c41215-0912-4530-955a-dd3829552d6a" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -4719,13 +4935,13 @@ "143" ], "x-ms-correlation-request-id": [ - "927bb325-f7b1-402c-b08e-a8eafa3559b3" + "33c41215-0912-4530-955a-dd3829552d6a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142915Z:927bb325-f7b1-402c-b08e-a8eafa3559b3" + "SOUTHINDIA:20210518T141033Z:33c41215-0912-4530-955a-dd3829552d6a" ], "Date": [ - "Mon, 15 Feb 2021 14:29:14 GMT" + "Tue, 18 May 2021 14:10:32 GMT" ], "Content-Length": [ "970" @@ -4737,17 +4953,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT2M7.9133159S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT2M8.8643632S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4755,8 +4971,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4774,11 +4990,11 @@ "nosniff" ], "x-ms-request-id": [ - "7c6dda1e-f25c-46c6-909c-fb5704f08603" + "c5f36610-a14c-46f5-a862-6ad52b49adfa" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -4790,13 +5006,13 @@ "142" ], "x-ms-correlation-request-id": [ - "7c6dda1e-f25c-46c6-909c-fb5704f08603" + "c5f36610-a14c-46f5-a862-6ad52b49adfa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T142945Z:7c6dda1e-f25c-46c6-909c-fb5704f08603" + "SOUTHINDIA:20210518T141103Z:c5f36610-a14c-46f5-a862-6ad52b49adfa" ], "Date": [ - "Mon, 15 Feb 2021 14:29:45 GMT" + "Tue, 18 May 2021 14:11:02 GMT" ], "Content-Length": [ "971" @@ -4808,17 +5024,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT2M38.3647725S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT2M39.5834156S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4826,8 +5042,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4845,11 +5061,11 @@ "nosniff" ], "x-ms-request-id": [ - "57717271-a41a-4b1e-af94-244d4ee21c95" + "77106bd1-f5d5-40e4-a27f-aa73c13cd1bd" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -4861,13 +5077,13 @@ "141" ], "x-ms-correlation-request-id": [ - "57717271-a41a-4b1e-af94-244d4ee21c95" + "77106bd1-f5d5-40e4-a27f-aa73c13cd1bd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143016Z:57717271-a41a-4b1e-af94-244d4ee21c95" + "SOUTHINDIA:20210518T141134Z:77106bd1-f5d5-40e4-a27f-aa73c13cd1bd" ], "Date": [ - "Mon, 15 Feb 2021 14:30:15 GMT" + "Tue, 18 May 2021 14:11:34 GMT" ], "Content-Length": [ "970" @@ -4879,17 +5095,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT3M8.7794686S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT3M10.232766S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4897,8 +5113,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4916,11 +5132,11 @@ "nosniff" ], "x-ms-request-id": [ - "d5f98d1a-8e43-4d66-bda4-08e3a016cebb" + "e3190ff7-6ad3-4aa6-b183-96379f62eed0" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -4932,13 +5148,13 @@ "140" ], "x-ms-correlation-request-id": [ - "d5f98d1a-8e43-4d66-bda4-08e3a016cebb" + "e3190ff7-6ad3-4aa6-b183-96379f62eed0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143047Z:d5f98d1a-8e43-4d66-bda4-08e3a016cebb" + "SOUTHINDIA:20210518T141205Z:e3190ff7-6ad3-4aa6-b183-96379f62eed0" ], "Date": [ - "Mon, 15 Feb 2021 14:30:46 GMT" + "Tue, 18 May 2021 14:12:04 GMT" ], "Content-Length": [ "971" @@ -4950,17 +5166,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT3M39.2170149S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT3M40.7771272S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -4968,8 +5184,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4987,11 +5203,11 @@ "nosniff" ], "x-ms-request-id": [ - "e9a1aa6e-20d9-4dd0-951c-7920f6ad3a7a" + "61467305-1a85-4276-aa88-26ee35370c75" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5003,13 +5219,13 @@ "139" ], "x-ms-correlation-request-id": [ - "e9a1aa6e-20d9-4dd0-951c-7920f6ad3a7a" + "61467305-1a85-4276-aa88-26ee35370c75" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143117Z:e9a1aa6e-20d9-4dd0-951c-7920f6ad3a7a" + "SOUTHINDIA:20210518T141235Z:61467305-1a85-4276-aa88-26ee35370c75" ], "Date": [ - "Mon, 15 Feb 2021 14:31:17 GMT" + "Tue, 18 May 2021 14:12:34 GMT" ], "Content-Length": [ "971" @@ -5021,17 +5237,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT4M10.3820078S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT4M11.3817711S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5039,8 +5255,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5058,11 +5274,11 @@ "nosniff" ], "x-ms-request-id": [ - "86bfa1c5-c8e8-4ebf-a8d3-19120f298639" + "5ad408fb-7643-4698-86b9-7312066f32dc" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5074,16 +5290,16 @@ "138" ], "x-ms-correlation-request-id": [ - "86bfa1c5-c8e8-4ebf-a8d3-19120f298639" + "5ad408fb-7643-4698-86b9-7312066f32dc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143148Z:86bfa1c5-c8e8-4ebf-a8d3-19120f298639" + "SOUTHINDIA:20210518T141306Z:5ad408fb-7643-4698-86b9-7312066f32dc" ], "Date": [ - "Mon, 15 Feb 2021 14:31:47 GMT" + "Tue, 18 May 2021 14:13:06 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -5092,17 +5308,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT4M40.8334063S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT4M41.94853S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5110,8 +5326,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5129,11 +5345,11 @@ "nosniff" ], "x-ms-request-id": [ - "27e272aa-261b-435f-afdd-f136a7b809b5" + "68dccdc7-cfae-4623-bd39-20f72668b22b" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5145,13 +5361,13 @@ "137" ], "x-ms-correlation-request-id": [ - "27e272aa-261b-435f-afdd-f136a7b809b5" + "68dccdc7-cfae-4623-bd39-20f72668b22b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143218Z:27e272aa-261b-435f-afdd-f136a7b809b5" + "SOUTHINDIA:20210518T141336Z:68dccdc7-cfae-4623-bd39-20f72668b22b" ], "Date": [ - "Mon, 15 Feb 2021 14:32:18 GMT" + "Tue, 18 May 2021 14:13:36 GMT" ], "Content-Length": [ "971" @@ -5163,17 +5379,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT5M11.4983008S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT5M12.6481742S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5181,8 +5397,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5200,11 +5416,11 @@ "nosniff" ], "x-ms-request-id": [ - "319bd5cd-a9dd-4faf-af99-c696b5eac8d6" + "a856e309-aa5a-4996-977c-b799cd99e3e7" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5216,13 +5432,13 @@ "136" ], "x-ms-correlation-request-id": [ - "319bd5cd-a9dd-4faf-af99-c696b5eac8d6" + "a856e309-aa5a-4996-977c-b799cd99e3e7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143249Z:319bd5cd-a9dd-4faf-af99-c696b5eac8d6" + "SOUTHINDIA:20210518T141407Z:a856e309-aa5a-4996-977c-b799cd99e3e7" ], "Date": [ - "Mon, 15 Feb 2021 14:32:48 GMT" + "Tue, 18 May 2021 14:14:06 GMT" ], "Content-Length": [ "971" @@ -5234,17 +5450,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT5M41.9906565S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT5M43.2200901S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5252,8 +5468,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5271,11 +5487,11 @@ "nosniff" ], "x-ms-request-id": [ - "7f6aa01b-e1c8-4440-bc35-a1cb9467be13" + "bbc68730-5403-46aa-a8e9-618b5f5eb2e2" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5287,13 +5503,13 @@ "135" ], "x-ms-correlation-request-id": [ - "7f6aa01b-e1c8-4440-bc35-a1cb9467be13" + "bbc68730-5403-46aa-a8e9-618b5f5eb2e2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143319Z:7f6aa01b-e1c8-4440-bc35-a1cb9467be13" + "SOUTHINDIA:20210518T141438Z:bbc68730-5403-46aa-a8e9-618b5f5eb2e2" ], "Date": [ - "Mon, 15 Feb 2021 14:33:19 GMT" + "Tue, 18 May 2021 14:14:37 GMT" ], "Content-Length": [ "971" @@ -5305,17 +5521,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT6M12.4299865S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT6M13.8360416S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5323,8 +5539,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5342,11 +5558,11 @@ "nosniff" ], "x-ms-request-id": [ - "87189058-0525-43e4-8ef2-508a7a27d0d7" + "93ea516d-c98b-42dd-9680-f0f0a569dc49" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5358,13 +5574,13 @@ "134" ], "x-ms-correlation-request-id": [ - "87189058-0525-43e4-8ef2-508a7a27d0d7" + "93ea516d-c98b-42dd-9680-f0f0a569dc49" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143350Z:87189058-0525-43e4-8ef2-508a7a27d0d7" + "SOUTHINDIA:20210518T141508Z:93ea516d-c98b-42dd-9680-f0f0a569dc49" ], "Date": [ - "Mon, 15 Feb 2021 14:33:49 GMT" + "Tue, 18 May 2021 14:15:08 GMT" ], "Content-Length": [ "971" @@ -5376,17 +5592,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT6M42.9395414S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT6M44.3826042S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5394,8 +5610,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5413,11 +5629,11 @@ "nosniff" ], "x-ms-request-id": [ - "08a8b6a2-3bbe-470d-9c26-ba804de30589" + "1087a9d1-5689-4d86-8850-4175f4fb59c2" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5429,13 +5645,13 @@ "133" ], "x-ms-correlation-request-id": [ - "08a8b6a2-3bbe-470d-9c26-ba804de30589" + "1087a9d1-5689-4d86-8850-4175f4fb59c2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143420Z:08a8b6a2-3bbe-470d-9c26-ba804de30589" + "SOUTHINDIA:20210518T141539Z:1087a9d1-5689-4d86-8850-4175f4fb59c2" ], "Date": [ - "Mon, 15 Feb 2021 14:34:19 GMT" + "Tue, 18 May 2021 14:15:38 GMT" ], "Content-Length": [ "971" @@ -5447,17 +5663,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT7M13.3517271S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT7M14.9666831S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5465,8 +5681,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5484,11 +5700,11 @@ "nosniff" ], "x-ms-request-id": [ - "e62c25d7-d5b9-4bc3-9b0a-18d02242af51" + "3028b83c-6f0e-495a-bb68-491f0ec595fe" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5500,16 +5716,16 @@ "132" ], "x-ms-correlation-request-id": [ - "e62c25d7-d5b9-4bc3-9b0a-18d02242af51" + "3028b83c-6f0e-495a-bb68-491f0ec595fe" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143451Z:e62c25d7-d5b9-4bc3-9b0a-18d02242af51" + "SOUTHINDIA:20210518T141609Z:3028b83c-6f0e-495a-bb68-491f0ec595fe" ], "Date": [ - "Mon, 15 Feb 2021 14:34:50 GMT" + "Tue, 18 May 2021 14:16:09 GMT" ], "Content-Length": [ - "970" + "969" ], "Content-Type": [ "application/json" @@ -5518,17 +5734,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT7M43.8329808S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT7M45.649123S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5536,8 +5752,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5555,11 +5771,11 @@ "nosniff" ], "x-ms-request-id": [ - "68e5015d-f043-47de-96bb-bdbf861932f7" + "fc90c193-7152-4ca9-8f7b-d3a55999578f" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5571,13 +5787,13 @@ "131" ], "x-ms-correlation-request-id": [ - "68e5015d-f043-47de-96bb-bdbf861932f7" + "fc90c193-7152-4ca9-8f7b-d3a55999578f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143521Z:68e5015d-f043-47de-96bb-bdbf861932f7" + "SOUTHINDIA:20210518T141640Z:fc90c193-7152-4ca9-8f7b-d3a55999578f" ], "Date": [ - "Mon, 15 Feb 2021 14:35:20 GMT" + "Tue, 18 May 2021 14:16:39 GMT" ], "Content-Length": [ "970" @@ -5589,17 +5805,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT8M14.2736737S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT8M16.2449074S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5607,8 +5823,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5626,11 +5842,11 @@ "nosniff" ], "x-ms-request-id": [ - "c0d52b91-a317-4a56-8f3f-6c4d2cc4f15e" + "d7c60c29-9ce7-4383-b108-fa9d8f008925" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5642,13 +5858,13 @@ "130" ], "x-ms-correlation-request-id": [ - "c0d52b91-a317-4a56-8f3f-6c4d2cc4f15e" + "d7c60c29-9ce7-4383-b108-fa9d8f008925" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143552Z:c0d52b91-a317-4a56-8f3f-6c4d2cc4f15e" + "SOUTHINDIA:20210518T141711Z:d7c60c29-9ce7-4383-b108-fa9d8f008925" ], "Date": [ - "Mon, 15 Feb 2021 14:35:51 GMT" + "Tue, 18 May 2021 14:17:10 GMT" ], "Content-Length": [ "970" @@ -5660,17 +5876,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT8M44.7094251S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT8M46.9087432S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5678,8 +5894,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5697,11 +5913,11 @@ "nosniff" ], "x-ms-request-id": [ - "03759a60-89ed-40e0-8c33-0bd82bea79e2" + "a2cf42e5-f88f-4a98-b022-6d9ebcf876bb" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5713,13 +5929,13 @@ "129" ], "x-ms-correlation-request-id": [ - "03759a60-89ed-40e0-8c33-0bd82bea79e2" + "a2cf42e5-f88f-4a98-b022-6d9ebcf876bb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143622Z:03759a60-89ed-40e0-8c33-0bd82bea79e2" + "SOUTHINDIA:20210518T141741Z:a2cf42e5-f88f-4a98-b022-6d9ebcf876bb" ], "Date": [ - "Mon, 15 Feb 2021 14:36:21 GMT" + "Tue, 18 May 2021 14:17:41 GMT" ], "Content-Length": [ "970" @@ -5731,17 +5947,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT9M15.1509591S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT9M17.5250529S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5749,8 +5965,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5768,11 +5984,11 @@ "nosniff" ], "x-ms-request-id": [ - "8a9e6461-c7a0-4a38-8c7b-330170f7c71a" + "e48d359e-ad77-4d17-b453-1ce804073f68" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5784,13 +6000,13 @@ "128" ], "x-ms-correlation-request-id": [ - "8a9e6461-c7a0-4a38-8c7b-330170f7c71a" + "e48d359e-ad77-4d17-b453-1ce804073f68" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143653Z:8a9e6461-c7a0-4a38-8c7b-330170f7c71a" + "SOUTHINDIA:20210518T141812Z:e48d359e-ad77-4d17-b453-1ce804073f68" ], "Date": [ - "Mon, 15 Feb 2021 14:36:52 GMT" + "Tue, 18 May 2021 14:18:12 GMT" ], "Content-Length": [ "970" @@ -5802,17 +6018,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT9M45.6023146S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT9M48.2292704S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5820,8 +6036,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5839,11 +6055,11 @@ "nosniff" ], "x-ms-request-id": [ - "d5ff493f-b2a5-4de4-b99f-7231c2811d9a" + "7e60bc8c-2c9c-473e-ae43-3ca616808c1c" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5855,13 +6071,13 @@ "127" ], "x-ms-correlation-request-id": [ - "d5ff493f-b2a5-4de4-b99f-7231c2811d9a" + "7e60bc8c-2c9c-473e-ae43-3ca616808c1c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143723Z:d5ff493f-b2a5-4de4-b99f-7231c2811d9a" + "SOUTHINDIA:20210518T141843Z:7e60bc8c-2c9c-473e-ae43-3ca616808c1c" ], "Date": [ - "Mon, 15 Feb 2021 14:37:23 GMT" + "Tue, 18 May 2021 14:18:42 GMT" ], "Content-Length": [ "971" @@ -5873,17 +6089,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT10M16.0338147S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT10M18.8305622S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5891,8 +6107,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5910,11 +6126,11 @@ "nosniff" ], "x-ms-request-id": [ - "77cdcffa-b59a-4d58-bb76-10d79734e239" + "1e22fcd4-06a8-48e5-acf3-46bd9d0c055b" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5926,13 +6142,13 @@ "126" ], "x-ms-correlation-request-id": [ - "77cdcffa-b59a-4d58-bb76-10d79734e239" + "1e22fcd4-06a8-48e5-acf3-46bd9d0c055b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143754Z:77cdcffa-b59a-4d58-bb76-10d79734e239" + "SOUTHINDIA:20210518T141913Z:1e22fcd4-06a8-48e5-acf3-46bd9d0c055b" ], "Date": [ - "Mon, 15 Feb 2021 14:37:53 GMT" + "Tue, 18 May 2021 14:19:12 GMT" ], "Content-Length": [ "971" @@ -5944,17 +6160,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT10M46.8156908S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT10M49.3911799S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -5962,8 +6178,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5981,11 +6197,11 @@ "nosniff" ], "x-ms-request-id": [ - "aeea3a28-65d8-4f60-a79b-1bd1256e706b" + "4c53c43f-9310-496a-bf0d-8d38af3ca442" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -5997,13 +6213,13 @@ "125" ], "x-ms-correlation-request-id": [ - "aeea3a28-65d8-4f60-a79b-1bd1256e706b" + "4c53c43f-9310-496a-bf0d-8d38af3ca442" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143824Z:aeea3a28-65d8-4f60-a79b-1bd1256e706b" + "SOUTHINDIA:20210518T141944Z:4c53c43f-9310-496a-bf0d-8d38af3ca442" ], "Date": [ - "Mon, 15 Feb 2021 14:38:24 GMT" + "Tue, 18 May 2021 14:19:43 GMT" ], "Content-Length": [ "971" @@ -6015,17 +6231,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT11M17.3135031S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT11M20.0199735S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6033,8 +6249,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6052,11 +6268,11 @@ "nosniff" ], "x-ms-request-id": [ - "962af436-07ce-475e-a29e-35348bebb48c" + "2658e609-153f-4728-b01d-75f8677180e1" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6068,13 +6284,13 @@ "124" ], "x-ms-correlation-request-id": [ - "962af436-07ce-475e-a29e-35348bebb48c" + "2658e609-153f-4728-b01d-75f8677180e1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143855Z:962af436-07ce-475e-a29e-35348bebb48c" + "SOUTHINDIA:20210518T142014Z:2658e609-153f-4728-b01d-75f8677180e1" ], "Date": [ - "Mon, 15 Feb 2021 14:38:54 GMT" + "Tue, 18 May 2021 14:20:14 GMT" ], "Content-Length": [ "971" @@ -6086,17 +6302,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT11M47.7210419S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT11M50.5670405S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6104,8 +6320,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6123,11 +6339,11 @@ "nosniff" ], "x-ms-request-id": [ - "b63959be-957d-4ff0-b668-a71ed92605d9" + "1a3026b2-db2c-4bce-8fa0-521553c15717" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6139,13 +6355,13 @@ "123" ], "x-ms-correlation-request-id": [ - "b63959be-957d-4ff0-b668-a71ed92605d9" + "1a3026b2-db2c-4bce-8fa0-521553c15717" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143925Z:b63959be-957d-4ff0-b668-a71ed92605d9" + "SOUTHINDIA:20210518T142045Z:1a3026b2-db2c-4bce-8fa0-521553c15717" ], "Date": [ - "Mon, 15 Feb 2021 14:39:25 GMT" + "Tue, 18 May 2021 14:20:45 GMT" ], "Content-Length": [ "971" @@ -6157,17 +6373,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT12M18.2268467S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT12M21.3755699S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6175,8 +6391,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6194,11 +6410,11 @@ "nosniff" ], "x-ms-request-id": [ - "32f8b12c-3874-444e-80a8-0ca93a7f22ca" + "32950e09-ff6a-4d61-9980-2eee0326f8d1" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6210,13 +6426,13 @@ "122" ], "x-ms-correlation-request-id": [ - "32f8b12c-3874-444e-80a8-0ca93a7f22ca" + "32950e09-ff6a-4d61-9980-2eee0326f8d1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T143956Z:32f8b12c-3874-444e-80a8-0ca93a7f22ca" + "SOUTHINDIA:20210518T142116Z:32950e09-ff6a-4d61-9980-2eee0326f8d1" ], "Date": [ - "Mon, 15 Feb 2021 14:39:55 GMT" + "Tue, 18 May 2021 14:21:15 GMT" ], "Content-Length": [ "971" @@ -6228,17 +6444,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT12M48.6328505S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT12M51.9341628S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6246,8 +6462,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6265,11 +6481,11 @@ "nosniff" ], "x-ms-request-id": [ - "d02d0528-3eb2-4345-98ea-69756284ca15" + "671c25cf-4bdf-497f-9c40-02dca1a0c5e5" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6281,13 +6497,13 @@ "121" ], "x-ms-correlation-request-id": [ - "d02d0528-3eb2-4345-98ea-69756284ca15" + "671c25cf-4bdf-497f-9c40-02dca1a0c5e5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144026Z:d02d0528-3eb2-4345-98ea-69756284ca15" + "SOUTHINDIA:20210518T142146Z:671c25cf-4bdf-497f-9c40-02dca1a0c5e5" ], "Date": [ - "Mon, 15 Feb 2021 14:40:25 GMT" + "Tue, 18 May 2021 14:21:46 GMT" ], "Content-Length": [ "971" @@ -6299,17 +6515,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT13M19.0317572S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT13M22.5072661S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6317,8 +6533,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6336,11 +6552,11 @@ "nosniff" ], "x-ms-request-id": [ - "c15fbfd2-2355-4441-9edb-0afdffe93e1f" + "91ac030f-b174-4896-b9d9-0c2f3d04d726" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6352,16 +6568,16 @@ "120" ], "x-ms-correlation-request-id": [ - "c15fbfd2-2355-4441-9edb-0afdffe93e1f" + "91ac030f-b174-4896-b9d9-0c2f3d04d726" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144056Z:c15fbfd2-2355-4441-9edb-0afdffe93e1f" + "SOUTHINDIA:20210518T142217Z:91ac030f-b174-4896-b9d9-0c2f3d04d726" ], "Date": [ - "Mon, 15 Feb 2021 14:40:56 GMT" + "Tue, 18 May 2021 14:22:16 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -6370,17 +6586,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT13M49.477783S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT13M53.0655672S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6388,8 +6604,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6407,11 +6623,11 @@ "nosniff" ], "x-ms-request-id": [ - "e98d7a58-b9f3-4d4f-9f1c-e5ad369f17a3" + "3c5425f3-9ee9-4697-a708-b78db33b754a" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6423,16 +6639,16 @@ "119" ], "x-ms-correlation-request-id": [ - "e98d7a58-b9f3-4d4f-9f1c-e5ad369f17a3" + "3c5425f3-9ee9-4697-a708-b78db33b754a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144127Z:e98d7a58-b9f3-4d4f-9f1c-e5ad369f17a3" + "SOUTHINDIA:20210518T142248Z:3c5425f3-9ee9-4697-a708-b78db33b754a" ], "Date": [ - "Mon, 15 Feb 2021 14:41:26 GMT" + "Tue, 18 May 2021 14:22:47 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -6441,17 +6657,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT14M19.881084S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT14M23.7979313S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6459,8 +6675,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6478,11 +6694,11 @@ "nosniff" ], "x-ms-request-id": [ - "658fc1e5-a12a-466d-bc70-3695b21b70c7" + "d9f36cf9-b42a-40e0-9fa4-e48635587c3f" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6494,13 +6710,13 @@ "118" ], "x-ms-correlation-request-id": [ - "658fc1e5-a12a-466d-bc70-3695b21b70c7" + "d9f36cf9-b42a-40e0-9fa4-e48635587c3f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144157Z:658fc1e5-a12a-466d-bc70-3695b21b70c7" + "SOUTHINDIA:20210518T142318Z:d9f36cf9-b42a-40e0-9fa4-e48635587c3f" ], "Date": [ - "Mon, 15 Feb 2021 14:41:57 GMT" + "Tue, 18 May 2021 14:23:17 GMT" ], "Content-Length": [ "971" @@ -6512,17 +6728,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT14M50.2663484S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT14M54.4735963S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6530,8 +6746,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6549,11 +6765,11 @@ "nosniff" ], "x-ms-request-id": [ - "15a79ec1-bdfa-4221-a0b3-a5eb4c8f1c6b" + "090c8d9a-7438-4bec-8f55-2680f18805f7" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6565,13 +6781,13 @@ "117" ], "x-ms-correlation-request-id": [ - "15a79ec1-bdfa-4221-a0b3-a5eb4c8f1c6b" + "090c8d9a-7438-4bec-8f55-2680f18805f7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144228Z:15a79ec1-bdfa-4221-a0b3-a5eb4c8f1c6b" + "SOUTHINDIA:20210518T142349Z:090c8d9a-7438-4bec-8f55-2680f18805f7" ], "Date": [ - "Mon, 15 Feb 2021 14:42:27 GMT" + "Tue, 18 May 2021 14:23:49 GMT" ], "Content-Length": [ "971" @@ -6583,17 +6799,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT15M20.7909472S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT15M25.0993341S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6601,8 +6817,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6620,11 +6836,11 @@ "nosniff" ], "x-ms-request-id": [ - "57f7e651-63fc-4703-b26c-56f1c9fd9cb6" + "974a25d9-67c6-47a7-bc1e-6297ee8db20f" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6636,13 +6852,13 @@ "116" ], "x-ms-correlation-request-id": [ - "57f7e651-63fc-4703-b26c-56f1c9fd9cb6" + "974a25d9-67c6-47a7-bc1e-6297ee8db20f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144258Z:57f7e651-63fc-4703-b26c-56f1c9fd9cb6" + "SOUTHINDIA:20210518T142419Z:974a25d9-67c6-47a7-bc1e-6297ee8db20f" ], "Date": [ - "Mon, 15 Feb 2021 14:42:57 GMT" + "Tue, 18 May 2021 14:24:19 GMT" ], "Content-Length": [ "971" @@ -6654,17 +6870,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT15M51.2155427S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT15M55.6665537S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6672,8 +6888,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6691,11 +6907,11 @@ "nosniff" ], "x-ms-request-id": [ - "a96233ef-2929-4ec8-8cd4-359dc64becf2" + "2395ffa7-7e2d-4809-aa08-31437fd61289" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6707,13 +6923,13 @@ "115" ], "x-ms-correlation-request-id": [ - "a96233ef-2929-4ec8-8cd4-359dc64becf2" + "2395ffa7-7e2d-4809-aa08-31437fd61289" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144329Z:a96233ef-2929-4ec8-8cd4-359dc64becf2" + "SOUTHINDIA:20210518T142450Z:2395ffa7-7e2d-4809-aa08-31437fd61289" ], "Date": [ - "Mon, 15 Feb 2021 14:43:28 GMT" + "Tue, 18 May 2021 14:24:50 GMT" ], "Content-Length": [ "971" @@ -6725,17 +6941,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT16M21.9562845S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT16M26.3157381S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6743,8 +6959,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6762,11 +6978,11 @@ "nosniff" ], "x-ms-request-id": [ - "91472ec9-4f31-49d2-811b-ed4447a4cf77" + "a22cfb50-6512-4bf0-b365-0f390ca7f8f9" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6778,13 +6994,13 @@ "114" ], "x-ms-correlation-request-id": [ - "91472ec9-4f31-49d2-811b-ed4447a4cf77" + "a22cfb50-6512-4bf0-b365-0f390ca7f8f9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144359Z:91472ec9-4f31-49d2-811b-ed4447a4cf77" + "SOUTHINDIA:20210518T142521Z:a22cfb50-6512-4bf0-b365-0f390ca7f8f9" ], "Date": [ - "Mon, 15 Feb 2021 14:43:59 GMT" + "Tue, 18 May 2021 14:25:20 GMT" ], "Content-Length": [ "971" @@ -6796,17 +7012,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT16M52.3809917S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT16M57.0526341S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6814,8 +7030,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6833,11 +7049,11 @@ "nosniff" ], "x-ms-request-id": [ - "fccdf4af-4298-465e-b9b6-10a6e19554f4" + "7db03c73-9298-494a-98b1-0a0085f9740d" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6849,13 +7065,13 @@ "113" ], "x-ms-correlation-request-id": [ - "fccdf4af-4298-465e-b9b6-10a6e19554f4" + "7db03c73-9298-494a-98b1-0a0085f9740d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144430Z:fccdf4af-4298-465e-b9b6-10a6e19554f4" + "SOUTHINDIA:20210518T142552Z:7db03c73-9298-494a-98b1-0a0085f9740d" ], "Date": [ - "Mon, 15 Feb 2021 14:44:29 GMT" + "Tue, 18 May 2021 14:25:51 GMT" ], "Content-Length": [ "971" @@ -6867,17 +7083,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT17M22.7565698S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT17M27.6884142S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6885,8 +7101,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6904,11 +7120,11 @@ "nosniff" ], "x-ms-request-id": [ - "e96d0f4e-d725-48a8-a287-af374a92eba3" + "af3467ef-4215-494a-9870-5f8eb294ed07" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6920,13 +7136,13 @@ "112" ], "x-ms-correlation-request-id": [ - "e96d0f4e-d725-48a8-a287-af374a92eba3" + "af3467ef-4215-494a-9870-5f8eb294ed07" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144500Z:e96d0f4e-d725-48a8-a287-af374a92eba3" + "SOUTHINDIA:20210518T142622Z:af3467ef-4215-494a-9870-5f8eb294ed07" ], "Date": [ - "Mon, 15 Feb 2021 14:45:00 GMT" + "Tue, 18 May 2021 14:26:22 GMT" ], "Content-Length": [ "971" @@ -6938,17 +7154,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT17M53.1837536S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT17M58.5539892S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -6956,8 +7172,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6975,11 +7191,11 @@ "nosniff" ], "x-ms-request-id": [ - "c975e08c-42eb-4e1b-9e6c-efa21cd4544c" + "ea0a8f76-0454-43cb-ae9b-48b7b8a0662d" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -6991,16 +7207,16 @@ "111" ], "x-ms-correlation-request-id": [ - "c975e08c-42eb-4e1b-9e6c-efa21cd4544c" + "ea0a8f76-0454-43cb-ae9b-48b7b8a0662d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144531Z:c975e08c-42eb-4e1b-9e6c-efa21cd4544c" + "SOUTHINDIA:20210518T142653Z:ea0a8f76-0454-43cb-ae9b-48b7b8a0662d" ], "Date": [ - "Mon, 15 Feb 2021 14:45:30 GMT" + "Tue, 18 May 2021 14:26:52 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7009,17 +7225,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT18M23.6487519S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT18M29.339696S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7027,8 +7243,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7046,11 +7262,11 @@ "nosniff" ], "x-ms-request-id": [ - "7c7cf8f3-db38-43ca-a9f7-7d934db950da" + "a4923404-a9e8-418d-88cd-57a94dd9f3f1" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7062,16 +7278,16 @@ "110" ], "x-ms-correlation-request-id": [ - "7c7cf8f3-db38-43ca-a9f7-7d934db950da" + "a4923404-a9e8-418d-88cd-57a94dd9f3f1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144601Z:7c7cf8f3-db38-43ca-a9f7-7d934db950da" + "SOUTHINDIA:20210518T142724Z:a4923404-a9e8-418d-88cd-57a94dd9f3f1" ], "Date": [ - "Mon, 15 Feb 2021 14:46:00 GMT" + "Tue, 18 May 2021 14:27:24 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7080,17 +7296,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT18M54.0885584S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT18M59.917099S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7098,8 +7314,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7117,11 +7333,11 @@ "nosniff" ], "x-ms-request-id": [ - "167ddc95-432d-4821-80da-53950afd470f" + "4b33e53c-8f1b-4a79-b050-d6b7f501e825" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7133,16 +7349,16 @@ "109" ], "x-ms-correlation-request-id": [ - "167ddc95-432d-4821-80da-53950afd470f" + "4b33e53c-8f1b-4a79-b050-d6b7f501e825" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144631Z:167ddc95-432d-4821-80da-53950afd470f" + "SOUTHINDIA:20210518T142754Z:4b33e53c-8f1b-4a79-b050-d6b7f501e825" ], "Date": [ - "Mon, 15 Feb 2021 14:46:31 GMT" + "Tue, 18 May 2021 14:27:54 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -7151,17 +7367,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT19M24.499738S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT19M30.6528233S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7169,8 +7385,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7188,11 +7404,11 @@ "nosniff" ], "x-ms-request-id": [ - "175e0375-cf64-4fe0-b9c6-da820b3c93d8" + "4e8635db-0996-4475-8e21-3c4ddd5950c6" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7204,16 +7420,16 @@ "108" ], "x-ms-correlation-request-id": [ - "175e0375-cf64-4fe0-b9c6-da820b3c93d8" + "4e8635db-0996-4475-8e21-3c4ddd5950c6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144702Z:175e0375-cf64-4fe0-b9c6-da820b3c93d8" + "SOUTHINDIA:20210518T142825Z:4e8635db-0996-4475-8e21-3c4ddd5950c6" ], "Date": [ - "Mon, 15 Feb 2021 14:47:02 GMT" + "Tue, 18 May 2021 14:28:25 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7222,17 +7438,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT19M54.8754564S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT20M1.3105385S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7240,8 +7456,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7259,11 +7475,11 @@ "nosniff" ], "x-ms-request-id": [ - "37cf2c64-b9b3-406b-8a35-28110cb5b0fb" + "99a637f9-72cf-41c6-871f-18f024ef0079" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7275,13 +7491,13 @@ "107" ], "x-ms-correlation-request-id": [ - "37cf2c64-b9b3-406b-8a35-28110cb5b0fb" + "99a637f9-72cf-41c6-871f-18f024ef0079" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144732Z:37cf2c64-b9b3-406b-8a35-28110cb5b0fb" + "SOUTHINDIA:20210518T142856Z:99a637f9-72cf-41c6-871f-18f024ef0079" ], "Date": [ - "Mon, 15 Feb 2021 14:47:32 GMT" + "Tue, 18 May 2021 14:28:55 GMT" ], "Content-Length": [ "971" @@ -7293,17 +7509,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT20M25.4855993S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT20M31.8856796S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7311,8 +7527,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7330,11 +7546,11 @@ "nosniff" ], "x-ms-request-id": [ - "c6630970-941a-4dd3-8fea-19505ec9fe0b" + "e3517d76-830d-45ed-9ab3-12c75efca734" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7346,16 +7562,16 @@ "106" ], "x-ms-correlation-request-id": [ - "c6630970-941a-4dd3-8fea-19505ec9fe0b" + "e3517d76-830d-45ed-9ab3-12c75efca734" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144803Z:c6630970-941a-4dd3-8fea-19505ec9fe0b" + "SOUTHINDIA:20210518T142926Z:e3517d76-830d-45ed-9ab3-12c75efca734" ], "Date": [ - "Mon, 15 Feb 2021 14:48:02 GMT" + "Tue, 18 May 2021 14:29:25 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7364,17 +7580,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT20M55.8879247S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT21M2.5157801S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7382,8 +7598,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7401,11 +7617,11 @@ "nosniff" ], "x-ms-request-id": [ - "76a76aab-cb9c-4ebe-a997-e476e236a412" + "5188915f-af92-4c61-9656-3adf84f37f29" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7417,13 +7633,13 @@ "105" ], "x-ms-correlation-request-id": [ - "76a76aab-cb9c-4ebe-a997-e476e236a412" + "5188915f-af92-4c61-9656-3adf84f37f29" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144833Z:76a76aab-cb9c-4ebe-a997-e476e236a412" + "SOUTHINDIA:20210518T142957Z:5188915f-af92-4c61-9656-3adf84f37f29" ], "Date": [ - "Mon, 15 Feb 2021 14:48:33 GMT" + "Tue, 18 May 2021 14:29:57 GMT" ], "Content-Length": [ "971" @@ -7435,17 +7651,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT21M26.3056693S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT21M33.1283472S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7453,8 +7669,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7472,11 +7688,11 @@ "nosniff" ], "x-ms-request-id": [ - "0c9260b6-51fb-4abe-8aa5-5ab040f19eed" + "4344841f-f063-4681-a9a6-3e2f94b2c359" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7488,16 +7704,16 @@ "104" ], "x-ms-correlation-request-id": [ - "0c9260b6-51fb-4abe-8aa5-5ab040f19eed" + "4344841f-f063-4681-a9a6-3e2f94b2c359" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144904Z:0c9260b6-51fb-4abe-8aa5-5ab040f19eed" + "SOUTHINDIA:20210518T143028Z:4344841f-f063-4681-a9a6-3e2f94b2c359" ], "Date": [ - "Mon, 15 Feb 2021 14:49:04 GMT" + "Tue, 18 May 2021 14:30:27 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7506,17 +7722,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT21M57.1532858S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT22M3.8242156S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7524,8 +7740,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7543,11 +7759,11 @@ "nosniff" ], "x-ms-request-id": [ - "6ff030a1-faa4-4650-a95a-9fb95aa989d3" + "cd28f84b-f9cf-468f-bc61-081fe6d64317" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7559,13 +7775,13 @@ "103" ], "x-ms-correlation-request-id": [ - "6ff030a1-faa4-4650-a95a-9fb95aa989d3" + "cd28f84b-f9cf-468f-bc61-081fe6d64317" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T144934Z:6ff030a1-faa4-4650-a95a-9fb95aa989d3" + "SOUTHINDIA:20210518T143058Z:cd28f84b-f9cf-468f-bc61-081fe6d64317" ], "Date": [ - "Mon, 15 Feb 2021 14:49:34 GMT" + "Tue, 18 May 2021 14:30:57 GMT" ], "Content-Length": [ "971" @@ -7577,17 +7793,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT22M27.6126484S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT22M34.4501458S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7595,8 +7811,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7614,11 +7830,11 @@ "nosniff" ], "x-ms-request-id": [ - "e5e72b29-803f-47bd-9e68-c0ff83f8764d" + "21335d88-5bab-41b4-ba9b-85bb6760225b" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7630,16 +7846,16 @@ "102" ], "x-ms-correlation-request-id": [ - "e5e72b29-803f-47bd-9e68-c0ff83f8764d" + "21335d88-5bab-41b4-ba9b-85bb6760225b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145005Z:e5e72b29-803f-47bd-9e68-c0ff83f8764d" + "SOUTHINDIA:20210518T143129Z:21335d88-5bab-41b4-ba9b-85bb6760225b" ], "Date": [ - "Mon, 15 Feb 2021 14:50:04 GMT" + "Tue, 18 May 2021 14:31:29 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7648,17 +7864,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT22M58.0051027S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT23M4.9866247S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7666,8 +7882,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7685,11 +7901,11 @@ "nosniff" ], "x-ms-request-id": [ - "4e0550f9-5d4c-47dc-b764-53380bc4db0e" + "7bb19699-b401-4b85-be58-d5e5ed80efd2" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7701,16 +7917,16 @@ "101" ], "x-ms-correlation-request-id": [ - "4e0550f9-5d4c-47dc-b764-53380bc4db0e" + "7bb19699-b401-4b85-be58-d5e5ed80efd2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145035Z:4e0550f9-5d4c-47dc-b764-53380bc4db0e" + "SOUTHINDIA:20210518T143200Z:7bb19699-b401-4b85-be58-d5e5ed80efd2" ], "Date": [ - "Mon, 15 Feb 2021 14:50:35 GMT" + "Tue, 18 May 2021 14:31:59 GMT" ], "Content-Length": [ - "969" + "971" ], "Content-Type": [ "application/json" @@ -7719,17 +7935,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT23M28.47258S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT23M35.7545804S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7737,8 +7953,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7756,11 +7972,11 @@ "nosniff" ], "x-ms-request-id": [ - "83566784-0ebe-479d-8996-26d7bc726969" + "15e1d7f9-445b-4126-a821-129f7ca746d4" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7772,16 +7988,16 @@ "100" ], "x-ms-correlation-request-id": [ - "83566784-0ebe-479d-8996-26d7bc726969" + "15e1d7f9-445b-4126-a821-129f7ca746d4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145106Z:83566784-0ebe-479d-8996-26d7bc726969" + "SOUTHINDIA:20210518T143230Z:15e1d7f9-445b-4126-a821-129f7ca746d4" ], "Date": [ - "Mon, 15 Feb 2021 14:51:06 GMT" + "Tue, 18 May 2021 14:32:29 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7790,17 +8006,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT23M58.9842945S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT24M6.5636584S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7808,8 +8024,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7827,11 +8043,11 @@ "nosniff" ], "x-ms-request-id": [ - "d210704a-e07b-40bf-952c-3e4dc1b5c55c" + "729cc6c3-1dda-4684-8944-ca634664eb50" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7843,16 +8059,16 @@ "99" ], "x-ms-correlation-request-id": [ - "d210704a-e07b-40bf-952c-3e4dc1b5c55c" + "729cc6c3-1dda-4684-8944-ca634664eb50" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145136Z:d210704a-e07b-40bf-952c-3e4dc1b5c55c" + "SOUTHINDIA:20210518T143301Z:729cc6c3-1dda-4684-8944-ca634664eb50" ], "Date": [ - "Mon, 15 Feb 2021 14:51:36 GMT" + "Tue, 18 May 2021 14:33:01 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -7861,17 +8077,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT24M29.3898215S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT24M37.39633S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7879,8 +8095,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7898,11 +8114,11 @@ "nosniff" ], "x-ms-request-id": [ - "27c70389-6a56-4692-9622-a5ecc851ac6d" + "421f57f9-e753-44b6-af1f-27e1fb5fc305" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7914,16 +8130,16 @@ "98" ], "x-ms-correlation-request-id": [ - "27c70389-6a56-4692-9622-a5ecc851ac6d" + "421f57f9-e753-44b6-af1f-27e1fb5fc305" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145207Z:27c70389-6a56-4692-9622-a5ecc851ac6d" + "SOUTHINDIA:20210518T143332Z:421f57f9-e753-44b6-af1f-27e1fb5fc305" ], "Date": [ - "Mon, 15 Feb 2021 14:52:06 GMT" + "Tue, 18 May 2021 14:33:31 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7932,17 +8148,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT24M59.7708103S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT25M8.0762714S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -7950,8 +8166,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7969,11 +8185,11 @@ "nosniff" ], "x-ms-request-id": [ - "b1900a80-a444-474d-a9ee-1faeb6bfe2b7" + "f217d1d5-2a18-4ff6-b151-8e2b34e65536" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -7985,13 +8201,13 @@ "97" ], "x-ms-correlation-request-id": [ - "b1900a80-a444-474d-a9ee-1faeb6bfe2b7" + "f217d1d5-2a18-4ff6-b151-8e2b34e65536" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145237Z:b1900a80-a444-474d-a9ee-1faeb6bfe2b7" + "SOUTHINDIA:20210518T143403Z:f217d1d5-2a18-4ff6-b151-8e2b34e65536" ], "Date": [ - "Mon, 15 Feb 2021 14:52:37 GMT" + "Tue, 18 May 2021 14:34:02 GMT" ], "Content-Length": [ "971" @@ -8003,17 +8219,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT25M30.1693595S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT25M38.8504383S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -8021,8 +8237,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8040,11 +8256,11 @@ "nosniff" ], "x-ms-request-id": [ - "c2ae904a-d634-48f9-8865-623c395b929f" + "4aadc3da-523d-4e73-8fee-a6d530727048" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -8056,13 +8272,13 @@ "96" ], "x-ms-correlation-request-id": [ - "c2ae904a-d634-48f9-8865-623c395b929f" + "4aadc3da-523d-4e73-8fee-a6d530727048" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145308Z:c2ae904a-d634-48f9-8865-623c395b929f" + "SOUTHINDIA:20210518T143433Z:4aadc3da-523d-4e73-8fee-a6d530727048" ], "Date": [ - "Mon, 15 Feb 2021 14:53:07 GMT" + "Tue, 18 May 2021 14:34:32 GMT" ], "Content-Length": [ "970" @@ -8074,17 +8290,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT26M0.6635327S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT26M9.5373986S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -8092,8 +8308,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8111,11 +8327,11 @@ "nosniff" ], "x-ms-request-id": [ - "e5cc671d-0388-4060-b8e4-37e5e9ca10b6" + "5dd6b8a6-faf3-4b2b-b48f-1a243d79dafa" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -8127,13 +8343,13 @@ "95" ], "x-ms-correlation-request-id": [ - "e5cc671d-0388-4060-b8e4-37e5e9ca10b6" + "5dd6b8a6-faf3-4b2b-b48f-1a243d79dafa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145338Z:e5cc671d-0388-4060-b8e4-37e5e9ca10b6" + "SOUTHINDIA:20210518T143504Z:5dd6b8a6-faf3-4b2b-b48f-1a243d79dafa" ], "Date": [ - "Mon, 15 Feb 2021 14:53:38 GMT" + "Tue, 18 May 2021 14:35:04 GMT" ], "Content-Length": [ "971" @@ -8145,17 +8361,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT26M31.2178658S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT26M40.0748803S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -8163,8 +8379,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8182,11 +8398,11 @@ "nosniff" ], "x-ms-request-id": [ - "6f6cdc85-9361-46b4-9088-c0871d2f81e2" + "733c3cf4-5074-41eb-a617-46a6bd6b3920" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -8198,16 +8414,16 @@ "94" ], "x-ms-correlation-request-id": [ - "6f6cdc85-9361-46b4-9088-c0871d2f81e2" + "733c3cf4-5074-41eb-a617-46a6bd6b3920" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145408Z:6f6cdc85-9361-46b4-9088-c0871d2f81e2" + "SOUTHINDIA:20210518T143534Z:733c3cf4-5074-41eb-a617-46a6bd6b3920" ], "Date": [ - "Mon, 15 Feb 2021 14:54:08 GMT" + "Tue, 18 May 2021 14:35:34 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -8216,17 +8432,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT27M1.6104785S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT27M10.7000578S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -8234,8 +8450,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8253,11 +8469,11 @@ "nosniff" ], "x-ms-request-id": [ - "f6e0d77e-4407-4879-a023-a4d54c57a3a7" + "6ce1d19a-7dbc-4607-8a19-c05fa06111f7" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -8269,13 +8485,13 @@ "93" ], "x-ms-correlation-request-id": [ - "f6e0d77e-4407-4879-a023-a4d54c57a3a7" + "6ce1d19a-7dbc-4607-8a19-c05fa06111f7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145439Z:f6e0d77e-4407-4879-a023-a4d54c57a3a7" + "SOUTHINDIA:20210518T143605Z:6ce1d19a-7dbc-4607-8a19-c05fa06111f7" ], "Date": [ - "Mon, 15 Feb 2021 14:54:39 GMT" + "Tue, 18 May 2021 14:36:04 GMT" ], "Content-Length": [ "971" @@ -8287,17 +8503,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT27M32.3077018S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT27M41.3494296S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -8305,8 +8521,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8324,11 +8540,11 @@ "nosniff" ], "x-ms-request-id": [ - "469d710f-1ab7-4a3f-a05f-066b6ced4c6d" + "055c22d9-ad0a-4f7b-a58a-411547bfec49" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -8340,16 +8556,16 @@ "92" ], "x-ms-correlation-request-id": [ - "469d710f-1ab7-4a3f-a05f-066b6ced4c6d" + "055c22d9-ad0a-4f7b-a58a-411547bfec49" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145510Z:469d710f-1ab7-4a3f-a05f-066b6ced4c6d" + "SOUTHINDIA:20210518T143636Z:055c22d9-ad0a-4f7b-a58a-411547bfec49" ], "Date": [ - "Mon, 15 Feb 2021 14:55:09 GMT" + "Tue, 18 May 2021 14:36:35 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -8358,17 +8574,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT28M2.8442382S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT28M12.0427234S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -8376,8 +8592,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8395,11 +8611,11 @@ "nosniff" ], "x-ms-request-id": [ - "0840b2c2-8be8-44e0-b6c0-befe0bc59b01" + "d8998e30-c3d1-4071-beff-dce437f02a57" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -8411,13 +8627,13 @@ "91" ], "x-ms-correlation-request-id": [ - "0840b2c2-8be8-44e0-b6c0-befe0bc59b01" + "d8998e30-c3d1-4071-beff-dce437f02a57" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145540Z:0840b2c2-8be8-44e0-b6c0-befe0bc59b01" + "SOUTHINDIA:20210518T143706Z:d8998e30-c3d1-4071-beff-dce437f02a57" ], "Date": [ - "Mon, 15 Feb 2021 14:55:40 GMT" + "Tue, 18 May 2021 14:37:06 GMT" ], "Content-Length": [ "971" @@ -8429,17 +8645,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT28M33.3783497S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT28M42.7410909S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -8447,8 +8663,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8466,11 +8682,11 @@ "nosniff" ], "x-ms-request-id": [ - "2dd90332-873b-4dbf-a013-beb05b6c1397" + "e6bf151b-2070-482d-9c5c-ccbb21173df5" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -8482,16 +8698,16 @@ "90" ], "x-ms-correlation-request-id": [ - "2dd90332-873b-4dbf-a013-beb05b6c1397" + "e6bf151b-2070-482d-9c5c-ccbb21173df5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145611Z:2dd90332-873b-4dbf-a013-beb05b6c1397" + "SOUTHINDIA:20210518T143737Z:e6bf151b-2070-482d-9c5c-ccbb21173df5" ], "Date": [ - "Mon, 15 Feb 2021 14:56:10 GMT" + "Tue, 18 May 2021 14:37:37 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -8500,17 +8716,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT29M3.8074811S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT29M13.3160063S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -8518,8 +8734,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8537,11 +8753,11 @@ "nosniff" ], "x-ms-request-id": [ - "e65597bb-5f97-42c6-a56b-8d4e6067f340" + "385e815a-7d73-44fe-b17d-7dc3d330120e" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -8553,13 +8769,13 @@ "89" ], "x-ms-correlation-request-id": [ - "e65597bb-5f97-42c6-a56b-8d4e6067f340" + "385e815a-7d73-44fe-b17d-7dc3d330120e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145641Z:e65597bb-5f97-42c6-a56b-8d4e6067f340" + "SOUTHINDIA:20210518T143808Z:385e815a-7d73-44fe-b17d-7dc3d330120e" ], "Date": [ - "Mon, 15 Feb 2021 14:56:41 GMT" + "Tue, 18 May 2021 14:38:07 GMT" ], "Content-Length": [ "971" @@ -8571,17 +8787,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT29M34.2694868S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT29M43.9116624S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -8589,8 +8805,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8608,11 +8824,11 @@ "nosniff" ], "x-ms-request-id": [ - "28826a1f-a912-4ae1-a733-3a848480398d" + "97c6be27-c935-4301-a363-9126e2ae1c07" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -8624,16 +8840,16 @@ "88" ], "x-ms-correlation-request-id": [ - "28826a1f-a912-4ae1-a733-3a848480398d" + "97c6be27-c935-4301-a363-9126e2ae1c07" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145712Z:28826a1f-a912-4ae1-a733-3a848480398d" + "SOUTHINDIA:20210518T143838Z:97c6be27-c935-4301-a363-9126e2ae1c07" ], "Date": [ - "Mon, 15 Feb 2021 14:57:12 GMT" + "Tue, 18 May 2021 14:38:38 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -8642,17 +8858,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT30M4.6505663S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT30M14.5362456S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -8660,8 +8876,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8679,11 +8895,11 @@ "nosniff" ], "x-ms-request-id": [ - "ddf3c725-7bdb-4ec3-b930-4744fbd100d2" + "6733a8e5-d8b8-4b7c-af71-02bceabd154c" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -8695,16 +8911,16 @@ "87" ], "x-ms-correlation-request-id": [ - "ddf3c725-7bdb-4ec3-b930-4744fbd100d2" + "6733a8e5-d8b8-4b7c-af71-02bceabd154c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145742Z:ddf3c725-7bdb-4ec3-b930-4744fbd100d2" + "SOUTHINDIA:20210518T143909Z:6733a8e5-d8b8-4b7c-af71-02bceabd154c" ], "Date": [ - "Mon, 15 Feb 2021 14:57:41 GMT" + "Tue, 18 May 2021 14:39:09 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -8713,17 +8929,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT30M35.1803361S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT30M45.14052S\",\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\": \"pstestvm024d40\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzL2RjNGI1ZjZkLTE4NGUtNGY4ZC1hODY1LWQ4ZDI3YTg5ZDdmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "Accept-Language": [ "en-US" @@ -8731,8 +8947,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8750,11 +8966,11 @@ "nosniff" ], "x-ms-request-id": [ - "77f58ff8-b871-46e7-a136-42494cea1f80" + "0ad47c60-8cf2-4fb1-9d08-00e98e2fe469" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "df5a007e-978b-40e2-903a-09649f9dc10c", + "df5a007e-978b-40e2-903a-09649f9dc10c" ], "X-Powered-By": [ "ASP.NET" @@ -8766,16 +8982,16 @@ "86" ], "x-ms-correlation-request-id": [ - "77f58ff8-b871-46e7-a136-42494cea1f80" + "0ad47c60-8cf2-4fb1-9d08-00e98e2fe469" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145813Z:77f58ff8-b871-46e7-a136-42494cea1f80" + "SOUTHINDIA:20210518T143939Z:0ad47c60-8cf2-4fb1-9d08-00e98e2fe469" ], "Date": [ - "Mon, 15 Feb 2021 14:58:12 GMT" + "Tue, 18 May 2021 14:39:39 GMT" ], "Content-Length": [ - "969" + "1033" ], "Content-Type": [ "application/json" @@ -8784,17 +9000,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT31M5.650358S\",\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\": \"pstestvmfc3f20\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"name\": \"dc4b5f6d-184e-4f8d-a865-d8d27a89d7f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT31M12.2049971S\",\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\": \"pstestvm024d40\",\r\n \"Backup Size\": \"9822 MB\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:08:23.7008779Z\",\r\n \"endTime\": \"2021-05-18T14:39:35.905875Z\",\r\n \"activityId\": \"df5a007e-978b-40e2-903a-09649f9dc10c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzLzE4ODBlZjBjLTYyNmQtNGQzZS05MDhhLWRkZGQ0MDU4ZjQwYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40/recoveryPoints?$filter=startDate%20eq%20'2021-05-18%2002:07:23%20PM'%20and%20endDate%20eq%20'2021-05-18%2002:40:35%20PM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwMjRkNDczYyUzQnBzdGVzdHZtMDI0ZDQwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzAyNGQ0NzNjJTNCcHN0ZXN0dm0wMjRkNDAvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTA1LTE4JTIwMDI6MDc6MjMlMjBQTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wNS0xOCUyMDAyOjQwOjM1JTIwUE0nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" + "5d04ea22-77f2-41e2-a357-ff75307e0178" ], "Accept-Language": [ "en-US" @@ -8802,8 +9018,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8813,40 +9029,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ddd6a907-1982-403d-875f-f88ad52272ae" + "7b196ba1-d554-49b7-b6c3-55833a6185c6" ], "x-ms-client-request-id": [ - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0", - "9d6302eb-a503-4af0-8d8b-4fce6b3809f0" - ], - "X-Powered-By": [ - "ASP.NET" + "5d04ea22-77f2-41e2-a357-ff75307e0178", + "5d04ea22-77f2-41e2-a357-ff75307e0178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "85" + "149" ], "x-ms-correlation-request-id": [ - "ddd6a907-1982-403d-875f-f88ad52272ae" + "7b196ba1-d554-49b7-b6c3-55833a6185c6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145843Z:ddd6a907-1982-403d-875f-f88ad52272ae" + "SOUTHINDIA:20210518T143940Z:7b196ba1-d554-49b7-b6c3-55833a6185c6" ], "Date": [ - "Mon, 15 Feb 2021 14:58:43 GMT" + "Tue, 18 May 2021 14:39:39 GMT" ], "Content-Length": [ - "1034" + "1257" ], "Content-Type": [ "application/json" @@ -8855,17 +9070,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"name\": \"1880ef0c-626d-4d3e-908a-dddd4058f40c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT31M11.612741S\",\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\": \"pstestvmfc3f20\",\r\n \"Backup Size\": \"11446 MB\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T14:27:06.9057413Z\",\r\n \"endTime\": \"2021-02-15T14:58:18.5184823Z\",\r\n \"activityId\": \"9d6302eb-a503-4af0-8d8b-4fce6b3809f0\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/protectedItems/VM;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/recoveryPoints/59247657843368\",\r\n \"name\": \"59247657843368\",\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-05-18T14:08:27.0458726Z\",\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\": true,\r\n \"virtualMachineSize\": \"Standard_D1_v2\",\r\n \"originalStorageAccountOption\": false,\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/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20/recoveryPoints?$filter=startDate%20eq%20'2021-02-15%2002:26:06%20PM'%20and%20endDate%20eq%20'2021-02-15%2002:59:18%20PM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmYzNmMjZlMSUzQnBzdGVzdHZtZmMzZjIwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2ZjM2YyNmUxJTNCcHN0ZXN0dm1mYzNmMjAvcmVjb3ZlcnlQb2ludHM/JGZpbHRlcj1zdGFydERhdGUlMjBlcSUyMCcyMDIxLTAyLTE1JTIwMDI6MjY6MDYlMjBQTSclMjBhbmQlMjBlbmREYXRlJTIwZXElMjAnMjAyMS0wMi0xNSUyMDAyOjU5OjE4JTIwUE0nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40/recoveryPoints/59247657843368/provisionInstantItemRecovery?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwMjRkNDczYyUzQnBzdGVzdHZtMDI0ZDQwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzAyNGQ0NzNjJTNCcHN0ZXN0dm0wMjRkNDAvcmVjb3ZlcnlQb2ludHMvNTkyNDc2NTc4NDMzNjgvcHJvdmlzaW9uSW5zdGFudEl0ZW1SZWNvdmVyeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMILRRegistrationRequest\",\r\n \"recoveryPointId\": \"59247657843368\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\r\n \"renewExistingRegistration\": false\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cc13e89b-4660-43eb-a712-85d90b33620a" + "d3047626-8018-4201-8db7-2b6615492adf" ], "Accept-Language": [ "en-US" @@ -8873,8 +9088,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "332" ] }, "ResponseHeaders": { @@ -8884,100 +9105,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/protectedItems/VM;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/operationResults/b4234262-138e-4ef9-bbe6-bae4152e2c42?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/protectedItems/VM;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/operationsStatus/b4234262-138e-4ef9-bbe6-bae4152e2c42?api-version=2021-03-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "667fca6e-e901-42d4-aa76-21cc29a46d9d" + "66b00271-047d-466a-b0f4-9267e477f36c" ], "x-ms-client-request-id": [ - "cc13e89b-4660-43eb-a712-85d90b33620a", - "cc13e89b-4660-43eb-a712-85d90b33620a" - ], - "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" - ], - "x-ms-correlation-request-id": [ - "667fca6e-e901-42d4-aa76-21cc29a46d9d" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145843Z:667fca6e-e901-42d4-aa76-21cc29a46d9d" - ], - "Date": [ - "Mon, 15 Feb 2021 14:58:43 GMT" - ], - "Content-Length": [ - "1257" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/protectedItems/VM;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/recoveryPoints/13815136680661\",\r\n \"name\": \"13815136680661\",\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-15T14:27:10.4251508Z\",\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\": true,\r\n \"virtualMachineSize\": \"Standard_D1_v2\",\r\n \"originalStorageAccountOption\": false,\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/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20/recoveryPoints/13815136680661/provisionInstantItemRecovery?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmYzNmMjZlMSUzQnBzdGVzdHZtZmMzZjIwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2ZjM2YyNmUxJTNCcHN0ZXN0dm1mYzNmMjAvcmVjb3ZlcnlQb2ludHMvMTM4MTUxMzY2ODA2NjEvcHJvdmlzaW9uSW5zdGFudEl0ZW1SZWNvdmVyeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMILRRegistrationRequest\",\r\n \"recoveryPointId\": \"13815136680661\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\r\n \"renewExistingRegistration\": false\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "332" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/protectedItems/VM;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/operationResults/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/protectedItems/VM;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/operationsStatus/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b91b787-21a2-4bb7-86c6-f345ad0d7ed0" - ], - "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19", - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf", + "d3047626-8018-4201-8db7-2b6615492adf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8989,13 +9134,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "1b91b787-21a2-4bb7-86c6-f345ad0d7ed0" + "66b00271-047d-466a-b0f4-9267e477f36c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145844Z:1b91b787-21a2-4bb7-86c6-f345ad0d7ed0" + "SOUTHINDIA:20210518T143940Z:66b00271-047d-466a-b0f4-9267e477f36c" ], "Date": [ - "Mon, 15 Feb 2021 14:58:43 GMT" + "Tue, 18 May 2021 14:39:40 GMT" ], "Expires": [ "-1" @@ -9008,13 +9153,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzc0MGZhZDc0LThlNDktNGVkNS1hYWU4LWNjNjRhZDVkNTRhOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b4234262-138e-4ef9-bbe6-bae4152e2c42?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I0MjM0MjYyLTEzOGUtNGVmOS1iYmU2LWJhZTQxNTJlMmM0Mj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf" ], "Accept-Language": [ "en-US" @@ -9022,8 +9167,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9037,11 +9182,11 @@ "nosniff" ], "x-ms-request-id": [ - "922bbf57-dd47-4bf4-825a-8a01ff708603" + "998e7cd8-0280-4ea0-b116-4ecb2ea21a93" ], "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19", - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf", + "d3047626-8018-4201-8db7-2b6615492adf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9056,16 +9201,16 @@ "138" ], "x-ms-correlation-request-id": [ - "922bbf57-dd47-4bf4-825a-8a01ff708603" + "998e7cd8-0280-4ea0-b116-4ecb2ea21a93" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145844Z:922bbf57-dd47-4bf4-825a-8a01ff708603" + "SOUTHINDIA:20210518T143940Z:998e7cd8-0280-4ea0-b116-4ecb2ea21a93" ], "Date": [ - "Mon, 15 Feb 2021 14:58:44 GMT" + "Tue, 18 May 2021 14:39:40 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -9074,17 +9219,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"name\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"name\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:39:40.626871Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzc0MGZhZDc0LThlNDktNGVkNS1hYWU4LWNjNjRhZDVkNTRhOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b4234262-138e-4ef9-bbe6-bae4152e2c42?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I0MjM0MjYyLTEzOGUtNGVmOS1iYmU2LWJhZTQxNTJlMmM0Mj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf" ], "Accept-Language": [ "en-US" @@ -9092,8 +9237,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9107,11 +9252,11 @@ "nosniff" ], "x-ms-request-id": [ - "a9ed0e67-cc8d-4917-8788-3af945504b9d" + "567f110f-0b8b-4c9e-a462-64c083431716" ], "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19", - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf", + "d3047626-8018-4201-8db7-2b6615492adf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9126,16 +9271,16 @@ "137" ], "x-ms-correlation-request-id": [ - "a9ed0e67-cc8d-4917-8788-3af945504b9d" + "567f110f-0b8b-4c9e-a462-64c083431716" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145849Z:a9ed0e67-cc8d-4917-8788-3af945504b9d" + "SOUTHINDIA:20210518T143946Z:567f110f-0b8b-4c9e-a462-64c083431716" ], "Date": [ - "Mon, 15 Feb 2021 14:58:48 GMT" + "Tue, 18 May 2021 14:39:45 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -9144,17 +9289,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"name\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"name\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:39:40.626871Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzc0MGZhZDc0LThlNDktNGVkNS1hYWU4LWNjNjRhZDVkNTRhOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b4234262-138e-4ef9-bbe6-bae4152e2c42?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I0MjM0MjYyLTEzOGUtNGVmOS1iYmU2LWJhZTQxNTJlMmM0Mj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf" ], "Accept-Language": [ "en-US" @@ -9162,8 +9307,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9177,11 +9322,11 @@ "nosniff" ], "x-ms-request-id": [ - "7cd4a70b-0457-4bef-8d4c-b26448d678f3" + "757404c7-f5ed-4979-b628-fb02b95f0947" ], "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19", - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf", + "d3047626-8018-4201-8db7-2b6615492adf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9196,16 +9341,16 @@ "136" ], "x-ms-correlation-request-id": [ - "7cd4a70b-0457-4bef-8d4c-b26448d678f3" + "757404c7-f5ed-4979-b628-fb02b95f0947" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145854Z:7cd4a70b-0457-4bef-8d4c-b26448d678f3" + "SOUTHINDIA:20210518T143951Z:757404c7-f5ed-4979-b628-fb02b95f0947" ], "Date": [ - "Mon, 15 Feb 2021 14:58:53 GMT" + "Tue, 18 May 2021 14:39:51 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -9214,17 +9359,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"name\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"name\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:39:40.626871Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzc0MGZhZDc0LThlNDktNGVkNS1hYWU4LWNjNjRhZDVkNTRhOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b4234262-138e-4ef9-bbe6-bae4152e2c42?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I0MjM0MjYyLTEzOGUtNGVmOS1iYmU2LWJhZTQxNTJlMmM0Mj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf" ], "Accept-Language": [ "en-US" @@ -9232,8 +9377,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9247,11 +9392,11 @@ "nosniff" ], "x-ms-request-id": [ - "2177afce-09b0-40ff-87e7-da603f3803d6" + "2a815055-a89c-4985-8f1f-80523ada9032" ], "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19", - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf", + "d3047626-8018-4201-8db7-2b6615492adf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9266,16 +9411,16 @@ "135" ], "x-ms-correlation-request-id": [ - "2177afce-09b0-40ff-87e7-da603f3803d6" + "2a815055-a89c-4985-8f1f-80523ada9032" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145900Z:2177afce-09b0-40ff-87e7-da603f3803d6" + "SOUTHINDIA:20210518T143957Z:2a815055-a89c-4985-8f1f-80523ada9032" ], "Date": [ - "Mon, 15 Feb 2021 14:58:59 GMT" + "Tue, 18 May 2021 14:39:56 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -9284,17 +9429,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"name\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"name\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:39:40.626871Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzc0MGZhZDc0LThlNDktNGVkNS1hYWU4LWNjNjRhZDVkNTRhOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b4234262-138e-4ef9-bbe6-bae4152e2c42?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I0MjM0MjYyLTEzOGUtNGVmOS1iYmU2LWJhZTQxNTJlMmM0Mj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf" ], "Accept-Language": [ "en-US" @@ -9302,8 +9447,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9317,11 +9462,11 @@ "nosniff" ], "x-ms-request-id": [ - "420d9b38-aa85-4255-9398-611958f94331" + "fe2ba0db-f11b-4cea-be89-58469afb4e90" ], "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19", - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf", + "d3047626-8018-4201-8db7-2b6615492adf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9336,16 +9481,16 @@ "134" ], "x-ms-correlation-request-id": [ - "420d9b38-aa85-4255-9398-611958f94331" + "fe2ba0db-f11b-4cea-be89-58469afb4e90" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145905Z:420d9b38-aa85-4255-9398-611958f94331" + "SOUTHINDIA:20210518T144002Z:fe2ba0db-f11b-4cea-be89-58469afb4e90" ], "Date": [ - "Mon, 15 Feb 2021 14:59:04 GMT" + "Tue, 18 May 2021 14:40:01 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -9354,17 +9499,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"name\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"name\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:39:40.626871Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzc0MGZhZDc0LThlNDktNGVkNS1hYWU4LWNjNjRhZDVkNTRhOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b4234262-138e-4ef9-bbe6-bae4152e2c42?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I0MjM0MjYyLTEzOGUtNGVmOS1iYmU2LWJhZTQxNTJlMmM0Mj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf" ], "Accept-Language": [ "en-US" @@ -9372,8 +9517,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9387,11 +9532,11 @@ "nosniff" ], "x-ms-request-id": [ - "9056ad5a-1f02-4878-aa7e-eb466ce02bce" + "1f515dde-b129-4219-831a-36c951339cc1" ], "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19", - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf", + "d3047626-8018-4201-8db7-2b6615492adf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9406,16 +9551,16 @@ "133" ], "x-ms-correlation-request-id": [ - "9056ad5a-1f02-4878-aa7e-eb466ce02bce" + "1f515dde-b129-4219-831a-36c951339cc1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145910Z:9056ad5a-1f02-4878-aa7e-eb466ce02bce" + "SOUTHINDIA:20210518T144007Z:1f515dde-b129-4219-831a-36c951339cc1" ], "Date": [ - "Mon, 15 Feb 2021 14:59:10 GMT" + "Tue, 18 May 2021 14:40:06 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -9424,17 +9569,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"name\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"name\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:39:40.626871Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzc0MGZhZDc0LThlNDktNGVkNS1hYWU4LWNjNjRhZDVkNTRhOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b4234262-138e-4ef9-bbe6-bae4152e2c42?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I0MjM0MjYyLTEzOGUtNGVmOS1iYmU2LWJhZTQxNTJlMmM0Mj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf" ], "Accept-Language": [ "en-US" @@ -9442,8 +9587,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9457,11 +9602,11 @@ "nosniff" ], "x-ms-request-id": [ - "f8ad0c4f-fbaf-4986-9830-aeb7690cfbfd" + "46a6c5b8-ed0b-46fb-8823-491ecc3d2139" ], "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19", - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf", + "d3047626-8018-4201-8db7-2b6615492adf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9476,16 +9621,16 @@ "132" ], "x-ms-correlation-request-id": [ - "f8ad0c4f-fbaf-4986-9830-aeb7690cfbfd" + "46a6c5b8-ed0b-46fb-8823-491ecc3d2139" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145915Z:f8ad0c4f-fbaf-4986-9830-aeb7690cfbfd" + "SOUTHINDIA:20210518T144013Z:46a6c5b8-ed0b-46fb-8823-491ecc3d2139" ], "Date": [ - "Mon, 15 Feb 2021 14:59:15 GMT" + "Tue, 18 May 2021 14:40:12 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -9494,17 +9639,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"name\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"name\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:39:40.626871Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzc0MGZhZDc0LThlNDktNGVkNS1hYWU4LWNjNjRhZDVkNTRhOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b4234262-138e-4ef9-bbe6-bae4152e2c42?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I0MjM0MjYyLTEzOGUtNGVmOS1iYmU2LWJhZTQxNTJlMmM0Mj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf" ], "Accept-Language": [ "en-US" @@ -9512,8 +9657,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9527,11 +9672,11 @@ "nosniff" ], "x-ms-request-id": [ - "9ad000d4-3b76-4937-a7d1-518d92278ada" + "7b20604c-e014-40fa-8c1a-cba71b68cb21" ], "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19", - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf", + "d3047626-8018-4201-8db7-2b6615492adf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9546,16 +9691,16 @@ "131" ], "x-ms-correlation-request-id": [ - "9ad000d4-3b76-4937-a7d1-518d92278ada" + "7b20604c-e014-40fa-8c1a-cba71b68cb21" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145920Z:9ad000d4-3b76-4937-a7d1-518d92278ada" + "SOUTHINDIA:20210518T144018Z:7b20604c-e014-40fa-8c1a-cba71b68cb21" ], "Date": [ - "Mon, 15 Feb 2021 14:59:20 GMT" + "Tue, 18 May 2021 14:40:17 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -9564,17 +9709,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"name\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"name\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:39:40.626871Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzc0MGZhZDc0LThlNDktNGVkNS1hYWU4LWNjNjRhZDVkNTRhOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b4234262-138e-4ef9-bbe6-bae4152e2c42?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I0MjM0MjYyLTEzOGUtNGVmOS1iYmU2LWJhZTQxNTJlMmM0Mj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf" ], "Accept-Language": [ "en-US" @@ -9582,8 +9727,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9597,11 +9742,11 @@ "nosniff" ], "x-ms-request-id": [ - "da814221-96ac-4d25-9dcd-01be014c67fe" + "74ba7f5e-98e3-4559-9089-47ee8d2a8e11" ], "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19", - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf", + "d3047626-8018-4201-8db7-2b6615492adf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9616,16 +9761,16 @@ "130" ], "x-ms-correlation-request-id": [ - "da814221-96ac-4d25-9dcd-01be014c67fe" + "74ba7f5e-98e3-4559-9089-47ee8d2a8e11" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145926Z:da814221-96ac-4d25-9dcd-01be014c67fe" + "SOUTHINDIA:20210518T144023Z:74ba7f5e-98e3-4559-9089-47ee8d2a8e11" ], "Date": [ - "Mon, 15 Feb 2021 14:59:25 GMT" + "Tue, 18 May 2021 14:40:22 GMT" ], "Content-Length": [ - "188" + "1133" ], "Content-Type": [ "application/json" @@ -9634,17 +9779,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"name\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"name\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:39:40.626871Z\",\r\n \"endTime\": \"2021-05-18T14:39:40.626871Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusProvisionILRExtendedInfo\",\r\n \"recoveryTarget\": {\r\n \"clientScripts\": [\r\n {\r\n \"scriptContent\": \"VXNlciAtIDQ2NjY0ODU0Mzg3MjU4NDExOTctNTc2MDY3YTQtMTlkNi00M2YwLWI0ZmItNDVhOWJjMzE4YWI2ICwgVGFyZ2V0IC0gT3duZXI9NDY2NjQ4NTQzODcyNTg0MTE5NyxOYW1lPTQ2NjY0ODU0Mzg3MjU4NDExOTctOTkyNTQtNzAzNzA0OTcwODAwNTEtNTkyNDc2NTc4NDMzNjgtMCxFeHBpcnk9NS8xOS8yMDIxIDI6Mzk6NDAgQU0sIFNlcXVlbmNlID0gNjM3NTY5NDU2MTk2Mzg1ODM5\",\r\n \"scriptExtension\": \".txt\",\r\n \"osType\": \"Windows\",\r\n \"scriptNameSuffix\": \"pstestvm024d40_1_can01sea_4666485438725841197_569456196385_576067a419d643f0b4fb45a9bc318ab6312bf788a1751e23c25c5d1b04291\"\r\n },\r\n {\r\n \"scriptContent\": \"TkE=\",\r\n \"scriptExtension\": \".exe\",\r\n \"osType\": \"Windows\",\r\n \"url\": \"https://download.microsoft.com/download/0/B/4/0B4C4191-DF3C-4142-9616-7234980B4777/IaaSVMILRExeForWindows.exe\",\r\n \"scriptNameSuffix\": \"pstestvm024d40_1_can01sea_4666485438725841197_569456196385_576067a419d643f0b4fb45a9bc318ab6312bf788a1751e23c25c5d1b04291\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzc0MGZhZDc0LThlNDktNGVkNS1hYWU4LWNjNjRhZDVkNTRhOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b4234262-138e-4ef9-bbe6-bae4152e2c42?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I0MjM0MjYyLTEzOGUtNGVmOS1iYmU2LWJhZTQxNTJlMmM0Mj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf" ], "Accept-Language": [ "en-US" @@ -9652,8 +9797,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9667,11 +9812,11 @@ "nosniff" ], "x-ms-request-id": [ - "126ed14d-77d3-4df7-b0e3-0132c15de1c3" + "900a910c-522d-4176-904e-6f019f2ce741" ], "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19", - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "d3047626-8018-4201-8db7-2b6615492adf", + "d3047626-8018-4201-8db7-2b6615492adf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9686,16 +9831,16 @@ "129" ], "x-ms-correlation-request-id": [ - "126ed14d-77d3-4df7-b0e3-0132c15de1c3" + "900a910c-522d-4176-904e-6f019f2ce741" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145931Z:126ed14d-77d3-4df7-b0e3-0132c15de1c3" + "SOUTHINDIA:20210518T144023Z:900a910c-522d-4176-904e-6f019f2ce741" ], "Date": [ - "Mon, 15 Feb 2021 14:59:30 GMT" + "Tue, 18 May 2021 14:40:23 GMT" ], "Content-Length": [ - "188" + "1133" ], "Content-Type": [ "application/json" @@ -9704,17 +9849,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"name\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"name\": \"b4234262-138e-4ef9-bbe6-bae4152e2c42\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:39:40.626871Z\",\r\n \"endTime\": \"2021-05-18T14:39:40.626871Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusProvisionILRExtendedInfo\",\r\n \"recoveryTarget\": {\r\n \"clientScripts\": [\r\n {\r\n \"scriptContent\": \"VXNlciAtIDQ2NjY0ODU0Mzg3MjU4NDExOTctNTc2MDY3YTQtMTlkNi00M2YwLWI0ZmItNDVhOWJjMzE4YWI2ICwgVGFyZ2V0IC0gT3duZXI9NDY2NjQ4NTQzODcyNTg0MTE5NyxOYW1lPTQ2NjY0ODU0Mzg3MjU4NDExOTctOTkyNTQtNzAzNzA0OTcwODAwNTEtNTkyNDc2NTc4NDMzNjgtMCxFeHBpcnk9NS8xOS8yMDIxIDI6Mzk6NDAgQU0sIFNlcXVlbmNlID0gNjM3NTY5NDU2MTk2Mzg1ODM5\",\r\n \"scriptExtension\": \".txt\",\r\n \"osType\": \"Windows\",\r\n \"scriptNameSuffix\": \"pstestvm024d40_1_can01sea_4666485438725841197_569456196385_576067a419d643f0b4fb45a9bc318ab6312bf788a1751e23c25c5d1b04291\"\r\n },\r\n {\r\n \"scriptContent\": \"TkE=\",\r\n \"scriptExtension\": \".exe\",\r\n \"osType\": \"Windows\",\r\n \"url\": \"https://download.microsoft.com/download/0/B/4/0B4C4191-DF3C-4142-9616-7234980B4777/IaaSVMILRExeForWindows.exe\",\r\n \"scriptNameSuffix\": \"pstestvm024d40_1_can01sea_4666485438725841197_569456196385_576067a419d643f0b4fb45a9bc318ab6312bf788a1751e23c25c5d1b04291\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzc0MGZhZDc0LThlNDktNGVkNS1hYWU4LWNjNjRhZDVkNTRhOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40/recoveryPoints/59247657843368/revokeInstantItemRecovery?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwMjRkNDczYyUzQnBzdGVzdHZtMDI0ZDQwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzAyNGQ0NzNjJTNCcHN0ZXN0dm0wMjRkNDAvcmVjb3ZlcnlQb2ludHMvNTkyNDc2NTc4NDMzNjgvcmV2b2tlSW5zdGFudEl0ZW1SZWNvdmVyeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Accept-Language": [ "en-US" @@ -9722,8 +9867,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9733,58 +9878,61 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/protectedItems/VM;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/operationResults/b8926616-19bf-4e71-8f3d-75c97a472b13?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/protectedItems/VM;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40/operationsStatus/b8926616-19bf-4e71-8f3d-75c97a472b13?api-version=2021-03-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "eb3b2ea1-39e0-45fe-a6c9-0c2ceae7dcda" + "0e392f85-d17f-4262-ab63-0a3501807128" ], "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19", - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f", + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" - ], - "Server": [ - "Microsoft-IIS/10.0" - ], "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], "x-ms-correlation-request-id": [ - "eb3b2ea1-39e0-45fe-a6c9-0c2ceae7dcda" + "0e392f85-d17f-4262-ab63-0a3501807128" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145936Z:eb3b2ea1-39e0-45fe-a6c9-0c2ceae7dcda" + "SOUTHINDIA:20210518T144026Z:0e392f85-d17f-4262-ab63-0a3501807128" ], "Date": [ - "Mon, 15 Feb 2021 14:59:35 GMT" - ], - "Content-Length": [ - "1123" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 14:40:25 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"name\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"endTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusProvisionILRExtendedInfo\",\r\n \"recoveryTarget\": {\r\n \"clientScripts\": [\r\n {\r\n \"scriptContent\": \"VXNlciAtIDY0MzU5NTkzODc4NDQ5MDI5MjUtNTMwMGE0NDYtNWQyYi00NzhmLWFhOTItZTZmNjY2OThiMmE5ICwgVGFyZ2V0IC0gT3duZXI9NjQzNTk1OTM4Nzg0NDkwMjkyNSxOYW1lPTY0MzU5NTkzODc4NDQ5MDI5MjUtOTgzNjYtNzc4MTQyODI1LTEzODE1MTM2NjgwNjYxLEV4cGlyeT0yLzE2LzIwMjEgMjo1ODo0NCBBTSwgU2VxdWVuY2UgPSA2Mzc0ODk5Nzk3MTczNDYyNTk=\",\r\n \"scriptExtension\": \".txt\",\r\n \"osType\": \"Windows\",\r\n \"scriptNameSuffix\": \"PSTestVMfc3f20_can01sea_6435959387844902925_489979717346_5300a4465d2b478faa92e6f66698b2a92c669575a78b1a85b6c187cf0c586\"\r\n },\r\n {\r\n \"scriptContent\": \"TkE=\",\r\n \"scriptExtension\": \".exe\",\r\n \"osType\": \"Windows\",\r\n \"url\": \"https://download.microsoft.com/download/0/B/4/0B4C4191-DF3C-4142-9616-7234980B4777/IaaSVMILRExeForWindows.exe\",\r\n \"scriptNameSuffix\": \"PSTestVMfc3f20_can01sea_6435959387844902925_489979717346_5300a4465d2b478faa92e6f66698b2a92c669575a78b1a85b6c187cf0c586\"\r\n }\r\n ]\r\n }\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/740fad74-8e49-4ed5-aae8-cc64ad5d54a9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzc0MGZhZDc0LThlNDktNGVkNS1hYWU4LWNjNjRhZDVkNTRhOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b8926616-19bf-4e71-8f3d-75c97a472b13?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I4OTI2NjE2LTE5YmYtNGU3MS04ZjNkLTc1Yzk3YTQ3MmIxMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Accept-Language": [ "en-US" @@ -9792,8 +9940,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9807,11 +9955,11 @@ "nosniff" ], "x-ms-request-id": [ - "ca15a869-f886-4273-8419-7f01c86a1e89" + "4ee02483-1dac-49a3-9e6a-c0c9ddfec203" ], "x-ms-client-request-id": [ - "fde5c2a4-c57a-4a38-af60-c3e74d715c19", - "fde5c2a4-c57a-4a38-af60-c3e74d715c19" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f", + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9823,19 +9971,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "128" ], "x-ms-correlation-request-id": [ - "ca15a869-f886-4273-8419-7f01c86a1e89" + "4ee02483-1dac-49a3-9e6a-c0c9ddfec203" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145937Z:ca15a869-f886-4273-8419-7f01c86a1e89" + "SOUTHINDIA:20210518T144026Z:4ee02483-1dac-49a3-9e6a-c0c9ddfec203" ], "Date": [ - "Mon, 15 Feb 2021 14:59:36 GMT" + "Tue, 18 May 2021 14:40:25 GMT" ], "Content-Length": [ - "1123" + "188" ], "Content-Type": [ "application/json" @@ -9844,90 +9992,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"name\": \"740fad74-8e49-4ed5-aae8-cc64ad5d54a9\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"endTime\": \"2021-02-15T14:58:44.1133924Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusProvisionILRExtendedInfo\",\r\n \"recoveryTarget\": {\r\n \"clientScripts\": [\r\n {\r\n \"scriptContent\": \"VXNlciAtIDY0MzU5NTkzODc4NDQ5MDI5MjUtNTMwMGE0NDYtNWQyYi00NzhmLWFhOTItZTZmNjY2OThiMmE5ICwgVGFyZ2V0IC0gT3duZXI9NjQzNTk1OTM4Nzg0NDkwMjkyNSxOYW1lPTY0MzU5NTkzODc4NDQ5MDI5MjUtOTgzNjYtNzc4MTQyODI1LTEzODE1MTM2NjgwNjYxLEV4cGlyeT0yLzE2LzIwMjEgMjo1ODo0NCBBTSwgU2VxdWVuY2UgPSA2Mzc0ODk5Nzk3MTczNDYyNTk=\",\r\n \"scriptExtension\": \".txt\",\r\n \"osType\": \"Windows\",\r\n \"scriptNameSuffix\": \"PSTestVMfc3f20_can01sea_6435959387844902925_489979717346_5300a4465d2b478faa92e6f66698b2a92c669575a78b1a85b6c187cf0c586\"\r\n },\r\n {\r\n \"scriptContent\": \"TkE=\",\r\n \"scriptExtension\": \".exe\",\r\n \"osType\": \"Windows\",\r\n \"url\": \"https://download.microsoft.com/download/0/B/4/0B4C4191-DF3C-4142-9616-7234980B4777/IaaSVMILRExeForWindows.exe\",\r\n \"scriptNameSuffix\": \"PSTestVMfc3f20_can01sea_6435959387844902925_489979717346_5300a4465d2b478faa92e6f66698b2a92c669575a78b1a85b6c187cf0c586\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"b8926616-19bf-4e71-8f3d-75c97a472b13\",\r\n \"name\": \"b8926616-19bf-4e71-8f3d-75c97a472b13\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:26.1468122Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20/recoveryPoints/13815136680661/revokeInstantItemRecovery?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmYzNmMjZlMSUzQnBzdGVzdHZtZmMzZjIwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2ZjM2YyNmUxJTNCcHN0ZXN0dm1mYzNmMjAvcmVjb3ZlcnlQb2ludHMvMTM4MTUxMzY2ODA2NjEvcmV2b2tlSW5zdGFudEl0ZW1SZWNvdmVyeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/protectedItems/VM;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/operationResults/35546b5a-227b-4a11-8262-307c99062ca1?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/protectedItems/VM;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20/operationsStatus/35546b5a-227b-4a11-8262-307c99062ca1?api-version=2021-01-01" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44d86664-0273-4342-96e8-e478005966ac" - ], - "x-ms-client-request-id": [ - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4", - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-correlation-request-id": [ - "44d86664-0273-4342-96e8-e478005966ac" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145938Z:44d86664-0273-4342-96e8-e478005966ac" - ], - "Date": [ - "Mon, 15 Feb 2021 14:59:37 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/35546b5a-227b-4a11-8262-307c99062ca1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzM1NTQ2YjVhLTIyN2ItNGExMS04MjYyLTMwN2M5OTA2MmNhMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b8926616-19bf-4e71-8f3d-75c97a472b13?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I4OTI2NjE2LTE5YmYtNGU3MS04ZjNkLTc1Yzk3YTQ3MmIxMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Accept-Language": [ "en-US" @@ -9935,8 +10010,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9950,11 +10025,11 @@ "nosniff" ], "x-ms-request-id": [ - "08e865c5-7ee4-44ae-b6eb-dbd57f12e085" + "28250384-f8e9-493c-bd38-9a13987e609e" ], "x-ms-client-request-id": [ - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4", - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f", + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9966,19 +10041,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "127" ], "x-ms-correlation-request-id": [ - "08e865c5-7ee4-44ae-b6eb-dbd57f12e085" + "28250384-f8e9-493c-bd38-9a13987e609e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145938Z:08e865c5-7ee4-44ae-b6eb-dbd57f12e085" + "SOUTHINDIA:20210518T144031Z:28250384-f8e9-493c-bd38-9a13987e609e" ], "Date": [ - "Mon, 15 Feb 2021 14:59:38 GMT" + "Tue, 18 May 2021 14:40:30 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -9987,17 +10062,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"35546b5a-227b-4a11-8262-307c99062ca1\",\r\n \"name\": \"35546b5a-227b-4a11-8262-307c99062ca1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:38.602571Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b8926616-19bf-4e71-8f3d-75c97a472b13\",\r\n \"name\": \"b8926616-19bf-4e71-8f3d-75c97a472b13\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:26.1468122Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/35546b5a-227b-4a11-8262-307c99062ca1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzM1NTQ2YjVhLTIyN2ItNGExMS04MjYyLTMwN2M5OTA2MmNhMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b8926616-19bf-4e71-8f3d-75c97a472b13?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I4OTI2NjE2LTE5YmYtNGU3MS04ZjNkLTc1Yzk3YTQ3MmIxMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Accept-Language": [ "en-US" @@ -10005,8 +10080,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10020,11 +10095,11 @@ "nosniff" ], "x-ms-request-id": [ - "6adf039e-166a-4f83-abc0-893a569d26a0" + "18bd7253-5912-4921-8d73-45e3e04e453c" ], "x-ms-client-request-id": [ - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4", - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f", + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10036,19 +10111,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "126" ], "x-ms-correlation-request-id": [ - "6adf039e-166a-4f83-abc0-893a569d26a0" + "18bd7253-5912-4921-8d73-45e3e04e453c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145944Z:6adf039e-166a-4f83-abc0-893a569d26a0" + "SOUTHINDIA:20210518T144037Z:18bd7253-5912-4921-8d73-45e3e04e453c" ], "Date": [ - "Mon, 15 Feb 2021 14:59:43 GMT" + "Tue, 18 May 2021 14:40:37 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -10057,17 +10132,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"35546b5a-227b-4a11-8262-307c99062ca1\",\r\n \"name\": \"35546b5a-227b-4a11-8262-307c99062ca1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:38.602571Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b8926616-19bf-4e71-8f3d-75c97a472b13\",\r\n \"name\": \"b8926616-19bf-4e71-8f3d-75c97a472b13\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:26.1468122Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/35546b5a-227b-4a11-8262-307c99062ca1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzM1NTQ2YjVhLTIyN2ItNGExMS04MjYyLTMwN2M5OTA2MmNhMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b8926616-19bf-4e71-8f3d-75c97a472b13?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I4OTI2NjE2LTE5YmYtNGU3MS04ZjNkLTc1Yzk3YTQ3MmIxMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Accept-Language": [ "en-US" @@ -10075,8 +10150,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10090,11 +10165,11 @@ "nosniff" ], "x-ms-request-id": [ - "f84e45fc-2f7e-4fe2-932e-b80a5d8898af" + "65af9b6c-a1ae-4707-8858-732c39692dad" ], "x-ms-client-request-id": [ - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4", - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f", + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10106,19 +10181,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "125" ], "x-ms-correlation-request-id": [ - "f84e45fc-2f7e-4fe2-932e-b80a5d8898af" + "65af9b6c-a1ae-4707-8858-732c39692dad" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145949Z:f84e45fc-2f7e-4fe2-932e-b80a5d8898af" + "SOUTHINDIA:20210518T144042Z:65af9b6c-a1ae-4707-8858-732c39692dad" ], "Date": [ - "Mon, 15 Feb 2021 14:59:49 GMT" + "Tue, 18 May 2021 14:40:42 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -10127,17 +10202,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"35546b5a-227b-4a11-8262-307c99062ca1\",\r\n \"name\": \"35546b5a-227b-4a11-8262-307c99062ca1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:38.602571Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b8926616-19bf-4e71-8f3d-75c97a472b13\",\r\n \"name\": \"b8926616-19bf-4e71-8f3d-75c97a472b13\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:26.1468122Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/35546b5a-227b-4a11-8262-307c99062ca1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzM1NTQ2YjVhLTIyN2ItNGExMS04MjYyLTMwN2M5OTA2MmNhMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b8926616-19bf-4e71-8f3d-75c97a472b13?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I4OTI2NjE2LTE5YmYtNGU3MS04ZjNkLTc1Yzk3YTQ3MmIxMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Accept-Language": [ "en-US" @@ -10145,8 +10220,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10160,11 +10235,11 @@ "nosniff" ], "x-ms-request-id": [ - "0c2de79d-8204-4329-b5d3-c5b078ccfae2" + "7aa4d35e-58d7-4dc4-80dd-a220591acfda" ], "x-ms-client-request-id": [ - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4", - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f", + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10176,19 +10251,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "123" + "124" ], "x-ms-correlation-request-id": [ - "0c2de79d-8204-4329-b5d3-c5b078ccfae2" + "7aa4d35e-58d7-4dc4-80dd-a220591acfda" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145954Z:0c2de79d-8204-4329-b5d3-c5b078ccfae2" + "SOUTHINDIA:20210518T144047Z:7aa4d35e-58d7-4dc4-80dd-a220591acfda" ], "Date": [ - "Mon, 15 Feb 2021 14:59:54 GMT" + "Tue, 18 May 2021 14:40:47 GMT" ], "Content-Length": [ - "194" + "196" ], "Content-Type": [ "application/json" @@ -10197,17 +10272,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"35546b5a-227b-4a11-8262-307c99062ca1\",\r\n \"name\": \"35546b5a-227b-4a11-8262-307c99062ca1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T14:59:38.602571Z\",\r\n \"endTime\": \"2021-02-15T14:59:38.602571Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b8926616-19bf-4e71-8f3d-75c97a472b13\",\r\n \"name\": \"b8926616-19bf-4e71-8f3d-75c97a472b13\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:40:26.1468122Z\",\r\n \"endTime\": \"2021-05-18T14:40:26.1468122Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/35546b5a-227b-4a11-8262-307c99062ca1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzM1NTQ2YjVhLTIyN2ItNGExMS04MjYyLTMwN2M5OTA2MmNhMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/b8926616-19bf-4e71-8f3d-75c97a472b13?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zL2I4OTI2NjE2LTE5YmYtNGU3MS04ZjNkLTc1Yzk3YTQ3MmIxMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Accept-Language": [ "en-US" @@ -10215,8 +10290,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10230,11 +10305,11 @@ "nosniff" ], "x-ms-request-id": [ - "f45a75ef-7566-4028-9b74-6500502eb268" + "48af1496-70d2-4bff-8363-51b19374fc83" ], "x-ms-client-request-id": [ - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4", - "8072f9b9-41d8-4ccf-b9f3-ec412f8613b4" + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f", + "10fc14bc-a6d2-4a4d-bebb-553d1a19633f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10246,19 +10321,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "122" + "123" ], "x-ms-correlation-request-id": [ - "f45a75ef-7566-4028-9b74-6500502eb268" + "48af1496-70d2-4bff-8363-51b19374fc83" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145954Z:f45a75ef-7566-4028-9b74-6500502eb268" + "SOUTHINDIA:20210518T144047Z:48af1496-70d2-4bff-8363-51b19374fc83" ], "Date": [ - "Mon, 15 Feb 2021 14:59:54 GMT" + "Tue, 18 May 2021 14:40:47 GMT" ], "Content-Length": [ - "194" + "196" ], "Content-Type": [ "application/json" @@ -10267,17 +10342,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"35546b5a-227b-4a11-8262-307c99062ca1\",\r\n \"name\": \"35546b5a-227b-4a11-8262-307c99062ca1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T14:59:38.602571Z\",\r\n \"endTime\": \"2021-02-15T14:59:38.602571Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b8926616-19bf-4e71-8f3d-75c97a472b13\",\r\n \"name\": \"b8926616-19bf-4e71-8f3d-75c97a472b13\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:40:26.1468122Z\",\r\n \"endTime\": \"2021-05-18T14:40:26.1468122Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "231f9fc7-4f07-44bf-944d-0bc27efd425a" + "32b38045-d909-41fa-9620-24f62fd8f53f" ], "Accept-Language": [ "en-US" @@ -10285,7 +10360,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -10300,10 +10375,10 @@ "nosniff" ], "x-ms-request-id": [ - "c23e8d36-f0e8-45c2-b229-ea1db3b5fda7" + "f807ba23-e898-42cd-92a6-1b7eb11b1d53" ], "x-ms-client-request-id": [ - "231f9fc7-4f07-44bf-944d-0bc27efd425a" + "32b38045-d909-41fa-9620-24f62fd8f53f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10315,13 +10390,13 @@ "11999" ], "x-ms-correlation-request-id": [ - "c23e8d36-f0e8-45c2-b229-ea1db3b5fda7" + "f807ba23-e898-42cd-92a6-1b7eb11b1d53" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145955Z:c23e8d36-f0e8-45c2-b229-ea1db3b5fda7" + "SOUTHINDIA:20210518T144048Z:f807ba23-e898-42cd-92a6-1b7eb11b1d53" ], "Date": [ - "Mon, 15 Feb 2021 14:59:54 GMT" + "Tue, 18 May 2021 14:40:48 GMT" ], "Content-Length": [ "478" @@ -10333,17 +10408,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVfc3f26e1\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T14%3A26%3A25.2638358Z'\\\"\",\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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV024d473c\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T14%3A07%3A42.6754629Z'\\\"\",\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/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c\",\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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7330ccfd-e1d6-4a1b-bd9c-4acb3892b46a" + "46c75cdc-ab89-46f8-8c37-c72e6acb8caa" ], "Accept-Language": [ "en-US" @@ -10351,8 +10426,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10366,11 +10441,11 @@ "nosniff" ], "x-ms-request-id": [ - "1ad1177b-a826-4ef5-8412-864371f50fb4" + "a4e2c3fb-d6f5-496b-86a6-8a9f69c5fb06" ], "x-ms-client-request-id": [ - "7330ccfd-e1d6-4a1b-bd9c-4acb3892b46a", - "7330ccfd-e1d6-4a1b-bd9c-4acb3892b46a" + "46c75cdc-ab89-46f8-8c37-c72e6acb8caa", + "46c75cdc-ab89-46f8-8c37-c72e6acb8caa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10385,13 +10460,13 @@ "147" ], "x-ms-correlation-request-id": [ - "1ad1177b-a826-4ef5-8412-864371f50fb4" + "a4e2c3fb-d6f5-496b-86a6-8a9f69c5fb06" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145955Z:1ad1177b-a826-4ef5-8412-864371f50fb4" + "SOUTHINDIA:20210518T144048Z:a4e2c3fb-d6f5-496b-86a6-8a9f69c5fb06" ], "Date": [ - "Mon, 15 Feb 2021 14:59:55 GMT" + "Tue, 18 May 2021 14:40:48 GMT" ], "Content-Length": [ "914" @@ -10403,17 +10478,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.Compute/virtualMachines/PSTestVMfc3f20\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGfc3f26e1\",\r\n \"friendlyName\": \"PSTestVMfc3f20\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.Compute/virtualMachines/PSTestVM024d40\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG024d473c\",\r\n \"friendlyName\": \"PSTestVM024d40\",\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/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgfc3f26e1%3Bpstestvmfc3f20?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmYzNmMjZlMSUzQnBzdGVzdHZtZmMzZjIwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2ZjM2YyNmUxJTNCcHN0ZXN0dm1mYzNmMjA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg024d473c%3Bpstestvm024d40?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwMjRkNDczYyUzQnBzdGVzdHZtMDI0ZDQwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzAyNGQ0NzNjJTNCcHN0ZXN0dm0wMjRkNDA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -10421,8 +10496,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10433,23 +10508,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperationResults/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperationResults/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6bafc83d-6188-4ac5-a207-b16dcb68a8eb" + "fccf2e33-b8cf-4c8a-9c5b-bee21ab379e4" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10461,13 +10536,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "6bafc83d-6188-4ac5-a207-b16dcb68a8eb" + "fccf2e33-b8cf-4c8a-9c5b-bee21ab379e4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145956Z:6bafc83d-6188-4ac5-a207-b16dcb68a8eb" + "SOUTHINDIA:20210518T144049Z:fccf2e33-b8cf-4c8a-9c5b-bee21ab379e4" ], "Date": [ - "Mon, 15 Feb 2021 14:59:55 GMT" + "Tue, 18 May 2021 14:40:49 GMT" ], "Expires": [ "-1" @@ -10480,13 +10555,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -10494,8 +10569,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10509,11 +10584,11 @@ "nosniff" ], "x-ms-request-id": [ - "50697a55-2434-417a-825b-e66dceba2549" + "4c41251e-e3f0-4112-a397-9033825bfc2e" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10525,16 +10600,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" + "122" ], "x-ms-correlation-request-id": [ - "50697a55-2434-417a-825b-e66dceba2549" + "4c41251e-e3f0-4112-a397-9033825bfc2e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T145956Z:50697a55-2434-417a-825b-e66dceba2549" + "SOUTHINDIA:20210518T144049Z:4c41251e-e3f0-4112-a397-9033825bfc2e" ], "Date": [ - "Mon, 15 Feb 2021 14:59:55 GMT" + "Tue, 18 May 2021 14:40:49 GMT" ], "Content-Length": [ "188" @@ -10546,17 +10621,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -10564,8 +10639,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10579,11 +10654,11 @@ "nosniff" ], "x-ms-request-id": [ - "787efc91-e367-47e6-b4b5-28292dd0d7e1" + "8bd8abf2-4c77-46e6-87f5-7e0ef4a07357" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10595,16 +10670,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "121" ], "x-ms-correlation-request-id": [ - "787efc91-e367-47e6-b4b5-28292dd0d7e1" + "8bd8abf2-4c77-46e6-87f5-7e0ef4a07357" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150001Z:787efc91-e367-47e6-b4b5-28292dd0d7e1" + "SOUTHINDIA:20210518T144054Z:8bd8abf2-4c77-46e6-87f5-7e0ef4a07357" ], "Date": [ - "Mon, 15 Feb 2021 15:00:01 GMT" + "Tue, 18 May 2021 14:40:54 GMT" ], "Content-Length": [ "188" @@ -10616,17 +10691,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -10634,8 +10709,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10649,11 +10724,11 @@ "nosniff" ], "x-ms-request-id": [ - "50fb8b58-b6de-4773-a973-8d3fa6f3207c" + "b33ba903-a9d3-41d1-9230-0a90f2940eb5" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10665,16 +10740,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "119" + "120" ], "x-ms-correlation-request-id": [ - "50fb8b58-b6de-4773-a973-8d3fa6f3207c" + "b33ba903-a9d3-41d1-9230-0a90f2940eb5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150007Z:50fb8b58-b6de-4773-a973-8d3fa6f3207c" + "SOUTHINDIA:20210518T144100Z:b33ba903-a9d3-41d1-9230-0a90f2940eb5" ], "Date": [ - "Mon, 15 Feb 2021 15:00:06 GMT" + "Tue, 18 May 2021 14:40:59 GMT" ], "Content-Length": [ "188" @@ -10686,17 +10761,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -10704,8 +10779,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10719,11 +10794,11 @@ "nosniff" ], "x-ms-request-id": [ - "549cb369-3633-47ba-8353-679a59aeaf07" + "529eb6b4-e38a-41aa-8c11-d7f4f91d22ca" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10735,16 +10810,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "118" + "119" ], "x-ms-correlation-request-id": [ - "549cb369-3633-47ba-8353-679a59aeaf07" + "529eb6b4-e38a-41aa-8c11-d7f4f91d22ca" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150012Z:549cb369-3633-47ba-8353-679a59aeaf07" + "SOUTHINDIA:20210518T144105Z:529eb6b4-e38a-41aa-8c11-d7f4f91d22ca" ], "Date": [ - "Mon, 15 Feb 2021 15:00:11 GMT" + "Tue, 18 May 2021 14:41:05 GMT" ], "Content-Length": [ "188" @@ -10756,17 +10831,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -10774,8 +10849,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10789,11 +10864,11 @@ "nosniff" ], "x-ms-request-id": [ - "827766a3-a918-44fa-8a30-f2c04ee6f64e" + "d8011130-be9c-4b02-b062-2fbbeeca9631" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10805,16 +10880,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" + "118" ], "x-ms-correlation-request-id": [ - "827766a3-a918-44fa-8a30-f2c04ee6f64e" + "d8011130-be9c-4b02-b062-2fbbeeca9631" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150017Z:827766a3-a918-44fa-8a30-f2c04ee6f64e" + "SOUTHINDIA:20210518T144110Z:d8011130-be9c-4b02-b062-2fbbeeca9631" ], "Date": [ - "Mon, 15 Feb 2021 15:00:17 GMT" + "Tue, 18 May 2021 14:41:10 GMT" ], "Content-Length": [ "188" @@ -10826,17 +10901,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -10844,8 +10919,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10859,11 +10934,11 @@ "nosniff" ], "x-ms-request-id": [ - "e83e4d71-7943-4d9b-90f4-21f54a54fba1" + "7157c39f-294f-4a7d-922c-0159f8e0f4f6" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10875,16 +10950,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "116" + "117" ], "x-ms-correlation-request-id": [ - "e83e4d71-7943-4d9b-90f4-21f54a54fba1" + "7157c39f-294f-4a7d-922c-0159f8e0f4f6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150022Z:e83e4d71-7943-4d9b-90f4-21f54a54fba1" + "SOUTHINDIA:20210518T144116Z:7157c39f-294f-4a7d-922c-0159f8e0f4f6" ], "Date": [ - "Mon, 15 Feb 2021 15:00:22 GMT" + "Tue, 18 May 2021 14:41:15 GMT" ], "Content-Length": [ "188" @@ -10896,17 +10971,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -10914,8 +10989,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10929,11 +11004,11 @@ "nosniff" ], "x-ms-request-id": [ - "fa011856-cfcb-489d-b474-be72f991e9bb" + "567dc982-42a2-4ec3-8869-18e15cf693d7" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10945,16 +11020,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "115" + "116" ], "x-ms-correlation-request-id": [ - "fa011856-cfcb-489d-b474-be72f991e9bb" + "567dc982-42a2-4ec3-8869-18e15cf693d7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150027Z:fa011856-cfcb-489d-b474-be72f991e9bb" + "SOUTHINDIA:20210518T144121Z:567dc982-42a2-4ec3-8869-18e15cf693d7" ], "Date": [ - "Mon, 15 Feb 2021 15:00:27 GMT" + "Tue, 18 May 2021 14:41:20 GMT" ], "Content-Length": [ "188" @@ -10966,17 +11041,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -10984,8 +11059,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10999,11 +11074,11 @@ "nosniff" ], "x-ms-request-id": [ - "23c29326-96e4-412c-ac4f-01f39a8b4dfd" + "cc43c00d-2006-496f-851a-5c160066dc0b" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11015,16 +11090,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "114" + "115" ], "x-ms-correlation-request-id": [ - "23c29326-96e4-412c-ac4f-01f39a8b4dfd" + "cc43c00d-2006-496f-851a-5c160066dc0b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150033Z:23c29326-96e4-412c-ac4f-01f39a8b4dfd" + "SOUTHINDIA:20210518T144126Z:cc43c00d-2006-496f-851a-5c160066dc0b" ], "Date": [ - "Mon, 15 Feb 2021 15:00:32 GMT" + "Tue, 18 May 2021 14:41:26 GMT" ], "Content-Length": [ "188" @@ -11036,17 +11111,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11054,8 +11129,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11069,11 +11144,11 @@ "nosniff" ], "x-ms-request-id": [ - "29f51a5f-498f-481d-b5a7-e211ce1dda88" + "c4d05fdb-204d-477f-b5c2-f6e9f66003fd" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11085,16 +11160,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "113" + "114" ], "x-ms-correlation-request-id": [ - "29f51a5f-498f-481d-b5a7-e211ce1dda88" + "c4d05fdb-204d-477f-b5c2-f6e9f66003fd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150038Z:29f51a5f-498f-481d-b5a7-e211ce1dda88" + "SOUTHINDIA:20210518T144132Z:c4d05fdb-204d-477f-b5c2-f6e9f66003fd" ], "Date": [ - "Mon, 15 Feb 2021 15:00:37 GMT" + "Tue, 18 May 2021 14:41:31 GMT" ], "Content-Length": [ "188" @@ -11106,17 +11181,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11124,8 +11199,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11139,11 +11214,11 @@ "nosniff" ], "x-ms-request-id": [ - "af0fc2b7-fa02-4403-8843-72a09fa46a0e" + "6e365791-5f92-4009-890f-b2ab0bc5c1d4" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11155,16 +11230,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "112" + "113" ], "x-ms-correlation-request-id": [ - "af0fc2b7-fa02-4403-8843-72a09fa46a0e" + "6e365791-5f92-4009-890f-b2ab0bc5c1d4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150043Z:af0fc2b7-fa02-4403-8843-72a09fa46a0e" + "SOUTHINDIA:20210518T144137Z:6e365791-5f92-4009-890f-b2ab0bc5c1d4" ], "Date": [ - "Mon, 15 Feb 2021 15:00:42 GMT" + "Tue, 18 May 2021 14:41:36 GMT" ], "Content-Length": [ "188" @@ -11176,17 +11251,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11194,8 +11269,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11209,11 +11284,11 @@ "nosniff" ], "x-ms-request-id": [ - "9a521292-37dd-44a4-96ec-6ee5d7ecf4a4" + "c61676e1-88df-4fbc-b929-ef971064edeb" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11225,16 +11300,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "111" + "112" ], "x-ms-correlation-request-id": [ - "9a521292-37dd-44a4-96ec-6ee5d7ecf4a4" + "c61676e1-88df-4fbc-b929-ef971064edeb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150048Z:9a521292-37dd-44a4-96ec-6ee5d7ecf4a4" + "SOUTHINDIA:20210518T144142Z:c61676e1-88df-4fbc-b929-ef971064edeb" ], "Date": [ - "Mon, 15 Feb 2021 15:00:48 GMT" + "Tue, 18 May 2021 14:41:41 GMT" ], "Content-Length": [ "188" @@ -11246,17 +11321,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11264,8 +11339,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11279,11 +11354,11 @@ "nosniff" ], "x-ms-request-id": [ - "421eda2c-f05c-41e4-9348-d53f73dd7273" + "9dfb3427-658b-498b-a729-6e32338fb5b8" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11295,16 +11370,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "110" + "111" ], "x-ms-correlation-request-id": [ - "421eda2c-f05c-41e4-9348-d53f73dd7273" + "9dfb3427-658b-498b-a729-6e32338fb5b8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150054Z:421eda2c-f05c-41e4-9348-d53f73dd7273" + "SOUTHINDIA:20210518T144147Z:9dfb3427-658b-498b-a729-6e32338fb5b8" ], "Date": [ - "Mon, 15 Feb 2021 15:00:54 GMT" + "Tue, 18 May 2021 14:41:47 GMT" ], "Content-Length": [ "188" @@ -11316,17 +11391,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11334,8 +11409,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11349,11 +11424,11 @@ "nosniff" ], "x-ms-request-id": [ - "139690be-9e3d-4cf3-90ce-d2f38ce4d456" + "090decd6-a91f-4737-a32c-c3fcb8a29628" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11365,16 +11440,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "109" + "110" ], "x-ms-correlation-request-id": [ - "139690be-9e3d-4cf3-90ce-d2f38ce4d456" + "090decd6-a91f-4737-a32c-c3fcb8a29628" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150059Z:139690be-9e3d-4cf3-90ce-d2f38ce4d456" + "SOUTHINDIA:20210518T144153Z:090decd6-a91f-4737-a32c-c3fcb8a29628" ], "Date": [ - "Mon, 15 Feb 2021 15:00:58 GMT" + "Tue, 18 May 2021 14:41:52 GMT" ], "Content-Length": [ "188" @@ -11386,17 +11461,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11404,8 +11479,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11419,11 +11494,11 @@ "nosniff" ], "x-ms-request-id": [ - "4aa48927-ac30-47a0-8697-0c29e52d7605" + "f9cc3031-9429-4739-ad83-b64edde2346a" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11435,16 +11510,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "108" + "109" ], "x-ms-correlation-request-id": [ - "4aa48927-ac30-47a0-8697-0c29e52d7605" + "f9cc3031-9429-4739-ad83-b64edde2346a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150104Z:4aa48927-ac30-47a0-8697-0c29e52d7605" + "SOUTHINDIA:20210518T144158Z:f9cc3031-9429-4739-ad83-b64edde2346a" ], "Date": [ - "Mon, 15 Feb 2021 15:01:04 GMT" + "Tue, 18 May 2021 14:41:58 GMT" ], "Content-Length": [ "188" @@ -11456,17 +11531,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11474,8 +11549,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11489,11 +11564,11 @@ "nosniff" ], "x-ms-request-id": [ - "960ae1f9-a0e4-45b7-9e7c-545c72522801" + "640e9ac4-9960-44d6-b10e-e478b96c7fdf" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11505,16 +11580,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "107" + "108" ], "x-ms-correlation-request-id": [ - "960ae1f9-a0e4-45b7-9e7c-545c72522801" + "640e9ac4-9960-44d6-b10e-e478b96c7fdf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150109Z:960ae1f9-a0e4-45b7-9e7c-545c72522801" + "SOUTHINDIA:20210518T144203Z:640e9ac4-9960-44d6-b10e-e478b96c7fdf" ], "Date": [ - "Mon, 15 Feb 2021 15:01:08 GMT" + "Tue, 18 May 2021 14:42:03 GMT" ], "Content-Length": [ "188" @@ -11526,17 +11601,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11544,8 +11619,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11559,11 +11634,11 @@ "nosniff" ], "x-ms-request-id": [ - "f8eb12be-4e58-4487-aebc-492c8d5d6cce" + "b18504bc-13ce-4cec-a8f6-3d115ceb83a0" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11575,16 +11650,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "106" + "107" ], "x-ms-correlation-request-id": [ - "f8eb12be-4e58-4487-aebc-492c8d5d6cce" + "b18504bc-13ce-4cec-a8f6-3d115ceb83a0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150115Z:f8eb12be-4e58-4487-aebc-492c8d5d6cce" + "SOUTHINDIA:20210518T144208Z:b18504bc-13ce-4cec-a8f6-3d115ceb83a0" ], "Date": [ - "Mon, 15 Feb 2021 15:01:14 GMT" + "Tue, 18 May 2021 14:42:08 GMT" ], "Content-Length": [ "188" @@ -11596,17 +11671,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11614,8 +11689,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11629,11 +11704,11 @@ "nosniff" ], "x-ms-request-id": [ - "a9dd5ca4-84e3-4212-b76f-38e2a2f7e98c" + "96fd5651-240f-4c86-b3ab-b687845aacb1" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11645,16 +11720,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "105" + "106" ], "x-ms-correlation-request-id": [ - "a9dd5ca4-84e3-4212-b76f-38e2a2f7e98c" + "96fd5651-240f-4c86-b3ab-b687845aacb1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150120Z:a9dd5ca4-84e3-4212-b76f-38e2a2f7e98c" + "SOUTHINDIA:20210518T144214Z:96fd5651-240f-4c86-b3ab-b687845aacb1" ], "Date": [ - "Mon, 15 Feb 2021 15:01:19 GMT" + "Tue, 18 May 2021 14:42:14 GMT" ], "Content-Length": [ "188" @@ -11666,17 +11741,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11684,8 +11759,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11699,11 +11774,11 @@ "nosniff" ], "x-ms-request-id": [ - "27e82224-8415-41e1-b193-1f0207bed40d" + "6562741b-0f6b-4f84-84ab-e00f16540fae" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11715,16 +11790,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "104" + "105" ], "x-ms-correlation-request-id": [ - "27e82224-8415-41e1-b193-1f0207bed40d" + "6562741b-0f6b-4f84-84ab-e00f16540fae" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150125Z:27e82224-8415-41e1-b193-1f0207bed40d" + "SOUTHINDIA:20210518T144219Z:6562741b-0f6b-4f84-84ab-e00f16540fae" ], "Date": [ - "Mon, 15 Feb 2021 15:01:25 GMT" + "Tue, 18 May 2021 14:42:19 GMT" ], "Content-Length": [ "188" @@ -11736,17 +11811,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11754,8 +11829,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11769,11 +11844,11 @@ "nosniff" ], "x-ms-request-id": [ - "408fea04-c4be-45ca-858e-a05c13a775c8" + "5b9210e7-5c21-4b00-adc3-d40728ca7acb" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11785,16 +11860,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "103" + "104" ], "x-ms-correlation-request-id": [ - "408fea04-c4be-45ca-858e-a05c13a775c8" + "5b9210e7-5c21-4b00-adc3-d40728ca7acb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150130Z:408fea04-c4be-45ca-858e-a05c13a775c8" + "SOUTHINDIA:20210518T144224Z:5b9210e7-5c21-4b00-adc3-d40728ca7acb" ], "Date": [ - "Mon, 15 Feb 2021 15:01:30 GMT" + "Tue, 18 May 2021 14:42:24 GMT" ], "Content-Length": [ "188" @@ -11806,17 +11881,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11824,8 +11899,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11839,11 +11914,11 @@ "nosniff" ], "x-ms-request-id": [ - "20d609e2-6722-4d1b-8407-cc6cb8566682" + "c340b68a-f104-49e4-98fa-2a5076871841" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11855,16 +11930,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "102" + "103" ], "x-ms-correlation-request-id": [ - "20d609e2-6722-4d1b-8407-cc6cb8566682" + "c340b68a-f104-49e4-98fa-2a5076871841" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150135Z:20d609e2-6722-4d1b-8407-cc6cb8566682" + "SOUTHINDIA:20210518T144230Z:c340b68a-f104-49e4-98fa-2a5076871841" ], "Date": [ - "Mon, 15 Feb 2021 15:01:35 GMT" + "Tue, 18 May 2021 14:42:29 GMT" ], "Content-Length": [ "188" @@ -11876,17 +11951,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11894,8 +11969,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11909,11 +11984,11 @@ "nosniff" ], "x-ms-request-id": [ - "a2531c62-af68-41ef-9271-63292e4687c8" + "a4b860c6-da5d-461b-9a2d-62e2a1f5138e" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11925,16 +12000,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "101" + "102" ], "x-ms-correlation-request-id": [ - "a2531c62-af68-41ef-9271-63292e4687c8" + "a4b860c6-da5d-461b-9a2d-62e2a1f5138e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150141Z:a2531c62-af68-41ef-9271-63292e4687c8" + "SOUTHINDIA:20210518T144235Z:a4b860c6-da5d-461b-9a2d-62e2a1f5138e" ], "Date": [ - "Mon, 15 Feb 2021 15:01:40 GMT" + "Tue, 18 May 2021 14:42:34 GMT" ], "Content-Length": [ "188" @@ -11946,17 +12021,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -11964,8 +12039,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11979,11 +12054,11 @@ "nosniff" ], "x-ms-request-id": [ - "976fe0f0-b644-4e9c-a9c1-cf2891c85411" + "3051d43a-b57c-441e-ac81-98f358b8058c" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11995,16 +12070,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "100" + "101" ], "x-ms-correlation-request-id": [ - "976fe0f0-b644-4e9c-a9c1-cf2891c85411" + "3051d43a-b57c-441e-ac81-98f358b8058c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150146Z:976fe0f0-b644-4e9c-a9c1-cf2891c85411" + "SOUTHINDIA:20210518T144240Z:3051d43a-b57c-441e-ac81-98f358b8058c" ], "Date": [ - "Mon, 15 Feb 2021 15:01:45 GMT" + "Tue, 18 May 2021 14:42:40 GMT" ], "Content-Length": [ "188" @@ -12016,17 +12091,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -12034,8 +12109,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12049,11 +12124,11 @@ "nosniff" ], "x-ms-request-id": [ - "668fa357-fcb9-41c6-8056-cdc225f6ca6b" + "6025e3d9-e714-4eb7-869d-fd47778cc2b9" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12065,16 +12140,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "99" + "100" ], "x-ms-correlation-request-id": [ - "668fa357-fcb9-41c6-8056-cdc225f6ca6b" + "6025e3d9-e714-4eb7-869d-fd47778cc2b9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150151Z:668fa357-fcb9-41c6-8056-cdc225f6ca6b" + "SOUTHINDIA:20210518T144245Z:6025e3d9-e714-4eb7-869d-fd47778cc2b9" ], "Date": [ - "Mon, 15 Feb 2021 15:01:51 GMT" + "Tue, 18 May 2021 14:42:45 GMT" ], "Content-Length": [ "304" @@ -12086,17 +12161,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"f4292c0b-7ae7-47dd-86af-3d5ea4c1f95f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"737671e9-dce5-4478-a188-921b718e4401\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupOperations/16839196-f760-4c29-94aa-db92c2ef59af?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBPcGVyYXRpb25zLzE2ODM5MTk2LWY3NjAtNGMyOS05NGFhLWRiOTJjMmVmNTlhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupOperations/20153a2b-fa02-4447-a4f1-1e6a74b4e878?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBPcGVyYXRpb25zLzIwMTUzYTJiLWZhMDItNDQ0Ny1hNGYxLTFlNmE3NGI0ZTg3OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -12104,8 +12179,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12119,11 +12194,11 @@ "nosniff" ], "x-ms-request-id": [ - "1edbdedf-fb96-4e52-8046-e4cf0598afc1" + "c98c5bc9-86ab-4720-9b03-093e597e059e" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12135,16 +12210,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "98" + "99" ], "x-ms-correlation-request-id": [ - "1edbdedf-fb96-4e52-8046-e4cf0598afc1" + "c98c5bc9-86ab-4720-9b03-093e597e059e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150151Z:1edbdedf-fb96-4e52-8046-e4cf0598afc1" + "SOUTHINDIA:20210518T144246Z:c98c5bc9-86ab-4720-9b03-093e597e059e" ], "Date": [ - "Mon, 15 Feb 2021 15:01:51 GMT" + "Tue, 18 May 2021 14:42:45 GMT" ], "Content-Length": [ "304" @@ -12156,17 +12231,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"name\": \"16839196-f760-4c29-94aa-db92c2ef59af\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"f4292c0b-7ae7-47dd-86af-3d5ea4c1f95f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"name\": \"20153a2b-fa02-4447-a4f1-1e6a74b4e878\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"737671e9-dce5-4478-a188-921b718e4401\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/f4292c0b-7ae7-47dd-86af-3d5ea4c1f95f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMS9iYWNrdXBKb2JzL2Y0MjkyYzBiLTdhZTctNDdkZC04NmFmLTNkNWVhNGMxZjk1Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/737671e9-dce5-4478-a188-921b718e4401?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYy9iYWNrdXBKb2JzLzczNzY3MWU5LWRjZTUtNDQ3OC1hMTg4LTkyMWI3MThlNDQwMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "Accept-Language": [ "en-US" @@ -12174,8 +12249,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12193,11 +12268,11 @@ "nosniff" ], "x-ms-request-id": [ - "78db1aa5-b8cf-4c59-8a13-31ec6ce7006f" + "0b4308ab-e2ce-4aaf-9390-05e98bac00b6" ], "x-ms-client-request-id": [ - "3620dce1-1107-47c7-9140-3282b5846a70", - "3620dce1-1107-47c7-9140-3282b5846a70" + "853e3e7b-3175-4fa2-bb6e-49376a2a450e", + "853e3e7b-3175-4fa2-bb6e-49376a2a450e" ], "X-Powered-By": [ "ASP.NET" @@ -12206,16 +12281,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "84" + "85" ], "x-ms-correlation-request-id": [ - "78db1aa5-b8cf-4c59-8a13-31ec6ce7006f" + "0b4308ab-e2ce-4aaf-9390-05e98bac00b6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150152Z:78db1aa5-b8cf-4c59-8a13-31ec6ce7006f" + "SOUTHINDIA:20210518T144246Z:0b4308ab-e2ce-4aaf-9390-05e98bac00b6" ], "Date": [ - "Mon, 15 Feb 2021 15:01:51 GMT" + "Tue, 18 May 2021 14:42:45 GMT" ], "Content-Length": [ "845" @@ -12227,17 +12302,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1/backupJobs/f4292c0b-7ae7-47dd-86af-3d5ea4c1f95f\",\r\n \"name\": \"f4292c0b-7ae7-47dd-86af-3d5ea4c1f95f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgfc3f26e1;pstestvmfc3f20\",\r\n \"duration\": \"PT1M51.9245306S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMfc3f20\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMfc3f20\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T14:59:56.3283162Z\",\r\n \"endTime\": \"2021-02-15T15:01:48.2528468Z\",\r\n \"activityId\": \"3620dce1-1107-47c7-9140-3282b5846a70\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c/backupJobs/737671e9-dce5-4478-a188-921b718e4401\",\r\n \"name\": \"737671e9-dce5-4478-a188-921b718e4401\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg024d473c;pstestvm024d40\",\r\n \"duration\": \"PT1M51.8153178S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM024d40\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM024d40\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T14:40:49.3822614Z\",\r\n \"endTime\": \"2021-05-18T14:42:41.1975792Z\",\r\n \"activityId\": \"853e3e7b-3175-4fa2-bb6e-49376a2a450e\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRGfc3f26e1/providers/Microsoft.RecoveryServices/vaults/PSTestRSVfc3f26e1?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTEvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmYzNmMjZlMT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG024d473c/providers/Microsoft.RecoveryServices/vaults/PSTestRSV024d473c?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2MvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwMjRkNDczYz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc8a4c58-25c4-48c7-9c84-9355906f8f41" + "05881d3e-d13c-435f-947e-03d91e61ec5a" ], "Accept-Language": [ "en-US" @@ -12245,7 +12320,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -12260,10 +12335,10 @@ "nosniff" ], "x-ms-request-id": [ - "3f8b8229-5513-4172-9479-a7fc989b4fb7" + "a291638f-4b52-4e76-93ac-9ca73f0a09e6" ], "x-ms-client-request-id": [ - "cc8a4c58-25c4-48c7-9c84-9355906f8f41" + "05881d3e-d13c-435f-947e-03d91e61ec5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12272,13 +12347,13 @@ "9" ], "x-ms-correlation-request-id": [ - "3f8b8229-5513-4172-9479-a7fc989b4fb7" + "a291638f-4b52-4e76-93ac-9ca73f0a09e6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150155Z:3f8b8229-5513-4172-9479-a7fc989b4fb7" + "SOUTHINDIA:20210518T144248Z:a291638f-4b52-4e76-93ac-9ca73f0a09e6" ], "Date": [ - "Mon, 15 Feb 2021 15:01:54 GMT" + "Tue, 18 May 2021 14:42:48 GMT" ], "Expires": [ "-1" @@ -12291,13 +12366,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRGfc3f26e1?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZmMzZjI2ZTE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG024d473c?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMDI0ZDQ3M2M/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8354249a-250a-40ef-b798-cc11dd14753d" + "5a832187-1205-4e45-9bd6-b35f2d598724" ], "Accept-Language": [ "en-US" @@ -12305,8 +12380,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12317,7 +12392,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12326,13 +12401,13 @@ "14999" ], "x-ms-request-id": [ - "536de9de-be36-4cde-98cb-bc67ab49a2b5" + "ca8c3b69-107a-41d5-9b6a-2f1e6a217122" ], "x-ms-correlation-request-id": [ - "536de9de-be36-4cde-98cb-bc67ab49a2b5" + "ca8c3b69-107a-41d5-9b6a-2f1e6a217122" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150157Z:536de9de-be36-4cde-98cb-bc67ab49a2b5" + "SOUTHINDIA:20210518T144250Z:ca8c3b69-107a-41d5-9b6a-2f1e6a217122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12341,7 +12416,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:01:56 GMT" + "Tue, 18 May 2021 14:42:49 GMT" ], "Expires": [ "-1" @@ -12354,16 +12429,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12374,7 +12449,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12383,13 +12458,13 @@ "11999" ], "x-ms-request-id": [ - "cdabc4b3-7c05-4049-94be-cb00f64d0e67" + "4c8702ec-46b5-48cd-8be0-5a2cfdd61cf6" ], "x-ms-correlation-request-id": [ - "cdabc4b3-7c05-4049-94be-cb00f64d0e67" + "4c8702ec-46b5-48cd-8be0-5a2cfdd61cf6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150212Z:cdabc4b3-7c05-4049-94be-cb00f64d0e67" + "SOUTHINDIA:20210518T144305Z:4c8702ec-46b5-48cd-8be0-5a2cfdd61cf6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12398,7 +12473,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:02:12 GMT" + "Tue, 18 May 2021 14:43:05 GMT" ], "Expires": [ "-1" @@ -12411,16 +12486,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12431,7 +12506,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12440,13 +12515,13 @@ "11998" ], "x-ms-request-id": [ - "b6ddf5b2-0e93-4081-b04e-04ab3314fdd2" + "c0016dbf-e883-455a-8c21-146724863494" ], "x-ms-correlation-request-id": [ - "b6ddf5b2-0e93-4081-b04e-04ab3314fdd2" + "c0016dbf-e883-455a-8c21-146724863494" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150227Z:b6ddf5b2-0e93-4081-b04e-04ab3314fdd2" + "SOUTHINDIA:20210518T144320Z:c0016dbf-e883-455a-8c21-146724863494" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12455,7 +12530,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:02:26 GMT" + "Tue, 18 May 2021 14:43:20 GMT" ], "Expires": [ "-1" @@ -12468,16 +12543,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12488,7 +12563,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12497,13 +12572,13 @@ "11997" ], "x-ms-request-id": [ - "979f83ac-ff02-43e2-8148-5540627618d9" + "767b0dd0-8dd7-449e-aeff-a45376842694" ], "x-ms-correlation-request-id": [ - "979f83ac-ff02-43e2-8148-5540627618d9" + "767b0dd0-8dd7-449e-aeff-a45376842694" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150242Z:979f83ac-ff02-43e2-8148-5540627618d9" + "SOUTHINDIA:20210518T144335Z:767b0dd0-8dd7-449e-aeff-a45376842694" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12512,7 +12587,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:02:41 GMT" + "Tue, 18 May 2021 14:43:35 GMT" ], "Expires": [ "-1" @@ -12525,16 +12600,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12545,7 +12620,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12554,13 +12629,13 @@ "11996" ], "x-ms-request-id": [ - "01167916-028c-4d76-b310-8f7d2788c648" + "ceadac64-ba5b-4b1e-893e-418a633b64eb" ], "x-ms-correlation-request-id": [ - "01167916-028c-4d76-b310-8f7d2788c648" + "ceadac64-ba5b-4b1e-893e-418a633b64eb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150257Z:01167916-028c-4d76-b310-8f7d2788c648" + "SOUTHINDIA:20210518T144350Z:ceadac64-ba5b-4b1e-893e-418a633b64eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12569,7 +12644,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:02:57 GMT" + "Tue, 18 May 2021 14:43:50 GMT" ], "Expires": [ "-1" @@ -12582,16 +12657,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12602,7 +12677,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12611,13 +12686,13 @@ "11995" ], "x-ms-request-id": [ - "95a7b607-531b-448b-94af-5222830cbe6a" + "e0171802-5408-4d6f-b969-1d79eedbe58f" ], "x-ms-correlation-request-id": [ - "95a7b607-531b-448b-94af-5222830cbe6a" + "e0171802-5408-4d6f-b969-1d79eedbe58f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150312Z:95a7b607-531b-448b-94af-5222830cbe6a" + "SOUTHINDIA:20210518T144405Z:e0171802-5408-4d6f-b969-1d79eedbe58f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12626,7 +12701,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:03:12 GMT" + "Tue, 18 May 2021 14:44:05 GMT" ], "Expires": [ "-1" @@ -12639,16 +12714,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12659,7 +12734,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12668,13 +12743,13 @@ "11994" ], "x-ms-request-id": [ - "026e3f02-3b0d-4aca-8c7a-fd11131a07ed" + "c244c2b8-7fb0-41f1-a593-b55872ab16de" ], "x-ms-correlation-request-id": [ - "026e3f02-3b0d-4aca-8c7a-fd11131a07ed" + "c244c2b8-7fb0-41f1-a593-b55872ab16de" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150327Z:026e3f02-3b0d-4aca-8c7a-fd11131a07ed" + "SOUTHINDIA:20210518T144421Z:c244c2b8-7fb0-41f1-a593-b55872ab16de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12683,7 +12758,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:03:27 GMT" + "Tue, 18 May 2021 14:44:20 GMT" ], "Expires": [ "-1" @@ -12696,16 +12771,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12716,7 +12791,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12725,13 +12800,13 @@ "11993" ], "x-ms-request-id": [ - "8ef083aa-388a-4efa-b3ad-d3995cb91893" + "4f98bbb0-2f6a-4bcd-b534-5ed243eb2d9d" ], "x-ms-correlation-request-id": [ - "8ef083aa-388a-4efa-b3ad-d3995cb91893" + "4f98bbb0-2f6a-4bcd-b534-5ed243eb2d9d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150343Z:8ef083aa-388a-4efa-b3ad-d3995cb91893" + "SOUTHINDIA:20210518T144436Z:4f98bbb0-2f6a-4bcd-b534-5ed243eb2d9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12740,7 +12815,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:03:43 GMT" + "Tue, 18 May 2021 14:44:36 GMT" ], "Expires": [ "-1" @@ -12753,16 +12828,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12773,7 +12848,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12782,13 +12857,13 @@ "11992" ], "x-ms-request-id": [ - "e5f02f3b-8399-41f3-bdcb-76e5e6cee5bf" + "e62857db-b704-454f-a198-28d70aa932aa" ], "x-ms-correlation-request-id": [ - "e5f02f3b-8399-41f3-bdcb-76e5e6cee5bf" + "e62857db-b704-454f-a198-28d70aa932aa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150358Z:e5f02f3b-8399-41f3-bdcb-76e5e6cee5bf" + "SOUTHINDIA:20210518T144451Z:e62857db-b704-454f-a198-28d70aa932aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12797,7 +12872,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:03:57 GMT" + "Tue, 18 May 2021 14:44:51 GMT" ], "Expires": [ "-1" @@ -12810,16 +12885,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12830,7 +12905,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12839,13 +12914,13 @@ "11991" ], "x-ms-request-id": [ - "8d819e5a-bafa-4860-990b-fa559d6733a6" + "ad2744b7-99e3-4079-a4fa-d10788e42950" ], "x-ms-correlation-request-id": [ - "8d819e5a-bafa-4860-990b-fa559d6733a6" + "ad2744b7-99e3-4079-a4fa-d10788e42950" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150413Z:8d819e5a-bafa-4860-990b-fa559d6733a6" + "SOUTHINDIA:20210518T144506Z:ad2744b7-99e3-4079-a4fa-d10788e42950" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12854,7 +12929,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:04:12 GMT" + "Tue, 18 May 2021 14:45:06 GMT" ], "Expires": [ "-1" @@ -12867,16 +12942,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12887,7 +12962,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12896,13 +12971,13 @@ "11990" ], "x-ms-request-id": [ - "5333a79d-da66-4a40-b19a-04dda75ce6ae" + "1bd947d0-e78a-4aec-97ac-cbf60ebbf4d8" ], "x-ms-correlation-request-id": [ - "5333a79d-da66-4a40-b19a-04dda75ce6ae" + "1bd947d0-e78a-4aec-97ac-cbf60ebbf4d8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150428Z:5333a79d-da66-4a40-b19a-04dda75ce6ae" + "SOUTHINDIA:20210518T144521Z:1bd947d0-e78a-4aec-97ac-cbf60ebbf4d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12911,7 +12986,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:04:28 GMT" + "Tue, 18 May 2021 14:45:21 GMT" ], "Expires": [ "-1" @@ -12924,16 +12999,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -12944,7 +13019,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12953,13 +13028,13 @@ "11989" ], "x-ms-request-id": [ - "a0e3de51-b67c-459f-868e-6dff2c71fe4d" + "9bc92170-5296-40ce-9973-1d00adfeaf7c" ], "x-ms-correlation-request-id": [ - "a0e3de51-b67c-459f-868e-6dff2c71fe4d" + "9bc92170-5296-40ce-9973-1d00adfeaf7c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150443Z:a0e3de51-b67c-459f-868e-6dff2c71fe4d" + "SOUTHINDIA:20210518T144536Z:9bc92170-5296-40ce-9973-1d00adfeaf7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12968,7 +13043,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:04:43 GMT" + "Tue, 18 May 2021 14:45:36 GMT" ], "Expires": [ "-1" @@ -12981,16 +13056,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -13001,7 +13076,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13010,13 +13085,13 @@ "11988" ], "x-ms-request-id": [ - "370a5b5b-4d54-4e1d-b72c-6fd49d31aa7a" + "2f8be4a5-907b-4d0f-81fa-1b3861185a58" ], "x-ms-correlation-request-id": [ - "370a5b5b-4d54-4e1d-b72c-6fd49d31aa7a" + "2f8be4a5-907b-4d0f-81fa-1b3861185a58" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150458Z:370a5b5b-4d54-4e1d-b72c-6fd49d31aa7a" + "SOUTHINDIA:20210518T144551Z:2f8be4a5-907b-4d0f-81fa-1b3861185a58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13025,7 +13100,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:04:58 GMT" + "Tue, 18 May 2021 14:45:51 GMT" ], "Expires": [ "-1" @@ -13038,16 +13113,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -13058,7 +13133,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13067,13 +13142,13 @@ "11987" ], "x-ms-request-id": [ - "cacfab6f-40e6-44bf-b455-39e5627e8042" + "9c0f3076-4d67-433f-b765-2a030cd0833c" ], "x-ms-correlation-request-id": [ - "cacfab6f-40e6-44bf-b455-39e5627e8042" + "9c0f3076-4d67-433f-b765-2a030cd0833c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150513Z:cacfab6f-40e6-44bf-b455-39e5627e8042" + "SOUTHINDIA:20210518T144606Z:9c0f3076-4d67-433f-b765-2a030cd0833c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13082,7 +13157,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:05:13 GMT" + "Tue, 18 May 2021 14:46:06 GMT" ], "Expires": [ "-1" @@ -13095,16 +13170,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -13115,7 +13190,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -13124,13 +13199,13 @@ "11986" ], "x-ms-request-id": [ - "2711683f-0291-442d-a317-b3aeb1b645a0" + "eefad863-b97c-46f9-924f-637f886cae6f" ], "x-ms-correlation-request-id": [ - "2711683f-0291-442d-a317-b3aeb1b645a0" + "eefad863-b97c-46f9-924f-637f886cae6f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150529Z:2711683f-0291-442d-a317-b3aeb1b645a0" + "SOUTHINDIA:20210518T144622Z:eefad863-b97c-46f9-924f-637f886cae6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13139,7 +13214,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:05:28 GMT" + "Tue, 18 May 2021 14:46:21 GMT" ], "Expires": [ "-1" @@ -13152,16 +13227,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -13171,80 +13246,17 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], "x-ms-request-id": [ - "896748b3-23dc-4e34-b2fe-2ca7d281c8e7" - ], - "x-ms-correlation-request-id": [ - "896748b3-23dc-4e34-b2fe-2ca7d281c8e7" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150544Z:896748b3-23dc-4e34-b2fe-2ca7d281c8e7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 15 Feb 2021 15:05:44 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "fc535906-d920-479f-aa9a-9ab47223dac8" + "4cd334c7-9d0b-4cf9-a957-77d4583dd990" ], "x-ms-correlation-request-id": [ - "fc535906-d920-479f-aa9a-9ab47223dac8" + "4cd334c7-9d0b-4cf9-a957-77d4583dd990" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150559Z:fc535906-d920-479f-aa9a-9ab47223dac8" + "SOUTHINDIA:20210518T144637Z:4cd334c7-9d0b-4cf9-a957-77d4583dd990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13253,115 +13265,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:05:59 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "cde86016-81ed-4d0f-935a-71be0eff8bbd" - ], - "x-ms-correlation-request-id": [ - "cde86016-81ed-4d0f-935a-71be0eff8bbd" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150614Z:cde86016-81ed-4d0f-935a-71be0eff8bbd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 15 Feb 2021 15:06:14 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-request-id": [ - "bc5c1b1d-2f91-4d98-a131-54bee17bf618" - ], - "x-ms-correlation-request-id": [ - "bc5c1b1d-2f91-4d98-a131-54bee17bf618" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150629Z:bc5c1b1d-2f91-4d98-a131-54bee17bf618" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 15 Feb 2021 15:06:29 GMT" + "Tue, 18 May 2021 14:46:37 GMT" ], "Expires": [ "-1" @@ -13374,16 +13278,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0ZDM0YyNkUxLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFpETTBZeU5rVXhMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzAyNEQ0NzNDLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekF5TkVRME56TkRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -13394,16 +13298,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11984" ], "x-ms-request-id": [ - "c3ea5194-5d50-45fb-adf2-03945c3121c2" + "87090f45-77e4-4656-86f9-598223863691" ], "x-ms-correlation-request-id": [ - "c3ea5194-5d50-45fb-adf2-03945c3121c2" + "87090f45-77e4-4656-86f9-598223863691" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150629Z:c3ea5194-5d50-45fb-adf2-03945c3121c2" + "SOUTHINDIA:20210518T144637Z:87090f45-77e4-4656-86f9-598223863691" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13412,7 +13316,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:29 GMT" + "Tue, 18 May 2021 14:46:37 GMT" ], "Expires": [ "-1" @@ -13427,7 +13331,7 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "fc3f26e1-b7f8-488c-bd03-92bf56f3fcc9" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", + "NamingSuffix": "024d473c-dab4-4004-a674-b966e5484e02" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMSetVaultContext.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMSetVaultContext.json index 3da3c700104d..1d358625b330 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMSetVaultContext.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.ItemTests/TestAzureVMSetVaultContext.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG7aa97367?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHN2FhOTczNjc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGf298e643?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZjI5OGU2NDM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb070ca9-2f61-4361-8ca1-62767f43cee6" + "bc994d48-974f-4d86-a70a-1ded99b2f5b9" ], "Accept-Language": [ "en-US" @@ -15,8 +15,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -30,16 +30,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11999" ], "x-ms-request-id": [ - "4d193c7e-1cf5-4de6-9441-6dcbaabc2536" + "fa6a424c-0aa2-4a77-8a89-95562f3021ed" ], "x-ms-correlation-request-id": [ - "4d193c7e-1cf5-4de6-9441-6dcbaabc2536" + "fa6a424c-0aa2-4a77-8a89-95562f3021ed" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150639Z:4d193c7e-1cf5-4de6-9441-6dcbaabc2536" + "SOUTHINDIA:20210518T124255Z:fa6a424c-0aa2-4a77-8a89-95562f3021ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:38 GMT" + "Tue, 18 May 2021 12:42:55 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,17 +60,17 @@ "108" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG7aa97367' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGf298e643' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG7aa97367?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHN2FhOTczNjc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGf298e643?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZjI5OGU2NDM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb23ae62-701f-42d9-b54d-bae084d1223c" + "c0896c0e-40f4-49a2-bd5b-d714c4310412" ], "Accept-Language": [ "en-US" @@ -78,8 +78,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11954" ], "x-ms-request-id": [ - "b2a09c96-0f24-45d8-86e4-d7db647fe576" + "613b365e-48a1-4d21-9342-232ce903ec73" ], "x-ms-correlation-request-id": [ - "b2a09c96-0f24-45d8-86e4-d7db647fe576" + "613b365e-48a1-4d21-9342-232ce903ec73" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151412Z:b2a09c96-0f24-45d8-86e4-d7db647fe576" + "SOUTHINDIA:20210518T125037Z:613b365e-48a1-4d21-9342-232ce903ec73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:14:11 GMT" + "Tue, 18 May 2021 12:50:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,17 +120,17 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367\",\r\n \"name\": \"PSTestRG7aa97367\",\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/PSTestRGf298e643\",\r\n \"name\": \"PSTestRGf298e643\",\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/PSTestRG7aa97367?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHN2FhOTczNjc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGf298e643?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZjI5OGU2NDM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "72059e25-91d3-4c68-89c2-b7ee9df82ae5" + "8b03111a-3d40-48ff-828e-c09804020947" ], "Accept-Language": [ "en-US" @@ -138,8 +138,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,16 +156,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "4db76cc2-99d5-4943-9222-d65acc1934e8" + "ba599808-7771-4bfa-a127-78b8e966f750" ], "x-ms-correlation-request-id": [ - "4db76cc2-99d5-4943-9222-d65acc1934e8" + "ba599808-7771-4bfa-a127-78b8e966f750" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150640Z:4db76cc2-99d5-4943-9222-d65acc1934e8" + "SOUTHINDIA:20210518T124256Z:ba599808-7771-4bfa-a127-78b8e966f750" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:39 GMT" + "Tue, 18 May 2021 12:42:55 GMT" ], "Content-Length": [ "192" @@ -186,17 +186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367\",\r\n \"name\": \"PSTestRG7aa97367\",\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/PSTestRGf298e643\",\r\n \"name\": \"PSTestRGf298e643\",\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/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTdhYTk3MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWYyOThlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d48ab4c1-4d1a-4862-b40c-3fc3de3be51b" + "1f65558d-998d-46b9-9002-d60abd718b05" ], "Accept-Language": [ "en-US" @@ -204,8 +204,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "10c5592e-0055-4077-829b-c55b321e9e94" + "932f55c2-ab02-4e2b-a307-c7edbf0347ae" ], "x-ms-correlation-request-id": [ - "10c5592e-0055-4077-829b-c55b321e9e94" + "932f55c2-ab02-4e2b-a307-c7edbf0347ae" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150640Z:10c5592e-0055-4077-829b-c55b321e9e94" + "SOUTHINDIA:20210518T124256Z:932f55c2-ab02-4e2b-a307-c7edbf0347ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:39 GMT" + "Tue, 18 May 2021 12:42:56 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,23 +246,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVM7aa970' under resource group 'PSTestRG7aa97367' 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/PSTestVMf298e0' under resource group 'PSTestRGf298e643' 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/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTdhYTk3MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWYyOThlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -273,35 +273,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31896" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31931" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2cf99d07-7480-40ef-adc0-a4e0808769d1" + "3cc226ec-ce3e-45f7-a26b-f423ff41a217" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-correlation-request-id": [ - "76220252-c404-4b67-96e6-8c56c5dfe588" + "a96fc040-f11e-47d5-b0d5-741089a1bf7e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150850Z:76220252-c404-4b67-96e6-8c56c5dfe588" + "SOUTHINDIA:20210518T124504Z:a96fc040-f11e-47d5-b0d5-741089a1bf7e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:08:50 GMT" + "Tue, 18 May 2021 12:45:04 GMT" ], "Content-Length": [ - "2184" + "2180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -310,17 +310,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"06060343-508c-4713-80ea-03f6289466c6\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM7aa970_OsDisk_1_753da43b427a425e9e8f53579dde1f5e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/disks/PSTestVM7aa970_OsDisk_1_753da43b427a425e9e8f53579dde1f5e\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM7aa970\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4a1b38fb-d125-47e7-96e2-ede263707177\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMf298e0_OsDisk_1_710494deb90f444b883aa99c04cf6532\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/disks/PSTestVMf298e0_OsDisk_1_710494deb90f444b883aa99c04cf6532\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf298e0\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTdhYTk3MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWYyOThlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3e5ba6-aeef-4fc3-8920-19d837a0d1ba" + "e9596fc2-4540-4616-92f9-c19d8ccacb19" ], "Accept-Language": [ "en-US" @@ -328,8 +328,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -340,35 +340,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31892" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31928" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2912209d-c1fd-44f0-95ac-907d857da367" + "a3a4b0f9-caac-4da0-987f-7d7129586b56" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11983" ], "x-ms-correlation-request-id": [ - "1d313a2a-e1ae-4ddc-a52f-22c454ad2607" + "8693d714-6f69-4f91-8198-a08b056e1e17" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151124Z:1d313a2a-e1ae-4ddc-a52f-22c454ad2607" + "SOUTHINDIA:20210518T124738Z:8693d714-6f69-4f91-8198-a08b056e1e17" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:11:23 GMT" + "Tue, 18 May 2021 12:47:37 GMT" ], "Content-Length": [ - "2747" + "2743" ], "Content-Type": [ "application/json; charset=utf-8" @@ -377,17 +377,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"06060343-508c-4713-80ea-03f6289466c6\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM7aa970_OsDisk_1_753da43b427a425e9e8f53579dde1f5e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/disks/PSTestVM7aa970_OsDisk_1_753da43b427a425e9e8f53579dde1f5e\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM7aa970\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4a1b38fb-d125-47e7-96e2-ede263707177\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMf298e0_OsDisk_1_710494deb90f444b883aa99c04cf6532\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/disks/PSTestVMf298e0_OsDisk_1_710494deb90f444b883aa99c04cf6532\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf298e0\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUN2FhOTcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjI5OGUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "201cdf07-a752-4c3b-99e5-8b5df40cd355" + "38d37dfa-ec38-4473-9764-495e17c7e49b" ], "Accept-Language": [ "en-US" @@ -395,8 +395,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -410,13 +410,13 @@ "gateway" ], "x-ms-request-id": [ - "2659f742-5c60-4f28-910b-e235e99b90f5" + "1b0c5f22-4b3c-475d-af84-cb97287a38ca" ], "x-ms-correlation-request-id": [ - "2659f742-5c60-4f28-910b-e235e99b90f5" + "1b0c5f22-4b3c-475d-af84-cb97287a38ca" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150641Z:2659f742-5c60-4f28-910b-e235e99b90f5" + "SOUTHINDIA:20210518T124257Z:1b0c5f22-4b3c-475d-af84-cb97287a38ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -425,7 +425,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:41 GMT" + "Tue, 18 May 2021 12:42:56 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -437,23 +437,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNET7aa970' under resource group 'PSTestRG7aa97367' 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/PSTestVNETf298e0' under resource group 'PSTestRGf298e643' 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/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUN2FhOTcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjI5OGUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "201cdf07-a752-4c3b-99e5-8b5df40cd355" + "38d37dfa-ec38-4473-9764-495e17c7e49b" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -464,16 +464,16 @@ "no-cache" ], "ETag": [ - "W/\"58dca11f-3ab7-4bef-90f5-dc45a1ffe2c7\"" + "W/\"58a6953a-e094-4d01-a873-b8e09d94fe96\"" ], "x-ms-request-id": [ - "b3abe442-b32a-419f-bda7-59b66dd9cffd" + "9ca62a1d-22b9-4e8d-93ee-2c7cbbb1c927" ], "x-ms-correlation-request-id": [ - "9edd3eb5-e9ac-4944-9a4a-a20cc9f747fd" + "408ff577-0998-439d-be78-aac75895b2a5" ], "x-ms-arm-service-request-id": [ - "b3335de1-8233-4396-b8d7-5695f76f9a05" + "4be4a4cf-c995-4810-ba68-217b84699346" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -483,19 +483,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11967" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150647Z:9edd3eb5-e9ac-4944-9a4a-a20cc9f747fd" + "SOUTHINDIA:20210518T124302Z:408ff577-0998-439d-be78-aac75895b2a5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:47 GMT" + "Tue, 18 May 2021 12:43:02 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -504,17 +504,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970\",\r\n \"etag\": \"W/\\\"58dca11f-3ab7-4bef-90f5-dc45a1ffe2c7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9abab5a5-8e78-4b31-91ce-60f8f03e880d\",\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\": \"PSTestSNC7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970/subnets/PSTestSNC7aa970\",\r\n \"etag\": \"W/\\\"58dca11f-3ab7-4bef-90f5-dc45a1ffe2c7\\\"\",\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\": \"PSTestVNETf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0\",\r\n \"etag\": \"W/\\\"58a6953a-e094-4d01-a873-b8e09d94fe96\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"832741a3-85e6-4fd0-98c2-52552f578cd1\",\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\": \"PSTestSNCf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0/subnets/PSTestSNCf298e0\",\r\n \"etag\": \"W/\\\"58a6953a-e094-4d01-a873-b8e09d94fe96\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUN2FhOTcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjI5OGUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "201cdf07-a752-4c3b-99e5-8b5df40cd355" + "38d37dfa-ec38-4473-9764-495e17c7e49b" ], "Accept-Language": [ "en-US" @@ -522,8 +522,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -534,16 +534,16 @@ "no-cache" ], "ETag": [ - "W/\"58dca11f-3ab7-4bef-90f5-dc45a1ffe2c7\"" + "W/\"58a6953a-e094-4d01-a873-b8e09d94fe96\"" ], "x-ms-request-id": [ - "0e6ae074-dcf3-4ec9-9c75-45bfb3d9fd7d" + "8aa6602d-a0f4-4359-af3b-7240203d3822" ], "x-ms-correlation-request-id": [ - "0f7a9ab6-3a48-492a-8e78-ad0a921be1a0" + "4dde3932-98b2-4983-a36f-5bbe7271cc24" ], "x-ms-arm-service-request-id": [ - "7f9eeda4-754f-4217-af68-d209fec3e17b" + "231f0aea-5b02-4879-903c-67992bf1efe0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -553,19 +553,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11966" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150647Z:0f7a9ab6-3a48-492a-8e78-ad0a921be1a0" + "SOUTHINDIA:20210518T124302Z:4dde3932-98b2-4983-a36f-5bbe7271cc24" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:47 GMT" + "Tue, 18 May 2021 12:43:02 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -574,17 +574,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970\",\r\n \"etag\": \"W/\\\"58dca11f-3ab7-4bef-90f5-dc45a1ffe2c7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9abab5a5-8e78-4b31-91ce-60f8f03e880d\",\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\": \"PSTestSNC7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970/subnets/PSTestSNC7aa970\",\r\n \"etag\": \"W/\\\"58dca11f-3ab7-4bef-90f5-dc45a1ffe2c7\\\"\",\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\": \"PSTestVNETf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0\",\r\n \"etag\": \"W/\\\"58a6953a-e094-4d01-a873-b8e09d94fe96\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"832741a3-85e6-4fd0-98c2-52552f578cd1\",\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\": \"PSTestSNCf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0/subnets/PSTestSNCf298e0\",\r\n \"etag\": \"W/\\\"58a6953a-e094-4d01-a873-b8e09d94fe96\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUN2FhOTcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjI5OGUwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNC7aa970\"\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\": \"PSTestSNCf298e0\"\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": [ - "201cdf07-a752-4c3b-99e5-8b5df40cd355" + "38d37dfa-ec38-4473-9764-495e17c7e49b" ], "Accept-Language": [ "en-US" @@ -592,8 +592,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -613,19 +613,19 @@ "3" ], "x-ms-request-id": [ - "e7a12811-9dd1-4a6d-86df-443216a4f295" + "8f652a41-6cec-4833-8391-7432e9f5b899" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/e7a12811-9dd1-4a6d-86df-443216a4f295?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/8f652a41-6cec-4833-8391-7432e9f5b899?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "2a393953-50f7-41ae-9967-88595d69b970" + "e8a6c800-f37c-4c2f-8287-345d1ec3ec97" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "8ca8a420-ae3b-4ef3-bbf3-c43df5438092" + "5a7331c9-07d8-498a-8404-b69d45863efb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -635,19 +635,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150644Z:2a393953-50f7-41ae-9967-88595d69b970" + "SOUTHINDIA:20210518T124259Z:e8a6c800-f37c-4c2f-8287-345d1ec3ec97" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:43 GMT" + "Tue, 18 May 2021 12:42:58 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -656,23 +656,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970\",\r\n \"etag\": \"W/\\\"e633ec44-baa4-431f-8254-bd1a0340d922\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9abab5a5-8e78-4b31-91ce-60f8f03e880d\",\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\": \"PSTestSNC7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970/subnets/PSTestSNC7aa970\",\r\n \"etag\": \"W/\\\"e633ec44-baa4-431f-8254-bd1a0340d922\\\"\",\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\": \"PSTestVNETf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0\",\r\n \"etag\": \"W/\\\"eb4caa01-db88-4e0b-9f82-24e4f73b2a04\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"832741a3-85e6-4fd0-98c2-52552f578cd1\",\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\": \"PSTestSNCf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0/subnets/PSTestSNCf298e0\",\r\n \"etag\": \"W/\\\"eb4caa01-db88-4e0b-9f82-24e4f73b2a04\\\"\",\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/e7a12811-9dd1-4a6d-86df-443216a4f295?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U3YTEyODExLTlkZDEtNGE2ZC04NmRmLTQ0MzIxNmE0ZjI5NT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/8f652a41-6cec-4833-8391-7432e9f5b899?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzhmNjUyYTQxLTZjZWMtNDgzMy04MzkxLTc0MzJlOWY1Yjg5OT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "201cdf07-a752-4c3b-99e5-8b5df40cd355" + "38d37dfa-ec38-4473-9764-495e17c7e49b" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -683,13 +683,13 @@ "no-cache" ], "x-ms-request-id": [ - "57a839f7-b717-41d3-9708-380555a1f662" + "73014a89-8c81-45c0-8528-409dbf12c962" ], "x-ms-correlation-request-id": [ - "b1d8dba9-5c31-484d-9b0c-fc418b232258" + "c9473ff4-03d5-4d3a-ae94-98f5310b7322" ], "x-ms-arm-service-request-id": [ - "106806ba-f1c5-44ed-b746-f78365d77a5c" + "da7ca2f6-6ca8-4ab2-b86f-02c527405c67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,16 +699,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11968" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150647Z:b1d8dba9-5c31-484d-9b0c-fc418b232258" + "SOUTHINDIA:20210518T124302Z:c9473ff4-03d5-4d3a-ae94-98f5310b7322" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:46 GMT" + "Tue, 18 May 2021 12:43:01 GMT" ], "Content-Length": [ "29" @@ -724,13 +724,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczdhYTk3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2YyOThlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d34a583-8a7f-4e91-92a4-15d27b367713" + "08c97f3a-63f6-41c7-b4bc-dba4c2f13c8b" ], "Accept-Language": [ "en-US" @@ -738,8 +738,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -753,13 +753,13 @@ "gateway" ], "x-ms-request-id": [ - "e8f2bcec-144f-4e73-9975-7ebceee79cff" + "8795a146-cd24-4c7c-8fa6-466a184a2766" ], "x-ms-correlation-request-id": [ - "e8f2bcec-144f-4e73-9975-7ebceee79cff" + "8795a146-cd24-4c7c-8fa6-466a184a2766" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150647Z:e8f2bcec-144f-4e73-9975-7ebceee79cff" + "SOUTHINDIA:20210518T124302Z:8795a146-cd24-4c7c-8fa6-466a184a2766" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +768,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:47 GMT" + "Tue, 18 May 2021 12:43:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -780,23 +780,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdns7aa970' under resource group 'PSTestRG7aa97367' 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/pstestpublicdnsf298e0' under resource group 'PSTestRGf298e643' 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/PSTestRG7aa97367/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczdhYTk3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2YyOThlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d34a583-8a7f-4e91-92a4-15d27b367713" + "08c97f3a-63f6-41c7-b4bc-dba4c2f13c8b" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"6e1271c1-8e14-41b4-ad42-35dd8317066f\"" + "W/\"b46e7e45-c5e7-4e18-b32a-076909240c25\"" ], "x-ms-request-id": [ - "471575f1-c46b-44a7-93fb-c5e3fe07b448" + "c68244d4-50d5-4d5e-ba69-861146c76cd8" ], "x-ms-correlation-request-id": [ - "8deb49c6-024c-480a-8dcc-0f5969fd2b28" + "a9e89f8a-7373-4ddf-973b-d1cb8c932087" ], "x-ms-arm-service-request-id": [ - "243fe0a6-a295-4c29-95f9-6aeaf9690ef6" + "b8c5e9a9-4bac-4e7d-aa15-223526a1cad4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -826,19 +826,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11963" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150650Z:8deb49c6-024c-480a-8dcc-0f5969fd2b28" + "SOUTHINDIA:20210518T124304Z:a9e89f8a-7373-4ddf-973b-d1cb8c932087" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:50 GMT" + "Tue, 18 May 2021 12:43:04 GMT" ], "Content-Length": [ - "699" + "696" ], "Content-Type": [ "application/json; charset=utf-8" @@ -847,17 +847,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns7aa970\",\r\n \"etag\": \"W/\\\"6e1271c1-8e14-41b4-ad42-35dd8317066f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"37d52c75-718a-42fe-be4c-19cc202ca784\",\r\n \"ipAddress\": \"52.187.111.118\",\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\": \"pstestpublicdnsf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf298e0\",\r\n \"etag\": \"W/\\\"b46e7e45-c5e7-4e18-b32a-076909240c25\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"969f1f33-da47-4ba6-9255-f0206787ae23\",\r\n \"ipAddress\": \"13.76.161.2\",\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/PSTestRG7aa97367/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczdhYTk3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2YyOThlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d34a583-8a7f-4e91-92a4-15d27b367713" + "08c97f3a-63f6-41c7-b4bc-dba4c2f13c8b" ], "Accept-Language": [ "en-US" @@ -865,8 +865,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -877,16 +877,16 @@ "no-cache" ], "ETag": [ - "W/\"6e1271c1-8e14-41b4-ad42-35dd8317066f\"" + "W/\"b46e7e45-c5e7-4e18-b32a-076909240c25\"" ], "x-ms-request-id": [ - "2b84cf37-7439-4042-b81d-7336fb0f29ad" + "6844eb8d-edd2-4aff-9329-cb8820ec41af" ], "x-ms-correlation-request-id": [ - "2eca945d-e854-40a7-b422-8f5a5f356845" + "3f255db1-aa1f-4a97-bfd5-06ca0ae2a731" ], "x-ms-arm-service-request-id": [ - "86816e35-d992-4d36-95a6-7f9908af187f" + "24da4b07-3333-453b-ba02-f1b5ede418ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -896,19 +896,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11962" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150650Z:2eca945d-e854-40a7-b422-8f5a5f356845" + "SOUTHINDIA:20210518T124304Z:3f255db1-aa1f-4a97-bfd5-06ca0ae2a731" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:50 GMT" + "Tue, 18 May 2021 12:43:04 GMT" ], "Content-Length": [ - "699" + "696" ], "Content-Type": [ "application/json; charset=utf-8" @@ -917,17 +917,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns7aa970\",\r\n \"etag\": \"W/\\\"6e1271c1-8e14-41b4-ad42-35dd8317066f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"37d52c75-718a-42fe-be4c-19cc202ca784\",\r\n \"ipAddress\": \"52.187.111.118\",\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\": \"pstestpublicdnsf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf298e0\",\r\n \"etag\": \"W/\\\"b46e7e45-c5e7-4e18-b32a-076909240c25\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"969f1f33-da47-4ba6-9255-f0206787ae23\",\r\n \"ipAddress\": \"13.76.161.2\",\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/PSTestRG7aa97367/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczdhYTk3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2YyOThlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "1d34a583-8a7f-4e91-92a4-15d27b367713" + "08c97f3a-63f6-41c7-b4bc-dba4c2f13c8b" ], "Accept-Language": [ "en-US" @@ -935,8 +935,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -956,19 +956,19 @@ "1" ], "x-ms-request-id": [ - "53fc65bf-f663-4a9f-b938-54cafe898ddc" + "4cee8f13-499d-41cc-8ca4-0e16679933ca" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/53fc65bf-f663-4a9f-b938-54cafe898ddc?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/4cee8f13-499d-41cc-8ca4-0e16679933ca?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "72e43425-5e34-413f-949c-2e35f8958d18" + "98705241-9ff4-43af-bee7-317b8062d37b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "cbb4262d-fc17-408c-88c6-fd2386bdbadb" + "877474f6-04f5-4326-b81d-29f70208751d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -978,16 +978,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150648Z:72e43425-5e34-413f-949c-2e35f8958d18" + "SOUTHINDIA:20210518T124303Z:98705241-9ff4-43af-bee7-317b8062d37b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:48 GMT" + "Tue, 18 May 2021 12:43:03 GMT" ], "Content-Length": [ "662" @@ -999,23 +999,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns7aa970\",\r\n \"etag\": \"W/\\\"27ca10ee-1344-4ee8-89fa-7d784c8bd6bd\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"37d52c75-718a-42fe-be4c-19cc202ca784\",\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\": \"pstestpublicdnsf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf298e0\",\r\n \"etag\": \"W/\\\"abc07d7f-cf28-4ebd-9c2a-30cd747e1fca\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"969f1f33-da47-4ba6-9255-f0206787ae23\",\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/53fc65bf-f663-4a9f-b938-54cafe898ddc?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzUzZmM2NWJmLWY2NjMtNGE5Zi1iOTM4LTU0Y2FmZTg5OGRkYz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/4cee8f13-499d-41cc-8ca4-0e16679933ca?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzRjZWU4ZjEzLTQ5OWQtNDFjYy04Y2E0LTBlMTY2Nzk5MzNjYT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d34a583-8a7f-4e91-92a4-15d27b367713" + "08c97f3a-63f6-41c7-b4bc-dba4c2f13c8b" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1026,13 +1026,13 @@ "no-cache" ], "x-ms-request-id": [ - "38967d24-6597-4222-9185-d63a9a0da591" + "4d627df6-bb26-4a0f-b850-13de7e98de2a" ], "x-ms-correlation-request-id": [ - "f1f715e5-d488-41ab-8791-668416beca76" + "ba6140f9-cdb7-4026-a3d2-b3c234e77358" ], "x-ms-arm-service-request-id": [ - "a5737bf0-f57b-4e10-b25d-9a1ebdcf5e70" + "6cb7aa8f-3373-459e-a78e-a99987dd9243" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1042,16 +1042,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11964" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150650Z:f1f715e5-d488-41ab-8791-668416beca76" + "SOUTHINDIA:20210518T124304Z:ba6140f9-cdb7-4026-a3d2-b3c234e77358" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:50 GMT" + "Tue, 18 May 2021 12:43:04 GMT" ], "Content-Length": [ "29" @@ -1067,13 +1067,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c3YWE5NzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmMjk4ZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3fc9444-41e0-4e74-a22d-09bef294534c" + "aff55c9a-e50c-4846-8165-c339d0b233d7" ], "Accept-Language": [ "en-US" @@ -1081,8 +1081,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1096,13 +1096,13 @@ "gateway" ], "x-ms-request-id": [ - "0c41251f-4629-4c06-be99-fc56139bbcdb" + "0ec13aff-92fe-48e4-b646-c976956a246b" ], "x-ms-correlation-request-id": [ - "0c41251f-4629-4c06-be99-fc56139bbcdb" + "0ec13aff-92fe-48e4-b646-c976956a246b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150650Z:0c41251f-4629-4c06-be99-fc56139bbcdb" + "SOUTHINDIA:20210518T124304Z:0ec13aff-92fe-48e4-b646-c976956a246b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1111,7 +1111,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:50 GMT" + "Tue, 18 May 2021 12:43:04 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1123,23 +1123,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970' under resource group 'PSTestRG7aa97367' 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/PSTestNSGf298e0' under resource group 'PSTestRGf298e643' 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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c3YWE5NzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmMjk4ZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3fc9444-41e0-4e74-a22d-09bef294534c" + "aff55c9a-e50c-4846-8165-c339d0b233d7" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1150,16 +1150,16 @@ "no-cache" ], "ETag": [ - "W/\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\"" + "W/\"4bb62ea0-5b6a-431d-b490-4a432d49a583\"" ], "x-ms-request-id": [ - "aacb5b9d-2277-4273-b471-35d533aeae41" + "80a90411-e798-4868-b321-92e8b07d133d" ], "x-ms-correlation-request-id": [ - "a43dc5b7-9858-4427-976e-93441dd6a373" + "db6f9296-283d-4c97-98aa-3bf9864aa573" ], "x-ms-arm-service-request-id": [ - "a0440acf-353b-41de-85af-ddf2e30ac448" + "4442a796-b9d8-4774-8073-48d807690111" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1169,16 +1169,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11959" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150654Z:a43dc5b7-9858-4427-976e-93441dd6a373" + "SOUTHINDIA:20210518T124309Z:db6f9296-283d-4c97-98aa-3bf9864aa573" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:54 GMT" + "Tue, 18 May 2021 12:43:08 GMT" ], "Content-Length": [ "8475" @@ -1190,17 +1190,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a7b3a803-3f29-46bd-ad34-252e01b11046\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/securityRules/PSTestNSGRuleRDP7aa970\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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\": \"PSTestNSGRuleWeb7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/securityRules/PSTestNSGRuleWeb7aa970\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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\": \"PSTestNSGf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6eaa4d61-565c-4988-a91a-051b4f77241e\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/securityRules/PSTestNSGRuleRDPf298e0\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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\": \"PSTestNSGRuleWebf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/securityRules/PSTestNSGRuleWebf298e0\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c3YWE5NzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmMjk4ZTA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3fc9444-41e0-4e74-a22d-09bef294534c" + "aff55c9a-e50c-4846-8165-c339d0b233d7" ], "Accept-Language": [ "en-US" @@ -1208,8 +1208,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1220,16 +1220,16 @@ "no-cache" ], "ETag": [ - "W/\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\"" + "W/\"4bb62ea0-5b6a-431d-b490-4a432d49a583\"" ], "x-ms-request-id": [ - "6db7c857-90f0-4f1e-bdc6-506748899062" + "fc00c3df-f1c8-422f-b82c-9bff2180f4b1" ], "x-ms-correlation-request-id": [ - "89bd33bd-3004-41ce-a673-9738f3fc7b52" + "e2b02be4-accc-4772-9698-2dbc62f445fb" ], "x-ms-arm-service-request-id": [ - "743cac34-6324-45b9-a5e0-20f6ef4614ce" + "057f50ab-f72c-49a9-9c78-4817b415d614" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,16 +1239,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11958" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150655Z:89bd33bd-3004-41ce-a673-9738f3fc7b52" + "SOUTHINDIA:20210518T124309Z:e2b02be4-accc-4772-9698-2dbc62f445fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:54 GMT" + "Tue, 18 May 2021 12:43:08 GMT" ], "Content-Length": [ "8475" @@ -1260,17 +1260,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a7b3a803-3f29-46bd-ad34-252e01b11046\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/securityRules/PSTestNSGRuleRDP7aa970\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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\": \"PSTestNSGRuleWeb7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/securityRules/PSTestNSGRuleWeb7aa970\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"eb4b677b-210c-41a3-a506-bb2753cbd2e7\\\"\",\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\": \"PSTestNSGf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6eaa4d61-565c-4988-a91a-051b4f77241e\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/securityRules/PSTestNSGRuleRDPf298e0\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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\": \"PSTestNSGRuleWebf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/securityRules/PSTestNSGRuleWebf298e0\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"4bb62ea0-5b6a-431d-b490-4a432d49a583\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c3YWE5NzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmMjk4ZTA/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\": \"PSTestNSGRuleRDP7aa970\"\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\": \"PSTestNSGRuleWeb7aa970\"\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\": \"PSTestNSGRuleRDPf298e0\"\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\": \"PSTestNSGRuleWebf298e0\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e3fc9444-41e0-4e74-a22d-09bef294534c" + "aff55c9a-e50c-4846-8165-c339d0b233d7" ], "Accept-Language": [ "en-US" @@ -1278,8 +1278,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1299,19 +1299,19 @@ "3" ], "x-ms-request-id": [ - "e26c7374-357e-4292-b1d8-3277ef4d187a" + "49adcbae-81b7-4b76-86aa-8ecd2de2215b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/e26c7374-357e-4292-b1d8-3277ef4d187a?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/49adcbae-81b7-4b76-86aa-8ecd2de2215b?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "e6e47304-f294-42e4-b3a1-5afdd8a68a24" + "9a11a308-7cde-4123-941c-ab0f75dccd95" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "04e08757-30c4-4a63-9056-190b15b93573" + "bcd3c288-094b-4512-b611-eaa5feb9d674" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1321,16 +1321,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1193" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150651Z:e6e47304-f294-42e4-b3a1-5afdd8a68a24" + "SOUTHINDIA:20210518T124305Z:9a11a308-7cde-4123-941c-ab0f75dccd95" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:51 GMT" + "Tue, 18 May 2021 12:43:05 GMT" ], "Content-Length": [ "8466" @@ -1342,23 +1342,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970\",\r\n \"etag\": \"W/\\\"4f13cb9e-469b-4b04-ae45-e181f8993d3e\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a7b3a803-3f29-46bd-ad34-252e01b11046\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/securityRules/PSTestNSGRuleRDP7aa970\",\r\n \"etag\": \"W/\\\"4f13cb9e-469b-4b04-ae45-e181f8993d3e\\\"\",\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\": \"PSTestNSGRuleWeb7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/securityRules/PSTestNSGRuleWeb7aa970\",\r\n \"etag\": \"W/\\\"4f13cb9e-469b-4b04-ae45-e181f8993d3e\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"4f13cb9e-469b-4b04-ae45-e181f8993d3e\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"4f13cb9e-469b-4b04-ae45-e181f8993d3e\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"4f13cb9e-469b-4b04-ae45-e181f8993d3e\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"4f13cb9e-469b-4b04-ae45-e181f8993d3e\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"4f13cb9e-469b-4b04-ae45-e181f8993d3e\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"4f13cb9e-469b-4b04-ae45-e181f8993d3e\\\"\",\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\": \"PSTestNSGf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0\",\r\n \"etag\": \"W/\\\"2b5f5717-8e77-4654-9fd2-5a5777be4fa2\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6eaa4d61-565c-4988-a91a-051b4f77241e\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/securityRules/PSTestNSGRuleRDPf298e0\",\r\n \"etag\": \"W/\\\"2b5f5717-8e77-4654-9fd2-5a5777be4fa2\\\"\",\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\": \"PSTestNSGRuleWebf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/securityRules/PSTestNSGRuleWebf298e0\",\r\n \"etag\": \"W/\\\"2b5f5717-8e77-4654-9fd2-5a5777be4fa2\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"2b5f5717-8e77-4654-9fd2-5a5777be4fa2\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"2b5f5717-8e77-4654-9fd2-5a5777be4fa2\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"2b5f5717-8e77-4654-9fd2-5a5777be4fa2\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"2b5f5717-8e77-4654-9fd2-5a5777be4fa2\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"2b5f5717-8e77-4654-9fd2-5a5777be4fa2\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"2b5f5717-8e77-4654-9fd2-5a5777be4fa2\\\"\",\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/e26c7374-357e-4292-b1d8-3277ef4d187a?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2UyNmM3Mzc0LTM1N2UtNDI5Mi1iMWQ4LTMyNzdlZjRkMTg3YT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/49adcbae-81b7-4b76-86aa-8ecd2de2215b?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ5YWRjYmFlLTgxYjctNGI3Ni04NmFhLThlY2QyZGUyMjE1Yj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3fc9444-41e0-4e74-a22d-09bef294534c" + "aff55c9a-e50c-4846-8165-c339d0b233d7" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1369,13 +1369,13 @@ "no-cache" ], "x-ms-request-id": [ - "52519c05-66cf-43f3-bcbb-9451f741b2ed" + "6ac6c8a4-657e-4076-b9cb-3f0835f5715b" ], "x-ms-correlation-request-id": [ - "a2d3c198-7be1-4dcd-a5bf-f936b6b825ef" + "edd053bb-fe38-496e-8a15-779a80f90f4b" ], "x-ms-arm-service-request-id": [ - "4c30c419-4f7a-4813-9e85-59e011faf74f" + "ecbd3563-76e1-44f6-ac7a-ac97e9d8cfef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1385,16 +1385,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11960" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150654Z:a2d3c198-7be1-4dcd-a5bf-f936b6b825ef" + "SOUTHINDIA:20210518T124309Z:edd053bb-fe38-496e-8a15-779a80f90f4b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:54 GMT" + "Tue, 18 May 2021 12:43:08 GMT" ], "Content-Length": [ "29" @@ -1410,13 +1410,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzdhYTk3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2YyOThlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0636b91b-070f-4cc7-9254-27631d5fa989" + "d9608e2b-bee9-4527-b451-5b2facaafd93" ], "Accept-Language": [ "en-US" @@ -1424,8 +1424,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1439,13 +1439,13 @@ "gateway" ], "x-ms-request-id": [ - "5ee68dd3-2148-46bb-b99b-52f5aae827b2" + "b1e7228a-f0ad-46e3-97a9-3cf56e89941e" ], "x-ms-correlation-request-id": [ - "5ee68dd3-2148-46bb-b99b-52f5aae827b2" + "b1e7228a-f0ad-46e3-97a9-3cf56e89941e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150655Z:5ee68dd3-2148-46bb-b99b-52f5aae827b2" + "SOUTHINDIA:20210518T124309Z:b1e7228a-f0ad-46e3-97a9-3cf56e89941e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1454,7 +1454,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:54 GMT" + "Tue, 18 May 2021 12:43:08 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1466,23 +1466,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNIC7aa970' under resource group 'PSTestRG7aa97367' 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/PSTestNICf298e0' under resource group 'PSTestRGf298e643' 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/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzdhYTk3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2YyOThlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0636b91b-070f-4cc7-9254-27631d5fa989" + "d9608e2b-bee9-4527-b451-5b2facaafd93" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1493,16 +1493,16 @@ "no-cache" ], "ETag": [ - "W/\"1ba306c7-8344-4b3b-8964-696a4e3d742e\"" + "W/\"1372ba1f-3f52-42ef-b78b-157e7a82ac4f\"" ], "x-ms-request-id": [ - "33a31716-3acf-413e-a424-c3fbc3a33c0e" + "30784df9-c633-403e-81d3-6570c74f1a12" ], "x-ms-correlation-request-id": [ - "7b8ca832-2ab6-4b52-9762-bc3ad63e8ffd" + "c4f6b59b-3219-4710-bd16-6f713d9e86fe" ], "x-ms-arm-service-request-id": [ - "1f6d965b-9c83-49f2-9871-5ba04b04c37f" + "ed598bfc-db96-4549-b4d3-9266100603cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1512,16 +1512,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11956" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150656Z:7b8ca832-2ab6-4b52-9762-bc3ad63e8ffd" + "SOUTHINDIA:20210518T124310Z:c4f6b59b-3219-4710-bd16-6f713d9e86fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:55 GMT" + "Tue, 18 May 2021 12:43:09 GMT" ], "Content-Length": [ "2104" @@ -1533,17 +1533,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970\",\r\n \"etag\": \"W/\\\"1ba306c7-8344-4b3b-8964-696a4e3d742e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"48c16033-13e5-45c8-bb75-418d37019dae\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"1ba306c7-8344-4b3b-8964-696a4e3d742e\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns7aa970\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970/subnets/PSTestSNC7aa970\"\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\": \"uw01vgtyryyuxeoomd2papuibf.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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970\"\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\": \"PSTestNICf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0\",\r\n \"etag\": \"W/\\\"1372ba1f-3f52-42ef-b78b-157e7a82ac4f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"57572c1e-b530-4d08-9505-d419cab14c41\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"1372ba1f-3f52-42ef-b78b-157e7a82ac4f\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf298e0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0/subnets/PSTestSNCf298e0\"\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\": \"unaspa5gqxie5ggckjks4v2m0b.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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0\"\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/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzdhYTk3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2YyOThlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0636b91b-070f-4cc7-9254-27631d5fa989" + "d9608e2b-bee9-4527-b451-5b2facaafd93" ], "Accept-Language": [ "en-US" @@ -1551,8 +1551,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1563,16 +1563,16 @@ "no-cache" ], "ETag": [ - "W/\"1ba306c7-8344-4b3b-8964-696a4e3d742e\"" + "W/\"1372ba1f-3f52-42ef-b78b-157e7a82ac4f\"" ], "x-ms-request-id": [ - "fc9d7a16-5ecb-4af3-96a6-9323538599da" + "62332e66-da65-40df-8e46-3c9fbcd78242" ], "x-ms-correlation-request-id": [ - "61493863-473a-4a2f-84f8-e24d55dd6000" + "55eb9b76-1335-4872-9dce-31dc1300f167" ], "x-ms-arm-service-request-id": [ - "4008ccb2-5f17-49fa-bee6-4fdd1ae14b09" + "0bf05f27-a16f-4f56-9c6f-3efd7fb42933" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1582,16 +1582,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11955" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150656Z:61493863-473a-4a2f-84f8-e24d55dd6000" + "SOUTHINDIA:20210518T124310Z:55eb9b76-1335-4872-9dce-31dc1300f167" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:55 GMT" + "Tue, 18 May 2021 12:43:09 GMT" ], "Content-Length": [ "2104" @@ -1603,17 +1603,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970\",\r\n \"etag\": \"W/\\\"1ba306c7-8344-4b3b-8964-696a4e3d742e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"48c16033-13e5-45c8-bb75-418d37019dae\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"1ba306c7-8344-4b3b-8964-696a4e3d742e\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns7aa970\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970/subnets/PSTestSNC7aa970\"\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\": \"uw01vgtyryyuxeoomd2papuibf.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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970\"\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\": \"PSTestNICf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0\",\r\n \"etag\": \"W/\\\"1372ba1f-3f52-42ef-b78b-157e7a82ac4f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"57572c1e-b530-4d08-9505-d419cab14c41\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"1372ba1f-3f52-42ef-b78b-157e7a82ac4f\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf298e0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0/subnets/PSTestSNCf298e0\"\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\": \"unaspa5gqxie5ggckjks4v2m0b.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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0\"\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/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzdhYTk3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2YyOThlMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970\",\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/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970/subnets/PSTestSNC7aa970\"\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/PSTestRG7aa97367/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns7aa970\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0\",\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/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0/subnets/PSTestSNCf298e0\"\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/PSTestRGf298e643/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf298e0\",\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": [ - "0636b91b-070f-4cc7-9254-27631d5fa989" + "d9608e2b-bee9-4527-b451-5b2facaafd93" ], "Accept-Language": [ "en-US" @@ -1621,8 +1621,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1639,19 +1639,19 @@ "no-cache" ], "x-ms-request-id": [ - "04ca2482-6431-428d-b4d1-b97e68acf4d9" + "72eb482a-bb59-4961-8915-175eae2b5900" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/04ca2482-6431-428d-b4d1-b97e68acf4d9?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/72eb482a-bb59-4961-8915-175eae2b5900?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "e4b92c70-3895-40ca-9ab3-0ad7912782fb" + "30ce8d9c-0db9-45a9-afd7-a613a5a9d925" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e0dbb7bc-d5a7-4a49-a496-9315895e8ff3" + "fbe2fcf5-727f-4e63-b763-e98ee7f6804a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1661,16 +1661,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1192" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150656Z:e4b92c70-3895-40ca-9ab3-0ad7912782fb" + "SOUTHINDIA:20210518T124310Z:30ce8d9c-0db9-45a9-afd7-a613a5a9d925" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:55 GMT" + "Tue, 18 May 2021 12:43:09 GMT" ], "Content-Length": [ "2104" @@ -1682,17 +1682,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970\",\r\n \"etag\": \"W/\\\"1ba306c7-8344-4b3b-8964-696a4e3d742e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"48c16033-13e5-45c8-bb75-418d37019dae\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"1ba306c7-8344-4b3b-8964-696a4e3d742e\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns7aa970\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Network/virtualNetworks/PSTestVNET7aa970/subnets/PSTestSNC7aa970\"\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\": \"uw01vgtyryyuxeoomd2papuibf.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/PSTestRG7aa97367/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG7aa970\"\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\": \"PSTestNICf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0\",\r\n \"etag\": \"W/\\\"1372ba1f-3f52-42ef-b78b-157e7a82ac4f\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"57572c1e-b530-4d08-9505-d419cab14c41\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"1372ba1f-3f52-42ef-b78b-157e7a82ac4f\\\"\",\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/PSTestRGf298e643/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf298e0\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Network/virtualNetworks/PSTestVNETf298e0/subnets/PSTestSNCf298e0\"\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\": \"unaspa5gqxie5ggckjks4v2m0b.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/PSTestRGf298e643/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf298e0\"\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/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "Accept-Language": [ "en-US" @@ -1700,8 +1700,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1715,13 +1715,13 @@ "11999" ], "x-ms-request-id": [ - "6f25e2ff-cce8-4b3b-a119-6378f397dd0c" + "87d0d418-83b9-497c-b8ce-1a7a92ee9457" ], "x-ms-correlation-request-id": [ - "6f25e2ff-cce8-4b3b-a119-6378f397dd0c" + "87d0d418-83b9-497c-b8ce-1a7a92ee9457" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150656Z:6f25e2ff-cce8-4b3b-a119-6378f397dd0c" + "WESTINDIA:20210518T124310Z:87d0d418-83b9-497c-b8ce-1a7a92ee9457" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1730,7 +1730,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:55 GMT" + "Tue, 18 May 2021 12:43:09 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1746,13 +1746,13 @@ "StatusCode": 200 }, { - "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": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "Accept-Language": [ "en-US" @@ -1760,8 +1760,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1772,21 +1772,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "9906ca84-9303-47d5-90d8-95e467baaf1e", - "1db10b79-d789-46bd-a452-e8dd8773fe15", - "8a852988-88cf-43b8-8f7e-6f65d5fe0bac" + "ce2d3482-54fd-423b-9348-1b4c01eecc49", + "e8e45560-c85b-45f1-bb81-c554fa64258a", + "94b8b87f-1f0e-499f-b73b-3a59ce157320", + "9124c9a5-143e-4a06-b93c-d51d7c7ba055", + "c9b6c1a6-4545-458d-9672-8c0c3c0b832e", + "89f13fc5-aab3-42f6-b6a8-1c9a6dc307d2", + "6b1ec2ff-46f5-4bde-a52f-e19104f1b2b4", + "aa2f768d-f89e-417a-9251-97ca35c93844", + "f4fc7478-9c0d-4932-b814-d2a03a2fcca6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-request-id": [ - "dbc42c6f-3ed3-4937-8375-181c0ed728c1" + "16cd31ea-12c5-4b3f-8c5f-f5d48eea7e72" ], "x-ms-correlation-request-id": [ - "dbc42c6f-3ed3-4937-8375-181c0ed728c1" + "16cd31ea-12c5-4b3f-8c5f-f5d48eea7e72" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150657Z:dbc42c6f-3ed3-4937-8375-181c0ed728c1" + "WESTINDIA:20210518T124311Z:16cd31ea-12c5-4b3f-8c5f-f5d48eea7e72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1795,7 +1801,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:57 GMT" + "Tue, 18 May 2021 12:43:10 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1804,20 +1810,20 @@ "-1" ], "Content-Length": [ - "28983" + "57084" ] }, - "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_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\": \"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/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTdhYTk3MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWYyOThlMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM7aa970\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"7aa97367-b12\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf298e0\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"f298e643-fe1\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "Accept-Language": [ "en-US" @@ -1825,14 +1831,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1152" + "1148" ] }, "ResponseHeaders": { @@ -1846,41 +1852,41 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/11994008-7bba-4f16-a7d5-57dfddbcf053?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/c9aae5cb-eac5-441d-bfdc-58ce86c4dfbe?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "11994008-7bba-4f16-a7d5-57dfddbcf053" + "c9aae5cb-eac5-441d-bfdc-58ce86c4dfbe" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "ffc85fb7-8e2e-46d1-ac67-dc0d170db678" + "dda6c480-2577-4b98-b7a2-23466410dc96" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150700Z:ffc85fb7-8e2e-46d1-ac67-dc0d170db678" + "SOUTHINDIA:20210518T124314Z:dda6c480-2577-4b98-b7a2-23466410dc96" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:06:59 GMT" + "Tue, 18 May 2021 12:43:13 GMT" ], "Content-Length": [ - "1911" + "1907" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1889,23 +1895,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM7aa970\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"05-2020\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"06060343-508c-4713-80ea-03f6289466c6\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM7aa970\",\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/PSTestRG7aa97367/providers/Microsoft.Network/networkInterfaces/PSTestNIC7aa970\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMf298e0\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"4a1b38fb-d125-47e7-96e2-ede263707177\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf298e0\",\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/PSTestRGf298e643/providers/Microsoft.Network/networkInterfaces/PSTestNICf298e0\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/11994008-7bba-4f16-a7d5-57dfddbcf053?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzExOTk0MDA4LTdiYmEtNGYxNi1hN2Q1LTU3ZGZkZGJjZjA1Mz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/c9aae5cb-eac5-441d-bfdc-58ce86c4dfbe?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M5YWFlNWNiLWVhYzUtNDQxZC1iZmRjLTU4Y2U4NmM0ZGZiZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -1919,32 +1925,32 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "068e04c6-b758-425c-bd48-05bfb4a38b81" + "69316cc2-7936-49f0-b8d4-a2a70ae24e37" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "6f3c67f6-f1e2-44cb-9e39-72810680726b" + "6a3d3f6c-f6e4-4f44-ab90-beced8b09b79" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150710Z:6f3c67f6-f1e2-44cb-9e39-72810680726b" + "SOUTHINDIA:20210518T124324Z:6a3d3f6c-f6e4-4f44-ab90-beced8b09b79" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:07:09 GMT" + "Tue, 18 May 2021 12:43:23 GMT" ], "Content-Length": [ "134" @@ -1956,23 +1962,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T20:36:59.3831453+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"11994008-7bba-4f16-a7d5-57dfddbcf053\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:13:13.5566878+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c9aae5cb-eac5-441d-bfdc-58ce86c4dfbe\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/11994008-7bba-4f16-a7d5-57dfddbcf053?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzExOTk0MDA4LTdiYmEtNGYxNi1hN2Q1LTU3ZGZkZGJjZjA1Mz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/c9aae5cb-eac5-441d-bfdc-58ce86c4dfbe?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M5YWFlNWNiLWVhYzUtNDQxZC1iZmRjLTU4Y2U4NmM0ZGZiZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -1983,32 +1989,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b5060b6e-0f13-45dd-9e77-fecc569243ba" + "e2208745-14fc-48dc-890b-77608a55ef01" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-correlation-request-id": [ - "ff2d45af-0204-493f-b0a0-a42c42075e9c" + "9e83830f-a4a1-49b2-8c62-8e4c25adc8d4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150800Z:ff2d45af-0204-493f-b0a0-a42c42075e9c" + "SOUTHINDIA:20210518T124414Z:9e83830f-a4a1-49b2-8c62-8e4c25adc8d4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:07:59 GMT" + "Tue, 18 May 2021 12:44:14 GMT" ], "Content-Length": [ "134" @@ -2020,23 +2026,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T20:36:59.3831453+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"11994008-7bba-4f16-a7d5-57dfddbcf053\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:13:13.5566878+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c9aae5cb-eac5-441d-bfdc-58ce86c4dfbe\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/11994008-7bba-4f16-a7d5-57dfddbcf053?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzExOTk0MDA4LTdiYmEtNGYxNi1hN2Q1LTU3ZGZkZGJjZjA1Mz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/c9aae5cb-eac5-441d-bfdc-58ce86c4dfbe?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2M5YWFlNWNiLWVhYzUtNDQxZC1iZmRjLTU4Y2U4NmM0ZGZiZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2047,32 +2053,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "be77a73e-6017-45bc-99c1-c206c93f18d1" + "10118a78-2da4-4703-a01f-1dcddd6ce585" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "f449eee4-eeea-48ae-9f94-8397f3f84721" + "abae83ba-60af-4b90-9200-856692273a34" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150850Z:f449eee4-eeea-48ae-9f94-8397f3f84721" + "SOUTHINDIA:20210518T124504Z:abae83ba-60af-4b90-9200-856692273a34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:08:50 GMT" + "Tue, 18 May 2021 12:45:04 GMT" ], "Content-Length": [ "184" @@ -2084,17 +2090,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T20:36:59.3831453+05:30\",\r\n \"endTime\": \"2021-02-15T20:38:23.6655669+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"11994008-7bba-4f16-a7d5-57dfddbcf053\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:13:13.5566878+05:30\",\r\n \"endTime\": \"2021-05-18T18:14:51.5243872+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c9aae5cb-eac5-441d-bfdc-58ce86c4dfbe\"\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": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "Accept-Language": [ "en-US" @@ -2102,8 +2108,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2117,32 +2123,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "de9600f3-1cd5-4d67-80d4-2e8019102004" + "173ad65b-a8ec-4145-89e8-3be4a48cb933" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-correlation-request-id": [ - "cea73b26-111a-4c78-ac84-da160a05ea29" + "bb332cc9-cc44-49df-b68f-704e6ca73bd1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150851Z:cea73b26-111a-4c78-ac84-da160a05ea29" + "SOUTHINDIA:20210518T124505Z:bb332cc9-cc44-49df-b68f-704e6ca73bd1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:08:51 GMT" + "Tue, 18 May 2021 12:45:04 GMT" ], "Content-Length": [ - "360618" + "377832" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2151,17 +2157,17 @@ "-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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "Accept-Language": [ "en-US" @@ -2169,8 +2175,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2181,35 +2187,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22499" + "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22497" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "925671a7-ca13-4dff-814a-45985fdb3f5f" + "d1cd8412-ffff-487f-b526-e72c90c6db30" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-correlation-request-id": [ - "fbdc7cc1-bd11-49e0-8c3c-98242faf40f1" + "dda6b86d-b190-4cce-9db6-27ae731303be" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150851Z:fbdc7cc1-bd11-49e0-8c3c-98242faf40f1" + "SOUTHINDIA:20210518T124505Z:dda6b86d-b190-4cce-9db6-27ae731303be" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:08:51 GMT" + "Tue, 18 May 2021 12:45:04 GMT" ], "Content-Length": [ "1089" @@ -2221,17 +2227,17 @@ "-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": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "Accept-Language": [ "en-US" @@ -2239,8 +2245,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2251,35 +2257,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21999" + "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "4918f048-fa08-4d1d-9dbf-e410757ec409" + "a4337d9e-4cf0-4bea-93c7-07ee61fef0af" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-correlation-request-id": [ - "d2e54442-8614-4219-9191-d01aaf461413" + "30e08248-3c87-4f84-9301-aa62f68c3194" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150851Z:d2e54442-8614-4219-9191-d01aaf461413" + "SOUTHINDIA:20210518T124505Z:30e08248-3c87-4f84-9301-aa62f68c3194" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:08:51 GMT" + "Tue, 18 May 2021 12:45:05 GMT" ], "Content-Length": [ "1326" @@ -2291,17 +2297,17 @@ "-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/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTdhYTk3MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWYyOThlMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "Accept-Language": [ "en-US" @@ -2309,8 +2315,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2327,38 +2333,38 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/74b745fa-0521-46b2-af51-656fb40cf810?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/43a2d250-ae4f-42d6-83e2-664af96a5850?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "74b745fa-0521-46b2-af51-656fb40cf810" + "43a2d250-ae4f-42d6-83e2-664af96a5850" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "883d6322-b381-400d-9a77-fe330e059516" + "94b8be6d-aba7-4283-bb0a-8bd8589a268f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150853Z:883d6322-b381-400d-9a77-fe330e059516" + "SOUTHINDIA:20210518T124507Z:94b8be6d-aba7-4283-bb0a-8bd8589a268f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:08:53 GMT" + "Tue, 18 May 2021 12:45:06 GMT" ], "Content-Length": [ "484" @@ -2370,23 +2376,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970/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/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0/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/74b745fa-0521-46b2-af51-656fb40cf810?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc0Yjc0NWZhLTA1MjEtNDZiMi1hZjUxLTY1NmZiNDBjZjgxMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/43a2d250-ae4f-42d6-83e2-664af96a5850?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQzYTJkMjUwLWFlNGYtNDJkNi04M2UyLTY2NGFmOTZhNTg1MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2397,32 +2403,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "861c7840-e406-46ad-898e-2b9aa0d79851" + "d8b219f5-adaa-4dbf-bb56-475c1d00d7f9" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-correlation-request-id": [ - "d8a03a2f-5ce7-4b67-b53a-aa07aacc5071" + "8a3309cf-b11e-49fa-b18e-f24a7380df26" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150924Z:d8a03a2f-5ce7-4b67-b53a-aa07aacc5071" + "SOUTHINDIA:20210518T124537Z:8a3309cf-b11e-49fa-b18e-f24a7380df26" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:09:23 GMT" + "Tue, 18 May 2021 12:45:36 GMT" ], "Content-Length": [ "134" @@ -2434,23 +2440,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T20:38:53.3066098+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74b745fa-0521-46b2-af51-656fb40cf810\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:15:07.0242166+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"43a2d250-ae4f-42d6-83e2-664af96a5850\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/74b745fa-0521-46b2-af51-656fb40cf810?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc0Yjc0NWZhLTA1MjEtNDZiMi1hZjUxLTY1NmZiNDBjZjgxMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/43a2d250-ae4f-42d6-83e2-664af96a5850?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQzYTJkMjUwLWFlNGYtNDJkNi04M2UyLTY2NGFmOTZhNTg1MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2461,32 +2467,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e0d01e06-4269-4954-932f-76a8d1b64fa6" + "be49fed2-d795-49ac-b8d9-28b0dcc6d468" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-correlation-request-id": [ - "24a208e2-4813-4744-9f64-3fd616fd4108" + "2e8caec5-e106-499d-aad6-efaf31b55eda" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T150954Z:24a208e2-4813-4744-9f64-3fd616fd4108" + "SOUTHINDIA:20210518T124607Z:2e8caec5-e106-499d-aad6-efaf31b55eda" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:09:53 GMT" + "Tue, 18 May 2021 12:46:07 GMT" ], "Content-Length": [ "134" @@ -2498,23 +2504,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T20:38:53.3066098+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74b745fa-0521-46b2-af51-656fb40cf810\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:15:07.0242166+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"43a2d250-ae4f-42d6-83e2-664af96a5850\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/74b745fa-0521-46b2-af51-656fb40cf810?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc0Yjc0NWZhLTA1MjEtNDZiMi1hZjUxLTY1NmZiNDBjZjgxMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/43a2d250-ae4f-42d6-83e2-664af96a5850?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQzYTJkMjUwLWFlNGYtNDJkNi04M2UyLTY2NGFmOTZhNTg1MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2525,32 +2531,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9e27fa5e-75cd-40f2-a5a5-dfd71e12b7ad" + "16a87f05-7c0e-44cc-ac09-9832e9b58e5e" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11987" ], "x-ms-correlation-request-id": [ - "c52c5185-f551-4621-8c11-6a82018ac77e" + "c84517ed-bbb8-46d7-89a8-3ec9e8640c26" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151024Z:c52c5185-f551-4621-8c11-6a82018ac77e" + "SOUTHINDIA:20210518T124637Z:c84517ed-bbb8-46d7-89a8-3ec9e8640c26" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:10:23 GMT" + "Tue, 18 May 2021 12:46:37 GMT" ], "Content-Length": [ "134" @@ -2562,23 +2568,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T20:38:53.3066098+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74b745fa-0521-46b2-af51-656fb40cf810\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:15:07.0242166+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"43a2d250-ae4f-42d6-83e2-664af96a5850\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/74b745fa-0521-46b2-af51-656fb40cf810?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc0Yjc0NWZhLTA1MjEtNDZiMi1hZjUxLTY1NmZiNDBjZjgxMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/43a2d250-ae4f-42d6-83e2-664af96a5850?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQzYTJkMjUwLWFlNGYtNDJkNi04M2UyLTY2NGFmOTZhNTg1MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2589,32 +2595,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d01a3be8-e171-4fdd-8794-97eee09d8fa4" + "b04de066-5e93-4244-baba-9f7a2d4e9277" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11986" ], "x-ms-correlation-request-id": [ - "b25dc15f-a7fb-465d-9a2e-2c09b984a7d1" + "ddf05aaf-7240-45f2-b994-dcbda26c2bd7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151054Z:b25dc15f-a7fb-465d-9a2e-2c09b984a7d1" + "SOUTHINDIA:20210518T124707Z:ddf05aaf-7240-45f2-b994-dcbda26c2bd7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:10:53 GMT" + "Tue, 18 May 2021 12:47:07 GMT" ], "Content-Length": [ "134" @@ -2626,23 +2632,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T20:38:53.3066098+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"74b745fa-0521-46b2-af51-656fb40cf810\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:15:07.0242166+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"43a2d250-ae4f-42d6-83e2-664af96a5850\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/74b745fa-0521-46b2-af51-656fb40cf810?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc0Yjc0NWZhLTA1MjEtNDZiMi1hZjUxLTY1NmZiNDBjZjgxMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/43a2d250-ae4f-42d6-83e2-664af96a5850?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQzYTJkMjUwLWFlNGYtNDJkNi04M2UyLTY2NGFmOTZhNTg1MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2653,32 +2659,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29961" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3925dd3b-06df-486e-b480-b9ee27a5315c" + "93cb7ff0-752e-4d42-8d8e-181a8abb32dc" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11985" ], "x-ms-correlation-request-id": [ - "cfb5be9c-f025-4741-9ee8-af45809d4f1b" + "85fcf423-a796-4799-81d8-126813f94cae" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151124Z:cfb5be9c-f025-4741-9ee8-af45809d4f1b" + "SOUTHINDIA:20210518T124737Z:85fcf423-a796-4799-81d8-126813f94cae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:11:23 GMT" + "Tue, 18 May 2021 12:47:37 GMT" ], "Content-Length": [ "184" @@ -2690,23 +2696,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-15T20:38:53.3066098+05:30\",\r\n \"endTime\": \"2021-02-15T20:40:58.7458687+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"74b745fa-0521-46b2-af51-656fb40cf810\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T18:15:07.0242166+05:30\",\r\n \"endTime\": \"2021-05-18T18:17:12.1476311+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"43a2d250-ae4f-42d6-83e2-664af96a5850\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTdhYTk3MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWYyOThlMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a421683f-9cce-467d-afbe-c0f57f29c81a" + "8775ea6c-80ac-4039-acfb-256be8dc0353" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2717,32 +2723,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31893" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31929" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1af7e7aa-f3f2-44d8-b56a-1279076c83dd" + "1f09d369-2d3f-405a-a798-2584d823c9ed" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11984" ], "x-ms-correlation-request-id": [ - "5b3b2290-ef6a-4705-9fcb-03068c92502e" + "2b2d5256-646c-4617-9d2e-caff47a3dcd3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151124Z:5b3b2290-ef6a-4705-9fcb-03068c92502e" + "SOUTHINDIA:20210518T124737Z:2b2d5256-646c-4617-9d2e-caff47a3dcd3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:11:23 GMT" + "Tue, 18 May 2021 12:47:37 GMT" ], "Content-Length": [ "485" @@ -2754,17 +2760,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970/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/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Nz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0Mz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09310c57-ccd8-4957-94e1-e04f8ad5aaad" + "6b3d7375-6c7e-4783-8f4b-96b147d6ef5e" ], "Accept-Language": [ "en-US" @@ -2772,7 +2778,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -2787,13 +2793,13 @@ "gateway" ], "x-ms-request-id": [ - "68092647-8b2b-4710-b881-ba7ae3db570b" + "34916b40-7ecf-472d-8872-c4cc3914b943" ], "x-ms-correlation-request-id": [ - "68092647-8b2b-4710-b881-ba7ae3db570b" + "34916b40-7ecf-472d-8872-c4cc3914b943" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151125Z:68092647-8b2b-4710-b881-ba7ae3db570b" + "SOUTHINDIA:20210518T124738Z:34916b40-7ecf-472d-8872-c4cc3914b943" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2802,7 +2808,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:11:24 GMT" + "Tue, 18 May 2021 12:47:37 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2814,17 +2820,17 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367' under resource group 'PSTestRG7aa97367' 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/PSTestRSVf298e643' under resource group 'PSTestRGf298e643' 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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Nz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0Mz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04752452-092f-4cdc-9b10-083504856270" + "a11cc2aa-7ffc-4e5d-882c-4cb047292d7e" ], "Accept-Language": [ "en-US" @@ -2832,7 +2838,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -2847,10 +2853,10 @@ "nosniff" ], "x-ms-request-id": [ - "21960880-7019-4979-af60-e86bc255174d" + "1cebbf9e-71d0-4352-bc37-f7feea4d48f7" ], "x-ms-client-request-id": [ - "04752452-092f-4cdc-9b10-083504856270" + "a11cc2aa-7ffc-4e5d-882c-4cb047292d7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2859,16 +2865,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "21960880-7019-4979-af60-e86bc255174d" + "1cebbf9e-71d0-4352-bc37-f7feea4d48f7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151134Z:21960880-7019-4979-af60-e86bc255174d" + "SOUTHINDIA:20210518T124807Z:1cebbf9e-71d0-4352-bc37-f7feea4d48f7" ], "Date": [ - "Mon, 15 Feb 2021 15:11:34 GMT" + "Tue, 18 May 2021 12:48:07 GMT" ], "Content-Length": [ "466" @@ -2880,17 +2886,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV7aa97367\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T15%3A11%3A29.1206177Z'\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367\",\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\": \"PSTestRSVf298e643\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T12%3A48%3A00.4933939Z'\\\"\",\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/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Nz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0Mz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "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": [ - "d043a785-b86a-4f0b-b9f5-cbd52b034412" + "7039134c-1e7d-46ce-9219-af50cc6b31f9" ], "Accept-Language": [ "en-US" @@ -2898,7 +2904,7 @@ "User-Agent": [ "FxVersion/4.6.29719.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": [ @@ -2919,10 +2925,10 @@ "nosniff" ], "x-ms-request-id": [ - "6acad2d9-cf40-41f9-ade6-40a7e961c71f" + "e9668396-bb66-420c-8d53-44b6bf0ac583" ], "x-ms-client-request-id": [ - "d043a785-b86a-4f0b-b9f5-cbd52b034412" + "7039134c-1e7d-46ce-9219-af50cc6b31f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2934,13 +2940,13 @@ "209" ], "x-ms-correlation-request-id": [ - "6acad2d9-cf40-41f9-ade6-40a7e961c71f" + "e9668396-bb66-420c-8d53-44b6bf0ac583" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151129Z:6acad2d9-cf40-41f9-ade6-40a7e961c71f" + "SOUTHINDIA:20210518T124800Z:e9668396-bb66-420c-8d53-44b6bf0ac583" ], "Date": [ - "Mon, 15 Feb 2021 15:11:28 GMT" + "Tue, 18 May 2021 12:48:00 GMT" ], "Content-Length": [ "466" @@ -2952,17 +2958,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV7aa97367\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T15%3A11%3A29.1206177Z'\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367\",\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\": \"PSTestRSVf298e643\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T12%3A48%3A00.4933939Z'\\\"\",\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/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643\",\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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50be7830-f595-4507-9b5c-792bec7542a9" + "1589f136-2ae2-49ca-9e71-0b297f4a0465" ], "Accept-Language": [ "en-US" @@ -2970,8 +2976,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2985,11 +2991,11 @@ "nosniff" ], "x-ms-request-id": [ - "db7e914c-8d95-4e43-b668-77c40b0350db" + "2ef19d92-783e-42e7-95e5-11e73a4a6529" ], "x-ms-client-request-id": [ - "50be7830-f595-4507-9b5c-792bec7542a9", - "50be7830-f595-4507-9b5c-792bec7542a9" + "1589f136-2ae2-49ca-9e71-0b297f4a0465", + "1589f136-2ae2-49ca-9e71-0b297f4a0465" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3004,16 +3010,16 @@ "149" ], "x-ms-correlation-request-id": [ - "db7e914c-8d95-4e43-b668-77c40b0350db" + "2ef19d92-783e-42e7-95e5-11e73a4a6529" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151135Z:db7e914c-8d95-4e43-b668-77c40b0350db" + "WESTINDIA:20210518T124801Z:2ef19d92-783e-42e7-95e5-11e73a4a6529" ], "Date": [ - "Mon, 15 Feb 2021 15:11:35 GMT" + "Tue, 18 May 2021 12:48:01 GMT" ], "Content-Length": [ - "762" + "380" ], "Content-Type": [ "application/json" @@ -3022,17 +3028,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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-16T01: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-16T01: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/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "1589f136-2ae2-49ca-9e71-0b297f4a0465" ], "Accept-Language": [ "en-US" @@ -3040,8 +3046,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "111" ] }, "ResponseHeaders": { @@ -3055,11 +3067,11 @@ "nosniff" ], "x-ms-request-id": [ - "5ebd813b-2745-433f-9fc3-642a8c4fd3f0" + "b1dd0c08-e7d1-4c9a-8df4-6af7cec774a6" ], "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69", - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "1589f136-2ae2-49ca-9e71-0b297f4a0465", + "1589f136-2ae2-49ca-9e71-0b297f4a0465" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3070,20 +3082,20 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "5ebd813b-2745-433f-9fc3-642a8c4fd3f0" + "b1dd0c08-e7d1-4c9a-8df4-6af7cec774a6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151135Z:5ebd813b-2745-433f-9fc3-642a8c4fd3f0" + "WESTINDIA:20210518T124802Z:b1dd0c08-e7d1-4c9a-8df4-6af7cec774a6" ], "Date": [ - "Mon, 15 Feb 2021 15:11:35 GMT" + "Tue, 18 May 2021 12:48:02 GMT" ], "Content-Length": [ - "19794" + "381" ], "Content-Type": [ "application/json" @@ -3092,17 +3104,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970/protectableItems/vm;iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG7aa97367\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM7aa970\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/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/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg7aa97367%3Bpstestvm7aa970/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg7aa97367%3Bpstestvm7aa970?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc3YWE5NzM2NyUzQnBzdGVzdHZtN2FhOTcwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzdhYTk3MzY3JTNCcHN0ZXN0dm03YWE5NzA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "e92b3c87-327d-454d-878e-ef959abf4bdd" ], "Accept-Language": [ "en-US" @@ -3110,14 +3122,8 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "456" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3127,61 +3133,58 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970/protectedItems/vm;iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970/operationResults/94236409-ff15-4b46-8736-c5abf5d8dbe2?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970/protectedItems/vm;iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970/operationsStatus/94236409-ff15-4b46-8736-c5abf5d8dbe2?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "8f9c22f0-e8cb-4c43-a9cb-83be2013d5fd" + "d2d9a69f-3eb9-4530-9d58-69a15d11fc30" ], "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69", - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "e92b3c87-327d-454d-878e-ef959abf4bdd", + "e92b3c87-327d-454d-878e-ef959abf4bdd" ], "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": [ + "149" ], "x-ms-correlation-request-id": [ - "8f9c22f0-e8cb-4c43-a9cb-83be2013d5fd" + "d2d9a69f-3eb9-4530-9d58-69a15d11fc30" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151136Z:8f9c22f0-e8cb-4c43-a9cb-83be2013d5fd" + "WESTINDIA:20210518T124808Z:d2d9a69f-3eb9-4530-9d58-69a15d11fc30" ], "Date": [ - "Mon, 15 Feb 2021 15:11:36 GMT" + "Tue, 18 May 2021 12:48:08 GMT" + ], + "Content-Length": [ + "762" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/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-05-18T22:30: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-05-18T22:30: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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/94236409-ff15-4b46-8736-c5abf5d8dbe2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzk0MjM2NDA5LWZmMTUtNGI0Ni04NzM2LWM1YWJmNWQ4ZGJlMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "Accept-Language": [ "en-US" @@ -3189,8 +3192,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3204,11 +3207,11 @@ "nosniff" ], "x-ms-request-id": [ - "189cddc8-0588-41e6-a5db-1f8d10d20a1c" + "95e14eb5-8f5d-4e28-8498-ec76563c820f" ], "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69", - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4", + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3223,16 +3226,16 @@ "149" ], "x-ms-correlation-request-id": [ - "189cddc8-0588-41e6-a5db-1f8d10d20a1c" + "95e14eb5-8f5d-4e28-8498-ec76563c820f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151137Z:189cddc8-0588-41e6-a5db-1f8d10d20a1c" + "WESTINDIA:20210518T124808Z:95e14eb5-8f5d-4e28-8498-ec76563c820f" ], "Date": [ - "Mon, 15 Feb 2021 15:11:36 GMT" + "Tue, 18 May 2021 12:48:08 GMT" ], "Content-Length": [ - "188" + "6249" ], "Content-Type": [ "application/json" @@ -3241,17 +3244,96 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"94236409-ff15-4b46-8736-c5abf5d8dbe2\",\r\n \"name\": \"94236409-ff15-4b46-8736-c5abf5d8dbe2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:11:36.5905449Z\",\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/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/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/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/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/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/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/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/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/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0/protectableItems/vm;iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGf298e643\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMf298e0\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/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/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/94236409-ff15-4b46-8736-c5abf5d8dbe2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzk0MjM2NDA5LWZmMTUtNGI0Ni04NzM2LWM1YWJmNWQ4ZGJlMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgf298e643%3Bpstestvmf298e0/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgf298e643%3Bpstestvmf298e0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmMjk4ZTY0MyUzQnBzdGVzdHZtZjI5OGUwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2YyOThlNjQzJTNCcHN0ZXN0dm1mMjk4ZTA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "456" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0/protectedItems/vm;iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0/operationResults/f79b5f25-75cf-4353-b34b-898b1eff4345?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0/protectedItems/vm;iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0/operationsStatus/f79b5f25-75cf-4353-b34b-898b1eff4345?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e2c26fa9-ee1e-4e29-bca0-1b722d15ed0f" + ], + "x-ms-client-request-id": [ + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4", + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "e2c26fa9-ee1e-4e29-bca0-1b722d15ed0f" + ], + "x-ms-routing-request-id": [ + "WESTINDIA:20210518T124809Z:e2c26fa9-ee1e-4e29-bca0-1b722d15ed0f" + ], + "Date": [ + "Tue, 18 May 2021 12:48:09 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f79b5f25-75cf-4353-b34b-898b1eff4345?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2Y3OWI1ZjI1LTc1Y2YtNDM1My1iMzRiLTg5OGIxZWZmNDM0NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "Accept-Language": [ "en-US" @@ -3259,8 +3341,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3274,11 +3356,11 @@ "nosniff" ], "x-ms-request-id": [ - "0f0a201a-8b1f-4f37-b426-4e38459cd38a" + "32c2cd1a-1f8e-452b-b022-ed4b4197a52d" ], "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69", - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4", + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3290,16 +3372,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "0f0a201a-8b1f-4f37-b426-4e38459cd38a" + "32c2cd1a-1f8e-452b-b022-ed4b4197a52d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151147Z:0f0a201a-8b1f-4f37-b426-4e38459cd38a" + "WESTINDIA:20210518T124810Z:32c2cd1a-1f8e-452b-b022-ed4b4197a52d" ], "Date": [ - "Mon, 15 Feb 2021 15:11:47 GMT" + "Tue, 18 May 2021 12:48:10 GMT" ], "Content-Length": [ "188" @@ -3311,17 +3393,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"94236409-ff15-4b46-8736-c5abf5d8dbe2\",\r\n \"name\": \"94236409-ff15-4b46-8736-c5abf5d8dbe2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:11:36.5905449Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f79b5f25-75cf-4353-b34b-898b1eff4345\",\r\n \"name\": \"f79b5f25-75cf-4353-b34b-898b1eff4345\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:08.9919308Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/94236409-ff15-4b46-8736-c5abf5d8dbe2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzk0MjM2NDA5LWZmMTUtNGI0Ni04NzM2LWM1YWJmNWQ4ZGJlMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f79b5f25-75cf-4353-b34b-898b1eff4345?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2Y3OWI1ZjI1LTc1Y2YtNDM1My1iMzRiLTg5OGIxZWZmNDM0NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "Accept-Language": [ "en-US" @@ -3329,8 +3411,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3344,11 +3426,11 @@ "nosniff" ], "x-ms-request-id": [ - "157e1395-44ae-40e8-bdec-5b53cbdba636" + "1cc1bec0-8f94-439c-9921-d44e304ceae7" ], "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69", - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4", + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3360,16 +3442,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "148" ], "x-ms-correlation-request-id": [ - "157e1395-44ae-40e8-bdec-5b53cbdba636" + "1cc1bec0-8f94-439c-9921-d44e304ceae7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151157Z:157e1395-44ae-40e8-bdec-5b53cbdba636" + "WESTINDIA:20210518T124820Z:1cc1bec0-8f94-439c-9921-d44e304ceae7" ], "Date": [ - "Mon, 15 Feb 2021 15:11:56 GMT" + "Tue, 18 May 2021 12:48:20 GMT" ], "Content-Length": [ "188" @@ -3381,17 +3463,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"94236409-ff15-4b46-8736-c5abf5d8dbe2\",\r\n \"name\": \"94236409-ff15-4b46-8736-c5abf5d8dbe2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:11:36.5905449Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f79b5f25-75cf-4353-b34b-898b1eff4345\",\r\n \"name\": \"f79b5f25-75cf-4353-b34b-898b1eff4345\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:08.9919308Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/94236409-ff15-4b46-8736-c5abf5d8dbe2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzk0MjM2NDA5LWZmMTUtNGI0Ni04NzM2LWM1YWJmNWQ4ZGJlMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f79b5f25-75cf-4353-b34b-898b1eff4345?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2Y3OWI1ZjI1LTc1Y2YtNDM1My1iMzRiLTg5OGIxZWZmNDM0NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "Accept-Language": [ "en-US" @@ -3399,8 +3481,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3414,11 +3496,11 @@ "nosniff" ], "x-ms-request-id": [ - "efa84b3e-4460-454b-983d-fa6ea952d70d" + "83bf8b2e-8f4c-4361-9c2b-c76ffd9e19cb" ], "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69", - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4", + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3430,16 +3512,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "147" ], "x-ms-correlation-request-id": [ - "efa84b3e-4460-454b-983d-fa6ea952d70d" + "83bf8b2e-8f4c-4361-9c2b-c76ffd9e19cb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151207Z:efa84b3e-4460-454b-983d-fa6ea952d70d" + "WESTINDIA:20210518T124830Z:83bf8b2e-8f4c-4361-9c2b-c76ffd9e19cb" ], "Date": [ - "Mon, 15 Feb 2021 15:12:07 GMT" + "Tue, 18 May 2021 12:48:30 GMT" ], "Content-Length": [ "188" @@ -3451,17 +3533,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"94236409-ff15-4b46-8736-c5abf5d8dbe2\",\r\n \"name\": \"94236409-ff15-4b46-8736-c5abf5d8dbe2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:11:36.5905449Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f79b5f25-75cf-4353-b34b-898b1eff4345\",\r\n \"name\": \"f79b5f25-75cf-4353-b34b-898b1eff4345\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:08.9919308Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/94236409-ff15-4b46-8736-c5abf5d8dbe2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzk0MjM2NDA5LWZmMTUtNGI0Ni04NzM2LWM1YWJmNWQ4ZGJlMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f79b5f25-75cf-4353-b34b-898b1eff4345?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2Y3OWI1ZjI1LTc1Y2YtNDM1My1iMzRiLTg5OGIxZWZmNDM0NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "Accept-Language": [ "en-US" @@ -3469,8 +3551,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3484,11 +3566,11 @@ "nosniff" ], "x-ms-request-id": [ - "059fed60-9b92-49c5-9029-4bfa2b63508d" + "af8d9503-1dfb-4fbe-9a15-33f59d82d0c8" ], "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69", - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4", + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3500,16 +3582,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "146" ], "x-ms-correlation-request-id": [ - "059fed60-9b92-49c5-9029-4bfa2b63508d" + "af8d9503-1dfb-4fbe-9a15-33f59d82d0c8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151217Z:059fed60-9b92-49c5-9029-4bfa2b63508d" + "WESTINDIA:20210518T124840Z:af8d9503-1dfb-4fbe-9a15-33f59d82d0c8" ], "Date": [ - "Mon, 15 Feb 2021 15:12:17 GMT" + "Tue, 18 May 2021 12:48:40 GMT" ], "Content-Length": [ "304" @@ -3521,17 +3603,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"94236409-ff15-4b46-8736-c5abf5d8dbe2\",\r\n \"name\": \"94236409-ff15-4b46-8736-c5abf5d8dbe2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T15:11:36.5905449Z\",\r\n \"endTime\": \"2021-02-15T15:11:36.5905449Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a9882adc-a065-495a-9b27-3f88c8664469\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"f79b5f25-75cf-4353-b34b-898b1eff4345\",\r\n \"name\": \"f79b5f25-75cf-4353-b34b-898b1eff4345\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T12:48:08.9919308Z\",\r\n \"endTime\": \"2021-05-18T12:48:08.9919308Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e719f431-e88f-4b35-958f-62857eca0842\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/94236409-ff15-4b46-8736-c5abf5d8dbe2?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzk0MjM2NDA5LWZmMTUtNGI0Ni04NzM2LWM1YWJmNWQ4ZGJlMj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f79b5f25-75cf-4353-b34b-898b1eff4345?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2Y3OWI1ZjI1LTc1Y2YtNDM1My1iMzRiLTg5OGIxZWZmNDM0NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "Accept-Language": [ "en-US" @@ -3539,8 +3621,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3554,11 +3636,11 @@ "nosniff" ], "x-ms-request-id": [ - "e0cceda3-1837-4f83-ad4f-c2d705ac2c11" + "9b0313a8-6695-47df-b398-8236bb37ff27" ], "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69", - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4", + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3570,16 +3652,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "145" ], "x-ms-correlation-request-id": [ - "e0cceda3-1837-4f83-ad4f-c2d705ac2c11" + "9b0313a8-6695-47df-b398-8236bb37ff27" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151218Z:e0cceda3-1837-4f83-ad4f-c2d705ac2c11" + "WESTINDIA:20210518T124841Z:9b0313a8-6695-47df-b398-8236bb37ff27" ], "Date": [ - "Mon, 15 Feb 2021 15:12:17 GMT" + "Tue, 18 May 2021 12:48:40 GMT" ], "Content-Length": [ "304" @@ -3591,17 +3673,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"94236409-ff15-4b46-8736-c5abf5d8dbe2\",\r\n \"name\": \"94236409-ff15-4b46-8736-c5abf5d8dbe2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T15:11:36.5905449Z\",\r\n \"endTime\": \"2021-02-15T15:11:36.5905449Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a9882adc-a065-495a-9b27-3f88c8664469\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"f79b5f25-75cf-4353-b34b-898b1eff4345\",\r\n \"name\": \"f79b5f25-75cf-4353-b34b-898b1eff4345\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T12:48:08.9919308Z\",\r\n \"endTime\": \"2021-05-18T12:48:08.9919308Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e719f431-e88f-4b35-958f-62857eca0842\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupJobs/a9882adc-a065-495a-9b27-3f88c8664469?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBKb2JzL2E5ODgyYWRjLWEwNjUtNDk1YS05YjI3LTNmODhjODY2NDQ2OT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupJobs/e719f431-e88f-4b35-958f-62857eca0842?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBKb2JzL2U3MTlmNDMxLWU4OGYtNGIzNS05NThmLTYyODU3ZWNhMDg0Mj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "Accept-Language": [ "en-US" @@ -3609,8 +3691,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3628,11 +3710,11 @@ "nosniff" ], "x-ms-request-id": [ - "e3d4b6de-d2d8-447f-aff0-77156a4714fb" + "08cb660a-77a9-4f80-a5e7-a2cfe88998ee" ], "x-ms-client-request-id": [ - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69", - "9ecd5c4c-67ec-4a79-bce2-c9b514304d69" + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4", + "dd7d68dd-f104-4b79-80dd-edbafcf44fc4" ], "X-Powered-By": [ "ASP.NET" @@ -3644,13 +3726,13 @@ "149" ], "x-ms-correlation-request-id": [ - "e3d4b6de-d2d8-447f-aff0-77156a4714fb" + "08cb660a-77a9-4f80-a5e7-a2cfe88998ee" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151218Z:e3d4b6de-d2d8-447f-aff0-77156a4714fb" + "WESTINDIA:20210518T124841Z:08cb660a-77a9-4f80-a5e7-a2cfe88998ee" ], "Date": [ - "Mon, 15 Feb 2021 15:12:17 GMT" + "Tue, 18 May 2021 12:48:40 GMT" ], "Content-Length": [ "840" @@ -3662,17 +3744,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupJobs/a9882adc-a065-495a-9b27-3f88c8664469\",\r\n \"name\": \"a9882adc-a065-495a-9b27-3f88c8664469\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970\",\r\n \"duration\": \"PT30.9812712S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm7aa970\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm7aa970\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T15:11:36.5905449Z\",\r\n \"endTime\": \"2021-02-15T15:12:07.5718161Z\",\r\n \"activityId\": \"9ecd5c4c-67ec-4a79-bce2-c9b514304d69\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupJobs/e719f431-e88f-4b35-958f-62857eca0842\",\r\n \"name\": \"e719f431-e88f-4b35-958f-62857eca0842\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0\",\r\n \"duration\": \"PT31.1577868S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmf298e0\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmf298e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T12:48:08.9919308Z\",\r\n \"endTime\": \"2021-05-18T12:48:40.1497176Z\",\r\n \"activityId\": \"dd7d68dd-f104-4b79-80dd-edbafcf44fc4\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40adf049-d9fe-4ed1-bc53-4eeba08ac094" + "6bf1baad-eb17-42b1-ad66-2c4f8433b0e2" ], "Accept-Language": [ "en-US" @@ -3680,8 +3762,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3695,11 +3777,11 @@ "nosniff" ], "x-ms-request-id": [ - "08a0c065-2aab-4990-a4b5-c1b77a25b67d" + "bcbe9dcd-1474-4661-906d-53cb1b37cd44" ], "x-ms-client-request-id": [ - "40adf049-d9fe-4ed1-bc53-4eeba08ac094", - "40adf049-d9fe-4ed1-bc53-4eeba08ac094" + "6bf1baad-eb17-42b1-ad66-2c4f8433b0e2", + "6bf1baad-eb17-42b1-ad66-2c4f8433b0e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3714,13 +3796,13 @@ "149" ], "x-ms-correlation-request-id": [ - "08a0c065-2aab-4990-a4b5-c1b77a25b67d" + "bcbe9dcd-1474-4661-906d-53cb1b37cd44" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151218Z:08a0c065-2aab-4990-a4b5-c1b77a25b67d" + "WESTINDIA:20210518T124841Z:bcbe9dcd-1474-4661-906d-53cb1b37cd44" ], "Date": [ - "Mon, 15 Feb 2021 15:12:17 GMT" + "Tue, 18 May 2021 12:48:41 GMT" ], "Content-Length": [ "914" @@ -3732,17 +3814,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG7aa97367\",\r\n \"friendlyName\": \"PSTestVM7aa970\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGf298e643\",\r\n \"friendlyName\": \"PSTestVMf298e0\",\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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "140d60e8-d559-41b6-ab1f-e759f817ef3d" + "44de891d-98db-4a44-b193-13c637dd6909" ], "Accept-Language": [ "en-US" @@ -3750,8 +3832,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3765,11 +3847,11 @@ "nosniff" ], "x-ms-request-id": [ - "ed3dab12-7f75-4f41-bdb1-db20490418fb" + "67705ff7-4bf7-406b-9ad5-fcd1cdfc774f" ], "x-ms-client-request-id": [ - "140d60e8-d559-41b6-ab1f-e759f817ef3d", - "140d60e8-d559-41b6-ab1f-e759f817ef3d" + "44de891d-98db-4a44-b193-13c637dd6909", + "44de891d-98db-4a44-b193-13c637dd6909" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3784,13 +3866,13 @@ "148" ], "x-ms-correlation-request-id": [ - "ed3dab12-7f75-4f41-bdb1-db20490418fb" + "67705ff7-4bf7-406b-9ad5-fcd1cdfc774f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151412Z:ed3dab12-7f75-4f41-bdb1-db20490418fb" + "WESTINDIA:20210518T125038Z:67705ff7-4bf7-406b-9ad5-fcd1cdfc774f" ], "Date": [ - "Mon, 15 Feb 2021 15:14:12 GMT" + "Tue, 18 May 2021 12:50:38 GMT" ], "Content-Length": [ "12" @@ -3806,13 +3888,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7b371ccf-fde1-49a5-b97b-6a4940aa9d98" + "22772c1e-0daf-43fe-90b2-fc4e534fe550" ], "Accept-Language": [ "en-US" @@ -3820,8 +3902,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3835,11 +3917,11 @@ "nosniff" ], "x-ms-request-id": [ - "8b7d56c4-0769-4704-bd4d-b999fa28db7a" + "2e00309f-2ee6-4ccf-9d20-29935756ee4d" ], "x-ms-client-request-id": [ - "7b371ccf-fde1-49a5-b97b-6a4940aa9d98", - "7b371ccf-fde1-49a5-b97b-6a4940aa9d98" + "22772c1e-0daf-43fe-90b2-fc4e534fe550", + "22772c1e-0daf-43fe-90b2-fc4e534fe550" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3854,13 +3936,13 @@ "149" ], "x-ms-correlation-request-id": [ - "8b7d56c4-0769-4704-bd4d-b999fa28db7a" + "2e00309f-2ee6-4ccf-9d20-29935756ee4d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151218Z:8b7d56c4-0769-4704-bd4d-b999fa28db7a" + "WESTINDIA:20210518T124842Z:2e00309f-2ee6-4ccf-9d20-29935756ee4d" ], "Date": [ - "Mon, 15 Feb 2021 15:12:17 GMT" + "Tue, 18 May 2021 12:48:41 GMT" ], "Content-Length": [ "1495" @@ -3872,17 +3954,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970/protectedItems/VM;iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM7aa970\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970\",\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\": \"52777655162626\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.Compute/virtualMachines/PSTestVM7aa970\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0/protectedItems/VM;iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMf298e0\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0\",\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\": \"52777154956137\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.Compute/virtualMachines/PSTestVMf298e0\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg7aa97367%3Bpstestvm7aa970/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg7aa97367%3Bpstestvm7aa970?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc3YWE5NzM2NyUzQnBzdGVzdHZtN2FhOTcwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzdhYTk3MzY3JTNCcHN0ZXN0dm03YWE5NzA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgf298e643%3Bpstestvmf298e0/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgf298e643%3Bpstestvmf298e0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmMjk4ZTY0MyUzQnBzdGVzdHZtZjI5OGUwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2YyOThlNjQzJTNCcHN0ZXN0dm1mMjk4ZTA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -3890,8 +3972,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3902,23 +3984,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperationResults/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperationResults/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "87cc64bd-b4f0-4d44-8d14-88262b686268" + "50cd6d4e-3b6b-454a-b852-92d2d39a49c8" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3930,13 +4012,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "87cc64bd-b4f0-4d44-8d14-88262b686268" + "50cd6d4e-3b6b-454a-b852-92d2d39a49c8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151219Z:87cc64bd-b4f0-4d44-8d14-88262b686268" + "WESTINDIA:20210518T124842Z:50cd6d4e-3b6b-454a-b852-92d2d39a49c8" ], "Date": [ - "Mon, 15 Feb 2021 15:12:18 GMT" + "Tue, 18 May 2021 12:48:41 GMT" ], "Expires": [ "-1" @@ -3949,13 +4031,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzkwZTU3OWRlLTZkM2EtNDcxNC04NDFjLTA1YzMwZDJkZDhlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2YxNDQzYzlkLWM0OGQtNDEwMS1iM2VlLTcwMjUyYWI5N2JkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -3963,8 +4045,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3978,11 +4060,11 @@ "nosniff" ], "x-ms-request-id": [ - "bec465a4-2caa-4405-b484-db90b6a861e3" + "34752091-177e-4d11-a454-1c290527f1e1" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3994,19 +4076,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "144" ], "x-ms-correlation-request-id": [ - "bec465a4-2caa-4405-b484-db90b6a861e3" + "34752091-177e-4d11-a454-1c290527f1e1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151219Z:bec465a4-2caa-4405-b484-db90b6a861e3" + "WESTINDIA:20210518T124842Z:34752091-177e-4d11-a454-1c290527f1e1" ], "Date": [ - "Mon, 15 Feb 2021 15:12:18 GMT" + "Tue, 18 May 2021 12:48:42 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -4015,17 +4097,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"name\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"name\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzkwZTU3OWRlLTZkM2EtNDcxNC04NDFjLTA1YzMwZDJkZDhlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2YxNDQzYzlkLWM0OGQtNDEwMS1iM2VlLTcwMjUyYWI5N2JkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -4033,8 +4115,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4048,11 +4130,11 @@ "nosniff" ], "x-ms-request-id": [ - "954b34bd-eda8-48df-894b-1a298f1cce08" + "3d1ae13d-f7f1-4707-8297-adc1eda45987" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4064,19 +4146,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "143" ], "x-ms-correlation-request-id": [ - "954b34bd-eda8-48df-894b-1a298f1cce08" + "3d1ae13d-f7f1-4707-8297-adc1eda45987" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151229Z:954b34bd-eda8-48df-894b-1a298f1cce08" + "WESTINDIA:20210518T124853Z:3d1ae13d-f7f1-4707-8297-adc1eda45987" ], "Date": [ - "Mon, 15 Feb 2021 15:12:28 GMT" + "Tue, 18 May 2021 12:48:52 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -4085,17 +4167,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"name\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"name\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzkwZTU3OWRlLTZkM2EtNDcxNC04NDFjLTA1YzMwZDJkZDhlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2YxNDQzYzlkLWM0OGQtNDEwMS1iM2VlLTcwMjUyYWI5N2JkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -4103,8 +4185,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4118,11 +4200,11 @@ "nosniff" ], "x-ms-request-id": [ - "5d264cde-c735-44ef-a596-4623185da540" + "636be853-0aeb-4012-b544-785a0614b5d0" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4134,19 +4216,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "142" ], "x-ms-correlation-request-id": [ - "5d264cde-c735-44ef-a596-4623185da540" + "636be853-0aeb-4012-b544-785a0614b5d0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151239Z:5d264cde-c735-44ef-a596-4623185da540" + "WESTINDIA:20210518T124903Z:636be853-0aeb-4012-b544-785a0614b5d0" ], "Date": [ - "Mon, 15 Feb 2021 15:12:39 GMT" + "Tue, 18 May 2021 12:49:02 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -4155,17 +4237,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"name\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"name\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzkwZTU3OWRlLTZkM2EtNDcxNC04NDFjLTA1YzMwZDJkZDhlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2YxNDQzYzlkLWM0OGQtNDEwMS1iM2VlLTcwMjUyYWI5N2JkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -4173,8 +4255,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4188,11 +4270,11 @@ "nosniff" ], "x-ms-request-id": [ - "7019ba2a-08bd-4753-9013-7e0cd515ca24" + "de4776ba-bf9c-4644-b374-391fd6612c2c" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4204,19 +4286,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "141" ], "x-ms-correlation-request-id": [ - "7019ba2a-08bd-4753-9013-7e0cd515ca24" + "de4776ba-bf9c-4644-b374-391fd6612c2c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151250Z:7019ba2a-08bd-4753-9013-7e0cd515ca24" + "WESTINDIA:20210518T124913Z:de4776ba-bf9c-4644-b374-391fd6612c2c" ], "Date": [ - "Mon, 15 Feb 2021 15:12:49 GMT" + "Tue, 18 May 2021 12:49:12 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -4225,17 +4307,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"name\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"name\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzkwZTU3OWRlLTZkM2EtNDcxNC04NDFjLTA1YzMwZDJkZDhlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2YxNDQzYzlkLWM0OGQtNDEwMS1iM2VlLTcwMjUyYWI5N2JkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -4243,8 +4325,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4258,11 +4340,11 @@ "nosniff" ], "x-ms-request-id": [ - "2c40278f-6d95-42f4-8529-6247f2f1bb82" + "b76bdc00-153a-4987-9847-9e098234f4fd" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4274,19 +4356,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "140" ], "x-ms-correlation-request-id": [ - "2c40278f-6d95-42f4-8529-6247f2f1bb82" + "b76bdc00-153a-4987-9847-9e098234f4fd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151300Z:2c40278f-6d95-42f4-8529-6247f2f1bb82" + "WESTINDIA:20210518T124923Z:b76bdc00-153a-4987-9847-9e098234f4fd" ], "Date": [ - "Mon, 15 Feb 2021 15:12:59 GMT" + "Tue, 18 May 2021 12:49:23 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -4295,17 +4377,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"name\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"name\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzkwZTU3OWRlLTZkM2EtNDcxNC04NDFjLTA1YzMwZDJkZDhlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2YxNDQzYzlkLWM0OGQtNDEwMS1iM2VlLTcwMjUyYWI5N2JkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -4313,8 +4395,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4328,11 +4410,11 @@ "nosniff" ], "x-ms-request-id": [ - "1b1eaddb-9de2-44cf-8be5-21851f2fca9a" + "71cc3169-5417-476a-9870-97e506108dc8" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4344,19 +4426,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "139" ], "x-ms-correlation-request-id": [ - "1b1eaddb-9de2-44cf-8be5-21851f2fca9a" + "71cc3169-5417-476a-9870-97e506108dc8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151310Z:1b1eaddb-9de2-44cf-8be5-21851f2fca9a" + "WESTINDIA:20210518T124934Z:71cc3169-5417-476a-9870-97e506108dc8" ], "Date": [ - "Mon, 15 Feb 2021 15:13:09 GMT" + "Tue, 18 May 2021 12:49:33 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -4365,17 +4447,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"name\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"name\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzkwZTU3OWRlLTZkM2EtNDcxNC04NDFjLTA1YzMwZDJkZDhlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2YxNDQzYzlkLWM0OGQtNDEwMS1iM2VlLTcwMjUyYWI5N2JkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -4383,8 +4465,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4398,11 +4480,11 @@ "nosniff" ], "x-ms-request-id": [ - "c6be888c-bdf0-4524-85dc-7c861e8dec59" + "54774bca-a1a6-47a2-993f-8f770af82072" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4414,19 +4496,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "138" ], "x-ms-correlation-request-id": [ - "c6be888c-bdf0-4524-85dc-7c861e8dec59" + "54774bca-a1a6-47a2-993f-8f770af82072" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151320Z:c6be888c-bdf0-4524-85dc-7c861e8dec59" + "WESTINDIA:20210518T124944Z:54774bca-a1a6-47a2-993f-8f770af82072" ], "Date": [ - "Mon, 15 Feb 2021 15:13:20 GMT" + "Tue, 18 May 2021 12:49:44 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -4435,17 +4517,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"name\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"name\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzkwZTU3OWRlLTZkM2EtNDcxNC04NDFjLTA1YzMwZDJkZDhlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2YxNDQzYzlkLWM0OGQtNDEwMS1iM2VlLTcwMjUyYWI5N2JkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -4453,8 +4535,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4468,11 +4550,11 @@ "nosniff" ], "x-ms-request-id": [ - "d5573d7d-b24a-4bb1-9987-a5f9f04ee2c1" + "fcf918e8-14f2-4def-bc36-629f16a0a4a8" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4484,19 +4566,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "137" ], "x-ms-correlation-request-id": [ - "d5573d7d-b24a-4bb1-9987-a5f9f04ee2c1" + "fcf918e8-14f2-4def-bc36-629f16a0a4a8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151330Z:d5573d7d-b24a-4bb1-9987-a5f9f04ee2c1" + "WESTINDIA:20210518T124954Z:fcf918e8-14f2-4def-bc36-629f16a0a4a8" ], "Date": [ - "Mon, 15 Feb 2021 15:13:30 GMT" + "Tue, 18 May 2021 12:49:54 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -4505,17 +4587,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"name\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"name\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzkwZTU3OWRlLTZkM2EtNDcxNC04NDFjLTA1YzMwZDJkZDhlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2YxNDQzYzlkLWM0OGQtNDEwMS1iM2VlLTcwMjUyYWI5N2JkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -4523,8 +4605,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4538,11 +4620,11 @@ "nosniff" ], "x-ms-request-id": [ - "78cba2cd-f139-484a-a9f2-9155554285c8" + "bacc01f7-e67b-479b-9728-64dd6f83a1ac" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4554,19 +4636,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "136" ], "x-ms-correlation-request-id": [ - "78cba2cd-f139-484a-a9f2-9155554285c8" + "bacc01f7-e67b-479b-9728-64dd6f83a1ac" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151341Z:78cba2cd-f139-484a-a9f2-9155554285c8" + "WESTINDIA:20210518T125004Z:bacc01f7-e67b-479b-9728-64dd6f83a1ac" ], "Date": [ - "Mon, 15 Feb 2021 15:13:40 GMT" + "Tue, 18 May 2021 12:50:04 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -4575,17 +4657,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"name\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"name\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzkwZTU3OWRlLTZkM2EtNDcxNC04NDFjLTA1YzMwZDJkZDhlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2YxNDQzYzlkLWM0OGQtNDEwMS1iM2VlLTcwMjUyYWI5N2JkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -4593,8 +4675,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4608,11 +4690,11 @@ "nosniff" ], "x-ms-request-id": [ - "71e2ddbb-42f0-46e3-8794-5c91289180a1" + "0331aff0-beb7-4fff-8a70-561244328594" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4624,19 +4706,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "135" ], "x-ms-correlation-request-id": [ - "71e2ddbb-42f0-46e3-8794-5c91289180a1" + "0331aff0-beb7-4fff-8a70-561244328594" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151351Z:71e2ddbb-42f0-46e3-8794-5c91289180a1" + "WESTINDIA:20210518T125016Z:0331aff0-beb7-4fff-8a70-561244328594" ], "Date": [ - "Mon, 15 Feb 2021 15:13:50 GMT" + "Tue, 18 May 2021 12:50:15 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -4645,17 +4727,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"name\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"name\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzkwZTU3OWRlLTZkM2EtNDcxNC04NDFjLTA1YzMwZDJkZDhlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2YxNDQzYzlkLWM0OGQtNDEwMS1iM2VlLTcwMjUyYWI5N2JkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -4663,8 +4745,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4678,11 +4760,11 @@ "nosniff" ], "x-ms-request-id": [ - "e3170933-04ef-447e-94a4-58c1fae1380f" + "112deba7-31e7-41ad-8611-1894683305b0" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4694,19 +4776,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "134" ], "x-ms-correlation-request-id": [ - "e3170933-04ef-447e-94a4-58c1fae1380f" + "112deba7-31e7-41ad-8611-1894683305b0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151401Z:e3170933-04ef-447e-94a4-58c1fae1380f" + "WESTINDIA:20210518T125026Z:112deba7-31e7-41ad-8611-1894683305b0" ], "Date": [ - "Mon, 15 Feb 2021 15:14:01 GMT" + "Tue, 18 May 2021 12:50:25 GMT" ], "Content-Length": [ - "187" + "188" ], "Content-Type": [ "application/json" @@ -4715,17 +4797,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"name\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"name\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzkwZTU3OWRlLTZkM2EtNDcxNC04NDFjLTA1YzMwZDJkZDhlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2YxNDQzYzlkLWM0OGQtNDEwMS1iM2VlLTcwMjUyYWI5N2JkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -4733,8 +4815,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4748,11 +4830,11 @@ "nosniff" ], "x-ms-request-id": [ - "de768840-32c1-499d-8c08-48e780adf7a5" + "fa8236fe-728d-4475-81a1-61ffd69b7130" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4764,19 +4846,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "133" ], "x-ms-correlation-request-id": [ - "de768840-32c1-499d-8c08-48e780adf7a5" + "fa8236fe-728d-4475-81a1-61ffd69b7130" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151411Z:de768840-32c1-499d-8c08-48e780adf7a5" + "WESTINDIA:20210518T125036Z:fa8236fe-728d-4475-81a1-61ffd69b7130" ], "Date": [ - "Mon, 15 Feb 2021 15:14:10 GMT" + "Tue, 18 May 2021 12:50:35 GMT" ], "Content-Length": [ - "302" + "304" ], "Content-Type": [ "application/json" @@ -4785,17 +4867,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"name\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"5604010b-6402-4688-8066-248488e8adae\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"name\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"ba872ce3-2081-4d30-ba90-ce182b6fef99\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupOperations/90e579de-6d3a-4714-841c-05c30d2dd8ec?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBPcGVyYXRpb25zLzkwZTU3OWRlLTZkM2EtNDcxNC04NDFjLTA1YzMwZDJkZDhlYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupOperations/f1443c9d-c48d-4101-b3ee-70252ab97bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBPcGVyYXRpb25zL2YxNDQzYzlkLWM0OGQtNDEwMS1iM2VlLTcwMjUyYWI5N2JkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -4803,8 +4885,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4818,11 +4900,11 @@ "nosniff" ], "x-ms-request-id": [ - "dfc7ddf1-abc1-48fa-ad83-6f2da42f6f73" + "42dd9be5-603b-47af-98aa-2035ed90ff9b" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4834,19 +4916,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "132" ], "x-ms-correlation-request-id": [ - "dfc7ddf1-abc1-48fa-ad83-6f2da42f6f73" + "42dd9be5-603b-47af-98aa-2035ed90ff9b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151411Z:dfc7ddf1-abc1-48fa-ad83-6f2da42f6f73" + "WESTINDIA:20210518T125037Z:42dd9be5-603b-47af-98aa-2035ed90ff9b" ], "Date": [ - "Mon, 15 Feb 2021 15:14:11 GMT" + "Tue, 18 May 2021 12:50:37 GMT" ], "Content-Length": [ - "302" + "304" ], "Content-Type": [ "application/json" @@ -4855,17 +4937,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"name\": \"90e579de-6d3a-4714-841c-05c30d2dd8ec\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"5604010b-6402-4688-8066-248488e8adae\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"name\": \"f1443c9d-c48d-4101-b3ee-70252ab97bdc\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"ba872ce3-2081-4d30-ba90-ce182b6fef99\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupJobs/5604010b-6402-4688-8066-248488e8adae?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Ny9iYWNrdXBKb2JzLzU2MDQwMTBiLTY0MDItNDY4OC04MDY2LTI0ODQ4OGU4YWRhZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupJobs/ba872ce3-2081-4d30-ba90-ce182b6fef99?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0My9iYWNrdXBKb2JzL2JhODcyY2UzLTIwODEtNGQzMC1iYTkwLWNlMTgyYjZmZWY5OT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "Accept-Language": [ "en-US" @@ -4873,8 +4955,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4892,11 +4974,11 @@ "nosniff" ], "x-ms-request-id": [ - "6564acab-005b-4271-8e63-46ce9110cc56" + "ff38488b-e378-4526-b111-6f2f7009e2bf" ], "x-ms-client-request-id": [ - "1a8e335e-6b46-412c-b1ca-046673db8617", - "1a8e335e-6b46-412c-b1ca-046673db8617" + "3ebc2c09-1663-40e4-b128-87bfc7bd1856", + "3ebc2c09-1663-40e4-b128-87bfc7bd1856" ], "X-Powered-By": [ "ASP.NET" @@ -4908,13 +4990,13 @@ "148" ], "x-ms-correlation-request-id": [ - "6564acab-005b-4271-8e63-46ce9110cc56" + "ff38488b-e378-4526-b111-6f2f7009e2bf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151412Z:6564acab-005b-4271-8e63-46ce9110cc56" + "WESTINDIA:20210518T125037Z:ff38488b-e378-4526-b111-6f2f7009e2bf" ], "Date": [ - "Mon, 15 Feb 2021 15:14:11 GMT" + "Tue, 18 May 2021 12:50:37 GMT" ], "Content-Length": [ "844" @@ -4926,17 +5008,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367/backupJobs/5604010b-6402-4688-8066-248488e8adae\",\r\n \"name\": \"5604010b-6402-4688-8066-248488e8adae\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg7aa97367;pstestvm7aa970\",\r\n \"duration\": \"PT1M51.5723658S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM7aa970\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM7aa970\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-15T15:12:19.082951Z\",\r\n \"endTime\": \"2021-02-15T15:14:10.6553168Z\",\r\n \"activityId\": \"1a8e335e-6b46-412c-b1ca-046673db8617\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643/backupJobs/ba872ce3-2081-4d30-ba90-ce182b6fef99\",\r\n \"name\": \"ba872ce3-2081-4d30-ba90-ce182b6fef99\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf298e643;pstestvmf298e0\",\r\n \"duration\": \"PT1M51.761302S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMf298e0\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMf298e0\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T12:48:42.3532233Z\",\r\n \"endTime\": \"2021-05-18T12:50:34.1145253Z\",\r\n \"activityId\": \"3ebc2c09-1663-40e4-b128-87bfc7bd1856\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab7dc3db-0c69-413c-a254-7f07c6696694" + "cbaea56c-f3fd-45ba-98e9-c440934fe85d" ], "Accept-Language": [ "en-US" @@ -4944,7 +5026,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -4959,10 +5041,10 @@ "nosniff" ], "x-ms-request-id": [ - "ae624fff-6315-4f8f-a5e5-406578d5d9ce" + "a48e9340-0320-434a-8646-211ba0a4a59d" ], "x-ms-client-request-id": [ - "ab7dc3db-0c69-413c-a254-7f07c6696694" + "cbaea56c-f3fd-45ba-98e9-c440934fe85d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4971,16 +5053,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11967" ], "x-ms-correlation-request-id": [ - "ae624fff-6315-4f8f-a5e5-406578d5d9ce" + "a48e9340-0320-434a-8646-211ba0a4a59d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151412Z:ae624fff-6315-4f8f-a5e5-406578d5d9ce" + "SOUTHINDIA:20210518T125037Z:a48e9340-0320-434a-8646-211ba0a4a59d" ], "Date": [ - "Mon, 15 Feb 2021 15:14:12 GMT" + "Tue, 18 May 2021 12:50:37 GMT" ], "Content-Length": [ "478" @@ -4992,17 +5074,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV7aa97367\",\r\n \"etag\": \"W/\\\"datetime'2021-02-15T15%3A11%3A29.1206177Z'\\\"\",\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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVf298e643\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T12%3A48%3A00.4933939Z'\\\"\",\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/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643\",\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/PSTestRG7aa97367/providers/Microsoft.RecoveryServices/vaults/PSTestRSV7aa97367?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHN2FhOTczNjcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y3YWE5NzM2Nz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf298e643/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf298e643?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjI5OGU2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmMjk4ZTY0Mz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a22c192-0f93-4444-adba-1a2992a2a4bc" + "a938277f-1e76-4e43-b75d-e03fa1b8600f" ], "Accept-Language": [ "en-US" @@ -5010,7 +5092,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -5025,10 +5107,10 @@ "nosniff" ], "x-ms-request-id": [ - "9d031652-e462-4c6b-8481-85ad05f4507f" + "a5a3a0b1-d913-42e2-b722-43cd98ae225e" ], "x-ms-client-request-id": [ - "0a22c192-0f93-4444-adba-1a2992a2a4bc" + "a938277f-1e76-4e43-b75d-e03fa1b8600f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5037,13 +5119,13 @@ "9" ], "x-ms-correlation-request-id": [ - "9d031652-e462-4c6b-8481-85ad05f4507f" + "a5a3a0b1-d913-42e2-b722-43cd98ae225e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151415Z:9d031652-e462-4c6b-8481-85ad05f4507f" + "SOUTHINDIA:20210518T125040Z:a5a3a0b1-d913-42e2-b722-43cd98ae225e" ], "Date": [ - "Mon, 15 Feb 2021 15:14:15 GMT" + "Tue, 18 May 2021 12:50:39 GMT" ], "Expires": [ "-1" @@ -5056,13 +5138,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG7aa97367?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHN2FhOTczNjc/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGf298e643?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZjI5OGU2NDM/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df92a2ab-4db4-45e4-86db-0a4303029f1e" + "912d788d-2ba3-4752-adff-7c88d1b67164" ], "Accept-Language": [ "en-US" @@ -5070,8 +5152,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5082,7 +5164,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -5091,13 +5173,13 @@ "14999" ], "x-ms-request-id": [ - "c9d73ee4-b29c-470c-9ab1-ce3e96300524" + "008224df-529f-4166-b001-6a09dcc2c023" ], "x-ms-correlation-request-id": [ - "c9d73ee4-b29c-470c-9ab1-ce3e96300524" + "008224df-529f-4166-b001-6a09dcc2c023" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151416Z:c9d73ee4-b29c-470c-9ab1-ce3e96300524" + "SOUTHINDIA:20210518T125041Z:008224df-529f-4166-b001-6a09dcc2c023" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5106,7 +5188,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:14:15 GMT" + "Tue, 18 May 2021 12:50:41 GMT" ], "Expires": [ "-1" @@ -5119,16 +5201,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5139,22 +5221,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11953" ], "x-ms-request-id": [ - "2524606b-4961-4f07-9dd6-af8eadb150c3" + "8b777517-c391-44d1-bcd9-d502aa3194e6" ], "x-ms-correlation-request-id": [ - "2524606b-4961-4f07-9dd6-af8eadb150c3" + "8b777517-c391-44d1-bcd9-d502aa3194e6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151431Z:2524606b-4961-4f07-9dd6-af8eadb150c3" + "SOUTHINDIA:20210518T125056Z:8b777517-c391-44d1-bcd9-d502aa3194e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5163,7 +5245,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:14:31 GMT" + "Tue, 18 May 2021 12:50:56 GMT" ], "Expires": [ "-1" @@ -5176,16 +5258,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5196,22 +5278,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11952" ], "x-ms-request-id": [ - "20f5f2f9-a7de-4b92-bb68-9c465fc9a548" + "358f50f2-5571-462f-a80e-e1ac459c2e0e" ], "x-ms-correlation-request-id": [ - "20f5f2f9-a7de-4b92-bb68-9c465fc9a548" + "358f50f2-5571-462f-a80e-e1ac459c2e0e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151447Z:20f5f2f9-a7de-4b92-bb68-9c465fc9a548" + "SOUTHINDIA:20210518T125112Z:358f50f2-5571-462f-a80e-e1ac459c2e0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5220,7 +5302,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:14:46 GMT" + "Tue, 18 May 2021 12:51:11 GMT" ], "Expires": [ "-1" @@ -5233,16 +5315,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5253,22 +5335,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11951" ], "x-ms-request-id": [ - "52bb2913-9b93-4678-9074-69f3bd56daa2" + "e43eb8f3-fb6f-4966-a641-cac5b585eaff" ], "x-ms-correlation-request-id": [ - "52bb2913-9b93-4678-9074-69f3bd56daa2" + "e43eb8f3-fb6f-4966-a641-cac5b585eaff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151502Z:52bb2913-9b93-4678-9074-69f3bd56daa2" + "SOUTHINDIA:20210518T125127Z:e43eb8f3-fb6f-4966-a641-cac5b585eaff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5277,7 +5359,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:15:01 GMT" + "Tue, 18 May 2021 12:51:26 GMT" ], "Expires": [ "-1" @@ -5290,16 +5372,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5310,22 +5392,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11950" ], "x-ms-request-id": [ - "a79463e9-1635-4207-b2f3-01f8d7733c5f" + "a1f616e9-7330-4f38-bcbc-7083f28678ff" ], "x-ms-correlation-request-id": [ - "a79463e9-1635-4207-b2f3-01f8d7733c5f" + "a1f616e9-7330-4f38-bcbc-7083f28678ff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151517Z:a79463e9-1635-4207-b2f3-01f8d7733c5f" + "SOUTHINDIA:20210518T125142Z:a1f616e9-7330-4f38-bcbc-7083f28678ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5334,7 +5416,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:15:17 GMT" + "Tue, 18 May 2021 12:51:41 GMT" ], "Expires": [ "-1" @@ -5347,16 +5429,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5367,22 +5449,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11949" ], "x-ms-request-id": [ - "854908e0-b851-4283-9bb3-ea78603707ef" + "164936c4-2db3-4924-9974-455bb3c06de7" ], "x-ms-correlation-request-id": [ - "854908e0-b851-4283-9bb3-ea78603707ef" + "164936c4-2db3-4924-9974-455bb3c06de7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151532Z:854908e0-b851-4283-9bb3-ea78603707ef" + "SOUTHINDIA:20210518T125157Z:164936c4-2db3-4924-9974-455bb3c06de7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5391,7 +5473,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:15:32 GMT" + "Tue, 18 May 2021 12:51:56 GMT" ], "Expires": [ "-1" @@ -5404,16 +5486,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5424,22 +5506,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11948" ], "x-ms-request-id": [ - "30931f96-b6a9-4767-9ba6-5d8a22b2bf06" + "c799bf53-914a-4df6-b2f8-81f25ea105b3" ], "x-ms-correlation-request-id": [ - "30931f96-b6a9-4767-9ba6-5d8a22b2bf06" + "c799bf53-914a-4df6-b2f8-81f25ea105b3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151547Z:30931f96-b6a9-4767-9ba6-5d8a22b2bf06" + "SOUTHINDIA:20210518T125212Z:c799bf53-914a-4df6-b2f8-81f25ea105b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5448,7 +5530,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:15:47 GMT" + "Tue, 18 May 2021 12:52:12 GMT" ], "Expires": [ "-1" @@ -5461,16 +5543,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5481,22 +5563,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11947" ], "x-ms-request-id": [ - "8f26a486-4353-4757-b5e3-8ab45b3f6876" + "8e26e573-f91b-421c-a1d2-60270ebd9ce2" ], "x-ms-correlation-request-id": [ - "8f26a486-4353-4757-b5e3-8ab45b3f6876" + "8e26e573-f91b-421c-a1d2-60270ebd9ce2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151602Z:8f26a486-4353-4757-b5e3-8ab45b3f6876" + "SOUTHINDIA:20210518T125227Z:8e26e573-f91b-421c-a1d2-60270ebd9ce2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5505,7 +5587,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:16:02 GMT" + "Tue, 18 May 2021 12:52:27 GMT" ], "Expires": [ "-1" @@ -5518,16 +5600,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5538,22 +5620,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11946" ], "x-ms-request-id": [ - "a02043a4-5042-4d69-a4dc-cf1d44d39f4a" + "22d0daa9-de22-4ebc-9ce1-46b570f6b15a" ], "x-ms-correlation-request-id": [ - "a02043a4-5042-4d69-a4dc-cf1d44d39f4a" + "22d0daa9-de22-4ebc-9ce1-46b570f6b15a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151617Z:a02043a4-5042-4d69-a4dc-cf1d44d39f4a" + "SOUTHINDIA:20210518T125242Z:22d0daa9-de22-4ebc-9ce1-46b570f6b15a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5562,7 +5644,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:16:17 GMT" + "Tue, 18 May 2021 12:52:42 GMT" ], "Expires": [ "-1" @@ -5575,16 +5657,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5595,22 +5677,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11945" ], "x-ms-request-id": [ - "04031bfe-6783-41ed-a75f-6ce450e7ccad" + "8e9cc788-d19b-4652-b356-2d099daa0b1e" ], "x-ms-correlation-request-id": [ - "04031bfe-6783-41ed-a75f-6ce450e7ccad" + "8e9cc788-d19b-4652-b356-2d099daa0b1e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151632Z:04031bfe-6783-41ed-a75f-6ce450e7ccad" + "SOUTHINDIA:20210518T125257Z:8e9cc788-d19b-4652-b356-2d099daa0b1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5619,7 +5701,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:16:32 GMT" + "Tue, 18 May 2021 12:52:57 GMT" ], "Expires": [ "-1" @@ -5632,16 +5714,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5652,22 +5734,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11944" ], "x-ms-request-id": [ - "6b0b34ca-c1eb-4f68-976c-87c9df5df112" + "14265f30-3a22-4642-bff2-6601a960ecc3" ], "x-ms-correlation-request-id": [ - "6b0b34ca-c1eb-4f68-976c-87c9df5df112" + "14265f30-3a22-4642-bff2-6601a960ecc3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151648Z:6b0b34ca-c1eb-4f68-976c-87c9df5df112" + "SOUTHINDIA:20210518T125312Z:14265f30-3a22-4642-bff2-6601a960ecc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5676,7 +5758,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:16:47 GMT" + "Tue, 18 May 2021 12:53:12 GMT" ], "Expires": [ "-1" @@ -5689,16 +5771,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5709,22 +5791,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11943" ], "x-ms-request-id": [ - "cb3c79db-aab0-48ce-8623-ac3975bab4f7" + "97ef6a97-e63c-4ba3-8126-4593e748e1d5" ], "x-ms-correlation-request-id": [ - "cb3c79db-aab0-48ce-8623-ac3975bab4f7" + "97ef6a97-e63c-4ba3-8126-4593e748e1d5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151703Z:cb3c79db-aab0-48ce-8623-ac3975bab4f7" + "SOUTHINDIA:20210518T125327Z:97ef6a97-e63c-4ba3-8126-4593e748e1d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5733,7 +5815,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:17:02 GMT" + "Tue, 18 May 2021 12:53:27 GMT" ], "Expires": [ "-1" @@ -5746,16 +5828,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5766,22 +5848,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11942" ], "x-ms-request-id": [ - "f5f6bc48-56db-4e44-a719-988f4e4a0d92" + "d9fe2336-7541-4d2c-a3c3-d9351a5b854a" ], "x-ms-correlation-request-id": [ - "f5f6bc48-56db-4e44-a719-988f4e4a0d92" + "d9fe2336-7541-4d2c-a3c3-d9351a5b854a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151718Z:f5f6bc48-56db-4e44-a719-988f4e4a0d92" + "SOUTHINDIA:20210518T125343Z:d9fe2336-7541-4d2c-a3c3-d9351a5b854a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5790,7 +5872,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:17:17 GMT" + "Tue, 18 May 2021 12:53:42 GMT" ], "Expires": [ "-1" @@ -5803,16 +5885,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5823,22 +5905,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11941" ], "x-ms-request-id": [ - "72119ede-b971-483c-b61b-2df26190f3cc" + "ede22644-e01e-4472-84e9-f237b822e175" ], "x-ms-correlation-request-id": [ - "72119ede-b971-483c-b61b-2df26190f3cc" + "ede22644-e01e-4472-84e9-f237b822e175" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151733Z:72119ede-b971-483c-b61b-2df26190f3cc" + "SOUTHINDIA:20210518T125358Z:ede22644-e01e-4472-84e9-f237b822e175" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5847,7 +5929,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:17:33 GMT" + "Tue, 18 May 2021 12:53:57 GMT" ], "Expires": [ "-1" @@ -5860,16 +5942,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5880,22 +5962,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11940" ], "x-ms-request-id": [ - "9a1d7f21-69c4-46cf-a7fc-536a4bc98e8f" + "0c3129c4-ddec-451c-a6ce-18189a5a4cab" ], "x-ms-correlation-request-id": [ - "9a1d7f21-69c4-46cf-a7fc-536a4bc98e8f" + "0c3129c4-ddec-451c-a6ce-18189a5a4cab" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151748Z:9a1d7f21-69c4-46cf-a7fc-536a4bc98e8f" + "SOUTHINDIA:20210518T125413Z:0c3129c4-ddec-451c-a6ce-18189a5a4cab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5904,7 +5986,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:17:48 GMT" + "Tue, 18 May 2021 12:54:13 GMT" ], "Expires": [ "-1" @@ -5917,16 +5999,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5936,17 +6018,80 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11939" + ], + "x-ms-request-id": [ + "29f2d7a1-5e72-4a0f-86a2-707b3289ae63" + ], + "x-ms-correlation-request-id": [ + "29f2d7a1-5e72-4a0f-86a2-707b3289ae63" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T125428Z:29f2d7a1-5e72-4a0f-86a2-707b3289ae63" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 12:54:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" ], "x-ms-request-id": [ - "c21642ed-2ecd-4e60-96c1-77014b6fa76d" + "108beb88-0ba8-487a-a5e4-9e647024ad27" ], "x-ms-correlation-request-id": [ - "c21642ed-2ecd-4e60-96c1-77014b6fa76d" + "108beb88-0ba8-487a-a5e4-9e647024ad27" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151803Z:c21642ed-2ecd-4e60-96c1-77014b6fa76d" + "SOUTHINDIA:20210518T125443Z:108beb88-0ba8-487a-a5e4-9e647024ad27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5955,7 +6100,115 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:18:03 GMT" + "Tue, 18 May 2021 12:54:43 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-request-id": [ + "f450f66f-0b68-4974-a934-d252cbad511b" + ], + "x-ms-correlation-request-id": [ + "f450f66f-0b68-4974-a934-d252cbad511b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T125458Z:f450f66f-0b68-4974-a934-d252cbad511b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 12:54:58 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-request-id": [ + "14374e4e-f95b-4cb7-889b-4fb5411c49c4" + ], + "x-ms-correlation-request-id": [ + "14374e4e-f95b-4cb7-889b-4fb5411c49c4" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T125513Z:14374e4e-f95b-4cb7-889b-4fb5411c49c4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 12:55:13 GMT" ], "Expires": [ "-1" @@ -5968,16 +6221,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzdBQTk3MzY3LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSemRCUVRrM016WTNMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0YyOThFNjQzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFl5T1RoRk5qUXpMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5988,16 +6241,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11935" ], "x-ms-request-id": [ - "0c7125be-2389-4484-9801-51d05a41b578" + "4b945666-573e-4670-9b03-eb201ae6bc46" ], "x-ms-correlation-request-id": [ - "0c7125be-2389-4484-9801-51d05a41b578" + "4b945666-573e-4670-9b03-eb201ae6bc46" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210215T151803Z:0c7125be-2389-4484-9801-51d05a41b578" + "SOUTHINDIA:20210518T125513Z:4b945666-573e-4670-9b03-eb201ae6bc46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6006,7 +6259,7 @@ "nosniff" ], "Date": [ - "Mon, 15 Feb 2021 15:18:03 GMT" + "Tue, 18 May 2021 12:55:13 GMT" ], "Expires": [ "-1" @@ -6021,7 +6274,7 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "7aa97367-b12f-44b8-a784-71f8f478dd4a" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", + "NamingSuffix": "f298e643-fe1c-4235-af21-cefb3afa6a32" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureFSGetJob.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureFSGetJob.json index dddfb699fcce..7767237a60be 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureFSGetJob.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureFSGetJob.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f52724e-770b-4a40-96a3-7433af4cf613" + "13477ed8-3dcb-4dd8-b862-53bc2fbc5570" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -30,10 +30,10 @@ "nosniff" ], "x-ms-request-id": [ - "6b7095c4-c39d-418e-998b-5929ed45cbbd" + "96727baa-1a89-4a41-8b27-20ca1bc48836" ], "x-ms-client-request-id": [ - "2f52724e-770b-4a40-96a3-7433af4cf613" + "13477ed8-3dcb-4dd8-b862-53bc2fbc5570" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,13 +45,13 @@ "11999" ], "x-ms-correlation-request-id": [ - "6b7095c4-c39d-418e-998b-5929ed45cbbd" + "96727baa-1a89-4a41-8b27-20ca1bc48836" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120849Z:6b7095c4-c39d-418e-998b-5929ed45cbbd" + "SOUTHINDIA:20210518T093613Z:96727baa-1a89-4a41-8b27-20ca1bc48836" ], "Date": [ - "Mon, 17 May 2021 12:08:48 GMT" + "Tue, 18 May 2021 09:36:13 GMT" ], "Content-Length": [ "466" @@ -67,22 +67,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4deb3fcc-2489-4d3a-b3b7-57665c389caa" + "7ef8ca76-bea7-4294-9191-f8c3bf9e58ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -96,11 +96,11 @@ "nosniff" ], "x-ms-request-id": [ - "73b0f517-3564-435d-bf38-0db4e2297dbc" + "3cf5f787-5253-4a89-b0d9-e80ab702f684" ], "x-ms-client-request-id": [ - "4deb3fcc-2489-4d3a-b3b7-57665c389caa", - "4deb3fcc-2489-4d3a-b3b7-57665c389caa" + "7ef8ca76-bea7-4294-9191-f8c3bf9e58ad", + "7ef8ca76-bea7-4294-9191-f8c3bf9e58ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -115,16 +115,16 @@ "149" ], "x-ms-correlation-request-id": [ - "73b0f517-3564-435d-bf38-0db4e2297dbc" + "3cf5f787-5253-4a89-b0d9-e80ab702f684" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120849Z:73b0f517-3564-435d-bf38-0db4e2297dbc" + "SOUTHINDIA:20210518T093614Z:3cf5f787-5253-4a89-b0d9-e80ab702f684" ], "Date": [ - "Mon, 17 May 2021 12:08:48 GMT" + "Tue, 18 May 2021 09:36:13 GMT" ], "Content-Length": [ - "789" + "12" ], "Content-Type": [ "application/json" @@ -133,26 +133,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "271932d4-87e7-4c46-8902-a4cecb8c5e56" + "b60af0ed-ac13-4340-9444-29c48b15367e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -166,11 +166,11 @@ "nosniff" ], "x-ms-request-id": [ - "f2813b13-9c60-47c2-bafc-943abb804a14" + "436cd88d-6b81-480e-99e2-eb05ff7ee16f" ], "x-ms-client-request-id": [ - "271932d4-87e7-4c46-8902-a4cecb8c5e56", - "271932d4-87e7-4c46-8902-a4cecb8c5e56" + "b60af0ed-ac13-4340-9444-29c48b15367e", + "b60af0ed-ac13-4340-9444-29c48b15367e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -185,13 +185,13 @@ "147" ], "x-ms-correlation-request-id": [ - "f2813b13-9c60-47c2-bafc-943abb804a14" + "436cd88d-6b81-480e-99e2-eb05ff7ee16f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120942Z:f2813b13-9c60-47c2-bafc-943abb804a14" + "SOUTHINDIA:20210518T093832Z:436cd88d-6b81-480e-99e2-eb05ff7ee16f" ], "Date": [ - "Mon, 17 May 2021 12:09:42 GMT" + "Tue, 18 May 2021 09:38:32 GMT" ], "Content-Length": [ "789" @@ -207,92 +207,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c02903e8-20c1-4d7d-8135-cd02e878a3a3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.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" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c32b1b4-c33e-4bc6-ad48-f209c0dd37fc" - ], - "x-ms-client-request-id": [ - "c02903e8-20c1-4d7d-8135-cd02e878a3a3", - "c02903e8-20c1-4d7d-8135-cd02e878a3a3" - ], - "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" - ], - "x-ms-correlation-request-id": [ - "9c32b1b4-c33e-4bc6-ad48-f209c0dd37fc" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120849Z:9c32b1b4-c33e-4bc6-ad48-f209c0dd37fc" - ], - "Date": [ - "Mon, 17 May 2021 12:08:49 GMT" - ], - "Content-Length": [ - "12" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": []\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=friendlyName%20eq%20'pstestsa8895'%20and%20backupManagementType%20eq%20'AzureStorage'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1mcmllbmRseU5hbWUlMjBlcSUyMCdwc3Rlc3RzYTg4OTUnJTIwYW5kJTIwYmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZVN0b3JhZ2UnJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "256f2d6c-34b3-4e88-aa83-67f0ebce7a85" + "38366d63-017a-48d7-9323-a5bb2ba5712f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -306,11 +236,11 @@ "nosniff" ], "x-ms-request-id": [ - "1eb6d244-edf5-4abf-9081-a1b4eab217bf" + "c40278aa-a3cc-49cf-afe5-2bfe87f38d85" ], "x-ms-client-request-id": [ - "256f2d6c-34b3-4e88-aa83-67f0ebce7a85", - "256f2d6c-34b3-4e88-aa83-67f0ebce7a85" + "38366d63-017a-48d7-9323-a5bb2ba5712f", + "38366d63-017a-48d7-9323-a5bb2ba5712f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -322,19 +252,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "146" ], "x-ms-correlation-request-id": [ - "1eb6d244-edf5-4abf-9081-a1b4eab217bf" + "c40278aa-a3cc-49cf-afe5-2bfe87f38d85" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120939Z:1eb6d244-edf5-4abf-9081-a1b4eab217bf" + "SOUTHINDIA:20210518T093835Z:c40278aa-a3cc-49cf-afe5-2bfe87f38d85" ], "Date": [ - "Mon, 17 May 2021 12:09:38 GMT" + "Tue, 18 May 2021 09:38:35 GMT" ], "Content-Length": [ - "1219" + "789" ], "Content-Type": [ "application/json" @@ -343,26 +273,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 1,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvYWZzcG9saWN5MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1f293d5-f28d-4b17-8e26-feae80f060c1" + "38d1d07b-7b29-4635-917a-9acc1f524543" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -376,11 +306,11 @@ "nosniff" ], "x-ms-request-id": [ - "c391994f-9b3e-4a0f-bd4f-0e2691b2c493" + "91d3616f-8f55-4a1e-ba5f-934408c94359" ], "x-ms-client-request-id": [ - "a1f293d5-f28d-4b17-8e26-feae80f060c1", - "a1f293d5-f28d-4b17-8e26-feae80f060c1" + "38d1d07b-7b29-4635-917a-9acc1f524543", + "38d1d07b-7b29-4635-917a-9acc1f524543" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -395,13 +325,13 @@ "149" ], "x-ms-correlation-request-id": [ - "c391994f-9b3e-4a0f-bd4f-0e2691b2c493" + "91d3616f-8f55-4a1e-ba5f-934408c94359" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120850Z:c391994f-9b3e-4a0f-bd4f-0e2691b2c493" + "SOUTHINDIA:20210518T093614Z:91d3616f-8f55-4a1e-ba5f-934408c94359" ], "Date": [ - "Mon, 17 May 2021 12:08:49 GMT" + "Tue, 18 May 2021 09:36:13 GMT" ], "Content-Length": [ "693" @@ -417,22 +347,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGlvbkNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -446,11 +376,11 @@ "nosniff" ], "x-ms-request-id": [ - "8b3664ac-0a39-4fbc-b6c8-64183253b5d4" + "8c2fcba2-ae0b-49f3-8cae-0cffbbea8500" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -465,16 +395,16 @@ "148" ], "x-ms-correlation-request-id": [ - "8b3664ac-0a39-4fbc-b6c8-64183253b5d4" + "8c2fcba2-ae0b-49f3-8cae-0cffbbea8500" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120850Z:8b3664ac-0a39-4fbc-b6c8-64183253b5d4" + "SOUTHINDIA:20210518T093614Z:8c2fcba2-ae0b-49f3-8cae-0cffbbea8500" ], "Date": [ - "Mon, 17 May 2021 12:08:49 GMT" + "Tue, 18 May 2021 09:36:13 GMT" ], "Content-Length": [ - "789" + "12" ], "Content-Type": [ "application/json" @@ -483,26 +413,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0YWJsZUNvbnRhaW5lcnM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -516,11 +446,11 @@ "nosniff" ], "x-ms-request-id": [ - "670b4605-1e14-48a9-b356-f622f9529899" + "1875d1ee-bf63-447d-8f36-bbad74f8057d" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -535,16 +465,16 @@ "149" ], "x-ms-correlation-request-id": [ - "670b4605-1e14-48a9-b356-f622f9529899" + "1875d1ee-bf63-447d-8f36-bbad74f8057d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120850Z:670b4605-1e14-48a9-b356-f622f9529899" + "SOUTHINDIA:20210518T093615Z:1875d1ee-bf63-447d-8f36-bbad74f8057d" ], "Date": [ - "Mon, 17 May 2021 12:08:49 GMT" + "Tue, 18 May 2021 09:36:14 GMT" ], "Content-Length": [ - "947" + "10021" ], "Content-Type": [ "application/json" @@ -553,32 +483,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"name\": \"StorageContainer;Storage;afstests;afsbackupsa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"afsbackupsa\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/afsbackupsa\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"name\": \"StorageContainer;Storage;afstests;storageysci5wbex6jyc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"storageysci5wbex6jyc\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/afstests/providers/Microsoft.Storage/storageAccounts/storageysci5wbex6jyc\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.encryptedvm;iaasvmencryptedvmdiag170\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmencryptedvmdiag170\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.encryptedvm/providers/Microsoft.Storage/storageAccounts/iaasvmencryptedvmdiag170\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.existing;iaasextstore1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasextstore1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.existing/providers/Microsoft.Storage/storageAccounts/iaasextstore1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"name\": \"StorageContainer;Storage;iaasvm.new;iaasvmnewdiag1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmnewdiag1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvm.new/providers/Microsoft.Storage/storageAccounts/iaasvmnewdiag1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"name\": \"StorageContainer;Storage;iaasvmhanaworkload.existing;iaasvmhanaworkloadexisti\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"iaasvmhanaworkloadexisti\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/iaasvmhanaworkload.existing/providers/Microsoft.Storage/storageAccounts/iaasvmhanaworkloadexisti\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"name\": \"StorageContainer;Storage;pscloudtest-diskbackup-existing;1vnseapod01otds1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"1vnseapod01otds1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtest-diskbackup-existing/providers/Microsoft.Storage/storageAccounts/1vnseapod01otds1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"name\": \"StorageContainer;Storage;pscloudtestrg;pscloudtestrgdiag\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pscloudtestrgdiag\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pscloudtestrg/providers/Microsoft.Storage/storageAccounts/pscloudtestrgdiag\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG1e5a278b;pstestsa1e5a278b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa1e5a278b\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG1e5a278b/providers/Microsoft.Storage/storageAccounts/pstestsa1e5a278b\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG54bdf8da;pstestsa54bdf8da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa54bdf8da\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG54bdf8da/providers/Microsoft.Storage/storageAccounts/pstestsa54bdf8da\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"name\": \"StorageContainer;Storage;PSTestRG59e1706f;pstestsa59e1706f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa59e1706f\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG59e1706f/providers/Microsoft.Storage/storageAccounts/pstestsa59e1706f\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8895\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8895\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectableContainers/StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstesttargetsa8896\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers\",\r\n \"properties\": {\r\n \"friendlyName\": \"pstesttargetsa8896\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"protectableContainerType\": \"StorageContainer\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstesttargetsa8896\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"containerType\": \"StorageContainer\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"resourceGroup\": \"pstestrg8895\",\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "433" + "354" ] }, "ResponseHeaders": { @@ -589,27 +519,30 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/6258ebd8-017c-48cb-b6ef-c2ea39b2f15b?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/6258ebd8-017c-48cb-b6ef-c2ea39b2f15b?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "4745b953-84d3-4000-80a8-96865cee5d32" + "fdc6f2f2-098c-4153-abd2-a0ed36ec446c" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], @@ -617,41 +550,44 @@ "1199" ], "x-ms-correlation-request-id": [ - "4745b953-84d3-4000-80a8-96865cee5d32" + "fdc6f2f2-098c-4153-abd2-a0ed36ec446c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120851Z:4745b953-84d3-4000-80a8-96865cee5d32" + "SOUTHINDIA:20210518T093616Z:fdc6f2f2-098c-4153-abd2-a0ed36ec446c" ], "Date": [ - "Mon, 17 May 2021 12:08:50 GMT" + "Tue, 18 May 2021 09:36:16 GMT" + ], + "Content-Length": [ + "2" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", + "ResponseBody": "{}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6258ebd8-017c-48cb-b6ef-c2ea39b2f15b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82MjU4ZWJkOC0wMTdjLTQ4Y2ItYjZlZi1jMmVhMzliMmYxNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzlmZjNmN2NmLWU2YmItNDVkYy04YjMxLTgxOTYwMTRmY2JmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -661,15 +597,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "f69fbaff-32a6-4249-958b-381ae3160f2d" + "4dbcfa34-9159-4c45-af7a-e2ab2b41a92d" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -684,16 +629,16 @@ "149" ], "x-ms-correlation-request-id": [ - "f69fbaff-32a6-4249-958b-381ae3160f2d" + "4dbcfa34-9159-4c45-af7a-e2ab2b41a92d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120851Z:f69fbaff-32a6-4249-958b-381ae3160f2d" + "SOUTHINDIA:20210518T093616Z:4dbcfa34-9159-4c45-af7a-e2ab2b41a92d" ], "Date": [ - "Mon, 17 May 2021 12:08:50 GMT" + "Tue, 18 May 2021 09:36:16 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -702,26 +647,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"name\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6258ebd8-017c-48cb-b6ef-c2ea39b2f15b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82MjU4ZWJkOC0wMTdjLTQ4Y2ItYjZlZi1jMmVhMzliMmYxNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzlmZjNmN2NmLWU2YmItNDVkYy04YjMxLTgxOTYwMTRmY2JmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -731,15 +676,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "dac6a54e-a4d9-4424-ae00-f530e1b9ff80" + "561ed994-d365-45cb-89c6-f576e271daf3" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -754,16 +708,16 @@ "148" ], "x-ms-correlation-request-id": [ - "dac6a54e-a4d9-4424-ae00-f530e1b9ff80" + "561ed994-d365-45cb-89c6-f576e271daf3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120856Z:dac6a54e-a4d9-4424-ae00-f530e1b9ff80" + "SOUTHINDIA:20210518T093626Z:561ed994-d365-45cb-89c6-f576e271daf3" ], "Date": [ - "Mon, 17 May 2021 12:08:56 GMT" + "Tue, 18 May 2021 09:36:26 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -772,26 +726,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"name\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6258ebd8-017c-48cb-b6ef-c2ea39b2f15b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82MjU4ZWJkOC0wMTdjLTQ4Y2ItYjZlZi1jMmVhMzliMmYxNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzlmZjNmN2NmLWU2YmItNDVkYy04YjMxLTgxOTYwMTRmY2JmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -801,15 +755,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "33c74f5d-56a6-43d0-8212-47870bb72800" + "0a133e05-884e-40b1-b3a9-3b4b6c445a24" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -824,16 +787,16 @@ "147" ], "x-ms-correlation-request-id": [ - "33c74f5d-56a6-43d0-8212-47870bb72800" + "0a133e05-884e-40b1-b3a9-3b4b6c445a24" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120902Z:33c74f5d-56a6-43d0-8212-47870bb72800" + "SOUTHINDIA:20210518T093637Z:0a133e05-884e-40b1-b3a9-3b4b6c445a24" ], "Date": [ - "Mon, 17 May 2021 12:09:02 GMT" + "Tue, 18 May 2021 09:36:36 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -842,26 +805,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"name\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6258ebd8-017c-48cb-b6ef-c2ea39b2f15b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82MjU4ZWJkOC0wMTdjLTQ4Y2ItYjZlZi1jMmVhMzliMmYxNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzlmZjNmN2NmLWU2YmItNDVkYy04YjMxLTgxOTYwMTRmY2JmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -871,15 +834,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "af83e581-75cb-42f2-9811-011d7530316c" + "b49bc58a-0877-4af9-be1b-ab78c1549f5c" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -894,16 +866,16 @@ "146" ], "x-ms-correlation-request-id": [ - "af83e581-75cb-42f2-9811-011d7530316c" + "b49bc58a-0877-4af9-be1b-ab78c1549f5c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120907Z:af83e581-75cb-42f2-9811-011d7530316c" + "SOUTHINDIA:20210518T093647Z:b49bc58a-0877-4af9-be1b-ab78c1549f5c" ], "Date": [ - "Mon, 17 May 2021 12:09:07 GMT" + "Tue, 18 May 2021 09:36:46 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -912,26 +884,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"name\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6258ebd8-017c-48cb-b6ef-c2ea39b2f15b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82MjU4ZWJkOC0wMTdjLTQ4Y2ItYjZlZi1jMmVhMzliMmYxNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzlmZjNmN2NmLWU2YmItNDVkYy04YjMxLTgxOTYwMTRmY2JmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -941,15 +913,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "da1c34ee-f51b-454d-a550-6ce8c6945c03" + "45aa0e63-a7c4-4648-840f-bd156e1a4576" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -964,16 +945,16 @@ "145" ], "x-ms-correlation-request-id": [ - "da1c34ee-f51b-454d-a550-6ce8c6945c03" + "45aa0e63-a7c4-4648-840f-bd156e1a4576" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120912Z:da1c34ee-f51b-454d-a550-6ce8c6945c03" + "SOUTHINDIA:20210518T093657Z:45aa0e63-a7c4-4648-840f-bd156e1a4576" ], "Date": [ - "Mon, 17 May 2021 12:09:12 GMT" + "Tue, 18 May 2021 09:36:57 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -982,26 +963,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"name\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6258ebd8-017c-48cb-b6ef-c2ea39b2f15b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82MjU4ZWJkOC0wMTdjLTQ4Y2ItYjZlZi1jMmVhMzliMmYxNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzlmZjNmN2NmLWU2YmItNDVkYy04YjMxLTgxOTYwMTRmY2JmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1011,15 +992,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0126cff0-dd9f-4a5d-bf95-759bd47bb1ce" + "2d60716f-41e4-4e33-aaee-717abff171b5" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1034,16 +1024,16 @@ "144" ], "x-ms-correlation-request-id": [ - "0126cff0-dd9f-4a5d-bf95-759bd47bb1ce" + "2d60716f-41e4-4e33-aaee-717abff171b5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120917Z:0126cff0-dd9f-4a5d-bf95-759bd47bb1ce" + "SOUTHINDIA:20210518T093707Z:2d60716f-41e4-4e33-aaee-717abff171b5" ], "Date": [ - "Mon, 17 May 2021 12:09:17 GMT" + "Tue, 18 May 2021 09:37:07 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -1052,26 +1042,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"name\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6258ebd8-017c-48cb-b6ef-c2ea39b2f15b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82MjU4ZWJkOC0wMTdjLTQ4Y2ItYjZlZi1jMmVhMzliMmYxNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzlmZjNmN2NmLWU2YmItNDVkYy04YjMxLTgxOTYwMTRmY2JmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1081,15 +1071,24 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d82671b3-f725-4c1d-afad-ba74d4e23750" + "8ef4f28f-21bb-4d6d-84d4-0f91d26cb996" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1104,16 +1103,16 @@ "143" ], "x-ms-correlation-request-id": [ - "d82671b3-f725-4c1d-afad-ba74d4e23750" + "8ef4f28f-21bb-4d6d-84d4-0f91d26cb996" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120922Z:d82671b3-f725-4c1d-afad-ba74d4e23750" + "SOUTHINDIA:20210518T093717Z:8ef4f28f-21bb-4d6d-84d4-0f91d26cb996" ], "Date": [ - "Mon, 17 May 2021 12:09:22 GMT" + "Tue, 18 May 2021 09:37:17 GMT" ], "Content-Length": [ - "188" + "2" ], "Content-Type": [ "application/json" @@ -1122,26 +1121,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"name\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6258ebd8-017c-48cb-b6ef-c2ea39b2f15b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82MjU4ZWJkOC0wMTdjLTQ4Y2ItYjZlZi1jMmVhMzliMmYxNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzlmZjNmN2NmLWU2YmItNDVkYy04YjMxLTgxOTYwMTRmY2JmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1155,11 +1154,11 @@ "nosniff" ], "x-ms-request-id": [ - "cdec43e4-82fe-4688-a529-d91d60ed61f9" + "166db96e-f7ad-4e03-8e03-f7385ce72fb4" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1174,16 +1173,16 @@ "142" ], "x-ms-correlation-request-id": [ - "cdec43e4-82fe-4688-a529-d91d60ed61f9" + "166db96e-f7ad-4e03-8e03-f7385ce72fb4" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120928Z:cdec43e4-82fe-4688-a529-d91d60ed61f9" + "SOUTHINDIA:20210518T093728Z:166db96e-f7ad-4e03-8e03-f7385ce72fb4" ], "Date": [ - "Mon, 17 May 2021 12:09:27 GMT" + "Tue, 18 May 2021 09:37:27 GMT" ], "Content-Length": [ - "188" + "699" ], "Content-Type": [ "application/json" @@ -1192,26 +1191,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"name\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6258ebd8-017c-48cb-b6ef-c2ea39b2f15b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82MjU4ZWJkOC0wMTdjLTQ4Y2ItYjZlZi1jMmVhMzliMmYxNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/operationResults/9ff3f7cf-e6bb-45dc-8b31-8196014fcbf4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9vcGVyYXRpb25SZXN1bHRzLzlmZjNmN2NmLWU2YmItNDVkYy04YjMxLTgxOTYwMTRmY2JmND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1225,11 +1224,11 @@ "nosniff" ], "x-ms-request-id": [ - "f2ffd94d-07e3-4603-84a4-8d21b505c0b5" + "026a0713-6f09-4842-a1e9-06df253893a9" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1244,16 +1243,16 @@ "141" ], "x-ms-correlation-request-id": [ - "f2ffd94d-07e3-4603-84a4-8d21b505c0b5" + "026a0713-6f09-4842-a1e9-06df253893a9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120933Z:f2ffd94d-07e3-4603-84a4-8d21b505c0b5" + "SOUTHINDIA:20210518T093728Z:026a0713-6f09-4842-a1e9-06df253893a9" ], "Date": [ - "Mon, 17 May 2021 12:09:32 GMT" + "Tue, 18 May 2021 09:37:27 GMT" ], "Content-Length": [ - "188" + "699" ], "Content-Type": [ "application/json" @@ -1262,26 +1261,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"name\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"name\": \"StorageContainer;Storage;pstestrg8895;pstestsa8895\",\r\n \"properties\": {\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"protectedItemCount\": 0,\r\n \"friendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"registrationStatus\": \"Registered\",\r\n \"healthStatus\": \"Healthy\",\r\n \"containerType\": \"StorageContainer\",\r\n \"protectableObjectType\": \"StorageContainer\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6258ebd8-017c-48cb-b6ef-c2ea39b2f15b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82MjU4ZWJkOC0wMTdjLTQ4Y2ItYjZlZi1jMmVhMzliMmYxNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1295,11 +1294,11 @@ "nosniff" ], "x-ms-request-id": [ - "bb2eba6d-ee3c-4bbe-92e1-3f2ebc5e80c0" + "b1d8cdff-fe0a-4d7f-bd95-bd4e0ed7eccd" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1311,19 +1310,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "149" ], "x-ms-correlation-request-id": [ - "bb2eba6d-ee3c-4bbe-92e1-3f2ebc5e80c0" + "b1d8cdff-fe0a-4d7f-bd95-bd4e0ed7eccd" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120938Z:bb2eba6d-ee3c-4bbe-92e1-3f2ebc5e80c0" + "SOUTHINDIA:20210518T093728Z:b1d8cdff-fe0a-4d7f-bd95-bd4e0ed7eccd" ], "Date": [ - "Mon, 17 May 2021 12:09:38 GMT" + "Tue, 18 May 2021 09:37:27 GMT" ], "Content-Length": [ - "304" + "12" ], "Content-Type": [ "application/json" @@ -1332,26 +1331,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"name\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a43df871-d0ed-4520-8c11-cce199b00563\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/6258ebd8-017c-48cb-b6ef-c2ea39b2f15b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy82MjU4ZWJkOC0wMTdjLTQ4Y2ItYjZlZi1jMmVhMzliMmYxNWI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGFibGVJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVTdG9yYWdlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1365,11 +1364,11 @@ "nosniff" ], "x-ms-request-id": [ - "2a0e4c7f-5af5-4f36-8331-7daa438fa93c" + "b94640ff-e0ca-4096-9fbe-142b8a575df0" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1381,19 +1380,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "148" ], "x-ms-correlation-request-id": [ - "2a0e4c7f-5af5-4f36-8331-7daa438fa93c" + "b94640ff-e0ca-4096-9fbe-142b8a575df0" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120938Z:2a0e4c7f-5af5-4f36-8331-7daa438fa93c" + "SOUTHINDIA:20210518T093739Z:b94640ff-e0ca-4096-9fbe-142b8a575df0" ], "Date": [ - "Mon, 17 May 2021 12:09:38 GMT" + "Tue, 18 May 2021 09:37:39 GMT" ], "Content-Length": [ - "304" + "947" ], "Content-Type": [ "application/json" @@ -1402,26 +1401,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"name\": \"6258ebd8-017c-48cb-b6ef-c2ea39b2f15b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a43df871-d0ed-4520-8c11-cce199b00563\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectableItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"parentContainerFabricId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"parentContainerFriendlyName\": \"pstestsa8895\",\r\n \"azureFileShareType\": \"XSMB\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"protectableItemType\": \"AzureFileShare\",\r\n \"friendlyName\": \"fs1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a43df871-d0ed-4520-8c11-cce199b00563?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9hNDNkZjg3MS1kMGVkLTQ1MjAtOGMxMS1jY2UxOTliMDA1NjM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895/inquire?$filter=workloadType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9pbnF1aXJlPyRmaWx0ZXI9d29ya2xvYWRUeXBlJTIwZXElMjAnQXp1cmVGaWxlU2hhcmUnJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1431,68 +1430,70 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationResults/de882c74-c708-4de4-a2cf-36a28ac859b4?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;Storage;pstestrg8895;pstestsa8895/operationsStatus/de882c74-c708-4de4-a2cf-36a28ac859b4?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "175a8574-60a6-4a61-b702-aee7841c94cf" + "b2d4a070-0501-4fda-9be7-574e42aa195b" ], "x-ms-client-request-id": [ - "0940e3dc-0e6b-4a09-91fe-6efd17bececd", - "0940e3dc-0e6b-4a09-91fe-6efd17bececd" - ], - "X-Powered-By": [ - "ASP.NET" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "175a8574-60a6-4a61-b702-aee7841c94cf" + "b2d4a070-0501-4fda-9be7-574e42aa195b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120938Z:175a8574-60a6-4a61-b702-aee7841c94cf" + "SOUTHINDIA:20210518T093728Z:b2d4a070-0501-4fda-9be7-574e42aa195b" ], "Date": [ - "Mon, 17 May 2021 12:09:38 GMT" - ], - "Content-Length": [ - "847" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 09:37:28 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"name\": \"a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.0806686S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"2021-05-17T12:09:34.2774133Z\",\r\n \"activityId\": \"0940e3dc-0e6b-4a09-91fe-6efd17bececd\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a43df871-d0ed-4520-8c11-cce199b00563?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9hNDNkZjg3MS1kMGVkLTQ1MjAtOGMxMS1jY2UxOTliMDA1NjM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/de882c74-c708-4de4-a2cf-36a28ac859b4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2RlODgyYzc0LWM3MDgtNGRlNC1hMmNmLTM2YTI4YWM4NTliND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "875f1023-bae5-4ba7-9f5d-c9a67326d0a8" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1502,68 +1503,67 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/de882c74-c708-4de4-a2cf-36a28ac859b4?api-version=2021-03-01" + ], + "Retry-After": [ + "60" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "7b3121f1-e33e-435f-a74e-0956958f160a" + "74899784-8cf5-4c21-9965-a8de15a1f109" ], "x-ms-client-request-id": [ - "875f1023-bae5-4ba7-9f5d-c9a67326d0a8", - "875f1023-bae5-4ba7-9f5d-c9a67326d0a8" - ], - "X-Powered-By": [ - "ASP.NET" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "149" ], "x-ms-correlation-request-id": [ - "7b3121f1-e33e-435f-a74e-0956958f160a" + "74899784-8cf5-4c21-9965-a8de15a1f109" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120941Z:7b3121f1-e33e-435f-a74e-0956958f160a" + "SOUTHINDIA:20210518T093729Z:74899784-8cf5-4c21-9965-a8de15a1f109" ], "Date": [ - "Mon, 17 May 2021 12:09:40 GMT" - ], - "Content-Length": [ - "847" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 09:37:28 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"name\": \"a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.0806686S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"2021-05-17T12:09:34.2774133Z\",\r\n \"activityId\": \"0940e3dc-0e6b-4a09-91fe-6efd17bececd\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a43df871-d0ed-4520-8c11-cce199b00563?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9hNDNkZjg3MS1kMGVkLTQ1MjAtOGMxMS1jY2UxOTliMDA1NjM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/de882c74-c708-4de4-a2cf-36a28ac859b4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2RlODgyYzc0LWM3MDgtNGRlNC1hMmNmLTM2YTI4YWM4NTliND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93f155c3-3137-48ca-a4a3-ae60d68d3783" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1573,68 +1573,58 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "fae32d1f-f134-464c-80e9-ad032da4f8e0" + "aeca3886-588c-4e37-80c7-916fdb10dfbe" ], "x-ms-client-request-id": [ - "93f155c3-3137-48ca-a4a3-ae60d68d3783", - "93f155c3-3137-48ca-a4a3-ae60d68d3783" - ], - "X-Powered-By": [ - "ASP.NET" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "148" ], "x-ms-correlation-request-id": [ - "fae32d1f-f134-464c-80e9-ad032da4f8e0" + "aeca3886-588c-4e37-80c7-916fdb10dfbe" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120941Z:fae32d1f-f134-464c-80e9-ad032da4f8e0" + "SOUTHINDIA:20210518T093739Z:aeca3886-588c-4e37-80c7-916fdb10dfbe" ], "Date": [ - "Mon, 17 May 2021 12:09:40 GMT" - ], - "Content-Length": [ - "847" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 09:37:38 GMT" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"name\": \"a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.0806686S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"2021-05-17T12:09:34.2774133Z\",\r\n \"activityId\": \"0940e3dc-0e6b-4a09-91fe-6efd17bececd\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/de882c74-c708-4de4-a2cf-36a28ac859b4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzL2RlODgyYzc0LWM3MDgtNGRlNC1hMmNmLTM2YTI4YWM4NTliND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "256f2d6c-34b3-4e88-aa83-67f0ebce7a85" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1648,35 +1638,455 @@ "nosniff" ], "x-ms-request-id": [ - "8d6fa35b-bda7-40bd-9ca6-774772e57891" + "c81b931c-8951-47fa-b410-6d772a603ed7" ], "x-ms-client-request-id": [ - "256f2d6c-34b3-4e88-aa83-67f0ebce7a85", - "256f2d6c-34b3-4e88-aa83-67f0ebce7a85" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "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" + "147" ], "x-ms-correlation-request-id": [ - "8d6fa35b-bda7-40bd-9ca6-774772e57891" + "c81b931c-8951-47fa-b410-6d772a603ed7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120940Z:8d6fa35b-bda7-40bd-9ca6-774772e57891" + "SOUTHINDIA:20210518T093739Z:c81b931c-8951-47fa-b410-6d772a603ed7" ], "Date": [ - "Mon, 17 May 2021 12:09:40 GMT" + "Tue, 18 May 2021 09:37:38 GMT" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/azurefileshare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9zdG9yYWdlY29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9henVyZWZpbGVzaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.Storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "433" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationResults/b92079fa-f525-4052-9e3e-0832511a6b69?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/storagecontainer;storage;pstestrg8895;pstestsa8895/protectedItems/azurefileshare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959/operationsStatus/b92079fa-f525-4052-9e3e-0832511a6b69?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "fdf33e3f-21e0-4d25-af04-57e919047779" + ], + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "fdf33e3f-21e0-4d25-af04-57e919047779" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T093740Z:fdf33e3f-21e0-4d25-af04-57e919047779" + ], + "Date": [ + "Tue, 18 May 2021 09:37:39 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b92079fa-f525-4052-9e3e-0832511a6b69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iOTIwNzlmYS1mNTI1LTQwNTItOWUzZS0wODMyNTExYTZiNjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ee2d6c40-80d4-4b01-a01f-97e351533558" + ], + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "ee2d6c40-80d4-4b01-a01f-97e351533558" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T093740Z:ee2d6c40-80d4-4b01-a01f-97e351533558" + ], + "Date": [ + "Tue, 18 May 2021 09:37:39 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"name\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:37:40.1399216Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b92079fa-f525-4052-9e3e-0832511a6b69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iOTIwNzlmYS1mNTI1LTQwNTItOWUzZS0wODMyNTExYTZiNjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e515fedc-90dc-4f5e-ba09-f2955bd42dad" + ], + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "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": [ + "e515fedc-90dc-4f5e-ba09-f2955bd42dad" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T093750Z:e515fedc-90dc-4f5e-ba09-f2955bd42dad" + ], + "Date": [ + "Tue, 18 May 2021 09:37:49 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"name\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:37:40.1399216Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b92079fa-f525-4052-9e3e-0832511a6b69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iOTIwNzlmYS1mNTI1LTQwNTItOWUzZS0wODMyNTExYTZiNjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "50723086-029f-409b-b507-867fa76df0bd" + ], + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "50723086-029f-409b-b507-867fa76df0bd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T093801Z:50723086-029f-409b-b507-867fa76df0bd" + ], + "Date": [ + "Tue, 18 May 2021 09:38:00 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"name\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:37:40.1399216Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b92079fa-f525-4052-9e3e-0832511a6b69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iOTIwNzlmYS1mNTI1LTQwNTItOWUzZS0wODMyNTExYTZiNjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a8297b64-36ad-4bb4-a548-a1af2a0198ee" + ], + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "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-correlation-request-id": [ + "a8297b64-36ad-4bb4-a548-a1af2a0198ee" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T093811Z:a8297b64-36ad-4bb4-a548-a1af2a0198ee" + ], + "Date": [ + "Tue, 18 May 2021 09:38:10 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"name\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:37:40.1399216Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b92079fa-f525-4052-9e3e-0832511a6b69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iOTIwNzlmYS1mNTI1LTQwNTItOWUzZS0wODMyNTExYTZiNjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "0dc8f4de-844d-42a4-bea6-7fb4f521dddf" + ], + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "0dc8f4de-844d-42a4-bea6-7fb4f521dddf" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T093821Z:0dc8f4de-844d-42a4-bea6-7fb4f521dddf" + ], + "Date": [ + "Tue, 18 May 2021 09:38:21 GMT" ], "Content-Length": [ - "1354" + "188" ], "Content-Type": [ "application/json" @@ -1685,26 +2095,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-05-17T12:09:33.8673959Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"name\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:37:40.1399216Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs?$filter=operation%20eq%20''%20and%20startTime%20eq%20'2021-05-16%2012:09:40%20PM'%20and%20endTime%20eq%20'2021-05-17%2012:09:40%20PM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icz8kZmlsdGVyPW9wZXJhdGlvbiUyMGVxJTIwJyclMjBhbmQlMjBzdGFydFRpbWUlMjBlcSUyMCcyMDIxLTA1LTE2JTIwMTI6MDk6NDAlMjBQTSclMjBhbmQlMjBlbmRUaW1lJTIwZXElMjAnMjAyMS0wNS0xNyUyMDEyOjA5OjQwJTIwUE0nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b92079fa-f525-4052-9e3e-0832511a6b69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iOTIwNzlmYS1mNTI1LTQwNTItOWUzZS0wODMyNTExYTZiNjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dda9135-dd2e-485f-8c5d-e8c222fdb320" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1714,40 +2124,109 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6e52c468-26de-4313-abae-fdd3f9d0d6f8" + "8d138510-da70-436a-aa3d-fa146aceeb1d" ], "x-ms-client-request-id": [ - "8dda9135-dd2e-485f-8c5d-e8c222fdb320", - "8dda9135-dd2e-485f-8c5d-e8c222fdb320" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "8d138510-da70-436a-aa3d-fa146aceeb1d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T093831Z:8d138510-da70-436a-aa3d-fa146aceeb1d" + ], + "Date": [ + "Tue, 18 May 2021 09:38:31 GMT" + ], + "Content-Length": [ + "304" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"name\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:37:40.1399216Z\",\r\n \"endTime\": \"2021-05-18T09:37:40.1399216Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"20593316-28f3-47ce-86c9-0bf07a2ecf25\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/b92079fa-f525-4052-9e3e-0832511a6b69?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy9iOTIwNzlmYS1mNTI1LTQwNTItOWUzZS0wODMyNTExYTZiNjk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "2c2b64b3-fe7b-4838-9de6-e28dcc69ac9f" + ], + "x-ms-client-request-id": [ + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" + ], "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" + "143" ], "x-ms-correlation-request-id": [ - "6e52c468-26de-4313-abae-fdd3f9d0d6f8" + "2c2b64b3-fe7b-4838-9de6-e28dcc69ac9f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120940Z:6e52c468-26de-4313-abae-fdd3f9d0d6f8" + "SOUTHINDIA:20210518T093831Z:2c2b64b3-fe7b-4838-9de6-e28dcc69ac9f" ], "Date": [ - "Mon, 17 May 2021 12:09:40 GMT" + "Tue, 18 May 2021 09:38:31 GMT" ], "Content-Length": [ - "2858" + "304" ], "Content-Type": [ "application/json" @@ -1756,26 +2235,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"name\": \"a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.0806686S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"2021-05-17T12:09:34.2774133Z\",\r\n \"activityId\": \"0940e3dc-0e6b-4a09-91fe-6efd17bececd\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/20f6ffa7-0b7c-444c-815e-c1ec2f2b3ad1\",\r\n \"name\": \"20f6ffa7-0b7c-444c-815e-c1ec2f2b3ad1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.498586S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-16T14:39:48.1806689Z\",\r\n \"endTime\": \"2021-05-16T14:40:09.6792549Z\",\r\n \"activityId\": \"76a06646-6a88-4db0-85c9-a9d79f125043\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/61020d70-6e44-433d-aa5a-60473f7435e3\",\r\n \"name\": \"61020d70-6e44-433d-aa5a-60473f7435e3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT34.3189329S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-16T14:39:09.1630283Z\",\r\n \"endTime\": \"2021-05-16T14:39:43.4819612Z\",\r\n \"activityId\": \"eaa0bd85-9264-4770-8090-25084498c3f7\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/51aa8c36-f1f2-42f9-ae86-d3bfbc86e73c\",\r\n \"name\": \"51aa8c36-f1f2-42f9-ae86-d3bfbc86e73c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT1M8.5240654S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Register\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-16T14:37:54.6005821Z\",\r\n \"endTime\": \"2021-05-16T14:39:03.1246475Z\",\r\n \"activityId\": \"eaa0bd85-9264-4770-8090-25084498c3f7\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"name\": \"b92079fa-f525-4052-9e3e-0832511a6b69\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:37:40.1399216Z\",\r\n \"endTime\": \"2021-05-18T09:37:40.1399216Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"20593316-28f3-47ce-86c9-0bf07a2ecf25\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/20f6ffa7-0b7c-444c-815e-c1ec2f2b3ad1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8yMGY2ZmZhNy0wYjdjLTQ0NGMtODE1ZS1jMWVjMmYyYjNhZDE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/20593316-28f3-47ce-86c9-0bf07a2ecf25?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8yMDU5MzMxNi0yOGYzLTQ3Y2UtODZjOS0wYmYwN2EyZWNmMjU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f644bff1-2144-40b5-94bf-897f00ff6d09" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1793,11 +2272,11 @@ "nosniff" ], "x-ms-request-id": [ - "c330cf7a-12c6-4cde-aced-9c3294f4f51f" + "5a1c5787-3e0d-4c6b-974a-209afc48446c" ], "x-ms-client-request-id": [ - "f644bff1-2144-40b5-94bf-897f00ff6d09", - "f644bff1-2144-40b5-94bf-897f00ff6d09" + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1", + "f5ef31b1-0be8-4cc7-9b55-61648a1522e1" ], "X-Powered-By": [ "ASP.NET" @@ -1806,19 +2285,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "149" ], "x-ms-correlation-request-id": [ - "c330cf7a-12c6-4cde-aced-9c3294f4f51f" + "5a1c5787-3e0d-4c6b-974a-209afc48446c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120941Z:c330cf7a-12c6-4cde-aced-9c3294f4f51f" + "SOUTHINDIA:20210518T093832Z:5a1c5787-3e0d-4c6b-974a-209afc48446c" ], "Date": [ - "Mon, 17 May 2021 12:09:41 GMT" + "Tue, 18 May 2021 09:38:32 GMT" ], "Content-Length": [ - "820" + "847" ], "Content-Type": [ "application/json" @@ -1827,26 +2306,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/20f6ffa7-0b7c-444c-815e-c1ec2f2b3ad1\",\r\n \"name\": \"20f6ffa7-0b7c-444c-815e-c1ec2f2b3ad1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.498586S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-16T14:39:48.1806689Z\",\r\n \"endTime\": \"2021-05-16T14:40:09.6792549Z\",\r\n \"activityId\": \"76a06646-6a88-4db0-85c9-a9d79f125043\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/20593316-28f3-47ce-86c9-0bf07a2ecf25\",\r\n \"name\": \"20593316-28f3-47ce-86c9-0bf07a2ecf25\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.0669715S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:37:40.1399216Z\",\r\n \"endTime\": \"2021-05-18T09:38:23.2068931Z\",\r\n \"activityId\": \"f5ef31b1-0be8-4cc7-9b55-61648a1522e1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/20f6ffa7-0b7c-444c-815e-c1ec2f2b3ad1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8yMGY2ZmZhNy0wYjdjLTQ0NGMtODE1ZS1jMWVjMmYyYjNhZDE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/20593316-28f3-47ce-86c9-0bf07a2ecf25?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8yMDU5MzMxNi0yOGYzLTQ3Y2UtODZjOS0wYmYwN2EyZWNmMjU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f194da1-fb43-455b-8524-085a3cbfeec8" + "4645a6cc-b798-40c7-b4bd-0096931673b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1864,11 +2343,11 @@ "nosniff" ], "x-ms-request-id": [ - "4c47fd37-a352-4d51-baa3-9145c185421b" + "472d2a79-b24a-41d6-8faf-8dc7555e0038" ], "x-ms-client-request-id": [ - "8f194da1-fb43-455b-8524-085a3cbfeec8", - "8f194da1-fb43-455b-8524-085a3cbfeec8" + "4645a6cc-b798-40c7-b4bd-0096931673b2", + "4645a6cc-b798-40c7-b4bd-0096931673b2" ], "X-Powered-By": [ "ASP.NET" @@ -1877,19 +2356,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "147" ], "x-ms-correlation-request-id": [ - "4c47fd37-a352-4d51-baa3-9145c185421b" + "472d2a79-b24a-41d6-8faf-8dc7555e0038" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120941Z:4c47fd37-a352-4d51-baa3-9145c185421b" + "SOUTHINDIA:20210518T093833Z:472d2a79-b24a-41d6-8faf-8dc7555e0038" ], "Date": [ - "Mon, 17 May 2021 12:09:41 GMT" + "Tue, 18 May 2021 09:38:33 GMT" ], "Content-Length": [ - "820" + "847" ], "Content-Type": [ "application/json" @@ -1898,26 +2377,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/20f6ffa7-0b7c-444c-815e-c1ec2f2b3ad1\",\r\n \"name\": \"20f6ffa7-0b7c-444c-815e-c1ec2f2b3ad1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.498586S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-16T14:39:48.1806689Z\",\r\n \"endTime\": \"2021-05-16T14:40:09.6792549Z\",\r\n \"activityId\": \"76a06646-6a88-4db0-85c9-a9d79f125043\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/20593316-28f3-47ce-86c9-0bf07a2ecf25\",\r\n \"name\": \"20593316-28f3-47ce-86c9-0bf07a2ecf25\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.0669715S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:37:40.1399216Z\",\r\n \"endTime\": \"2021-05-18T09:38:23.2068931Z\",\r\n \"activityId\": \"f5ef31b1-0be8-4cc7-9b55-61648a1522e1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/61020d70-6e44-433d-aa5a-60473f7435e3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy82MTAyMGQ3MC02ZTQ0LTQzM2QtYWE1YS02MDQ3M2Y3NDM1ZTM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/20593316-28f3-47ce-86c9-0bf07a2ecf25?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8yMDU5MzMxNi0yOGYzLTQ3Y2UtODZjOS0wYmYwN2EyZWNmMjU/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39d31211-2e8d-4bf0-a85d-9429c4d3dad4" + "7e741fb5-d65a-43c7-ba0f-e4c6d253471a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1935,11 +2414,11 @@ "nosniff" ], "x-ms-request-id": [ - "373cc397-30f4-45ea-8dd9-e3fd0e92fecc" + "84da0cd9-53e2-4542-94ba-5e140f02fb78" ], "x-ms-client-request-id": [ - "39d31211-2e8d-4bf0-a85d-9429c4d3dad4", - "39d31211-2e8d-4bf0-a85d-9429c4d3dad4" + "7e741fb5-d65a-43c7-ba0f-e4c6d253471a", + "7e741fb5-d65a-43c7-ba0f-e4c6d253471a" ], "X-Powered-By": [ "ASP.NET" @@ -1948,16 +2427,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "146" ], "x-ms-correlation-request-id": [ - "373cc397-30f4-45ea-8dd9-e3fd0e92fecc" + "84da0cd9-53e2-4542-94ba-5e140f02fb78" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120941Z:373cc397-30f4-45ea-8dd9-e3fd0e92fecc" + "SOUTHINDIA:20210518T093834Z:84da0cd9-53e2-4542-94ba-5e140f02fb78" ], "Date": [ - "Mon, 17 May 2021 12:09:41 GMT" + "Tue, 18 May 2021 09:38:34 GMT" ], "Content-Length": [ "847" @@ -1969,26 +2448,166 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/61020d70-6e44-433d-aa5a-60473f7435e3\",\r\n \"name\": \"61020d70-6e44-433d-aa5a-60473f7435e3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT34.3189329S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-16T14:39:09.1630283Z\",\r\n \"endTime\": \"2021-05-16T14:39:43.4819612Z\",\r\n \"activityId\": \"eaa0bd85-9264-4770-8090-25084498c3f7\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/20593316-28f3-47ce-86c9-0bf07a2ecf25\",\r\n \"name\": \"20593316-28f3-47ce-86c9-0bf07a2ecf25\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.0669715S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:37:40.1399216Z\",\r\n \"endTime\": \"2021-05-18T09:38:23.2068931Z\",\r\n \"activityId\": \"f5ef31b1-0be8-4cc7-9b55-61648a1522e1\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureStorage'%20and%20itemType%20eq%20'AzureFileShare'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUHJvdGVjdGVkSXRlbXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZSclMjBhbmQlMjBpdGVtVHlwZSUyMGVxJTIwJ0F6dXJlRmlsZVNoYXJlJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8ca9b64b-bf1f-4eb0-98af-7cc805f02961" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a9ca33f3-c694-4539-adc1-bb69921abf84" + ], + "x-ms-client-request-id": [ + "8ca9b64b-bf1f-4eb0-98af-7cc805f02961", + "8ca9b64b-bf1f-4eb0-98af-7cc805f02961" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "a9ca33f3-c694-4539-adc1-bb69921abf84" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T093832Z:a9ca33f3-c694-4539-adc1-bb69921abf84" + ], + "Date": [ + "Tue, 18 May 2021 09:38:32 GMT" + ], + "Content-Length": [ + "1219" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8ca9b64b-bf1f-4eb0-98af-7cc805f02961" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5b446b07-88f1-41fd-b61a-e87885d56f8e" + ], + "x-ms-client-request-id": [ + "8ca9b64b-bf1f-4eb0-98af-7cc805f02961", + "8ca9b64b-bf1f-4eb0-98af-7cc805f02961" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "5b446b07-88f1-41fd-b61a-e87885d56f8e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T093833Z:5b446b07-88f1-41fd-b61a-e87885d56f8e" + ], + "Date": [ + "Tue, 18 May 2021 09:38:33 GMT" + ], + "Content-Length": [ + "1354" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer;storage;pstestrg8895;pstestsa8895/protectedItems/AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"name\": \"AzureFileShare;698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"fs1\",\r\n \"protectionStatus\": \"Healthy\",\r\n \"protectionState\": \"IRPending\",\r\n \"lastBackupStatus\": \"IRPending\",\r\n \"extendedInfo\": {\r\n \"recoveryPointCount\": 0,\r\n \"policyState\": \"Consistent\",\r\n \"resourceState\": \"Active\",\r\n \"resourceStateSyncTime\": \"2021-05-18T09:38:22.9122129Z\"\r\n },\r\n \"protectedItemType\": \"AzureFileShareProtectedItem\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workloadType\": \"AzureFileShare\",\r\n \"containerName\": \"StorageContainer;storage;pstestrg8895;pstestsa8895\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.storage/storageAccounts/pstestsa8895\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/afspolicy1\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/61020d70-6e44-433d-aa5a-60473f7435e3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy82MTAyMGQ3MC02ZTQ0LTQzM2QtYWE1YS02MDQ3M2Y3NDM1ZTM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs?$filter=operation%20eq%20''%20and%20startTime%20eq%20'2021-05-17%2009:38:33%20AM'%20and%20endTime%20eq%20'2021-05-18%2009:38:33%20AM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icz8kZmlsdGVyPW9wZXJhdGlvbiUyMGVxJTIwJyclMjBhbmQlMjBzdGFydFRpbWUlMjBlcSUyMCcyMDIxLTA1LTE3JTIwMDk6Mzg6MzMlMjBBTSclMjBhbmQlMjBlbmRUaW1lJTIwZXElMjAnMjAyMS0wNS0xOCUyMDA5OjM4OjMzJTIwQU0nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "105ee0a8-6e72-4f77-8a68-8f272e1587e1" + "f4984d4f-2fb2-48b6-837f-30a3777f0b8b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2006,11 +2625,11 @@ "nosniff" ], "x-ms-request-id": [ - "f91d3ff5-acf5-4162-a6aa-bd64e16aec8b" + "8c759fb8-83e0-45fc-b26e-977239ab9771" ], "x-ms-client-request-id": [ - "105ee0a8-6e72-4f77-8a68-8f272e1587e1", - "105ee0a8-6e72-4f77-8a68-8f272e1587e1" + "f4984d4f-2fb2-48b6-837f-30a3777f0b8b", + "f4984d4f-2fb2-48b6-837f-30a3777f0b8b" ], "X-Powered-By": [ "ASP.NET" @@ -2019,19 +2638,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "148" ], "x-ms-correlation-request-id": [ - "f91d3ff5-acf5-4162-a6aa-bd64e16aec8b" + "8c759fb8-83e0-45fc-b26e-977239ab9771" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120942Z:f91d3ff5-acf5-4162-a6aa-bd64e16aec8b" + "SOUTHINDIA:20210518T093833Z:8c759fb8-83e0-45fc-b26e-977239ab9771" ], "Date": [ - "Mon, 17 May 2021 12:09:41 GMT" + "Tue, 18 May 2021 09:38:33 GMT" ], "Content-Length": [ - "847" + "3574" ], "Content-Type": [ "application/json" @@ -2040,26 +2659,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/61020d70-6e44-433d-aa5a-60473f7435e3\",\r\n \"name\": \"61020d70-6e44-433d-aa5a-60473f7435e3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT34.3189329S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-16T14:39:09.1630283Z\",\r\n \"endTime\": \"2021-05-16T14:39:43.4819612Z\",\r\n \"activityId\": \"eaa0bd85-9264-4770-8090-25084498c3f7\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/20593316-28f3-47ce-86c9-0bf07a2ecf25\",\r\n \"name\": \"20593316-28f3-47ce-86c9-0bf07a2ecf25\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.0669715S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:37:40.1399216Z\",\r\n \"endTime\": \"2021-05-18T09:38:23.2068931Z\",\r\n \"activityId\": \"f5ef31b1-0be8-4cc7-9b55-61648a1522e1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/0b707485-a97c-414a-8f31-8fad9a0ebd27\",\r\n \"name\": \"0b707485-a97c-414a-8f31-8fad9a0ebd27\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT1M10.4729225S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Register\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:36:15.9655936Z\",\r\n \"endTime\": \"2021-05-18T09:37:26.4385161Z\",\r\n \"activityId\": \"f5ef31b1-0be8-4cc7-9b55-61648a1522e1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/41e52298-152a-4f48-a3ed-8ffdacd8b7e4\",\r\n \"name\": \"41e52298-152a-4f48-a3ed-8ffdacd8b7e4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT32.1927085S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"UnRegister\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:10:09.7750693Z\",\r\n \"endTime\": \"2021-05-17T12:10:41.9677778Z\",\r\n \"activityId\": \"e3000ce0-40ae-4e42-a37b-06bed19ea15b\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cca5a2f2-a85d-4f20-ac68-d039c52258ac\",\r\n \"name\": \"cca5a2f2-a85d-4f20-ac68-d039c52258ac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.923768S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:09:42.9511734Z\",\r\n \"endTime\": \"2021-05-17T12:10:04.8749414Z\",\r\n \"activityId\": \"ae09dd7b-496c-48f9-b0d6-812ea8f25130\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"name\": \"a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.0806686S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"2021-05-17T12:09:34.2774133Z\",\r\n \"activityId\": \"0940e3dc-0e6b-4a09-91fe-6efd17bececd\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/51aa8c36-f1f2-42f9-ae86-d3bfbc86e73c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy81MWFhOGMzNi1mMWYyLTQyZjktYWU4Ni1kM2JmYmM4NmU3M2M/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/0b707485-a97c-414a-8f31-8fad9a0ebd27?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8wYjcwNzQ4NS1hOTdjLTQxNGEtOGYzMS04ZmFkOWEwZWJkMjc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e6a91c1-6a80-4be5-a2b5-ddee021ba23f" + "d7915377-3005-4206-a783-208ffd93668e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2077,11 +2696,11 @@ "nosniff" ], "x-ms-request-id": [ - "98c70b9b-6ef2-4512-bea9-ec14e3743926" + "add96575-c87c-44ef-8833-d784c1e020ce" ], "x-ms-client-request-id": [ - "9e6a91c1-6a80-4be5-a2b5-ddee021ba23f", - "9e6a91c1-6a80-4be5-a2b5-ddee021ba23f" + "d7915377-3005-4206-a783-208ffd93668e", + "d7915377-3005-4206-a783-208ffd93668e" ], "X-Powered-By": [ "ASP.NET" @@ -2090,19 +2709,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "145" ], "x-ms-correlation-request-id": [ - "98c70b9b-6ef2-4512-bea9-ec14e3743926" + "add96575-c87c-44ef-8833-d784c1e020ce" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120942Z:98c70b9b-6ef2-4512-bea9-ec14e3743926" + "SOUTHINDIA:20210518T093834Z:add96575-c87c-44ef-8833-d784c1e020ce" ], "Date": [ - "Mon, 17 May 2021 12:09:41 GMT" + "Tue, 18 May 2021 09:38:34 GMT" ], "Content-Length": [ - "799" + "800" ], "Content-Type": [ "application/json" @@ -2111,26 +2730,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/51aa8c36-f1f2-42f9-ae86-d3bfbc86e73c\",\r\n \"name\": \"51aa8c36-f1f2-42f9-ae86-d3bfbc86e73c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT1M8.5240654S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Register\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-16T14:37:54.6005821Z\",\r\n \"endTime\": \"2021-05-16T14:39:03.1246475Z\",\r\n \"activityId\": \"eaa0bd85-9264-4770-8090-25084498c3f7\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/0b707485-a97c-414a-8f31-8fad9a0ebd27\",\r\n \"name\": \"0b707485-a97c-414a-8f31-8fad9a0ebd27\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT1M10.4729225S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Register\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:36:15.9655936Z\",\r\n \"endTime\": \"2021-05-18T09:37:26.4385161Z\",\r\n \"activityId\": \"f5ef31b1-0be8-4cc7-9b55-61648a1522e1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/51aa8c36-f1f2-42f9-ae86-d3bfbc86e73c?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy81MWFhOGMzNi1mMWYyLTQyZjktYWU4Ni1kM2JmYmM4NmU3M2M/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/0b707485-a97c-414a-8f31-8fad9a0ebd27?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy8wYjcwNzQ4NS1hOTdjLTQxNGEtOGYzMS04ZmFkOWEwZWJkMjc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f64b79d-c47a-4b3f-840f-b2bf85d98c33" + "628ad3b5-0656-4bc1-a115-07b10f2dcba5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2148,11 +2767,11 @@ "nosniff" ], "x-ms-request-id": [ - "7e206d7c-7022-4d3a-9641-bd7c8af33838" + "31f0aa64-8e9e-4c27-bb64-f5223e425e1d" ], "x-ms-client-request-id": [ - "3f64b79d-c47a-4b3f-840f-b2bf85d98c33", - "3f64b79d-c47a-4b3f-840f-b2bf85d98c33" + "628ad3b5-0656-4bc1-a115-07b10f2dcba5", + "628ad3b5-0656-4bc1-a115-07b10f2dcba5" ], "X-Powered-By": [ "ASP.NET" @@ -2161,19 +2780,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "144" ], "x-ms-correlation-request-id": [ - "7e206d7c-7022-4d3a-9641-bd7c8af33838" + "31f0aa64-8e9e-4c27-bb64-f5223e425e1d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120942Z:7e206d7c-7022-4d3a-9641-bd7c8af33838" + "SOUTHINDIA:20210518T093834Z:31f0aa64-8e9e-4c27-bb64-f5223e425e1d" ], "Date": [ - "Mon, 17 May 2021 12:09:42 GMT" + "Tue, 18 May 2021 09:38:34 GMT" ], "Content-Length": [ - "799" + "800" ], "Content-Type": [ "application/json" @@ -2182,26 +2801,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/51aa8c36-f1f2-42f9-ae86-d3bfbc86e73c\",\r\n \"name\": \"51aa8c36-f1f2-42f9-ae86-d3bfbc86e73c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT1M8.5240654S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Register\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-16T14:37:54.6005821Z\",\r\n \"endTime\": \"2021-05-16T14:39:03.1246475Z\",\r\n \"activityId\": \"eaa0bd85-9264-4770-8090-25084498c3f7\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/0b707485-a97c-414a-8f31-8fad9a0ebd27\",\r\n \"name\": \"0b707485-a97c-414a-8f31-8fad9a0ebd27\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT1M10.4729225S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"Register\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:36:15.9655936Z\",\r\n \"endTime\": \"2021-05-18T09:37:26.4385161Z\",\r\n \"activityId\": \"f5ef31b1-0be8-4cc7-9b55-61648a1522e1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/41e52298-152a-4f48-a3ed-8ffdacd8b7e4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy80MWU1MjI5OC0xNTJhLTRmNDgtYTNlZC04ZmZkYWNkOGI3ZTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" + "43a6d04f-6ff1-4401-91b7-c4d36a362458" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2211,70 +2830,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/7d5b6cbc-497f-4636-a7e5-956a24dce316?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7d5b6cbc-497f-4636-a7e5-956a24dce316?api-version=2021-01-01" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b43b0e79-0082-4d2e-a059-ddfaeb0246cb" + "0690ab59-6c95-4f70-9666-ee71e7dcdde9" ], "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130", - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "43a6d04f-6ff1-4401-91b7-c4d36a362458", + "43a6d04f-6ff1-4401-91b7-c4d36a362458" ], "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": [ + "143" ], "x-ms-correlation-request-id": [ - "b43b0e79-0082-4d2e-a059-ddfaeb0246cb" + "0690ab59-6c95-4f70-9666-ee71e7dcdde9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120943Z:b43b0e79-0082-4d2e-a059-ddfaeb0246cb" + "SOUTHINDIA:20210518T093834Z:0690ab59-6c95-4f70-9666-ee71e7dcdde9" ], "Date": [ - "Mon, 17 May 2021 12:09:42 GMT" + "Tue, 18 May 2021 09:38:34 GMT" + ], + "Content-Length": [ + "800" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/41e52298-152a-4f48-a3ed-8ffdacd8b7e4\",\r\n \"name\": \"41e52298-152a-4f48-a3ed-8ffdacd8b7e4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT32.1927085S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"UnRegister\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:10:09.7750693Z\",\r\n \"endTime\": \"2021-05-17T12:10:41.9677778Z\",\r\n \"activityId\": \"e3000ce0-40ae-4e42-a37b-06bed19ea15b\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7d5b6cbc-497f-4636-a7e5-956a24dce316?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZDViNmNiYy00OTdmLTQ2MzYtYTdlNS05NTZhMjRkY2UzMTY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/41e52298-152a-4f48-a3ed-8ffdacd8b7e4?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy80MWU1MjI5OC0xNTJhLTRmNDgtYTNlZC04ZmZkYWNkOGI3ZTQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" + "01f8014e-0595-4147-8d77-2bd16e3eff6d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2284,39 +2901,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "79f7d052-42d9-4364-93c1-20df3ab70e45" + "19b385b9-89b8-4649-80b5-66096d2c0d51" ], "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130", - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "01f8014e-0595-4147-8d77-2bd16e3eff6d", + "01f8014e-0595-4147-8d77-2bd16e3eff6d" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "142" ], "x-ms-correlation-request-id": [ - "79f7d052-42d9-4364-93c1-20df3ab70e45" + "19b385b9-89b8-4649-80b5-66096d2c0d51" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120943Z:79f7d052-42d9-4364-93c1-20df3ab70e45" + "SOUTHINDIA:20210518T093834Z:19b385b9-89b8-4649-80b5-66096d2c0d51" ], "Date": [ - "Mon, 17 May 2021 12:09:42 GMT" + "Tue, 18 May 2021 09:38:34 GMT" ], "Content-Length": [ - "188" + "800" ], "Content-Type": [ "application/json" @@ -2325,26 +2943,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"name\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:09:42.9511734Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/41e52298-152a-4f48-a3ed-8ffdacd8b7e4\",\r\n \"name\": \"41e52298-152a-4f48-a3ed-8ffdacd8b7e4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT32.1927085S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"pstestsa8895\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"UnRegister\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:10:09.7750693Z\",\r\n \"endTime\": \"2021-05-17T12:10:41.9677778Z\",\r\n \"activityId\": \"e3000ce0-40ae-4e42-a37b-06bed19ea15b\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7d5b6cbc-497f-4636-a7e5-956a24dce316?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZDViNmNiYy00OTdmLTQ2MzYtYTdlNS05NTZhMjRkY2UzMTY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cca5a2f2-a85d-4f20-ac68-d039c52258ac?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9jY2E1YTJmMi1hODVkLTRmMjAtYWM2OC1kMDM5YzUyMjU4YWM/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" + "a1ad8fc9-c742-4e58-a658-3f32e5819653" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2354,39 +2972,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "abf8382e-1983-4056-8605-7b26e75c1b74" + "54a8a2dc-084a-40fe-b8ac-7abc3589707e" ], "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130", - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "a1ad8fc9-c742-4e58-a658-3f32e5819653", + "a1ad8fc9-c742-4e58-a658-3f32e5819653" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "141" ], "x-ms-correlation-request-id": [ - "abf8382e-1983-4056-8605-7b26e75c1b74" + "54a8a2dc-084a-40fe-b8ac-7abc3589707e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120948Z:abf8382e-1983-4056-8605-7b26e75c1b74" + "SOUTHINDIA:20210518T093835Z:54a8a2dc-084a-40fe-b8ac-7abc3589707e" ], "Date": [ - "Mon, 17 May 2021 12:09:47 GMT" + "Tue, 18 May 2021 09:38:34 GMT" ], "Content-Length": [ - "188" + "820" ], "Content-Type": [ "application/json" @@ -2395,26 +3014,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"name\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:09:42.9511734Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cca5a2f2-a85d-4f20-ac68-d039c52258ac\",\r\n \"name\": \"cca5a2f2-a85d-4f20-ac68-d039c52258ac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.923768S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:09:42.9511734Z\",\r\n \"endTime\": \"2021-05-17T12:10:04.8749414Z\",\r\n \"activityId\": \"ae09dd7b-496c-48f9-b0d6-812ea8f25130\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7d5b6cbc-497f-4636-a7e5-956a24dce316?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZDViNmNiYy00OTdmLTQ2MzYtYTdlNS05NTZhMjRkY2UzMTY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cca5a2f2-a85d-4f20-ac68-d039c52258ac?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9jY2E1YTJmMi1hODVkLTRmMjAtYWM2OC1kMDM5YzUyMjU4YWM/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" + "5b80f5d6-8f31-4975-9457-354322210045" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2424,39 +3043,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d4a4a995-ff78-460d-ad1c-df63bbbced10" + "c7652961-2095-41ac-9cb7-1009263530a3" ], "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130", - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "5b80f5d6-8f31-4975-9457-354322210045", + "5b80f5d6-8f31-4975-9457-354322210045" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "140" ], "x-ms-correlation-request-id": [ - "d4a4a995-ff78-460d-ad1c-df63bbbced10" + "c7652961-2095-41ac-9cb7-1009263530a3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120953Z:d4a4a995-ff78-460d-ad1c-df63bbbced10" + "SOUTHINDIA:20210518T093835Z:c7652961-2095-41ac-9cb7-1009263530a3" ], "Date": [ - "Mon, 17 May 2021 12:09:53 GMT" + "Tue, 18 May 2021 09:38:35 GMT" ], "Content-Length": [ - "188" + "820" ], "Content-Type": [ "application/json" @@ -2465,26 +3085,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"name\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:09:42.9511734Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cca5a2f2-a85d-4f20-ac68-d039c52258ac\",\r\n \"name\": \"cca5a2f2-a85d-4f20-ac68-d039c52258ac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.923768S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:09:42.9511734Z\",\r\n \"endTime\": \"2021-05-17T12:10:04.8749414Z\",\r\n \"activityId\": \"ae09dd7b-496c-48f9-b0d6-812ea8f25130\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7d5b6cbc-497f-4636-a7e5-956a24dce316?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZDViNmNiYy00OTdmLTQ2MzYtYTdlNS05NTZhMjRkY2UzMTY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a43df871-d0ed-4520-8c11-cce199b00563?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9hNDNkZjg3MS1kMGVkLTQ1MjAtOGMxMS1jY2UxOTliMDA1NjM/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" + "49415dcc-70fb-4efa-ac20-f1e176fc1bed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2494,39 +3114,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "e55fbf5c-a2d4-4da3-8bd1-078e383b517b" + "46ff349c-17d8-4a78-ac03-c5dacb8d31bf" ], "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130", - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "49415dcc-70fb-4efa-ac20-f1e176fc1bed", + "49415dcc-70fb-4efa-ac20-f1e176fc1bed" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "139" ], "x-ms-correlation-request-id": [ - "e55fbf5c-a2d4-4da3-8bd1-078e383b517b" + "46ff349c-17d8-4a78-ac03-c5dacb8d31bf" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T120958Z:e55fbf5c-a2d4-4da3-8bd1-078e383b517b" + "SOUTHINDIA:20210518T093835Z:46ff349c-17d8-4a78-ac03-c5dacb8d31bf" ], "Date": [ - "Mon, 17 May 2021 12:09:58 GMT" + "Tue, 18 May 2021 09:38:35 GMT" ], "Content-Length": [ - "188" + "847" ], "Content-Type": [ "application/json" @@ -2535,26 +3156,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"name\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:09:42.9511734Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"name\": \"a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.0806686S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"2021-05-17T12:09:34.2774133Z\",\r\n \"activityId\": \"0940e3dc-0e6b-4a09-91fe-6efd17bececd\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7d5b6cbc-497f-4636-a7e5-956a24dce316?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZDViNmNiYy00OTdmLTQ2MzYtYTdlNS05NTZhMjRkY2UzMTY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a43df871-d0ed-4520-8c11-cce199b00563?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9hNDNkZjg3MS1kMGVkLTQ1MjAtOGMxMS1jY2UxOTliMDA1NjM/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" + "94048e04-cbc7-4dd0-8849-2f1149ae719b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2564,39 +3185,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d478f98a-2b6c-4ae4-97b3-d546289164ca" + "1e3d5b05-7ba6-4905-8a40-0211ca6e00b8" ], "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130", - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "94048e04-cbc7-4dd0-8849-2f1149ae719b", + "94048e04-cbc7-4dd0-8849-2f1149ae719b" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "138" ], "x-ms-correlation-request-id": [ - "d478f98a-2b6c-4ae4-97b3-d546289164ca" + "1e3d5b05-7ba6-4905-8a40-0211ca6e00b8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121003Z:d478f98a-2b6c-4ae4-97b3-d546289164ca" + "SOUTHINDIA:20210518T093835Z:1e3d5b05-7ba6-4905-8a40-0211ca6e00b8" ], "Date": [ - "Mon, 17 May 2021 12:10:03 GMT" + "Tue, 18 May 2021 09:38:35 GMT" ], "Content-Length": [ - "188" + "847" ], "Content-Type": [ "application/json" @@ -2605,26 +3227,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"name\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T12:09:42.9511734Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"name\": \"a43df871-d0ed-4520-8c11-cce199b00563\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT43.0806686S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\",\r\n \"Policy Name\": \"afspolicy1\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:08:51.1967447Z\",\r\n \"endTime\": \"2021-05-17T12:09:34.2774133Z\",\r\n \"activityId\": \"0940e3dc-0e6b-4a09-91fe-6efd17bececd\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7d5b6cbc-497f-4636-a7e5-956a24dce316?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZDViNmNiYy00OTdmLTQ2MzYtYTdlNS05NTZhMjRkY2UzMTY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3Bstorage%3Bpstestrg8895%3Bpstestsa8895/protectedItems/AzureFileShare%3B698df595948e2355f2bb744a41cf245d4ba1255d9699cc3c2ad1f5045e177959?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCc3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NS9wcm90ZWN0ZWRJdGVtcy9BenVyZUZpbGVTaGFyZSUzQjY5OGRmNTk1OTQ4ZTIzNTVmMmJiNzQ0YTQxY2YyNDVkNGJhMTI1NWQ5Njk5Y2MzYzJhZDFmNTA0NWUxNzc5NTk/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2634,67 +3256,70 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/95b3f5ce-efa7-4285-b58d-21682a61d280?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/95b3f5ce-efa7-4285-b58d-21682a61d280?api-version=2021-03-01" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "5919739f-2db5-4f20-82db-68be77bfde6c" + "164979aa-8ac7-4823-b8e1-bbfa8b54dfd8" ], "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130", - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" + "acadd6e4-7e88-4b7f-9312-55e51778b512", + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-IIS/10.0" - ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "5919739f-2db5-4f20-82db-68be77bfde6c" + "164979aa-8ac7-4823-b8e1-bbfa8b54dfd8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121009Z:5919739f-2db5-4f20-82db-68be77bfde6c" + "SOUTHINDIA:20210518T093836Z:164979aa-8ac7-4823-b8e1-bbfa8b54dfd8" ], "Date": [ - "Mon, 17 May 2021 12:10:08 GMT" - ], - "Content-Length": [ - "304" - ], - "Content-Type": [ - "application/json" + "Tue, 18 May 2021 09:38:36 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"name\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T12:09:42.9511734Z\",\r\n \"endTime\": \"2021-05-17T12:09:42.9511734Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cca5a2f2-a85d-4f20-ac68-d039c52258ac\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/7d5b6cbc-497f-4636-a7e5-956a24dce316?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy83ZDViNmNiYy00OTdmLTQ2MzYtYTdlNS05NTZhMjRkY2UzMTY/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/95b3f5ce-efa7-4285-b58d-21682a61d280?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85NWIzZjVjZS1lZmE3LTQyODUtYjU4ZC0yMTY4MmE2MWQyODA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2708,11 +3333,11 @@ "nosniff" ], "x-ms-request-id": [ - "cc595a58-7cdb-4c88-a9b2-978b08a148ab" + "c5f53596-0da7-4ef4-ae6b-ae1d68d1870b" ], "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130", - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" + "acadd6e4-7e88-4b7f-9312-55e51778b512", + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2724,19 +3349,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "142" ], "x-ms-correlation-request-id": [ - "cc595a58-7cdb-4c88-a9b2-978b08a148ab" + "c5f53596-0da7-4ef4-ae6b-ae1d68d1870b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121009Z:cc595a58-7cdb-4c88-a9b2-978b08a148ab" + "SOUTHINDIA:20210518T093836Z:c5f53596-0da7-4ef4-ae6b-ae1d68d1870b" ], "Date": [ - "Mon, 17 May 2021 12:10:08 GMT" + "Tue, 18 May 2021 09:38:36 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -2745,26 +3370,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"name\": \"7d5b6cbc-497f-4636-a7e5-956a24dce316\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T12:09:42.9511734Z\",\r\n \"endTime\": \"2021-05-17T12:09:42.9511734Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cca5a2f2-a85d-4f20-ac68-d039c52258ac\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"95b3f5ce-efa7-4285-b58d-21682a61d280\",\r\n \"name\": \"95b3f5ce-efa7-4285-b58d-21682a61d280\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:38:36.1557484Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cca5a2f2-a85d-4f20-ac68-d039c52258ac?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9jY2E1YTJmMi1hODVkLTRmMjAtYWM2OC1kMDM5YzUyMjU4YWM/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/95b3f5ce-efa7-4285-b58d-21682a61d280?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85NWIzZjVjZS1lZmE3LTQyODUtYjU4ZC0yMTY4MmE2MWQyODA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2774,40 +3399,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "27c0abc0-3bd2-41e7-ab5a-f421d773ae78" + "cfd1be92-6996-44d0-af74-63f318c28832" ], "x-ms-client-request-id": [ - "ae09dd7b-496c-48f9-b0d6-812ea8f25130", - "ae09dd7b-496c-48f9-b0d6-812ea8f25130" - ], - "X-Powered-By": [ - "ASP.NET" + "acadd6e4-7e88-4b7f-9312-55e51778b512", + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "141" ], "x-ms-correlation-request-id": [ - "27c0abc0-3bd2-41e7-ab5a-f421d773ae78" + "cfd1be92-6996-44d0-af74-63f318c28832" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121009Z:27c0abc0-3bd2-41e7-ab5a-f421d773ae78" + "SOUTHINDIA:20210518T093846Z:cfd1be92-6996-44d0-af74-63f318c28832" ], "Date": [ - "Mon, 17 May 2021 12:10:08 GMT" + "Tue, 18 May 2021 09:38:46 GMT" ], "Content-Length": [ - "820" + "188" ], "Content-Type": [ "application/json" @@ -2816,26 +3440,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cca5a2f2-a85d-4f20-ac68-d039c52258ac\",\r\n \"name\": \"cca5a2f2-a85d-4f20-ac68-d039c52258ac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT21.923768S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T12:09:42.9511734Z\",\r\n \"endTime\": \"2021-05-17T12:10:04.8749414Z\",\r\n \"activityId\": \"ae09dd7b-496c-48f9-b0d6-812ea8f25130\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"95b3f5ce-efa7-4285-b58d-21682a61d280\",\r\n \"name\": \"95b3f5ce-efa7-4285-b58d-21682a61d280\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:38:36.1557484Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/95b3f5ce-efa7-4285-b58d-21682a61d280?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85NWIzZjVjZS1lZmE3LTQyODUtYjU4ZC0yMTY4MmE2MWQyODA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2845,70 +3469,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?fabricName=Azure?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2019-05-13-preview" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "100f1502-5a01-4e3d-8794-b25e9038c458" + "ed68d290-e756-4603-8849-e00123ef0071" ], "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b", - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "acadd6e4-7e88-4b7f-9312-55e51778b512", + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "140" ], "x-ms-correlation-request-id": [ - "100f1502-5a01-4e3d-8794-b25e9038c458" + "ed68d290-e756-4603-8849-e00123ef0071" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121009Z:100f1502-5a01-4e3d-8794-b25e9038c458" + "SOUTHINDIA:20210518T093856Z:ed68d290-e756-4603-8849-e00123ef0071" ], "Date": [ - "Mon, 17 May 2021 12:10:09 GMT" + "Tue, 18 May 2021 09:38:56 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"95b3f5ce-efa7-4285-b58d-21682a61d280\",\r\n \"name\": \"95b3f5ce-efa7-4285-b58d-21682a61d280\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:38:36.1557484Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzUxY2UyYWI1LWE1ZGQtNGMzZC04YTlkLWQ3ZDE3ZWRlNjEwZD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/95b3f5ce-efa7-4285-b58d-21682a61d280?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85NWIzZjVjZS1lZmE3LTQyODUtYjU4ZC0yMTY4MmE2MWQyODA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2918,67 +3539,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0a22fb4b-20b4-47e7-9b60-ebee4aa4dfb1" + "f52ee249-9279-4056-a7b1-1a246b26d51e" ], "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b", - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "acadd6e4-7e88-4b7f-9312-55e51778b512", + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "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" + "139" ], "x-ms-correlation-request-id": [ - "0a22fb4b-20b4-47e7-9b60-ebee4aa4dfb1" + "f52ee249-9279-4056-a7b1-1a246b26d51e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121010Z:0a22fb4b-20b4-47e7-9b60-ebee4aa4dfb1" + "SOUTHINDIA:20210518T093907Z:f52ee249-9279-4056-a7b1-1a246b26d51e" ], "Date": [ - "Mon, 17 May 2021 12:10:09 GMT" + "Tue, 18 May 2021 09:39:06 GMT" + ], + "Content-Length": [ + "304" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"95b3f5ce-efa7-4285-b58d-21682a61d280\",\r\n \"name\": \"95b3f5ce-efa7-4285-b58d-21682a61d280\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:38:36.1557484Z\",\r\n \"endTime\": \"2021-05-18T09:38:36.1557484Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cf70c2eb-344f-487c-b1c6-38e09b117d4d\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzUxY2UyYWI1LWE1ZGQtNGMzZC04YTlkLWQ3ZDE3ZWRlNjEwZD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperations/95b3f5ce-efa7-4285-b58d-21682a61d280?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwT3BlcmF0aW9ucy85NWIzZjVjZS1lZmE3LTQyODUtYjU4ZC0yMTY4MmE2MWQyODA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2988,67 +3609,67 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "258ffa93-cc83-4ac0-86a3-a10fe7ae15ca" + "0a7cd0f4-d1b6-42cc-81bb-d6a2168d03ba" ], "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b", - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "acadd6e4-7e88-4b7f-9312-55e51778b512", + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "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" + "138" ], "x-ms-correlation-request-id": [ - "258ffa93-cc83-4ac0-86a3-a10fe7ae15ca" + "0a7cd0f4-d1b6-42cc-81bb-d6a2168d03ba" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121015Z:258ffa93-cc83-4ac0-86a3-a10fe7ae15ca" + "SOUTHINDIA:20210518T093907Z:0a7cd0f4-d1b6-42cc-81bb-d6a2168d03ba" ], "Date": [ - "Mon, 17 May 2021 12:10:14 GMT" + "Tue, 18 May 2021 09:39:06 GMT" + ], + "Content-Length": [ + "304" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"95b3f5ce-efa7-4285-b58d-21682a61d280\",\r\n \"name\": \"95b3f5ce-efa7-4285-b58d-21682a61d280\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:38:36.1557484Z\",\r\n \"endTime\": \"2021-05-18T09:38:36.1557484Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"cf70c2eb-344f-487c-b1c6-38e09b117d4d\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzUxY2UyYWI1LWE1ZGQtNGMzZC04YTlkLWQ3ZDE3ZWRlNjEwZD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cf70c2eb-344f-487c-b1c6-38e09b117d4d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwSm9icy9jZjcwYzJlYi0zNDRmLTQ4N2MtYjFjNi0zOGUwOWIxMTdkNGQ/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3058,67 +3679,68 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01" - ], - "Retry-After": [ - "60" + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b9c2d702-e604-4fe9-a597-d0a0de21452c" + "5eb4a770-6ed0-45e5-9a1e-70555e47123d" ], "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b", - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "acadd6e4-7e88-4b7f-9312-55e51778b512", + "acadd6e4-7e88-4b7f-9312-55e51778b512" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "137" ], "x-ms-correlation-request-id": [ - "b9c2d702-e604-4fe9-a597-d0a0de21452c" + "5eb4a770-6ed0-45e5-9a1e-70555e47123d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121020Z:b9c2d702-e604-4fe9-a597-d0a0de21452c" + "SOUTHINDIA:20210518T093907Z:5eb4a770-6ed0-45e5-9a1e-70555e47123d" ], "Date": [ - "Mon, 17 May 2021 12:10:19 GMT" + "Tue, 18 May 2021 09:39:07 GMT" + ], + "Content-Length": [ + "821" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupJobs/cf70c2eb-344f-487c-b1c6-38e09b117d4d\",\r\n \"name\": \"cf70c2eb-344f-487c-b1c6-38e09b117d4d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureStorageJob\",\r\n \"duration\": \"PT22.2897134S\",\r\n \"storageAccountName\": \"pstestsa8895\",\r\n \"storageAccountVersion\": \"Storage\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"File Share Name\": \"fs1\",\r\n \"Storage Account Name\": \"pstestsa8895\"\r\n }\r\n },\r\n \"isUserTriggered\": false,\r\n \"entityFriendlyName\": \"fs1\",\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:38:36.1557484Z\",\r\n \"endTime\": \"2021-05-18T09:38:58.4454618Z\",\r\n \"activityId\": \"acadd6e4-7e88-4b7f-9312-55e51778b512\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzUxY2UyYWI1LWE1ZGQtNGMzZC04YTlkLWQ3ZDE3ZWRlNjEwZD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/protectionContainers/StorageContainer%3BStorage%3Bpstestrg8895%3Bpstestsa8895?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9wcm90ZWN0aW9uQ29udGFpbmVycy9TdG9yYWdlQ29udGFpbmVyJTNCU3RvcmFnZSUzQnBzdGVzdHJnODg5NSUzQnBzdGVzdHNhODg5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "e2b22282-b014-4c54-838e-4f4ba50de2bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3129,20 +3751,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupOperationResults/25828598-be1c-4498-ab2c-2b4543e5bb4f?fabricName=Azure?api-version=2021-03-01" ], "Retry-After": [ "60" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationsStatus/25828598-be1c-4498-ab2c-2b4543e5bb4f?api-version=2019-05-13-preview" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "d10ab393-45f4-48bf-88d2-fce5e111c0fb" + "2c27d2c9-4036-4c26-8b9c-6e2c5f1b92ce" ], "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b", - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "e2b22282-b014-4c54-838e-4f4ba50de2bd", + "e2b22282-b014-4c54-838e-4f4ba50de2bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3150,17 +3775,17 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "d10ab393-45f4-48bf-88d2-fce5e111c0fb" + "2c27d2c9-4036-4c26-8b9c-6e2c5f1b92ce" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121025Z:d10ab393-45f4-48bf-88d2-fce5e111c0fb" + "SOUTHINDIA:20210518T093907Z:2c27d2c9-4036-4c26-8b9c-6e2c5f1b92ce" ], "Date": [ - "Mon, 17 May 2021 12:10:24 GMT" + "Tue, 18 May 2021 09:39:07 GMT" ], "Expires": [ "-1" @@ -3173,22 +3798,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzUxY2UyYWI1LWE1ZGQtNGMzZC04YTlkLWQ3ZDE3ZWRlNjEwZD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/25828598-be1c-4498-ab2c-2b4543e5bb4f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzI1ODI4NTk4LWJlMWMtNDQ5OC1hYjJjLTJiNDU0M2U1YmI0Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "e2b22282-b014-4c54-838e-4f4ba50de2bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3199,7 +3824,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/25828598-be1c-4498-ab2c-2b4543e5bb4f?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3208,11 +3833,11 @@ "nosniff" ], "x-ms-request-id": [ - "afb280f0-95d8-403c-a589-a14b1e5305ab" + "b60e1770-5f35-47ba-8cd3-c4da516461f8" ], "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b", - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "e2b22282-b014-4c54-838e-4f4ba50de2bd", + "e2b22282-b014-4c54-838e-4f4ba50de2bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3221,16 +3846,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "146" ], "x-ms-correlation-request-id": [ - "afb280f0-95d8-403c-a589-a14b1e5305ab" + "b60e1770-5f35-47ba-8cd3-c4da516461f8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121030Z:afb280f0-95d8-403c-a589-a14b1e5305ab" + "SOUTHINDIA:20210518T093908Z:b60e1770-5f35-47ba-8cd3-c4da516461f8" ], "Date": [ - "Mon, 17 May 2021 12:10:30 GMT" + "Tue, 18 May 2021 09:39:07 GMT" ], "Expires": [ "-1" @@ -3243,22 +3868,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzUxY2UyYWI1LWE1ZGQtNGMzZC04YTlkLWQ3ZDE3ZWRlNjEwZD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/25828598-be1c-4498-ab2c-2b4543e5bb4f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzI1ODI4NTk4LWJlMWMtNDQ5OC1hYjJjLTJiNDU0M2U1YmI0Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "e2b22282-b014-4c54-838e-4f4ba50de2bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3269,7 +3894,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/25828598-be1c-4498-ab2c-2b4543e5bb4f?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3278,11 +3903,11 @@ "nosniff" ], "x-ms-request-id": [ - "da488b02-d2af-4dc4-9c7a-ef19b60316dd" + "7d117891-5d02-405f-9eae-dd7f92f5640e" ], "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b", - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "e2b22282-b014-4c54-838e-4f4ba50de2bd", + "e2b22282-b014-4c54-838e-4f4ba50de2bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3291,16 +3916,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "145" ], "x-ms-correlation-request-id": [ - "da488b02-d2af-4dc4-9c7a-ef19b60316dd" + "7d117891-5d02-405f-9eae-dd7f92f5640e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121036Z:da488b02-d2af-4dc4-9c7a-ef19b60316dd" + "SOUTHINDIA:20210518T093918Z:7d117891-5d02-405f-9eae-dd7f92f5640e" ], "Date": [ - "Mon, 17 May 2021 12:10:35 GMT" + "Tue, 18 May 2021 09:39:17 GMT" ], "Expires": [ "-1" @@ -3313,22 +3938,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzUxY2UyYWI1LWE1ZGQtNGMzZC04YTlkLWQ3ZDE3ZWRlNjEwZD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/25828598-be1c-4498-ab2c-2b4543e5bb4f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzI1ODI4NTk4LWJlMWMtNDQ5OC1hYjJjLTJiNDU0M2U1YmI0Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "e2b22282-b014-4c54-838e-4f4ba50de2bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3339,7 +3964,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/25828598-be1c-4498-ab2c-2b4543e5bb4f?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -3348,11 +3973,11 @@ "nosniff" ], "x-ms-request-id": [ - "5edd8a7b-a153-4099-844f-17982e749c5a" + "9c44449e-5564-43cb-abce-6a5f7e7c9ee5" ], "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b", - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "e2b22282-b014-4c54-838e-4f4ba50de2bd", + "e2b22282-b014-4c54-838e-4f4ba50de2bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3361,16 +3986,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "144" ], "x-ms-correlation-request-id": [ - "5edd8a7b-a153-4099-844f-17982e749c5a" + "9c44449e-5564-43cb-abce-6a5f7e7c9ee5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121041Z:5edd8a7b-a153-4099-844f-17982e749c5a" + "SOUTHINDIA:20210518T093928Z:9c44449e-5564-43cb-abce-6a5f7e7c9ee5" ], "Date": [ - "Mon, 17 May 2021 12:10:41 GMT" + "Tue, 18 May 2021 09:39:28 GMT" ], "Expires": [ "-1" @@ -3383,22 +4008,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzUxY2UyYWI1LWE1ZGQtNGMzZC04YTlkLWQ3ZDE3ZWRlNjEwZD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/25828598-be1c-4498-ab2c-2b4543e5bb4f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzI1ODI4NTk4LWJlMWMtNDQ5OC1hYjJjLTJiNDU0M2U1YmI0Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "e2b22282-b014-4c54-838e-4f4ba50de2bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3412,11 +4037,11 @@ "nosniff" ], "x-ms-request-id": [ - "2e906930-390c-431e-bebb-ff059167547b" + "32d2711b-d003-41a0-a559-b898ab692fda" ], "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b", - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "e2b22282-b014-4c54-838e-4f4ba50de2bd", + "e2b22282-b014-4c54-838e-4f4ba50de2bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3425,16 +4050,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "143" ], "x-ms-correlation-request-id": [ - "2e906930-390c-431e-bebb-ff059167547b" + "32d2711b-d003-41a0-a559-b898ab692fda" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121046Z:2e906930-390c-431e-bebb-ff059167547b" + "SOUTHINDIA:20210518T093938Z:32d2711b-d003-41a0-a559-b898ab692fda" ], "Date": [ - "Mon, 17 May 2021 12:10:46 GMT" + "Tue, 18 May 2021 09:39:38 GMT" ], "Expires": [ "-1" @@ -3444,22 +4069,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/51ce2ab5-a5dd-4c3d-8a9d-d7d17ede610d?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzUxY2UyYWI1LWE1ZGQtNGMzZC04YTlkLWQ3ZDE3ZWRlNjEwZD9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupFabrics/Azure/operationResults/25828598-be1c-4498-ab2c-2b4543e5bb4f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwRmFicmljcy9BenVyZS9vcGVyYXRpb25SZXN1bHRzLzI1ODI4NTk4LWJlMWMtNDQ5OC1hYjJjLTJiNDU0M2U1YmI0Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "e2b22282-b014-4c54-838e-4f4ba50de2bd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3473,11 +4098,11 @@ "nosniff" ], "x-ms-request-id": [ - "14871218-e152-40ab-ac6c-c370d46dd476" + "870835f3-71d2-4244-afda-7d635739a9c1" ], "x-ms-client-request-id": [ - "e3000ce0-40ae-4e42-a37b-06bed19ea15b", - "e3000ce0-40ae-4e42-a37b-06bed19ea15b" + "e2b22282-b014-4c54-838e-4f4ba50de2bd", + "e2b22282-b014-4c54-838e-4f4ba50de2bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3486,16 +4111,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "142" ], "x-ms-correlation-request-id": [ - "14871218-e152-40ab-ac6c-c370d46dd476" + "870835f3-71d2-4244-afda-7d635739a9c1" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T121047Z:14871218-e152-40ab-ac6c-c370d46dd476" + "SOUTHINDIA:20210518T093938Z:870835f3-71d2-4244-afda-7d635739a9c1" ], "Date": [ - "Mon, 17 May 2021 12:10:47 GMT" + "Tue, 18 May 2021 09:39:38 GMT" ], "Expires": [ "-1" @@ -3508,7 +4133,7 @@ "Names": {}, "Variables": { "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "StartDate1": "2021-05-16 12:09:40Z", - "EndDate1": "2021-05-17 12:09:40Z" + "StartDate1": "2021-05-17 09:38:33Z", + "EndDate1": "2021-05-18 09:38:33Z" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMCancelJob.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMCancelJob.json index 6c5e816d4880..370bb851a538 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMCancelJob.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMCancelJob.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG375600ad?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGc16270a9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzE2MjcwYTk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "071190ad-09f0-4668-8f26-e22a349adc36" + "f8d403b8-ae7b-49be-8b29-8f435c0c8bda" ], "Accept-Language": [ "en-US" @@ -15,8 +15,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -30,16 +30,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "cc6bd882-f841-4e7f-91ed-be2403e0d661" + "bc6f5cbf-a155-467f-aa9b-6f5d339ebca9" ], "x-ms-correlation-request-id": [ - "cc6bd882-f841-4e7f-91ed-be2403e0d661" + "bc6f5cbf-a155-467f-aa9b-6f5d339ebca9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064852Z:cc6bd882-f841-4e7f-91ed-be2403e0d661" + "SOUTHINDIA:20210518T093948Z:bc6f5cbf-a155-467f-aa9b-6f5d339ebca9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:48:52 GMT" + "Tue, 18 May 2021 09:39:48 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,17 +60,17 @@ "108" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG375600ad' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGc16270a9' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG375600ad?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGc16270a9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzE2MjcwYTk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f8fafe7-5e18-4bce-9925-5f3ee5f6c203" + "49893a14-66ab-4434-8460-53ecfa59391e" ], "Accept-Language": [ "en-US" @@ -78,8 +78,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-request-id": [ - "e86c4c78-d9fe-4cc2-b68e-a4ddbbc2397f" + "7f591667-aeb5-447d-a063-4c7d1073fe7f" ], "x-ms-correlation-request-id": [ - "e86c4c78-d9fe-4cc2-b68e-a4ddbbc2397f" + "7f591667-aeb5-447d-a063-4c7d1073fe7f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065428Z:e86c4c78-d9fe-4cc2-b68e-a4ddbbc2397f" + "JIOINDIAWEST:20210518T094549Z:7f591667-aeb5-447d-a063-4c7d1073fe7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:54:27 GMT" + "Tue, 18 May 2021 09:45:49 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,17 +120,17 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad\",\r\n \"name\": \"PSTestRG375600ad\",\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/PSTestRGc16270a9\",\r\n \"name\": \"PSTestRGc16270a9\",\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/PSTestRG375600ad?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGc16270a9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzE2MjcwYTk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7023f45c-4077-408f-86d5-ba182a20a1e3" + "5490de29-40f4-41f8-adb1-a7c2069b7091" ], "Accept-Language": [ "en-US" @@ -138,8 +138,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,16 +156,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "60f9b9cd-60a8-4cd4-8293-5ccc59f16899" + "1788941d-c226-4d7c-b5f7-532b7f842911" ], "x-ms-correlation-request-id": [ - "60f9b9cd-60a8-4cd4-8293-5ccc59f16899" + "1788941d-c226-4d7c-b5f7-532b7f842911" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064854Z:60f9b9cd-60a8-4cd4-8293-5ccc59f16899" + "SOUTHINDIA:20210518T093949Z:1788941d-c226-4d7c-b5f7-532b7f842911" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:48:53 GMT" + "Tue, 18 May 2021 09:39:49 GMT" ], "Content-Length": [ "192" @@ -186,17 +186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad\",\r\n \"name\": \"PSTestRG375600ad\",\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/PSTestRGc16270a9\",\r\n \"name\": \"PSTestRGc16270a9\",\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/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTM3NTYwMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWMxNjI3MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05e4afbc-4b97-4aa4-81a9-de372316dbdc" + "095594af-facb-45bc-b70e-e6bda1a3e788" ], "Accept-Language": [ "en-US" @@ -204,8 +204,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "0670ed99-399f-47b3-88bd-a3b5153c0db8" + "e2c8f888-63e6-4ef5-892c-d9f15025c98a" ], "x-ms-correlation-request-id": [ - "0670ed99-399f-47b3-88bd-a3b5153c0db8" + "e2c8f888-63e6-4ef5-892c-d9f15025c98a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064854Z:0670ed99-399f-47b3-88bd-a3b5153c0db8" + "SOUTHINDIA:20210518T093950Z:e2c8f888-63e6-4ef5-892c-d9f15025c98a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:48:53 GMT" + "Tue, 18 May 2021 09:39:49 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,23 +246,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVM375600' under resource group 'PSTestRG375600ad' 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/PSTestVMc16270' under resource group 'PSTestRGc16270a9' 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/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTM3NTYwMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWMxNjI3MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -273,35 +273,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31924" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31946" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9fc415f0-974e-443c-ad03-10a4f0f1be89" + "de7b574c-33ab-443f-9235-8bce73877905" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11971" ], "x-ms-correlation-request-id": [ - "7aa5bb70-2731-4364-85b2-6b833090422b" + "f7ca58ab-ea71-482a-adde-4a2263ff477e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065106Z:7aa5bb70-2731-4364-85b2-6b833090422b" + "SOUTHINDIA:20210518T094157Z:f7ca58ab-ea71-482a-adde-4a2263ff477e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:51:05 GMT" + "Tue, 18 May 2021 09:41:57 GMT" ], "Content-Length": [ - "2184" + "2180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -310,17 +310,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"953661df-cb10-45c3-b75c-e7be9721a30f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM375600_OsDisk_1_75d5347e86a141f0a509073eb404625e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/disks/PSTestVM375600_OsDisk_1_75d5347e86a141f0a509073eb404625e\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM375600\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ab23abe4-69ba-4466-9b14-a468223687ab\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMc16270_OsDisk_1_e182a40b288c46fa91c0c6d52ea1812f\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/disks/PSTestVMc16270_OsDisk_1_e182a40b288c46fa91c0c6d52ea1812f\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc16270\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTM3NTYwMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWMxNjI3MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd42cb4b-f3ac-4691-a652-7213518d0e2d" + "88e9dc4e-a90d-4656-a778-80d541e381c7" ], "Accept-Language": [ "en-US" @@ -328,8 +328,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -340,35 +340,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31921" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31943" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8fddc4f8-2e12-4abf-afb3-7adbdfb14e1a" + "20fdf775-478e-411a-a86e-b75f671892ca" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11961" ], "x-ms-correlation-request-id": [ - "db2257ff-8b51-49e6-b2ed-da44bb3da2b9" + "51b9b183-0bba-498e-b97d-68db9eeaacc1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065311Z:db2257ff-8b51-49e6-b2ed-da44bb3da2b9" + "SOUTHINDIA:20210518T094431Z:51b9b183-0bba-498e-b97d-68db9eeaacc1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:53:10 GMT" + "Tue, 18 May 2021 09:44:31 GMT" ], "Content-Length": [ - "2747" + "2743" ], "Content-Type": [ "application/json; charset=utf-8" @@ -377,17 +377,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"953661df-cb10-45c3-b75c-e7be9721a30f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM375600_OsDisk_1_75d5347e86a141f0a509073eb404625e\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/disks/PSTestVM375600_OsDisk_1_75d5347e86a141f0a509073eb404625e\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM375600\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ab23abe4-69ba-4466-9b14-a468223687ab\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMc16270_OsDisk_1_e182a40b288c46fa91c0c6d52ea1812f\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/disks/PSTestVMc16270_OsDisk_1_e182a40b288c46fa91c0c6d52ea1812f\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc16270\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMzc1NjAwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzE2MjcwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c806e52f-1e70-446a-9cc1-a3c28c934f88" + "d8293d5b-a247-467e-9120-c4dcd553c3d4" ], "Accept-Language": [ "en-US" @@ -395,8 +395,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -410,13 +410,13 @@ "gateway" ], "x-ms-request-id": [ - "e0684d65-5330-4e3a-b2e4-bfc6a310680c" + "96e7f157-5429-4cfa-be79-536dfc463814" ], "x-ms-correlation-request-id": [ - "e0684d65-5330-4e3a-b2e4-bfc6a310680c" + "96e7f157-5429-4cfa-be79-536dfc463814" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064855Z:e0684d65-5330-4e3a-b2e4-bfc6a310680c" + "SOUTHINDIA:20210518T093950Z:96e7f157-5429-4cfa-be79-536dfc463814" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -425,7 +425,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:48:54 GMT" + "Tue, 18 May 2021 09:39:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -437,23 +437,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNET375600' under resource group 'PSTestRG375600ad' 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/PSTestVNETc16270' under resource group 'PSTestRGc16270a9' 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/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMzc1NjAwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzE2MjcwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c806e52f-1e70-446a-9cc1-a3c28c934f88" + "d8293d5b-a247-467e-9120-c4dcd553c3d4" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -464,16 +464,16 @@ "no-cache" ], "ETag": [ - "W/\"7e8f8917-f050-42e2-be68-c1a7d009ba57\"" + "W/\"5a640bce-dd55-42d3-9b19-dc11713be384\"" ], "x-ms-request-id": [ - "766a0800-d6a5-42e8-9ea9-3bd877311ab5" + "dfb4961e-6740-4c42-9abd-dd0a29dd6cd9" ], "x-ms-correlation-request-id": [ - "22dd0f8d-e786-460d-8460-508e656774bf" + "3cb93876-ee47-412f-b27d-8ff8bf994d6c" ], "x-ms-arm-service-request-id": [ - "f8478c29-7ec7-47ec-ab02-740920c4d9b3" + "8ff62a74-4c32-494b-acb5-f96ca0702fd5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -483,19 +483,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11953" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064901Z:22dd0f8d-e786-460d-8460-508e656774bf" + "SOUTHINDIA:20210518T093955Z:3cb93876-ee47-412f-b27d-8ff8bf994d6c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:00 GMT" + "Tue, 18 May 2021 09:39:54 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -504,17 +504,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600\",\r\n \"etag\": \"W/\\\"7e8f8917-f050-42e2-be68-c1a7d009ba57\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"74af7d96-174e-463e-b874-34bd6731f823\",\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\": \"PSTestSNC375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600/subnets/PSTestSNC375600\",\r\n \"etag\": \"W/\\\"7e8f8917-f050-42e2-be68-c1a7d009ba57\\\"\",\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\": \"PSTestVNETc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270\",\r\n \"etag\": \"W/\\\"5a640bce-dd55-42d3-9b19-dc11713be384\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2cd0e73c-7736-4a56-80a1-30e8434af4bf\",\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\": \"PSTestSNCc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270/subnets/PSTestSNCc16270\",\r\n \"etag\": \"W/\\\"5a640bce-dd55-42d3-9b19-dc11713be384\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMzc1NjAwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzE2MjcwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c806e52f-1e70-446a-9cc1-a3c28c934f88" + "d8293d5b-a247-467e-9120-c4dcd553c3d4" ], "Accept-Language": [ "en-US" @@ -522,8 +522,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -534,16 +534,16 @@ "no-cache" ], "ETag": [ - "W/\"7e8f8917-f050-42e2-be68-c1a7d009ba57\"" + "W/\"5a640bce-dd55-42d3-9b19-dc11713be384\"" ], "x-ms-request-id": [ - "bb4939bb-5dab-4ce2-b24c-cb2175267a73" + "45d54e18-96db-4b1d-b413-debed75f1b27" ], "x-ms-correlation-request-id": [ - "0af7bdad-1b9b-430c-a325-607d9ad8b3c4" + "8c9882ac-a9fe-4991-8cff-b1c708ea6b21" ], "x-ms-arm-service-request-id": [ - "e13149e9-89bb-486e-bc97-ff9d009c55f1" + "c51d673b-0e40-4aca-83ad-21aa2244f530" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -553,19 +553,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11952" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064901Z:0af7bdad-1b9b-430c-a325-607d9ad8b3c4" + "SOUTHINDIA:20210518T093955Z:8c9882ac-a9fe-4991-8cff-b1c708ea6b21" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:01 GMT" + "Tue, 18 May 2021 09:39:55 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -574,17 +574,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600\",\r\n \"etag\": \"W/\\\"7e8f8917-f050-42e2-be68-c1a7d009ba57\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"74af7d96-174e-463e-b874-34bd6731f823\",\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\": \"PSTestSNC375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600/subnets/PSTestSNC375600\",\r\n \"etag\": \"W/\\\"7e8f8917-f050-42e2-be68-c1a7d009ba57\\\"\",\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\": \"PSTestVNETc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270\",\r\n \"etag\": \"W/\\\"5a640bce-dd55-42d3-9b19-dc11713be384\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2cd0e73c-7736-4a56-80a1-30e8434af4bf\",\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\": \"PSTestSNCc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270/subnets/PSTestSNCc16270\",\r\n \"etag\": \"W/\\\"5a640bce-dd55-42d3-9b19-dc11713be384\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMzc1NjAwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzE2MjcwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNC375600\"\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\": \"PSTestSNCc16270\"\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": [ - "c806e52f-1e70-446a-9cc1-a3c28c934f88" + "d8293d5b-a247-467e-9120-c4dcd553c3d4" ], "Accept-Language": [ "en-US" @@ -592,8 +592,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -613,19 +613,19 @@ "3" ], "x-ms-request-id": [ - "0fbddbe0-4e4c-4469-83ed-d9b6958bb2c1" + "dcf929b3-4123-44c6-8ea6-befec3924ef9" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/0fbddbe0-4e4c-4469-83ed-d9b6958bb2c1?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/dcf929b3-4123-44c6-8ea6-befec3924ef9?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "a191d21c-264f-4d73-b0c0-2c51f9e7bacc" + "1d7dcc2b-8713-495d-943c-06d983983a5d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1965780b-af44-40be-bdf5-fc58cf211a6e" + "4e20fc7c-bc1b-4b9c-ba81-748b6d06acb3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -635,19 +635,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1191" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064858Z:a191d21c-264f-4d73-b0c0-2c51f9e7bacc" + "SOUTHINDIA:20210518T093951Z:1d7dcc2b-8713-495d-943c-06d983983a5d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:48:57 GMT" + "Tue, 18 May 2021 09:39:51 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -656,23 +656,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600\",\r\n \"etag\": \"W/\\\"69eda491-dc62-46d8-a2bc-dc5668e53855\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"74af7d96-174e-463e-b874-34bd6731f823\",\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\": \"PSTestSNC375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600/subnets/PSTestSNC375600\",\r\n \"etag\": \"W/\\\"69eda491-dc62-46d8-a2bc-dc5668e53855\\\"\",\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\": \"PSTestVNETc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270\",\r\n \"etag\": \"W/\\\"731c3f50-ecce-4536-8bc1-75e19d503fba\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2cd0e73c-7736-4a56-80a1-30e8434af4bf\",\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\": \"PSTestSNCc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270/subnets/PSTestSNCc16270\",\r\n \"etag\": \"W/\\\"731c3f50-ecce-4536-8bc1-75e19d503fba\\\"\",\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/0fbddbe0-4e4c-4469-83ed-d9b6958bb2c1?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBmYmRkYmUwLTRlNGMtNDQ2OS04M2VkLWQ5YjY5NThiYjJjMT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/dcf929b3-4123-44c6-8ea6-befec3924ef9?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RjZjkyOWIzLTQxMjMtNDRjNi04ZWE2LWJlZmVjMzkyNGVmOT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c806e52f-1e70-446a-9cc1-a3c28c934f88" + "d8293d5b-a247-467e-9120-c4dcd553c3d4" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -683,13 +683,13 @@ "no-cache" ], "x-ms-request-id": [ - "68605850-dc84-4b85-8b63-08ee1a2f27d1" + "9cf1f187-0394-4ac7-af53-2ffa18095d61" ], "x-ms-correlation-request-id": [ - "3d9bb8c6-81a6-46f1-95fd-13fd4d68ac22" + "166490c4-ea1a-49d0-ad20-73e757a344f5" ], "x-ms-arm-service-request-id": [ - "d02d35ff-5b85-4d6c-a49f-9dc1b25ac598" + "f4158530-2535-4d66-b923-a9a0744c99bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,16 +699,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11954" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064901Z:3d9bb8c6-81a6-46f1-95fd-13fd4d68ac22" + "SOUTHINDIA:20210518T093955Z:166490c4-ea1a-49d0-ad20-73e757a344f5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:00 GMT" + "Tue, 18 May 2021 09:39:54 GMT" ], "Content-Length": [ "29" @@ -724,13 +724,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczM3NTYwMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2MxNjI3MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ba1ae7a-4565-40ab-96da-66a375da1d44" + "f5bb7d1a-203a-426c-924e-16719cf79546" ], "Accept-Language": [ "en-US" @@ -738,8 +738,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -753,13 +753,13 @@ "gateway" ], "x-ms-request-id": [ - "9b6031a5-9537-45ba-b4ca-384d7317bc3b" + "a8353f83-c8f4-4d62-adae-896dd92fd7ad" ], "x-ms-correlation-request-id": [ - "9b6031a5-9537-45ba-b4ca-384d7317bc3b" + "a8353f83-c8f4-4d62-adae-896dd92fd7ad" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064902Z:9b6031a5-9537-45ba-b4ca-384d7317bc3b" + "SOUTHINDIA:20210518T093955Z:a8353f83-c8f4-4d62-adae-896dd92fd7ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +768,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:01 GMT" + "Tue, 18 May 2021 09:39:55 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -780,23 +780,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdns375600' under resource group 'PSTestRG375600ad' 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/pstestpublicdnsc16270' under resource group 'PSTestRGc16270a9' 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/PSTestRG375600ad/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczM3NTYwMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2MxNjI3MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ba1ae7a-4565-40ab-96da-66a375da1d44" + "f5bb7d1a-203a-426c-924e-16719cf79546" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"ef945c30-b28f-4423-a29d-b99af09f9def\"" + "W/\"edb0cd71-ea7e-41ad-b48a-f860cd64fc36\"" ], "x-ms-request-id": [ - "08bc0c4b-ca66-4522-bb82-0add1ed807a2" + "51f5451b-7614-4eb1-aaeb-30b0d89fc03c" ], "x-ms-correlation-request-id": [ - "da6717bd-5f72-44b3-8780-565e823ec4d5" + "905bc739-c0ff-4ca0-8032-c1a0b22e063a" ], "x-ms-arm-service-request-id": [ - "7c31c034-cdf8-4a35-991f-e363d5f0f763" + "9b2c7337-d4b7-4108-b5c4-beab8f7010a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -826,19 +826,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11949" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064904Z:da6717bd-5f72-44b3-8780-565e823ec4d5" + "SOUTHINDIA:20210518T093957Z:905bc739-c0ff-4ca0-8032-c1a0b22e063a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:04 GMT" + "Tue, 18 May 2021 09:39:57 GMT" ], "Content-Length": [ - "697" + "699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -847,17 +847,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns375600\",\r\n \"etag\": \"W/\\\"ef945c30-b28f-4423-a29d-b99af09f9def\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"efa33135-b618-44b5-b91f-058db5b530dd\",\r\n \"ipAddress\": \"13.67.45.255\",\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\": \"pstestpublicdnsc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc16270\",\r\n \"etag\": \"W/\\\"edb0cd71-ea7e-41ad-b48a-f860cd64fc36\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e84b655-f234-47df-b60a-d9274df72b11\",\r\n \"ipAddress\": \"52.187.104.106\",\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/PSTestRG375600ad/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczM3NTYwMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2MxNjI3MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ba1ae7a-4565-40ab-96da-66a375da1d44" + "f5bb7d1a-203a-426c-924e-16719cf79546" ], "Accept-Language": [ "en-US" @@ -865,8 +865,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -877,16 +877,16 @@ "no-cache" ], "ETag": [ - "W/\"ef945c30-b28f-4423-a29d-b99af09f9def\"" + "W/\"edb0cd71-ea7e-41ad-b48a-f860cd64fc36\"" ], "x-ms-request-id": [ - "835149dd-4e54-40cd-a5a3-f5a8ebc270ef" + "54d00a08-656e-411f-bea6-4df7635ee61b" ], "x-ms-correlation-request-id": [ - "2c0fd633-c4ef-498d-9072-5dfdc7ddeef8" + "9a45e86c-b8c0-4d52-92a4-5d1c11fda95d" ], "x-ms-arm-service-request-id": [ - "934530b1-167c-408c-b9a3-aa524104e049" + "86678369-42af-40dd-9bbc-51d4621e5ffe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -896,19 +896,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11948" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064904Z:2c0fd633-c4ef-498d-9072-5dfdc7ddeef8" + "SOUTHINDIA:20210518T093957Z:9a45e86c-b8c0-4d52-92a4-5d1c11fda95d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:04 GMT" + "Tue, 18 May 2021 09:39:57 GMT" ], "Content-Length": [ - "697" + "699" ], "Content-Type": [ "application/json; charset=utf-8" @@ -917,17 +917,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns375600\",\r\n \"etag\": \"W/\\\"ef945c30-b28f-4423-a29d-b99af09f9def\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"efa33135-b618-44b5-b91f-058db5b530dd\",\r\n \"ipAddress\": \"13.67.45.255\",\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\": \"pstestpublicdnsc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc16270\",\r\n \"etag\": \"W/\\\"edb0cd71-ea7e-41ad-b48a-f860cd64fc36\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e84b655-f234-47df-b60a-d9274df72b11\",\r\n \"ipAddress\": \"52.187.104.106\",\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/PSTestRG375600ad/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczM3NTYwMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2MxNjI3MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "8ba1ae7a-4565-40ab-96da-66a375da1d44" + "f5bb7d1a-203a-426c-924e-16719cf79546" ], "Accept-Language": [ "en-US" @@ -935,8 +935,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -956,19 +956,19 @@ "1" ], "x-ms-request-id": [ - "427ae72d-5ef1-4b0a-830b-573e332e7a9c" + "0f451f1b-25f9-42ca-a1a3-57380cbc6ce3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/427ae72d-5ef1-4b0a-830b-573e332e7a9c?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0f451f1b-25f9-42ca-a1a3-57380cbc6ce3?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "d46d3a12-c1d7-43fc-9a17-c1c5fa69e43c" + "4f76232d-944d-4b4b-a1ac-5a5003af95a0" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "1dc06a39-ddf6-431f-b493-257fe71b9622" + "87febd7b-1b81-42c5-8311-2881b4f4b05a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -978,16 +978,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1190" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064903Z:d46d3a12-c1d7-43fc-9a17-c1c5fa69e43c" + "SOUTHINDIA:20210518T093956Z:4f76232d-944d-4b4b-a1ac-5a5003af95a0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:02 GMT" + "Tue, 18 May 2021 09:39:56 GMT" ], "Content-Length": [ "662" @@ -999,23 +999,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns375600\",\r\n \"etag\": \"W/\\\"b53931f3-1089-42fd-b5de-e1b78ac8eee0\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"efa33135-b618-44b5-b91f-058db5b530dd\",\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\": \"pstestpublicdnsc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc16270\",\r\n \"etag\": \"W/\\\"16329c0d-386e-4f6d-91a6-88e17f9aeed1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3e84b655-f234-47df-b60a-d9274df72b11\",\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/427ae72d-5ef1-4b0a-830b-573e332e7a9c?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQyN2FlNzJkLTVlZjEtNGIwYS04MzBiLTU3M2UzMzJlN2E5Yz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0f451f1b-25f9-42ca-a1a3-57380cbc6ce3?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBmNDUxZjFiLTI1ZjktNDJjYS1hMWEzLTU3MzgwY2JjNmNlMz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ba1ae7a-4565-40ab-96da-66a375da1d44" + "f5bb7d1a-203a-426c-924e-16719cf79546" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1026,13 +1026,13 @@ "no-cache" ], "x-ms-request-id": [ - "9b5561e6-7ac0-45e8-ab46-c840347ae152" + "59be073a-6e7d-46d3-b341-185a1181ecc0" ], "x-ms-correlation-request-id": [ - "d8d6e89d-ab30-4fc2-9a7a-086de87f4c70" + "53995e46-274f-4b90-b49e-cd259fafb8e4" ], "x-ms-arm-service-request-id": [ - "fd3ff004-7aab-445e-9adf-ea4a0fc42046" + "308a9cd0-f8ee-4a81-b169-cbe174a82c1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1042,16 +1042,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11950" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064904Z:d8d6e89d-ab30-4fc2-9a7a-086de87f4c70" + "SOUTHINDIA:20210518T093957Z:53995e46-274f-4b90-b49e-cd259fafb8e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:04 GMT" + "Tue, 18 May 2021 09:39:57 GMT" ], "Content-Length": [ "29" @@ -1067,13 +1067,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0czNzU2MDA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djMTYyNzA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a72d370-4751-44d1-b0dc-ec5dab1f5aeb" + "2bf4e34c-887d-4017-885a-d89d8afc8c3c" ], "Accept-Language": [ "en-US" @@ -1081,8 +1081,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1096,13 +1096,13 @@ "gateway" ], "x-ms-request-id": [ - "6c5a1c29-5bf7-4e99-9daa-b0f59c5cf046" + "d18d2d5b-bb46-41c4-ad55-dad8602d8e68" ], "x-ms-correlation-request-id": [ - "6c5a1c29-5bf7-4e99-9daa-b0f59c5cf046" + "d18d2d5b-bb46-41c4-ad55-dad8602d8e68" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064904Z:6c5a1c29-5bf7-4e99-9daa-b0f59c5cf046" + "SOUTHINDIA:20210518T093957Z:d18d2d5b-bb46-41c4-ad55-dad8602d8e68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1111,7 +1111,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:04 GMT" + "Tue, 18 May 2021 09:39:57 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1123,23 +1123,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSG375600' under resource group 'PSTestRG375600ad' 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/PSTestNSGc16270' under resource group 'PSTestRGc16270a9' 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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0czNzU2MDA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djMTYyNzA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a72d370-4751-44d1-b0dc-ec5dab1f5aeb" + "2bf4e34c-887d-4017-885a-d89d8afc8c3c" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1150,16 +1150,16 @@ "no-cache" ], "ETag": [ - "W/\"0b40a77a-754b-493c-997e-554767a10bd5\"" + "W/\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\"" ], "x-ms-request-id": [ - "335d1f9c-6bc0-470d-b9d4-6dc53bff38c7" + "4942c0ef-dc7b-407f-aa9b-5fa65158085c" ], "x-ms-correlation-request-id": [ - "c15a23c5-d85b-4677-91ee-f3f7dd97dfc1" + "ed7711da-a409-454a-89b8-ea70e036e6a2" ], "x-ms-arm-service-request-id": [ - "a27ef50d-24f8-40e3-a99d-a5db3ebf5da3" + "b0ff05dc-4aab-434e-a14e-3c650f0740d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1169,16 +1169,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11960" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064909Z:c15a23c5-d85b-4677-91ee-f3f7dd97dfc1" + "SOUTHINDIA:20210518T094002Z:ed7711da-a409-454a-89b8-ea70e036e6a2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:09 GMT" + "Tue, 18 May 2021 09:40:01 GMT" ], "Content-Length": [ "8475" @@ -1190,17 +1190,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ab0728cb-d523-4c5d-95a2-23fa11564dc8\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/securityRules/PSTestNSGRuleRDP375600\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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\": \"PSTestNSGRuleWeb375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/securityRules/PSTestNSGRuleWeb375600\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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\": \"PSTestNSGc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f0e411c7-afcb-43e1-9de0-0a548f07bbef\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/securityRules/PSTestNSGRuleRDPc16270\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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\": \"PSTestNSGRuleWebc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/securityRules/PSTestNSGRuleWebc16270\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0czNzU2MDA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djMTYyNzA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a72d370-4751-44d1-b0dc-ec5dab1f5aeb" + "2bf4e34c-887d-4017-885a-d89d8afc8c3c" ], "Accept-Language": [ "en-US" @@ -1208,8 +1208,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1220,16 +1220,16 @@ "no-cache" ], "ETag": [ - "W/\"0b40a77a-754b-493c-997e-554767a10bd5\"" + "W/\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\"" ], "x-ms-request-id": [ - "dc44d2dc-1ac8-41b4-a109-941225a583e0" + "74c823f9-3123-4bf3-a4e9-2b01d6deff99" ], "x-ms-correlation-request-id": [ - "0bd69947-bf61-4ac1-89d0-0486aeaff907" + "87374775-0860-467b-aa67-0867ceae8c37" ], "x-ms-arm-service-request-id": [ - "7d9e585c-3626-402b-b57d-550d578b63d7" + "83670e0b-fde3-4c44-a823-0aec68e910e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,16 +1239,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11959" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064909Z:0bd69947-bf61-4ac1-89d0-0486aeaff907" + "SOUTHINDIA:20210518T094002Z:87374775-0860-467b-aa67-0867ceae8c37" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:09 GMT" + "Tue, 18 May 2021 09:40:02 GMT" ], "Content-Length": [ "8475" @@ -1260,17 +1260,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ab0728cb-d523-4c5d-95a2-23fa11564dc8\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/securityRules/PSTestNSGRuleRDP375600\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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\": \"PSTestNSGRuleWeb375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/securityRules/PSTestNSGRuleWeb375600\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"0b40a77a-754b-493c-997e-554767a10bd5\\\"\",\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\": \"PSTestNSGc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f0e411c7-afcb-43e1-9de0-0a548f07bbef\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/securityRules/PSTestNSGRuleRDPc16270\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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\": \"PSTestNSGRuleWebc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/securityRules/PSTestNSGRuleWebc16270\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"16a03a04-ec1d-4fe2-b3db-00ac933f51e2\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0czNzU2MDA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djMTYyNzA/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\": \"PSTestNSGRuleRDP375600\"\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\": \"PSTestNSGRuleWeb375600\"\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\": \"PSTestNSGRuleRDPc16270\"\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\": \"PSTestNSGRuleWebc16270\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6a72d370-4751-44d1-b0dc-ec5dab1f5aeb" + "2bf4e34c-887d-4017-885a-d89d8afc8c3c" ], "Accept-Language": [ "en-US" @@ -1278,8 +1278,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1299,19 +1299,19 @@ "3" ], "x-ms-request-id": [ - "30dc902b-b6cb-40e4-959e-c1cf5d267b48" + "14db1f80-20f1-468b-a9d9-26eb5e7a9b68" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/30dc902b-b6cb-40e4-959e-c1cf5d267b48?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/14db1f80-20f1-468b-a9d9-26eb5e7a9b68?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "a9f8c1a2-991b-40ac-954d-e4485b64bda2" + "7a6284a9-af5b-4221-a1d5-e8d422e571f4" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c00840ce-7036-4967-9ade-1dc26ade2c4a" + "cacd32e4-72fb-4711-977c-55abdf3f87ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1321,16 +1321,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1189" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064906Z:a9f8c1a2-991b-40ac-954d-e4485b64bda2" + "SOUTHINDIA:20210518T093958Z:7a6284a9-af5b-4221-a1d5-e8d422e571f4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:06 GMT" + "Tue, 18 May 2021 09:39:58 GMT" ], "Content-Length": [ "8466" @@ -1342,23 +1342,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600\",\r\n \"etag\": \"W/\\\"7fbd3914-65cc-4f24-b460-bdea6b653bbf\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ab0728cb-d523-4c5d-95a2-23fa11564dc8\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/securityRules/PSTestNSGRuleRDP375600\",\r\n \"etag\": \"W/\\\"7fbd3914-65cc-4f24-b460-bdea6b653bbf\\\"\",\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\": \"PSTestNSGRuleWeb375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/securityRules/PSTestNSGRuleWeb375600\",\r\n \"etag\": \"W/\\\"7fbd3914-65cc-4f24-b460-bdea6b653bbf\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"7fbd3914-65cc-4f24-b460-bdea6b653bbf\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"7fbd3914-65cc-4f24-b460-bdea6b653bbf\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"7fbd3914-65cc-4f24-b460-bdea6b653bbf\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"7fbd3914-65cc-4f24-b460-bdea6b653bbf\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"7fbd3914-65cc-4f24-b460-bdea6b653bbf\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"7fbd3914-65cc-4f24-b460-bdea6b653bbf\\\"\",\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\": \"PSTestNSGc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270\",\r\n \"etag\": \"W/\\\"f34d52db-99cb-4235-987d-4916efbf57ab\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f0e411c7-afcb-43e1-9de0-0a548f07bbef\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/securityRules/PSTestNSGRuleRDPc16270\",\r\n \"etag\": \"W/\\\"f34d52db-99cb-4235-987d-4916efbf57ab\\\"\",\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\": \"PSTestNSGRuleWebc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/securityRules/PSTestNSGRuleWebc16270\",\r\n \"etag\": \"W/\\\"f34d52db-99cb-4235-987d-4916efbf57ab\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"f34d52db-99cb-4235-987d-4916efbf57ab\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"f34d52db-99cb-4235-987d-4916efbf57ab\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"f34d52db-99cb-4235-987d-4916efbf57ab\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"f34d52db-99cb-4235-987d-4916efbf57ab\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"f34d52db-99cb-4235-987d-4916efbf57ab\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"f34d52db-99cb-4235-987d-4916efbf57ab\\\"\",\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/30dc902b-b6cb-40e4-959e-c1cf5d267b48?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMwZGM5MDJiLWI2Y2ItNDBlNC05NTllLWMxY2Y1ZDI2N2I0OD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/14db1f80-20f1-468b-a9d9-26eb5e7a9b68?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzE0ZGIxZjgwLTIwZjEtNDY4Yi1hOWQ5LTI2ZWI1ZTdhOWI2OD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a72d370-4751-44d1-b0dc-ec5dab1f5aeb" + "2bf4e34c-887d-4017-885a-d89d8afc8c3c" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1369,13 +1369,13 @@ "no-cache" ], "x-ms-request-id": [ - "81a36882-922d-4fa9-9aa6-3e75a901475f" + "47b281ce-b883-4699-8990-ab9d2ae96b7d" ], "x-ms-correlation-request-id": [ - "a21bf6e0-6b53-4a2a-8a32-30f9caa985b2" + "34142f92-356f-4ff5-8a49-f7f5195ecac7" ], "x-ms-arm-service-request-id": [ - "31079163-ce45-422c-9b39-9ae0502749cb" + "3b84c85b-1b8f-4054-b0c1-6601c4486192" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1385,16 +1385,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11961" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064909Z:a21bf6e0-6b53-4a2a-8a32-30f9caa985b2" + "SOUTHINDIA:20210518T094002Z:34142f92-356f-4ff5-8a49-f7f5195ecac7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:09 GMT" + "Tue, 18 May 2021 09:40:01 GMT" ], "Content-Length": [ "29" @@ -1410,13 +1410,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzM3NTYwMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2MxNjI3MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe02bf17-9b4a-4bdb-adc7-7479ca8d81ed" + "f1baaa8a-aabd-40e4-bdd7-b278b550a3a2" ], "Accept-Language": [ "en-US" @@ -1424,8 +1424,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1439,13 +1439,13 @@ "gateway" ], "x-ms-request-id": [ - "37aac292-3431-4e9f-a497-dc3efd19ad3b" + "6025889c-7eda-4311-9bed-e787143550c7" ], "x-ms-correlation-request-id": [ - "37aac292-3431-4e9f-a497-dc3efd19ad3b" + "6025889c-7eda-4311-9bed-e787143550c7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064909Z:37aac292-3431-4e9f-a497-dc3efd19ad3b" + "SOUTHINDIA:20210518T094002Z:6025889c-7eda-4311-9bed-e787143550c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1454,7 +1454,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:09 GMT" + "Tue, 18 May 2021 09:40:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1466,23 +1466,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNIC375600' under resource group 'PSTestRG375600ad' 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/PSTestNICc16270' under resource group 'PSTestRGc16270a9' 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/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzM3NTYwMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2MxNjI3MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe02bf17-9b4a-4bdb-adc7-7479ca8d81ed" + "f1baaa8a-aabd-40e4-bdd7-b278b550a3a2" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1493,16 +1493,16 @@ "no-cache" ], "ETag": [ - "W/\"482d1f37-2ebe-4cb5-8f10-9bac8ae80cb9\"" + "W/\"542574b3-0da5-426a-a451-4a614aa8085b\"" ], "x-ms-request-id": [ - "0edf03a6-6ed8-4747-afc9-64372c26310f" + "ee462d12-0ab5-4581-af52-5b9cee1dafef" ], "x-ms-correlation-request-id": [ - "82594095-9246-453a-a4e6-2c85460fb98b" + "ccc7f000-721e-40c8-9414-07a4e28107ef" ], "x-ms-arm-service-request-id": [ - "c8a0f214-27d3-4823-a47f-6caba7431e8d" + "6d22a7ac-1626-49e9-9d1c-776124460e6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1512,16 +1512,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11957" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064911Z:82594095-9246-453a-a4e6-2c85460fb98b" + "SOUTHINDIA:20210518T094003Z:ccc7f000-721e-40c8-9414-07a4e28107ef" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:11 GMT" + "Tue, 18 May 2021 09:40:03 GMT" ], "Content-Length": [ "2104" @@ -1533,17 +1533,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600\",\r\n \"etag\": \"W/\\\"482d1f37-2ebe-4cb5-8f10-9bac8ae80cb9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b792d5e6-820e-4a74-8a4b-81a93028a2ba\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"482d1f37-2ebe-4cb5-8f10-9bac8ae80cb9\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns375600\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600/subnets/PSTestSNC375600\"\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\": \"sz4043coc25enodugs4wompyed.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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600\"\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\": \"PSTestNICc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270\",\r\n \"etag\": \"W/\\\"542574b3-0da5-426a-a451-4a614aa8085b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e00da90f-6a55-423f-8420-e2b8a76d0169\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"542574b3-0da5-426a-a451-4a614aa8085b\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc16270\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270/subnets/PSTestSNCc16270\"\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\": \"htt3albwo3levafbgduegsxuxh.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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270\"\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/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzM3NTYwMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2MxNjI3MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe02bf17-9b4a-4bdb-adc7-7479ca8d81ed" + "f1baaa8a-aabd-40e4-bdd7-b278b550a3a2" ], "Accept-Language": [ "en-US" @@ -1551,8 +1551,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1563,16 +1563,16 @@ "no-cache" ], "ETag": [ - "W/\"482d1f37-2ebe-4cb5-8f10-9bac8ae80cb9\"" + "W/\"542574b3-0da5-426a-a451-4a614aa8085b\"" ], "x-ms-request-id": [ - "1f615411-34f4-483a-87d5-afeaa2b619d0" + "dba71833-9b3d-44db-a6e2-ecf2a763e934" ], "x-ms-correlation-request-id": [ - "b1f2d261-eb7f-4937-b930-cd30db7dc258" + "33cb5358-8ac0-4082-baba-1ce41cefa870" ], "x-ms-arm-service-request-id": [ - "1adc0a84-9b78-48c7-b31f-79297aabd0c1" + "ddeb19e8-1b14-4843-bb9f-9869fd8ad496" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1582,16 +1582,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11956" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064911Z:b1f2d261-eb7f-4937-b930-cd30db7dc258" + "SOUTHINDIA:20210518T094003Z:33cb5358-8ac0-4082-baba-1ce41cefa870" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:11 GMT" + "Tue, 18 May 2021 09:40:03 GMT" ], "Content-Length": [ "2104" @@ -1603,17 +1603,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600\",\r\n \"etag\": \"W/\\\"482d1f37-2ebe-4cb5-8f10-9bac8ae80cb9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b792d5e6-820e-4a74-8a4b-81a93028a2ba\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"482d1f37-2ebe-4cb5-8f10-9bac8ae80cb9\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns375600\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600/subnets/PSTestSNC375600\"\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\": \"sz4043coc25enodugs4wompyed.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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600\"\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\": \"PSTestNICc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270\",\r\n \"etag\": \"W/\\\"542574b3-0da5-426a-a451-4a614aa8085b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e00da90f-6a55-423f-8420-e2b8a76d0169\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"542574b3-0da5-426a-a451-4a614aa8085b\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc16270\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270/subnets/PSTestSNCc16270\"\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\": \"htt3albwo3levafbgduegsxuxh.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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270\"\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/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzM3NTYwMD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2MxNjI3MD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600\",\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/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600/subnets/PSTestSNC375600\"\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/PSTestRG375600ad/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns375600\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270\",\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/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270/subnets/PSTestSNCc16270\"\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/PSTestRGc16270a9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc16270\",\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": [ - "fe02bf17-9b4a-4bdb-adc7-7479ca8d81ed" + "f1baaa8a-aabd-40e4-bdd7-b278b550a3a2" ], "Accept-Language": [ "en-US" @@ -1621,8 +1621,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1639,19 +1639,19 @@ "no-cache" ], "x-ms-request-id": [ - "8d269eda-3223-464d-ae1f-7d77dd45f699" + "b7749a3a-053b-4cfb-b07b-d8f575f29e65" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/8d269eda-3223-464d-ae1f-7d77dd45f699?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/b7749a3a-053b-4cfb-b07b-d8f575f29e65?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "dbd8b4ae-d07e-46e4-9fc2-d3accb7fb9ad" + "e65497b7-8f0b-460e-8c75-ad41b0a546f5" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "fc04774f-8aa2-4112-8f13-4adf2363625f" + "153205cd-021b-4ded-8930-bb44dc053177" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1661,16 +1661,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1192" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064911Z:dbd8b4ae-d07e-46e4-9fc2-d3accb7fb9ad" + "SOUTHINDIA:20210518T094003Z:e65497b7-8f0b-460e-8c75-ad41b0a546f5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:10 GMT" + "Tue, 18 May 2021 09:40:03 GMT" ], "Content-Length": [ "2104" @@ -1682,17 +1682,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600\",\r\n \"etag\": \"W/\\\"482d1f37-2ebe-4cb5-8f10-9bac8ae80cb9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b792d5e6-820e-4a74-8a4b-81a93028a2ba\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"482d1f37-2ebe-4cb5-8f10-9bac8ae80cb9\\\"\",\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/PSTestRG375600ad/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns375600\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Network/virtualNetworks/PSTestVNET375600/subnets/PSTestSNC375600\"\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\": \"sz4043coc25enodugs4wompyed.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/PSTestRG375600ad/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG375600\"\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\": \"PSTestNICc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270\",\r\n \"etag\": \"W/\\\"542574b3-0da5-426a-a451-4a614aa8085b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e00da90f-6a55-423f-8420-e2b8a76d0169\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"542574b3-0da5-426a-a451-4a614aa8085b\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc16270\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Network/virtualNetworks/PSTestVNETc16270/subnets/PSTestSNCc16270\"\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\": \"htt3albwo3levafbgduegsxuxh.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/PSTestRGc16270a9/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc16270\"\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/resourceGroups/PSTestRG375600ad/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "Accept-Language": [ "en-US" @@ -1700,8 +1700,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1712,16 +1712,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11994" ], "x-ms-request-id": [ - "25916958-883b-449c-a2d6-6cd419f8ec84" + "071bacfa-255d-4c1f-baee-aaa6b8df8f5b" ], "x-ms-correlation-request-id": [ - "25916958-883b-449c-a2d6-6cd419f8ec84" + "071bacfa-255d-4c1f-baee-aaa6b8df8f5b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064911Z:25916958-883b-449c-a2d6-6cd419f8ec84" + "SOUTHINDIA:20210518T094003Z:071bacfa-255d-4c1f-baee-aaa6b8df8f5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1730,7 +1730,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:11 GMT" + "Tue, 18 May 2021 09:40:03 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1746,13 +1746,13 @@ "StatusCode": 200 }, { - "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": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "Accept-Language": [ "en-US" @@ -1760,8 +1760,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1772,21 +1772,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "88717951-ca0d-482c-88f3-adc9bac3a93a", - "60b24c4b-87a7-4ef6-aeb6-36b2a5a221bc", - "6bb5412b-364c-40e1-acad-fd1bfb3416d5" + "ee254cb3-777f-4ed6-a6fd-7d744ac40417", + "666843b6-60b5-4de4-956c-380b7748d577", + "bfeb8e23-bad1-44e4-879f-309d4dae0602", + "7677defe-8fdb-473e-9276-e44a79a35f4d", + "c749a937-57d4-466e-a56b-1bd9e36418eb", + "633d5b97-43af-44b6-9112-d4488512fd27", + "5a7b5858-419b-49c2-8f69-1f4bb9edb04b", + "01b2bdaa-a8ac-4d2e-b89a-02ff701eca19", + "e0013728-db4f-4d9f-895c-a8795b2110de" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11993" ], "x-ms-request-id": [ - "c2272274-d5cb-42e1-a68d-e94a74133ec3" + "6ae4c97c-04ab-4d6b-9e3a-37e12bec2550" ], "x-ms-correlation-request-id": [ - "c2272274-d5cb-42e1-a68d-e94a74133ec3" + "6ae4c97c-04ab-4d6b-9e3a-37e12bec2550" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064912Z:c2272274-d5cb-42e1-a68d-e94a74133ec3" + "SOUTHINDIA:20210518T094004Z:6ae4c97c-04ab-4d6b-9e3a-37e12bec2550" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1795,7 +1801,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:12 GMT" + "Tue, 18 May 2021 09:40:04 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1804,20 +1810,20 @@ "-1" ], "Content-Length": [ - "28983" + "57084" ] }, - "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_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\": \"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/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTM3NTYwMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWMxNjI3MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM375600\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"375600ad-ed6\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc16270\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"c16270a9-823\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "Accept-Language": [ "en-US" @@ -1825,14 +1831,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1152" + "1148" ] }, "ResponseHeaders": { @@ -1846,7 +1852,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/9770205e-0ee5-4a7a-84ea-e3902ea60825?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/1eddaba6-3e58-4cee-9a1b-9cec89703690?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1858,29 +1864,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9770205e-0ee5-4a7a-84ea-e3902ea60825" + "1eddaba6-3e58-4cee-9a1b-9cec89703690" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "503674aa-8a16-495b-90df-f678338f1073" + "63de0b4f-85c5-4080-b12d-f41531b90484" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064915Z:503674aa-8a16-495b-90df-f678338f1073" + "SOUTHINDIA:20210518T094007Z:63de0b4f-85c5-4080-b12d-f41531b90484" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:15 GMT" + "Tue, 18 May 2021 09:40:06 GMT" ], "Content-Length": [ - "1911" + "1907" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1889,23 +1895,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM375600\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"953661df-cb10-45c3-b75c-e7be9721a30f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM375600\",\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/PSTestRG375600ad/providers/Microsoft.Network/networkInterfaces/PSTestNIC375600\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMc16270\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ab23abe4-69ba-4466-9b14-a468223687ab\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc16270\",\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/PSTestRGc16270a9/providers/Microsoft.Network/networkInterfaces/PSTestNICc16270\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/9770205e-0ee5-4a7a-84ea-e3902ea60825?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3NzAyMDVlLTBlZTUtNGE3YS04NGVhLWUzOTAyZWE2MDgyNT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/1eddaba6-3e58-4cee-9a1b-9cec89703690?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlZGRhYmE2LTNlNTgtNGNlZS05YTFiLTljZWM4OTcwMzY5MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -1919,32 +1925,32 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29967" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29974" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d5027aa2-df50-4143-91b0-63e3084d80c2" + "9bdd3e70-d0ea-45b1-933e-c2d14251da38" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11974" ], "x-ms-correlation-request-id": [ - "5f392d58-1032-4bdb-9b0a-81a8038673bb" + "a642be95-121c-42e2-a2c2-7f2c0d62ab3e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064925Z:5f392d58-1032-4bdb-9b0a-81a8038673bb" + "SOUTHINDIA:20210518T094017Z:a642be95-121c-42e2-a2c2-7f2c0d62ab3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:49:24 GMT" + "Tue, 18 May 2021 09:40:16 GMT" ], "Content-Length": [ "134" @@ -1956,23 +1962,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:19:14.4483445+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9770205e-0ee5-4a7a-84ea-e3902ea60825\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T15:10:06.2868566+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1eddaba6-3e58-4cee-9a1b-9cec89703690\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/9770205e-0ee5-4a7a-84ea-e3902ea60825?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3NzAyMDVlLTBlZTUtNGE3YS04NGVhLWUzOTAyZWE2MDgyNT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/1eddaba6-3e58-4cee-9a1b-9cec89703690?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlZGRhYmE2LTNlNTgtNGNlZS05YTFiLTljZWM4OTcwMzY5MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -1983,32 +1989,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29968" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aaabb1e8-21ac-4292-a68c-b0ea0835d7a2" + "55fb732a-573a-445e-a574-fc6e29c10596" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11973" ], "x-ms-correlation-request-id": [ - "6d47f005-bc75-412a-b848-2722c65c8279" + "770728de-3f4f-443b-9f9b-17178da6529e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065015Z:6d47f005-bc75-412a-b848-2722c65c8279" + "SOUTHINDIA:20210518T094107Z:770728de-3f4f-443b-9f9b-17178da6529e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:50:14 GMT" + "Tue, 18 May 2021 09:41:07 GMT" ], "Content-Length": [ "134" @@ -2020,23 +2026,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:19:14.4483445+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9770205e-0ee5-4a7a-84ea-e3902ea60825\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T15:10:06.2868566+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1eddaba6-3e58-4cee-9a1b-9cec89703690\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/9770205e-0ee5-4a7a-84ea-e3902ea60825?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzk3NzAyMDVlLTBlZTUtNGE3YS04NGVhLWUzOTAyZWE2MDgyNT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/1eddaba6-3e58-4cee-9a1b-9cec89703690?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFlZGRhYmE2LTNlNTgtNGNlZS05YTFiLTljZWM4OTcwMzY5MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2047,32 +2053,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29966" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "47b3b2a5-f86f-4982-b847-fd9b584ff739" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "13a61a78-aee8-41ef-a5b4-63189aa8fcde" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], "x-ms-correlation-request-id": [ - "b205f603-5936-48e6-8402-84a1cc9f6475" + "db9603ec-ce16-4536-816f-8068971a8e1b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065105Z:b205f603-5936-48e6-8402-84a1cc9f6475" + "SOUTHINDIA:20210518T094157Z:db9603ec-ce16-4536-816f-8068971a8e1b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:51:05 GMT" + "Tue, 18 May 2021 09:41:57 GMT" ], "Content-Length": [ "184" @@ -2084,17 +2090,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:19:14.4483445+05:30\",\r\n \"endTime\": \"2021-02-16T12:20:45.8545104+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9770205e-0ee5-4a7a-84ea-e3902ea60825\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T15:10:06.2868566+05:30\",\r\n \"endTime\": \"2021-05-18T15:11:48.6454821+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1eddaba6-3e58-4cee-9a1b-9cec89703690\"\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": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "Accept-Language": [ "en-US" @@ -2102,8 +2108,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2117,32 +2123,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "8f5e62ce-4407-4206-b0ff-9edffbd11b3a" + "a8cc8a4f-2f2f-469e-80db-2e641810f990" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11970" ], "x-ms-correlation-request-id": [ - "4baef583-e223-401e-aeed-ff24604fb0af" + "426e42ad-b801-4151-98ee-f0f337a4b4c4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065107Z:4baef583-e223-401e-aeed-ff24604fb0af" + "SOUTHINDIA:20210518T094158Z:426e42ad-b801-4151-98ee-f0f337a4b4c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:51:06 GMT" + "Tue, 18 May 2021 09:41:57 GMT" ], "Content-Length": [ - "361030" + "377832" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2151,17 +2157,17 @@ "-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\": \"sinequa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinequa\"\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\": \"turbonet\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/turbonet\"\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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "Accept-Language": [ "en-US" @@ -2169,8 +2175,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2187,29 +2193,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "833b035a-1efe-4669-8752-8b405ba5fde2" + "41c16fe9-7172-4d91-a0d8-9bce696f2e91" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11969" ], "x-ms-correlation-request-id": [ - "0f1c10c8-b3c0-4946-af12-446f4a6df82b" + "21ffafac-ae6d-4163-8f95-2158527b94d2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065107Z:0f1c10c8-b3c0-4946-af12-446f4a6df82b" + "SOUTHINDIA:20210518T094158Z:21ffafac-ae6d-4163-8f95-2158527b94d2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:51:06 GMT" + "Tue, 18 May 2021 09:41:58 GMT" ], "Content-Length": [ "1089" @@ -2221,17 +2227,17 @@ "-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": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "Accept-Language": [ "en-US" @@ -2239,8 +2245,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2251,35 +2257,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21990" + "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "da61140b-4beb-44be-8d09-0e88903f7938" + "b947ad42-958b-48fb-9f7a-b07e1503d017" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11968" ], "x-ms-correlation-request-id": [ - "7f0ed929-b320-43ed-a201-e7c84d198a1a" + "428a5fbb-8a22-4e0f-9392-265aa5cf7182" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065107Z:7f0ed929-b320-43ed-a201-e7c84d198a1a" + "SOUTHINDIA:20210518T094158Z:428a5fbb-8a22-4e0f-9392-265aa5cf7182" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:51:07 GMT" + "Tue, 18 May 2021 09:41:58 GMT" ], "Content-Length": [ "1326" @@ -2291,17 +2297,17 @@ "-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/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTM3NTYwMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWMxNjI3MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "Accept-Language": [ "en-US" @@ -2309,8 +2315,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2327,7 +2333,7 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/44cca696-62e5-4425-b0dd-a22a07276106?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/39d957d4-5cfd-4d3b-b755-6810950b6444?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -2339,26 +2345,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "44cca696-62e5-4425-b0dd-a22a07276106" + "39d957d4-5cfd-4d3b-b755-6810950b6444" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-correlation-request-id": [ - "f0a14333-b1f6-436e-9263-ca6d6fe6f3b1" + "59652e41-acb6-43f6-9ae8-dd16716d7a2d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065110Z:f0a14333-b1f6-436e-9263-ca6d6fe6f3b1" + "SOUTHINDIA:20210518T094200Z:59652e41-acb6-43f6-9ae8-dd16716d7a2d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:51:10 GMT" + "Tue, 18 May 2021 09:41:59 GMT" ], "Content-Length": [ "484" @@ -2370,23 +2376,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600/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/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270/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/44cca696-62e5-4425-b0dd-a22a07276106?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ0Y2NhNjk2LTYyZTUtNDQyNS1iMGRkLWEyMmEwNzI3NjEwNj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/39d957d4-5cfd-4d3b-b755-6810950b6444?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM5ZDk1N2Q0LTVjZmQtNGQzYi1iNzU1LTY4MTA5NTBiNjQ0ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2397,35 +2403,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29965" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ee7d85a0-89ee-4576-9585-393b210b2be9" + "324cd23e-f9b3-495b-a41b-d2cdc1e33d26" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11967" ], "x-ms-correlation-request-id": [ - "b55cae1d-ced3-4e22-b736-7906dbef65be" + "a1c2a97b-d836-4a1f-b667-4f8487535c6c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065140Z:b55cae1d-ced3-4e22-b736-7906dbef65be" + "SOUTHINDIA:20210518T094230Z:a1c2a97b-d836-4a1f-b667-4f8487535c6c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:51:39 GMT" + "Tue, 18 May 2021 09:42:29 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2434,23 +2440,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:21:09.7607834+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"44cca696-62e5-4425-b0dd-a22a07276106\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T15:11:59.926624+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"39d957d4-5cfd-4d3b-b755-6810950b6444\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/44cca696-62e5-4425-b0dd-a22a07276106?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ0Y2NhNjk2LTYyZTUtNDQyNS1iMGRkLWEyMmEwNzI3NjEwNj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/39d957d4-5cfd-4d3b-b755-6810950b6444?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM5ZDk1N2Q0LTVjZmQtNGQzYi1iNzU1LTY4MTA5NTBiNjQ0ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2461,35 +2467,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29964" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "68f1f2c8-8968-4d36-8339-fb1f87c912e9" + "91fe2297-d6d6-470e-a26a-68715e3d3862" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11966" ], "x-ms-correlation-request-id": [ - "1adb80b8-8b0d-440b-864e-12f9e3b2b2b0" + "da6a9478-28df-4635-a926-8414700927e0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065210Z:1adb80b8-8b0d-440b-864e-12f9e3b2b2b0" + "SOUTHINDIA:20210518T094300Z:da6a9478-28df-4635-a926-8414700927e0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:52:10 GMT" + "Tue, 18 May 2021 09:42:59 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2498,23 +2504,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:21:09.7607834+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"44cca696-62e5-4425-b0dd-a22a07276106\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T15:11:59.926624+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"39d957d4-5cfd-4d3b-b755-6810950b6444\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/44cca696-62e5-4425-b0dd-a22a07276106?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ0Y2NhNjk2LTYyZTUtNDQyNS1iMGRkLWEyMmEwNzI3NjEwNj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/39d957d4-5cfd-4d3b-b755-6810950b6444?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM5ZDk1N2Q0LTVjZmQtNGQzYi1iNzU1LTY4MTA5NTBiNjQ0ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2525,35 +2531,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29963" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c88a15b2-e706-4b29-b3d4-2cfe43947a5f" + "070fba62-6399-4740-a3af-cc928fd2af50" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11965" ], "x-ms-correlation-request-id": [ - "c3d4fa7c-9bd0-47d6-8025-793f2ab8c38e" + "cbd1570b-9c15-41ce-87dd-0af21360cf0a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065240Z:c3d4fa7c-9bd0-47d6-8025-793f2ab8c38e" + "SOUTHINDIA:20210518T094330Z:cbd1570b-9c15-41ce-87dd-0af21360cf0a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:52:39 GMT" + "Tue, 18 May 2021 09:43:30 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2562,23 +2568,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:21:09.7607834+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"44cca696-62e5-4425-b0dd-a22a07276106\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T15:11:59.926624+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"39d957d4-5cfd-4d3b-b755-6810950b6444\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/44cca696-62e5-4425-b0dd-a22a07276106?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQ0Y2NhNjk2LTYyZTUtNDQyNS1iMGRkLWEyMmEwNzI3NjEwNj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/39d957d4-5cfd-4d3b-b755-6810950b6444?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM5ZDk1N2Q0LTVjZmQtNGQzYi1iNzU1LTY4MTA5NTBiNjQ0ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2589,35 +2595,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29961" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29966" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7dd3a43d-008e-4f4f-b3b7-af26e9404941" + "744f8088-bf7c-4114-9fc6-d190322b40eb" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11964" ], "x-ms-correlation-request-id": [ - "e85446ea-8cc3-42bc-a150-bb9e5151971d" + "ca560f81-3108-4635-b5c4-98703e687bb0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065310Z:e85446ea-8cc3-42bc-a150-bb9e5151971d" + "SOUTHINDIA:20210518T094401Z:ca560f81-3108-4635-b5c4-98703e687bb0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:53:10 GMT" + "Tue, 18 May 2021 09:44:01 GMT" ], "Content-Length": [ - "184" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2626,23 +2632,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:21:09.7607834+05:30\",\r\n \"endTime\": \"2021-02-16T12:22:55.5419539+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"44cca696-62e5-4425-b0dd-a22a07276106\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T15:11:59.926624+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"39d957d4-5cfd-4d3b-b755-6810950b6444\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTM3NTYwMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/39d957d4-5cfd-4d3b-b755-6810950b6444?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzM5ZDk1N2Q0LTVjZmQtNGQzYi1iNzU1LTY4MTA5NTBiNjQ0ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "891dd8e5-a1ff-411b-87f1-110ab164728d" + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2653,32 +2659,96 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31922" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29964" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5743dcda-ec46-4431-97a6-537392fd5afb" + "b99cf189-6c16-401c-a7f4-379e223d2486" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11963" + ], + "x-ms-correlation-request-id": [ + "82335b6e-91ff-435c-a510-b4a471f82e00" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T094431Z:82335b6e-91ff-435c-a510-b4a471f82e00" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 09:44:30 GMT" + ], + "Content-Length": [ + "183" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T15:11:59.926624+05:30\",\r\n \"endTime\": \"2021-05-18T15:14:13.0818906+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"39d957d4-5cfd-4d3b-b755-6810950b6444\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWMxNjI3MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "25d6b55e-b308-4572-a2e0-04f65ccd7e9b" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31944" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "36f58dd3-a3ad-447f-a377-d35258509359" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" ], "x-ms-correlation-request-id": [ - "61f6361c-594b-416e-bc95-0cddf156b1dc" + "20c43953-a1d5-45aa-b1c4-eab5cc020797" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065310Z:61f6361c-594b-416e-bc95-0cddf156b1dc" + "SOUTHINDIA:20210518T094431Z:20c43953-a1d5-45aa-b1c4-eab5cc020797" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:53:10 GMT" + "Tue, 18 May 2021 09:44:31 GMT" ], "Content-Length": [ "485" @@ -2690,17 +2760,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600/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/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b0be739-3753-4d34-9e67-8346353d22d8" + "0777f91a-bcab-4fec-930b-5f52807aa2bf" ], "Accept-Language": [ "en-US" @@ -2708,7 +2778,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -2723,13 +2793,13 @@ "gateway" ], "x-ms-request-id": [ - "faddd004-aaaf-4179-8755-1afdd260c332" + "27e158f5-c042-4999-9318-a63fd526ae51" ], "x-ms-correlation-request-id": [ - "faddd004-aaaf-4179-8755-1afdd260c332" + "27e158f5-c042-4999-9318-a63fd526ae51" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065311Z:faddd004-aaaf-4179-8755-1afdd260c332" + "SOUTHINDIA:20210518T094432Z:27e158f5-c042-4999-9318-a63fd526ae51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2738,7 +2808,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:53:11 GMT" + "Tue, 18 May 2021 09:44:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2750,17 +2820,17 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSV375600ad' under resource group 'PSTestRG375600ad' 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/PSTestRSVc16270a9' under resource group 'PSTestRGc16270a9' 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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "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": [ - "e49dc10e-781e-488e-b2ab-e84771182576" + "b06e2e06-c2d7-4750-ac86-21e4833dc269" ], "Accept-Language": [ "en-US" @@ -2768,7 +2838,7 @@ "User-Agent": [ "FxVersion/4.6.29719.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": [ @@ -2789,10 +2859,10 @@ "nosniff" ], "x-ms-request-id": [ - "4b10e3a8-a5d9-47f2-b238-2e94641747b0" + "38da246f-8b77-4512-b2e1-a19f0a32b0a2" ], "x-ms-client-request-id": [ - "e49dc10e-781e-488e-b2ab-e84771182576" + "b06e2e06-c2d7-4750-ac86-21e4833dc269" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2804,13 +2874,13 @@ "209" ], "x-ms-correlation-request-id": [ - "4b10e3a8-a5d9-47f2-b238-2e94641747b0" + "38da246f-8b77-4512-b2e1-a19f0a32b0a2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065315Z:4b10e3a8-a5d9-47f2-b238-2e94641747b0" + "SOUTHINDIA:20210518T094435Z:38da246f-8b77-4512-b2e1-a19f0a32b0a2" ], "Date": [ - "Tue, 16 Feb 2021 06:53:15 GMT" + "Tue, 18 May 2021 09:44:34 GMT" ], "Content-Length": [ "466" @@ -2822,17 +2892,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV375600ad\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T06%3A53%3A15.1100257Z'\\\"\",\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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad\",\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\": \"PSTestRSVc16270a9\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T09%3A44%3A35.0103451Z'\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9\",\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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM375600'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMzc1NjAwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "753c204d-be73-47d0-b70d-9e94ebd2e0c3" + "e8669cfb-4a86-4eb6-87c6-629f3fef0cf4" ], "Accept-Language": [ "en-US" @@ -2840,8 +2910,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2855,11 +2925,11 @@ "nosniff" ], "x-ms-request-id": [ - "ddd4190f-2785-4cf0-816b-55e05c8a6919" + "5f99a4b1-7baa-41ac-a43c-11a2936d51b1" ], "x-ms-client-request-id": [ - "753c204d-be73-47d0-b70d-9e94ebd2e0c3", - "753c204d-be73-47d0-b70d-9e94ebd2e0c3" + "e8669cfb-4a86-4eb6-87c6-629f3fef0cf4", + "e8669cfb-4a86-4eb6-87c6-629f3fef0cf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2871,16 +2941,162 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "148" + ], + "x-ms-correlation-request-id": [ + "5f99a4b1-7baa-41ac-a43c-11a2936d51b1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T094435Z:5f99a4b1-7baa-41ac-a43c-11a2936d51b1" + ], + "Date": [ + "Tue, 18 May 2021 09:44:35 GMT" + ], + "Content-Length": [ + "380" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e8669cfb-4a86-4eb6-87c6-629f3fef0cf4" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "111" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "6f609234-478b-4aaa-85d8-ac4b4977b22f" + ], + "x-ms-client-request-id": [ + "e8669cfb-4a86-4eb6-87c6-629f3fef0cf4", + "e8669cfb-4a86-4eb6-87c6-629f3fef0cf4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" ], "x-ms-correlation-request-id": [ - "ddd4190f-2785-4cf0-816b-55e05c8a6919" + "6f609234-478b-4aaa-85d8-ac4b4977b22f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065321Z:ddd4190f-2785-4cf0-816b-55e05c8a6919" + "SOUTHINDIA:20210518T094436Z:6f609234-478b-4aaa-85d8-ac4b4977b22f" ], "Date": [ - "Tue, 16 Feb 2021 06:53:20 GMT" + "Tue, 18 May 2021 09:44:36 GMT" + ], + "Content-Length": [ + "381" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc16270'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzE2MjcwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9129a90b-1d87-496c-a81f-645db6021323" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "87ba566a-f6b2-4a62-9c75-4f081d4195f1" + ], + "x-ms-client-request-id": [ + "9129a90b-1d87-496c-a81f-645db6021323", + "9129a90b-1d87-496c-a81f-645db6021323" + ], + "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-correlation-request-id": [ + "87ba566a-f6b2-4a62-9c75-4f081d4195f1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T094442Z:87ba566a-f6b2-4a62-9c75-4f081d4195f1" + ], + "Date": [ + "Tue, 18 May 2021 09:44:42 GMT" ], "Content-Length": [ "12" @@ -2896,13 +3112,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM375600'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMzc1NjAwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc16270'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzE2MjcwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e45f9fde-8824-4b5f-8953-2a74d5d90480" + "c910f66f-d000-43b3-9135-0c017c1d4898" ], "Accept-Language": [ "en-US" @@ -2910,8 +3126,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2925,11 +3141,11 @@ "nosniff" ], "x-ms-request-id": [ - "d15d599a-3c18-4b4f-97d7-6bbee03c5a25" + "604ccc5e-a58d-49db-a1eb-6ee477177683" ], "x-ms-client-request-id": [ - "e45f9fde-8824-4b5f-8953-2a74d5d90480", - "e45f9fde-8824-4b5f-8953-2a74d5d90480" + "c910f66f-d000-43b3-9135-0c017c1d4898", + "c910f66f-d000-43b3-9135-0c017c1d4898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2941,16 +3157,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "147" ], "x-ms-correlation-request-id": [ - "d15d599a-3c18-4b4f-97d7-6bbee03c5a25" + "604ccc5e-a58d-49db-a1eb-6ee477177683" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065404Z:d15d599a-3c18-4b4f-97d7-6bbee03c5a25" + "SOUTHINDIA:20210518T094525Z:604ccc5e-a58d-49db-a1eb-6ee477177683" ], "Date": [ - "Tue, 16 Feb 2021 06:54:03 GMT" + "Tue, 18 May 2021 09:45:24 GMT" ], "Content-Length": [ "914" @@ -2962,17 +3178,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG375600ad\",\r\n \"friendlyName\": \"PSTestVM375600\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc16270a9\",\r\n \"friendlyName\": \"PSTestVMc16270\",\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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d28ec63-5282-439e-825d-87dbe90b2de2" + "f6e33c13-1550-4b31-9605-bea1dd579733" ], "Accept-Language": [ "en-US" @@ -2980,8 +3196,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2995,11 +3211,11 @@ "nosniff" ], "x-ms-request-id": [ - "40384fa3-09e0-4899-b01b-2986303ac972" + "dc0501ba-90ee-4ee4-8630-b3a6b36cf3c1" ], "x-ms-client-request-id": [ - "3d28ec63-5282-439e-825d-87dbe90b2de2", - "3d28ec63-5282-439e-825d-87dbe90b2de2" + "f6e33c13-1550-4b31-9605-bea1dd579733", + "f6e33c13-1550-4b31-9605-bea1dd579733" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3011,16 +3227,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "148" ], "x-ms-correlation-request-id": [ - "40384fa3-09e0-4899-b01b-2986303ac972" + "dc0501ba-90ee-4ee4-8630-b3a6b36cf3c1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065321Z:40384fa3-09e0-4899-b01b-2986303ac972" + "SOUTHINDIA:20210518T094442Z:dc0501ba-90ee-4ee4-8630-b3a6b36cf3c1" ], "Date": [ - "Tue, 16 Feb 2021 06:53:20 GMT" + "Tue, 18 May 2021 09:44:42 GMT" ], "Content-Length": [ "762" @@ -3032,17 +3248,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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-16T16:30: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-16T16:30: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/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/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-05-18T19:30: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-05-18T19:30: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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Accept-Language": [ "en-US" @@ -3050,8 +3266,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3065,11 +3281,11 @@ "nosniff" ], "x-ms-request-id": [ - "a2083b72-d4ac-47c3-a940-5cf4dfb83a89" + "0458683e-fed8-46e1-9e62-140c63ecf178" ], "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b", - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424", + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3081,19 +3297,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "148" ], "x-ms-correlation-request-id": [ - "a2083b72-d4ac-47c3-a940-5cf4dfb83a89" + "0458683e-fed8-46e1-9e62-140c63ecf178" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065322Z:a2083b72-d4ac-47c3-a940-5cf4dfb83a89" + "SOUTHINDIA:20210518T094442Z:0458683e-fed8-46e1-9e62-140c63ecf178" ], "Date": [ - "Tue, 16 Feb 2021 06:53:22 GMT" + "Tue, 18 May 2021 09:44:42 GMT" ], "Content-Length": [ - "19794" + "6249" ], "Content-Type": [ "application/json" @@ -3102,17 +3318,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz/protectableItems/vm;iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz\",\r\n \"name\": \"iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz\",\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/vmerestoreaniz\",\r\n \"virtualMachineVersion\": \"ClassicCompute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.ClassicCompute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreaniz\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk/protectableItems/vm;iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk\",\r\n \"name\": \"iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk\",\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/vmerestoreemsk\",\r\n \"virtualMachineVersion\": \"ClassicCompute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.ClassicCompute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreemsk\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk/protectableItems/vm;iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk\",\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/vmerestoreajmk\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreajmk\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf/protectableItems/vm;iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf\",\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-czrfglf\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new.czr\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaasext-czrfglf\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn/protectableItems/vm;iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn\",\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/vmnrestoreevpn\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"vmnrestoreevpn\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600/protectableItems/vm;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG375600ad\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM375600\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/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/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/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/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/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/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/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/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270/protectableItems/vm;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc16270a9\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMc16270\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/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/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg375600ad%3Bpstestvm375600/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg375600ad%3Bpstestvm375600?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmczNzU2MDBhZCUzQnBzdGVzdHZtMzc1NjAwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzM3NTYwMGFkJTNCcHN0ZXN0dm0zNzU2MDA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc16270a9%3Bpstestvmc16270/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgc16270a9%3Bpstestvmc16270?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjMTYyNzBhOSUzQnBzdGVzdHZtYzE2MjcwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2MxNjI3MGE5JTNCcHN0ZXN0dm1jMTYyNzA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Accept-Language": [ "en-US" @@ -3120,8 +3336,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3138,23 +3354,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600/protectedItems/vm;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600/operationResults/9e0fe183-cfb3-417d-ba10-cf90a7741273?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270/protectedItems/vm;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270/operationResults/3cc93607-a719-49ee-a340-20e03d4b2041?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600/protectedItems/vm;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600/operationsStatus/9e0fe183-cfb3-417d-ba10-cf90a7741273?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270/protectedItems/vm;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270/operationsStatus/3cc93607-a719-49ee-a340-20e03d4b2041?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "cc365710-7090-420c-9726-1acc93d2fb03" + "00fcbdee-6392-496b-b2d7-968fe42356e9" ], "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b", - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424", + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3163,16 +3379,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "cc365710-7090-420c-9726-1acc93d2fb03" + "00fcbdee-6392-496b-b2d7-968fe42356e9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065322Z:cc365710-7090-420c-9726-1acc93d2fb03" + "SOUTHINDIA:20210518T094443Z:00fcbdee-6392-496b-b2d7-968fe42356e9" ], "Date": [ - "Tue, 16 Feb 2021 06:53:22 GMT" + "Tue, 18 May 2021 09:44:43 GMT" ], "Expires": [ "-1" @@ -3185,13 +3401,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/9e0fe183-cfb3-417d-ba10-cf90a7741273?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzllMGZlMTgzLWNmYjMtNDE3ZC1iYTEwLWNmOTBhNzc0MTI3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/3cc93607-a719-49ee-a340-20e03d4b2041?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zLzNjYzkzNjA3LWE3MTktNDllZS1hMzQwLTIwZTAzZDRiMjA0MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Accept-Language": [ "en-US" @@ -3199,8 +3415,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3214,11 +3430,11 @@ "nosniff" ], "x-ms-request-id": [ - "6fd8ea71-72ed-4f8e-a9f4-6cf811c9956c" + "93bb1d56-1931-418d-8376-0cabbcff2d18" ], "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b", - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424", + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3230,16 +3446,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "111" + "112" ], "x-ms-correlation-request-id": [ - "6fd8ea71-72ed-4f8e-a9f4-6cf811c9956c" + "93bb1d56-1931-418d-8376-0cabbcff2d18" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065322Z:6fd8ea71-72ed-4f8e-a9f4-6cf811c9956c" + "SOUTHINDIA:20210518T094443Z:93bb1d56-1931-418d-8376-0cabbcff2d18" ], "Date": [ - "Tue, 16 Feb 2021 06:53:22 GMT" + "Tue, 18 May 2021 09:44:43 GMT" ], "Content-Length": [ "188" @@ -3251,17 +3467,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9e0fe183-cfb3-417d-ba10-cf90a7741273\",\r\n \"name\": \"9e0fe183-cfb3-417d-ba10-cf90a7741273\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:53:22.5849733Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cc93607-a719-49ee-a340-20e03d4b2041\",\r\n \"name\": \"3cc93607-a719-49ee-a340-20e03d4b2041\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:44:43.0881853Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/9e0fe183-cfb3-417d-ba10-cf90a7741273?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzllMGZlMTgzLWNmYjMtNDE3ZC1iYTEwLWNmOTBhNzc0MTI3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/3cc93607-a719-49ee-a340-20e03d4b2041?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zLzNjYzkzNjA3LWE3MTktNDllZS1hMzQwLTIwZTAzZDRiMjA0MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Accept-Language": [ "en-US" @@ -3269,8 +3485,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3284,11 +3500,11 @@ "nosniff" ], "x-ms-request-id": [ - "c8ec8c24-9719-4b97-8f78-785c19c5377d" + "bf563881-1e6b-4492-a982-7f917975d78d" ], "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b", - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424", + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3300,16 +3516,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "110" + "111" ], "x-ms-correlation-request-id": [ - "c8ec8c24-9719-4b97-8f78-785c19c5377d" + "bf563881-1e6b-4492-a982-7f917975d78d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065333Z:c8ec8c24-9719-4b97-8f78-785c19c5377d" + "SOUTHINDIA:20210518T094453Z:bf563881-1e6b-4492-a982-7f917975d78d" ], "Date": [ - "Tue, 16 Feb 2021 06:53:32 GMT" + "Tue, 18 May 2021 09:44:53 GMT" ], "Content-Length": [ "188" @@ -3321,17 +3537,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9e0fe183-cfb3-417d-ba10-cf90a7741273\",\r\n \"name\": \"9e0fe183-cfb3-417d-ba10-cf90a7741273\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:53:22.5849733Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cc93607-a719-49ee-a340-20e03d4b2041\",\r\n \"name\": \"3cc93607-a719-49ee-a340-20e03d4b2041\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:44:43.0881853Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/9e0fe183-cfb3-417d-ba10-cf90a7741273?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzllMGZlMTgzLWNmYjMtNDE3ZC1iYTEwLWNmOTBhNzc0MTI3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/3cc93607-a719-49ee-a340-20e03d4b2041?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zLzNjYzkzNjA3LWE3MTktNDllZS1hMzQwLTIwZTAzZDRiMjA0MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Accept-Language": [ "en-US" @@ -3339,8 +3555,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3354,11 +3570,11 @@ "nosniff" ], "x-ms-request-id": [ - "41c6678a-ebf4-4867-84c6-c88bb875fcd4" + "d5b78c07-e36b-4efa-8eac-e156eb30e86d" ], "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b", - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424", + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3370,16 +3586,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "109" + "123" ], "x-ms-correlation-request-id": [ - "41c6678a-ebf4-4867-84c6-c88bb875fcd4" + "d5b78c07-e36b-4efa-8eac-e156eb30e86d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065343Z:41c6678a-ebf4-4867-84c6-c88bb875fcd4" + "SOUTHINDIA:20210518T094503Z:d5b78c07-e36b-4efa-8eac-e156eb30e86d" ], "Date": [ - "Tue, 16 Feb 2021 06:53:42 GMT" + "Tue, 18 May 2021 09:45:03 GMT" ], "Content-Length": [ "188" @@ -3391,17 +3607,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9e0fe183-cfb3-417d-ba10-cf90a7741273\",\r\n \"name\": \"9e0fe183-cfb3-417d-ba10-cf90a7741273\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:53:22.5849733Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cc93607-a719-49ee-a340-20e03d4b2041\",\r\n \"name\": \"3cc93607-a719-49ee-a340-20e03d4b2041\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:44:43.0881853Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/9e0fe183-cfb3-417d-ba10-cf90a7741273?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzllMGZlMTgzLWNmYjMtNDE3ZC1iYTEwLWNmOTBhNzc0MTI3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/3cc93607-a719-49ee-a340-20e03d4b2041?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zLzNjYzkzNjA3LWE3MTktNDllZS1hMzQwLTIwZTAzZDRiMjA0MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Accept-Language": [ "en-US" @@ -3409,8 +3625,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3424,11 +3640,11 @@ "nosniff" ], "x-ms-request-id": [ - "2898f67d-9304-447a-b255-91c24d326d6e" + "232161e6-fb4d-432e-a5e9-094ffebcc8f8" ], "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b", - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424", + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3440,16 +3656,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "108" + "122" ], "x-ms-correlation-request-id": [ - "2898f67d-9304-447a-b255-91c24d326d6e" + "232161e6-fb4d-432e-a5e9-094ffebcc8f8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065353Z:2898f67d-9304-447a-b255-91c24d326d6e" + "SOUTHINDIA:20210518T094514Z:232161e6-fb4d-432e-a5e9-094ffebcc8f8" ], "Date": [ - "Tue, 16 Feb 2021 06:53:53 GMT" + "Tue, 18 May 2021 09:45:14 GMT" ], "Content-Length": [ "188" @@ -3461,17 +3677,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9e0fe183-cfb3-417d-ba10-cf90a7741273\",\r\n \"name\": \"9e0fe183-cfb3-417d-ba10-cf90a7741273\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:53:22.5849733Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cc93607-a719-49ee-a340-20e03d4b2041\",\r\n \"name\": \"3cc93607-a719-49ee-a340-20e03d4b2041\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:44:43.0881853Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/9e0fe183-cfb3-417d-ba10-cf90a7741273?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzllMGZlMTgzLWNmYjMtNDE3ZC1iYTEwLWNmOTBhNzc0MTI3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/3cc93607-a719-49ee-a340-20e03d4b2041?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zLzNjYzkzNjA3LWE3MTktNDllZS1hMzQwLTIwZTAzZDRiMjA0MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Accept-Language": [ "en-US" @@ -3479,8 +3695,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3494,11 +3710,11 @@ "nosniff" ], "x-ms-request-id": [ - "dc8662f0-f888-4e51-ac8b-c9d275e015a4" + "e1b1860a-8c10-4493-8dcb-90c4874921d0" ], "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b", - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424", + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3510,16 +3726,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "107" + "121" ], "x-ms-correlation-request-id": [ - "dc8662f0-f888-4e51-ac8b-c9d275e015a4" + "e1b1860a-8c10-4493-8dcb-90c4874921d0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065403Z:dc8662f0-f888-4e51-ac8b-c9d275e015a4" + "SOUTHINDIA:20210518T094524Z:e1b1860a-8c10-4493-8dcb-90c4874921d0" ], "Date": [ - "Tue, 16 Feb 2021 06:54:03 GMT" + "Tue, 18 May 2021 09:45:24 GMT" ], "Content-Length": [ "304" @@ -3531,17 +3747,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9e0fe183-cfb3-417d-ba10-cf90a7741273\",\r\n \"name\": \"9e0fe183-cfb3-417d-ba10-cf90a7741273\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:53:22.5849733Z\",\r\n \"endTime\": \"2021-02-16T06:53:22.5849733Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"369af4bd-cb0c-4163-86ab-b4d8f91df0c6\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cc93607-a719-49ee-a340-20e03d4b2041\",\r\n \"name\": \"3cc93607-a719-49ee-a340-20e03d4b2041\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:44:43.0881853Z\",\r\n \"endTime\": \"2021-05-18T09:44:43.0881853Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"d7f11afc-8a37-4f3a-a4a7-7366c145fd35\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/9e0fe183-cfb3-417d-ba10-cf90a7741273?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzllMGZlMTgzLWNmYjMtNDE3ZC1iYTEwLWNmOTBhNzc0MTI3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/3cc93607-a719-49ee-a340-20e03d4b2041?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zLzNjYzkzNjA3LWE3MTktNDllZS1hMzQwLTIwZTAzZDRiMjA0MT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Accept-Language": [ "en-US" @@ -3549,8 +3765,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3564,11 +3780,11 @@ "nosniff" ], "x-ms-request-id": [ - "7c540c87-e4e8-492b-8376-b8425b1cc181" + "49ad159f-ab04-4661-aef5-1061d2efd768" ], "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b", - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424", + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3580,16 +3796,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "106" + "120" ], "x-ms-correlation-request-id": [ - "7c540c87-e4e8-492b-8376-b8425b1cc181" + "49ad159f-ab04-4661-aef5-1061d2efd768" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065404Z:7c540c87-e4e8-492b-8376-b8425b1cc181" + "SOUTHINDIA:20210518T094524Z:49ad159f-ab04-4661-aef5-1061d2efd768" ], "Date": [ - "Tue, 16 Feb 2021 06:54:03 GMT" + "Tue, 18 May 2021 09:45:24 GMT" ], "Content-Length": [ "304" @@ -3601,17 +3817,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"9e0fe183-cfb3-417d-ba10-cf90a7741273\",\r\n \"name\": \"9e0fe183-cfb3-417d-ba10-cf90a7741273\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:53:22.5849733Z\",\r\n \"endTime\": \"2021-02-16T06:53:22.5849733Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"369af4bd-cb0c-4163-86ab-b4d8f91df0c6\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"3cc93607-a719-49ee-a340-20e03d4b2041\",\r\n \"name\": \"3cc93607-a719-49ee-a340-20e03d4b2041\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:44:43.0881853Z\",\r\n \"endTime\": \"2021-05-18T09:44:43.0881853Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"d7f11afc-8a37-4f3a-a4a7-7366c145fd35\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/369af4bd-cb0c-4163-86ab-b4d8f91df0c6?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBKb2JzLzM2OWFmNGJkLWNiMGMtNDE2My04NmFiLWI0ZDhmOTFkZjBjNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/d7f11afc-8a37-4f3a-a4a7-7366c145fd35?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBKb2JzL2Q3ZjExYWZjLThhMzctNGYzYS1hNGE3LTczNjZjMTQ1ZmQzNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "Accept-Language": [ "en-US" @@ -3619,8 +3835,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3638,11 +3854,11 @@ "nosniff" ], "x-ms-request-id": [ - "c72b2833-5c63-44f0-9dea-b042be80ca94" + "ca2d1d12-8215-45cd-9433-413dfdd99c5f" ], "x-ms-client-request-id": [ - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b", - "f01b500e-8ecc-44cb-b08c-dbf144c8aa6b" + "336dc10b-bc2a-4d8c-9cf4-67b21b389424", + "336dc10b-bc2a-4d8c-9cf4-67b21b389424" ], "X-Powered-By": [ "ASP.NET" @@ -3651,16 +3867,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "91" ], "x-ms-correlation-request-id": [ - "c72b2833-5c63-44f0-9dea-b042be80ca94" + "ca2d1d12-8215-45cd-9433-413dfdd99c5f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065404Z:c72b2833-5c63-44f0-9dea-b042be80ca94" + "SOUTHINDIA:20210518T094524Z:ca2d1d12-8215-45cd-9433-413dfdd99c5f" ], "Date": [ - "Tue, 16 Feb 2021 06:54:03 GMT" + "Tue, 18 May 2021 09:45:24 GMT" ], "Content-Length": [ "840" @@ -3672,17 +3888,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/369af4bd-cb0c-4163-86ab-b4d8f91df0c6\",\r\n \"name\": \"369af4bd-cb0c-4163-86ab-b4d8f91df0c6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"duration\": \"PT31.0632859S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm375600\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm375600\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T06:53:22.5849733Z\",\r\n \"endTime\": \"2021-02-16T06:53:53.6482592Z\",\r\n \"activityId\": \"f01b500e-8ecc-44cb-b08c-dbf144c8aa6b\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/d7f11afc-8a37-4f3a-a4a7-7366c145fd35\",\r\n \"name\": \"d7f11afc-8a37-4f3a-a4a7-7366c145fd35\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"duration\": \"PT31.4446826S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmc16270\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc16270\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:44:43.0981879Z\",\r\n \"endTime\": \"2021-05-18T09:45:14.5428705Z\",\r\n \"activityId\": \"336dc10b-bc2a-4d8c-9cf4-67b21b389424\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00db4483-0a5e-4716-bc44-96548915e915" + "c9cd8762-7b40-4f45-865a-1d23543a1db9" ], "Accept-Language": [ "en-US" @@ -3690,8 +3906,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3705,11 +3921,11 @@ "nosniff" ], "x-ms-request-id": [ - "8357a086-d62d-404e-a200-ae51881096d7" + "aa8ef4f1-376b-4ab1-bc37-0cf0d79610e6" ], "x-ms-client-request-id": [ - "00db4483-0a5e-4716-bc44-96548915e915", - "00db4483-0a5e-4716-bc44-96548915e915" + "c9cd8762-7b40-4f45-865a-1d23543a1db9", + "c9cd8762-7b40-4f45-865a-1d23543a1db9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3721,16 +3937,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "148" ], "x-ms-correlation-request-id": [ - "8357a086-d62d-404e-a200-ae51881096d7" + "aa8ef4f1-376b-4ab1-bc37-0cf0d79610e6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065404Z:8357a086-d62d-404e-a200-ae51881096d7" + "SOUTHINDIA:20210518T094525Z:aa8ef4f1-376b-4ab1-bc37-0cf0d79610e6" ], "Date": [ - "Tue, 16 Feb 2021 06:54:03 GMT" + "Tue, 18 May 2021 09:45:25 GMT" ], "Content-Length": [ "1495" @@ -3742,17 +3958,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600/protectedItems/VM;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM375600\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600\",\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\": \"70370302174553\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270/protectedItems/VM;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc16270\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270\",\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\": \"17592383206799\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3daad356-dbe3-4e69-a5a1-91e8fd7c2b66" + "a99b1633-7373-4594-861e-b18d44b1106b" ], "Accept-Language": [ "en-US" @@ -3760,8 +3976,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3775,11 +3991,11 @@ "nosniff" ], "x-ms-request-id": [ - "c6376daa-99aa-48ea-a456-a944926257ba" + "6b07d059-047a-4f12-a253-eacd57d092f4" ], "x-ms-client-request-id": [ - "3daad356-dbe3-4e69-a5a1-91e8fd7c2b66", - "3daad356-dbe3-4e69-a5a1-91e8fd7c2b66" + "a99b1633-7373-4594-861e-b18d44b1106b", + "a99b1633-7373-4594-861e-b18d44b1106b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3791,16 +4007,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "147" ], "x-ms-correlation-request-id": [ - "c6376daa-99aa-48ea-a456-a944926257ba" + "6b07d059-047a-4f12-a253-eacd57d092f4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065429Z:c6376daa-99aa-48ea-a456-a944926257ba" + "SOUTHINDIA:20210518T094550Z:6b07d059-047a-4f12-a253-eacd57d092f4" ], "Date": [ - "Tue, 16 Feb 2021 06:54:28 GMT" + "Tue, 18 May 2021 09:45:49 GMT" ], "Content-Length": [ "1495" @@ -3812,17 +4028,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600/protectedItems/VM;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM375600\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600\",\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\": \"70370302174553\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270/protectedItems/VM;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc16270\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270\",\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\": \"17592383206799\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg375600ad%3Bpstestvm375600/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg375600ad%3Bpstestvm375600?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmczNzU2MDBhZCUzQnBzdGVzdHZtMzc1NjAwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzM3NTYwMGFkJTNCcHN0ZXN0dm0zNzU2MDA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc16270a9%3Bpstestvmc16270/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc16270a9%3Bpstestvmc16270?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjMTYyNzBhOSUzQnBzdGVzdHZtYzE2MjcwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2MxNjI3MGE5JTNCcHN0ZXN0dm1jMTYyNzA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00db4483-0a5e-4716-bc44-96548915e915" + "c9cd8762-7b40-4f45-865a-1d23543a1db9" ], "Accept-Language": [ "en-US" @@ -3830,8 +4046,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3845,11 +4061,11 @@ "nosniff" ], "x-ms-request-id": [ - "68076b50-882b-49b4-b0be-7f7b90cfce0b" + "b455980c-3527-49b6-b1e2-dfbb7ce43c5e" ], "x-ms-client-request-id": [ - "00db4483-0a5e-4716-bc44-96548915e915", - "00db4483-0a5e-4716-bc44-96548915e915" + "c9cd8762-7b40-4f45-865a-1d23543a1db9", + "c9cd8762-7b40-4f45-865a-1d23543a1db9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3861,16 +4077,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "149" ], "x-ms-correlation-request-id": [ - "68076b50-882b-49b4-b0be-7f7b90cfce0b" + "b455980c-3527-49b6-b1e2-dfbb7ce43c5e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065405Z:68076b50-882b-49b4-b0be-7f7b90cfce0b" + "SOUTHINDIA:20210518T094525Z:b455980c-3527-49b6-b1e2-dfbb7ce43c5e" ], "Date": [ - "Tue, 16 Feb 2021 06:54:04 GMT" + "Tue, 18 May 2021 09:45:25 GMT" ], "Content-Length": [ "1550" @@ -3882,17 +4098,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600/protectedItems/VM;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM375600\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600\",\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\": \"70370302174553\",\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;pstestrg375600ad;pstestvm375600\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270/protectedItems/VM;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc16270\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270\",\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\": \"17592383206799\",\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;pstestrgc16270a9;pstestvmc16270\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg375600ad%3Bpstestvm375600/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg375600ad%3Bpstestvm375600/backup?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmczNzU2MDBhZCUzQnBzdGVzdHZtMzc1NjAwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzM3NTYwMGFkJTNCcHN0ZXN0dm0zNzU2MDAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc16270a9%3Bpstestvmc16270/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc16270a9%3Bpstestvmc16270/backup?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjMTYyNzBhOSUzQnBzdGVzdHZtYzE2MjcwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2MxNjI3MGE5JTNCcHN0ZXN0dm1jMTYyNzAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b8aad50f-d5ad-4e7a-b533-1cd316045f12" + "573596e1-a992-4109-8b98-1c775aed13e5" ], "Accept-Language": [ "en-US" @@ -3900,8 +4116,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3918,23 +4134,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600/protectedItems/VM;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600/operationResults/6dc5f360-73a8-4839-8ddf-ceffe79ec75f?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270/protectedItems/VM;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270/operationResults/18c9cb17-437d-4ef4-8181-e0a5410a0bdc?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600/protectedItems/VM;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600/operationsStatus/6dc5f360-73a8-4839-8ddf-ceffe79ec75f?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270/protectedItems/VM;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270/operationsStatus/18c9cb17-437d-4ef4-8181-e0a5410a0bdc?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "97e03b9b-cd1f-4f78-8f4e-7bd3ac2e925b" + "787a1e06-7cb4-4cf3-906f-387e2936f08e" ], "x-ms-client-request-id": [ - "b8aad50f-d5ad-4e7a-b533-1cd316045f12", - "b8aad50f-d5ad-4e7a-b533-1cd316045f12" + "573596e1-a992-4109-8b98-1c775aed13e5", + "573596e1-a992-4109-8b98-1c775aed13e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3946,13 +4162,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "97e03b9b-cd1f-4f78-8f4e-7bd3ac2e925b" + "787a1e06-7cb4-4cf3-906f-387e2936f08e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065405Z:97e03b9b-cd1f-4f78-8f4e-7bd3ac2e925b" + "SOUTHINDIA:20210518T094526Z:787a1e06-7cb4-4cf3-906f-387e2936f08e" ], "Date": [ - "Tue, 16 Feb 2021 06:54:04 GMT" + "Tue, 18 May 2021 09:45:25 GMT" ], "Expires": [ "-1" @@ -3965,13 +4181,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/6dc5f360-73a8-4839-8ddf-ceffe79ec75f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzZkYzVmMzYwLTczYTgtNDgzOS04ZGRmLWNlZmZlNzllYzc1Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/18c9cb17-437d-4ef4-8181-e0a5410a0bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zLzE4YzljYjE3LTQzN2QtNGVmNC04MTgxLWUwYTU0MTBhMGJkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8aad50f-d5ad-4e7a-b533-1cd316045f12" + "573596e1-a992-4109-8b98-1c775aed13e5" ], "Accept-Language": [ "en-US" @@ -3979,8 +4195,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3994,11 +4210,11 @@ "nosniff" ], "x-ms-request-id": [ - "e645e34c-f46a-4c2d-acc7-2241ebbcb66c" + "7f4e259f-20b1-4900-a495-3b8330872a01" ], "x-ms-client-request-id": [ - "b8aad50f-d5ad-4e7a-b533-1cd316045f12", - "b8aad50f-d5ad-4e7a-b533-1cd316045f12" + "573596e1-a992-4109-8b98-1c775aed13e5", + "573596e1-a992-4109-8b98-1c775aed13e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4010,16 +4226,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "105" + "119" ], "x-ms-correlation-request-id": [ - "e645e34c-f46a-4c2d-acc7-2241ebbcb66c" + "7f4e259f-20b1-4900-a495-3b8330872a01" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065405Z:e645e34c-f46a-4c2d-acc7-2241ebbcb66c" + "SOUTHINDIA:20210518T094526Z:7f4e259f-20b1-4900-a495-3b8330872a01" ], "Date": [ - "Tue, 16 Feb 2021 06:54:04 GMT" + "Tue, 18 May 2021 09:45:25 GMT" ], "Content-Length": [ "188" @@ -4031,17 +4247,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6dc5f360-73a8-4839-8ddf-ceffe79ec75f\",\r\n \"name\": \"6dc5f360-73a8-4839-8ddf-ceffe79ec75f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:54:05.5151962Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"18c9cb17-437d-4ef4-8181-e0a5410a0bdc\",\r\n \"name\": \"18c9cb17-437d-4ef4-8181-e0a5410a0bdc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:45:26.0012969Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/6dc5f360-73a8-4839-8ddf-ceffe79ec75f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzZkYzVmMzYwLTczYTgtNDgzOS04ZGRmLWNlZmZlNzllYzc1Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/18c9cb17-437d-4ef4-8181-e0a5410a0bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zLzE4YzljYjE3LTQzN2QtNGVmNC04MTgxLWUwYTU0MTBhMGJkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8aad50f-d5ad-4e7a-b533-1cd316045f12" + "573596e1-a992-4109-8b98-1c775aed13e5" ], "Accept-Language": [ "en-US" @@ -4049,8 +4265,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4064,11 +4280,11 @@ "nosniff" ], "x-ms-request-id": [ - "d649c0e1-4891-445e-862c-71166163fd30" + "43e79401-d59b-4786-a3b4-a5217d261be0" ], "x-ms-client-request-id": [ - "b8aad50f-d5ad-4e7a-b533-1cd316045f12", - "b8aad50f-d5ad-4e7a-b533-1cd316045f12" + "573596e1-a992-4109-8b98-1c775aed13e5", + "573596e1-a992-4109-8b98-1c775aed13e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4080,16 +4296,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "104" + "118" ], "x-ms-correlation-request-id": [ - "d649c0e1-4891-445e-862c-71166163fd30" + "43e79401-d59b-4786-a3b4-a5217d261be0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065416Z:d649c0e1-4891-445e-862c-71166163fd30" + "SOUTHINDIA:20210518T094537Z:43e79401-d59b-4786-a3b4-a5217d261be0" ], "Date": [ - "Tue, 16 Feb 2021 06:54:15 GMT" + "Tue, 18 May 2021 09:45:36 GMT" ], "Content-Length": [ "304" @@ -4101,17 +4317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6dc5f360-73a8-4839-8ddf-ceffe79ec75f\",\r\n \"name\": \"6dc5f360-73a8-4839-8ddf-ceffe79ec75f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:54:05.5151962Z\",\r\n \"endTime\": \"2021-02-16T06:54:05.5151962Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"d7e4958c-976f-4579-b61d-ded6e05c36de\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"18c9cb17-437d-4ef4-8181-e0a5410a0bdc\",\r\n \"name\": \"18c9cb17-437d-4ef4-8181-e0a5410a0bdc\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:45:26.0012969Z\",\r\n \"endTime\": \"2021-05-18T09:45:26.0012969Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0bc6abe8-155d-4db8-9eba-9f427f87d800\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/6dc5f360-73a8-4839-8ddf-ceffe79ec75f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzZkYzVmMzYwLTczYTgtNDgzOS04ZGRmLWNlZmZlNzllYzc1Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/18c9cb17-437d-4ef4-8181-e0a5410a0bdc?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zLzE4YzljYjE3LTQzN2QtNGVmNC04MTgxLWUwYTU0MTBhMGJkYz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8aad50f-d5ad-4e7a-b533-1cd316045f12" + "573596e1-a992-4109-8b98-1c775aed13e5" ], "Accept-Language": [ "en-US" @@ -4119,8 +4335,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4134,11 +4350,11 @@ "nosniff" ], "x-ms-request-id": [ - "97a923f5-fa7b-405e-be6f-4354f39124a1" + "d057e4db-e5a7-4652-99d9-2fbb769ba709" ], "x-ms-client-request-id": [ - "b8aad50f-d5ad-4e7a-b533-1cd316045f12", - "b8aad50f-d5ad-4e7a-b533-1cd316045f12" + "573596e1-a992-4109-8b98-1c775aed13e5", + "573596e1-a992-4109-8b98-1c775aed13e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4150,16 +4366,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "103" + "117" ], "x-ms-correlation-request-id": [ - "97a923f5-fa7b-405e-be6f-4354f39124a1" + "d057e4db-e5a7-4652-99d9-2fbb769ba709" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065416Z:97a923f5-fa7b-405e-be6f-4354f39124a1" + "SOUTHINDIA:20210518T094537Z:d057e4db-e5a7-4652-99d9-2fbb769ba709" ], "Date": [ - "Tue, 16 Feb 2021 06:54:15 GMT" + "Tue, 18 May 2021 09:45:37 GMT" ], "Content-Length": [ "304" @@ -4171,17 +4387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"6dc5f360-73a8-4839-8ddf-ceffe79ec75f\",\r\n \"name\": \"6dc5f360-73a8-4839-8ddf-ceffe79ec75f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:54:05.5151962Z\",\r\n \"endTime\": \"2021-02-16T06:54:05.5151962Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"d7e4958c-976f-4579-b61d-ded6e05c36de\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"18c9cb17-437d-4ef4-8181-e0a5410a0bdc\",\r\n \"name\": \"18c9cb17-437d-4ef4-8181-e0a5410a0bdc\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:45:26.0012969Z\",\r\n \"endTime\": \"2021-05-18T09:45:26.0012969Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"0bc6abe8-155d-4db8-9eba-9f427f87d800\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/d7e4958c-976f-4579-b61d-ded6e05c36de?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBKb2JzL2Q3ZTQ5NThjLTk3NmYtNDU3OS1iNjFkLWRlZDZlMDVjMzZkZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/0bc6abe8-155d-4db8-9eba-9f427f87d800?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBKb2JzLzBiYzZhYmU4LTE1NWQtNGRiOC05ZWJhLTlmNDI3Zjg3ZDgwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8aad50f-d5ad-4e7a-b533-1cd316045f12" + "573596e1-a992-4109-8b98-1c775aed13e5" ], "Accept-Language": [ "en-US" @@ -4189,8 +4405,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4208,11 +4424,11 @@ "nosniff" ], "x-ms-request-id": [ - "7cf4b885-af98-4115-b191-2fa71a4b64ff" + "adeeb9f4-d8dc-4361-86f2-e4549f3a1090" ], "x-ms-client-request-id": [ - "b8aad50f-d5ad-4e7a-b533-1cd316045f12", - "b8aad50f-d5ad-4e7a-b533-1cd316045f12" + "573596e1-a992-4109-8b98-1c775aed13e5", + "573596e1-a992-4109-8b98-1c775aed13e5" ], "X-Powered-By": [ "ASP.NET" @@ -4221,16 +4437,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "90" ], "x-ms-correlation-request-id": [ - "7cf4b885-af98-4115-b191-2fa71a4b64ff" + "adeeb9f4-d8dc-4361-86f2-e4549f3a1090" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065416Z:7cf4b885-af98-4115-b191-2fa71a4b64ff" + "SOUTHINDIA:20210518T094538Z:adeeb9f4-d8dc-4361-86f2-e4549f3a1090" ], "Date": [ - "Tue, 16 Feb 2021 06:54:16 GMT" + "Tue, 18 May 2021 09:45:37 GMT" ], "Content-Length": [ "969" @@ -4242,17 +4458,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/d7e4958c-976f-4579-b61d-ded6e05c36de\",\r\n \"name\": \"d7e4958c-976f-4579-b61d-ded6e05c36de\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"duration\": \"PT10.7557094S\",\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\": \"pstestvm375600\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm375600\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:54:05.5151962Z\",\r\n \"activityId\": \"b8aad50f-d5ad-4e7a-b533-1cd316045f12\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/0bc6abe8-155d-4db8-9eba-9f427f87d800\",\r\n \"name\": \"0bc6abe8-155d-4db8-9eba-9f427f87d800\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"duration\": \"PT11.5119989S\",\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\": \"pstestvmc16270\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc16270\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:45:26.0012969Z\",\r\n \"activityId\": \"573596e1-a992-4109-8b98-1c775aed13e5\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/d7e4958c-976f-4579-b61d-ded6e05c36de?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBKb2JzL2Q3ZTQ5NThjLTk3NmYtNDU3OS1iNjFkLWRlZDZlMDVjMzZkZT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/0bc6abe8-155d-4db8-9eba-9f427f87d800?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBKb2JzLzBiYzZhYmU4LTE1NWQtNGRiOC05ZWJhLTlmNDI3Zjg3ZDgwMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ba6cb29-3af2-4cc1-833f-281e915c33bc" + "9a8f3c76-867a-426b-9942-639595fcff8d" ], "Accept-Language": [ "en-US" @@ -4260,8 +4476,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4279,11 +4495,11 @@ "nosniff" ], "x-ms-request-id": [ - "769c9d15-540c-44bd-ba21-baa18320db5d" + "ba13f326-34d1-4bc4-82f5-cd99ebb8b33a" ], "x-ms-client-request-id": [ - "5ba6cb29-3af2-4cc1-833f-281e915c33bc", - "5ba6cb29-3af2-4cc1-833f-281e915c33bc" + "9a8f3c76-867a-426b-9942-639595fcff8d", + "9a8f3c76-867a-426b-9942-639595fcff8d" ], "X-Powered-By": [ "ASP.NET" @@ -4292,16 +4508,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "89" ], "x-ms-correlation-request-id": [ - "769c9d15-540c-44bd-ba21-baa18320db5d" + "ba13f326-34d1-4bc4-82f5-cd99ebb8b33a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065428Z:769c9d15-540c-44bd-ba21-baa18320db5d" + "SOUTHINDIA:20210518T094549Z:ba13f326-34d1-4bc4-82f5-cd99ebb8b33a" ], "Date": [ - "Tue, 16 Feb 2021 06:54:27 GMT" + "Tue, 18 May 2021 09:45:49 GMT" ], "Content-Length": [ "969" @@ -4313,17 +4529,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/d7e4958c-976f-4579-b61d-ded6e05c36de\",\r\n \"name\": \"d7e4958c-976f-4579-b61d-ded6e05c36de\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"duration\": \"PT22.4976534S\",\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\": \"Cancelling\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Cancelling\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm375600\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm375600\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Cancelling\",\r\n \"startTime\": \"2021-02-16T06:54:05.5151962Z\",\r\n \"activityId\": \"b8aad50f-d5ad-4e7a-b533-1cd316045f12\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/0bc6abe8-155d-4db8-9eba-9f427f87d800\",\r\n \"name\": \"0bc6abe8-155d-4db8-9eba-9f427f87d800\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"duration\": \"PT23.5553751S\",\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\": \"Cancelling\"\r\n },\r\n {\r\n \"taskId\": \"Transfer data to vault\",\r\n \"duration\": \"PT0S\",\r\n \"status\": \"Cancelling\"\r\n }\r\n ],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmc16270\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc16270\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Cancelling\",\r\n \"startTime\": \"2021-05-18T09:45:26.0012969Z\",\r\n \"activityId\": \"573596e1-a992-4109-8b98-1c775aed13e5\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/d7e4958c-976f-4579-b61d-ded6e05c36de/cancel?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBKb2JzL2Q3ZTQ5NThjLTk3NmYtNDU3OS1iNjFkLWRlZDZlMDVjMzZkZS9jYW5jZWw/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/0bc6abe8-155d-4db8-9eba-9f427f87d800/cancel?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBKb2JzLzBiYzZhYmU4LTE1NWQtNGRiOC05ZWJhLTlmNDI3Zjg3ZDgwMC9jYW5jZWw/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ba6cb29-3af2-4cc1-833f-281e915c33bc" + "9a8f3c76-867a-426b-9942-639595fcff8d" ], "Accept-Language": [ "en-US" @@ -4331,8 +4547,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4343,23 +4559,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/d7e4958c-976f-4579-b61d-ded6e05c36de/operationResults/3d31d59e-019a-4c45-9eae-1f0e76f602c7?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/0bc6abe8-155d-4db8-9eba-9f427f87d800/operationResults/a6ca5540-4b29-4d80-a1f1-a32fdfc4d826?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/d7e4958c-976f-4579-b61d-ded6e05c36de/operationsStatus/3d31d59e-019a-4c45-9eae-1f0e76f602c7?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/0bc6abe8-155d-4db8-9eba-9f427f87d800/operationsStatus/a6ca5540-4b29-4d80-a1f1-a32fdfc4d826?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "99a722b0-077b-4911-bbf7-3bfd3f6d4c2b" + "aea3fb47-3b0f-479b-90e2-1a2589632727" ], "x-ms-client-request-id": [ - "5ba6cb29-3af2-4cc1-833f-281e915c33bc", - "5ba6cb29-3af2-4cc1-833f-281e915c33bc" + "9a8f3c76-867a-426b-9942-639595fcff8d", + "9a8f3c76-867a-426b-9942-639595fcff8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4371,13 +4587,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "99a722b0-077b-4911-bbf7-3bfd3f6d4c2b" + "aea3fb47-3b0f-479b-90e2-1a2589632727" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065417Z:99a722b0-077b-4911-bbf7-3bfd3f6d4c2b" + "SOUTHINDIA:20210518T094538Z:aea3fb47-3b0f-479b-90e2-1a2589632727" ], "Date": [ - "Tue, 16 Feb 2021 06:54:16 GMT" + "Tue, 18 May 2021 09:45:38 GMT" ], "Expires": [ "-1" @@ -4390,13 +4606,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/Azure/operationResults/3d31d59e-019a-4c45-9eae-1f0e76f602c7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBKb2JzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvM2QzMWQ1OWUtMDE5YS00YzQ1LTllYWUtMWYwZTc2ZjYwMmM3P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/Azure/operationResults/a6ca5540-4b29-4d80-a1f1-a32fdfc4d826?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBKb2JzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvYTZjYTU1NDAtNGIyOS00ZDgwLWExZjEtYTMyZmRmYzRkODI2P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ba6cb29-3af2-4cc1-833f-281e915c33bc" + "9a8f3c76-867a-426b-9942-639595fcff8d" ], "Accept-Language": [ "en-US" @@ -4404,8 +4620,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4416,23 +4632,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/Azure/operationResults/3d31d59e-019a-4c45-9eae-1f0e76f602c7?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/Azure/operationResults/a6ca5540-4b29-4d80-a1f1-a32fdfc4d826?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/Azure/operationsStatus/3d31d59e-019a-4c45-9eae-1f0e76f602c7?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/Azure/operationsStatus/a6ca5540-4b29-4d80-a1f1-a32fdfc4d826?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "550b7e6f-bb30-4acb-9650-abe0fcae4bd6" + "1be4256b-ea08-4e7f-9f16-00dd1b48ecf7" ], "x-ms-client-request-id": [ - "5ba6cb29-3af2-4cc1-833f-281e915c33bc", - "5ba6cb29-3af2-4cc1-833f-281e915c33bc" + "9a8f3c76-867a-426b-9942-639595fcff8d", + "9a8f3c76-867a-426b-9942-639595fcff8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4444,13 +4660,13 @@ "149" ], "x-ms-correlation-request-id": [ - "550b7e6f-bb30-4acb-9650-abe0fcae4bd6" + "1be4256b-ea08-4e7f-9f16-00dd1b48ecf7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065417Z:550b7e6f-bb30-4acb-9650-abe0fcae4bd6" + "SOUTHINDIA:20210518T094538Z:1be4256b-ea08-4e7f-9f16-00dd1b48ecf7" ], "Date": [ - "Tue, 16 Feb 2021 06:54:16 GMT" + "Tue, 18 May 2021 09:45:38 GMT" ], "Expires": [ "-1" @@ -4463,13 +4679,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/Azure/operationResults/3d31d59e-019a-4c45-9eae-1f0e76f602c7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBKb2JzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvM2QzMWQ1OWUtMDE5YS00YzQ1LTllYWUtMWYwZTc2ZjYwMmM3P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/Azure/operationResults/a6ca5540-4b29-4d80-a1f1-a32fdfc4d826?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBKb2JzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvYTZjYTU1NDAtNGIyOS00ZDgwLWExZjEtYTMyZmRmYzRkODI2P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ba6cb29-3af2-4cc1-833f-281e915c33bc" + "9a8f3c76-867a-426b-9942-639595fcff8d" ], "Accept-Language": [ "en-US" @@ -4477,8 +4693,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4492,11 +4708,11 @@ "nosniff" ], "x-ms-request-id": [ - "950b0390-c9fb-40a6-a97a-7c696aca5589" + "3ac1454a-f303-4154-a051-1bd5ad8fed36" ], "x-ms-client-request-id": [ - "5ba6cb29-3af2-4cc1-833f-281e915c33bc", - "5ba6cb29-3af2-4cc1-833f-281e915c33bc" + "9a8f3c76-867a-426b-9942-639595fcff8d", + "9a8f3c76-867a-426b-9942-639595fcff8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4508,13 +4724,13 @@ "148" ], "x-ms-correlation-request-id": [ - "950b0390-c9fb-40a6-a97a-7c696aca5589" + "3ac1454a-f303-4154-a051-1bd5ad8fed36" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065427Z:950b0390-c9fb-40a6-a97a-7c696aca5589" + "SOUTHINDIA:20210518T094549Z:3ac1454a-f303-4154-a051-1bd5ad8fed36" ], "Date": [ - "Tue, 16 Feb 2021 06:54:26 GMT" + "Tue, 18 May 2021 09:45:48 GMT" ], "Expires": [ "-1" @@ -4524,13 +4740,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/Azure/operationResults/3d31d59e-019a-4c45-9eae-1f0e76f602c7?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBKb2JzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvM2QzMWQ1OWUtMDE5YS00YzQ1LTllYWUtMWYwZTc2ZjYwMmM3P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/Azure/operationResults/a6ca5540-4b29-4d80-a1f1-a32fdfc4d826?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBKb2JzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvYTZjYTU1NDAtNGIyOS00ZDgwLWExZjEtYTMyZmRmYzRkODI2P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ba6cb29-3af2-4cc1-833f-281e915c33bc" + "9a8f3c76-867a-426b-9942-639595fcff8d" ], "Accept-Language": [ "en-US" @@ -4538,8 +4754,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4553,11 +4769,11 @@ "nosniff" ], "x-ms-request-id": [ - "06697292-59f7-42c9-ae38-d788d2ad8a9b" + "12d6bf13-0bb6-4592-8d59-46551861d2be" ], "x-ms-client-request-id": [ - "5ba6cb29-3af2-4cc1-833f-281e915c33bc", - "5ba6cb29-3af2-4cc1-833f-281e915c33bc" + "9a8f3c76-867a-426b-9942-639595fcff8d", + "9a8f3c76-867a-426b-9942-639595fcff8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4569,13 +4785,13 @@ "147" ], "x-ms-correlation-request-id": [ - "06697292-59f7-42c9-ae38-d788d2ad8a9b" + "12d6bf13-0bb6-4592-8d59-46551861d2be" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065427Z:06697292-59f7-42c9-ae38-d788d2ad8a9b" + "SOUTHINDIA:20210518T094549Z:12d6bf13-0bb6-4592-8d59-46551861d2be" ], "Date": [ - "Tue, 16 Feb 2021 06:54:27 GMT" + "Tue, 18 May 2021 09:45:48 GMT" ], "Expires": [ "-1" @@ -4585,13 +4801,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35e61ecb-b037-4030-bccd-b999df33eb8a" + "e028301d-3083-4ede-8a87-73cc5f7a8152" ], "Accept-Language": [ "en-US" @@ -4599,7 +4815,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -4614,10 +4830,10 @@ "nosniff" ], "x-ms-request-id": [ - "dc470af6-ee75-4ec7-b0f8-a26d7e560859" + "0eb88e12-37f8-4f16-9e73-b60c2da60eae" ], "x-ms-client-request-id": [ - "35e61ecb-b037-4030-bccd-b999df33eb8a" + "e028301d-3083-4ede-8a87-73cc5f7a8152" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4626,16 +4842,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "dc470af6-ee75-4ec7-b0f8-a26d7e560859" + "0eb88e12-37f8-4f16-9e73-b60c2da60eae" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065428Z:dc470af6-ee75-4ec7-b0f8-a26d7e560859" + "SOUTHINDIA:20210518T094550Z:0eb88e12-37f8-4f16-9e73-b60c2da60eae" ], "Date": [ - "Tue, 16 Feb 2021 06:54:28 GMT" + "Tue, 18 May 2021 09:45:49 GMT" ], "Content-Length": [ "478" @@ -4647,17 +4863,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV375600ad\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T06%3A53%3A15.1100257Z'\\\"\",\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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVc16270a9\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T09%3A44%3A35.0103451Z'\\\"\",\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/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9\",\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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba1c2aef-e941-4b5d-8c89-4010d070045e" + "8fc8fcd7-c8f6-48f8-9ea7-678277d226df" ], "Accept-Language": [ "en-US" @@ -4665,8 +4881,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4680,11 +4896,11 @@ "nosniff" ], "x-ms-request-id": [ - "ba02935c-6e16-4adc-bedb-331d454ebced" + "4b367693-b2a8-4fea-9a0d-c913eac3c771" ], "x-ms-client-request-id": [ - "ba1c2aef-e941-4b5d-8c89-4010d070045e", - "ba1c2aef-e941-4b5d-8c89-4010d070045e" + "8fc8fcd7-c8f6-48f8-9ea7-678277d226df", + "8fc8fcd7-c8f6-48f8-9ea7-678277d226df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4696,16 +4912,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "146" ], "x-ms-correlation-request-id": [ - "ba02935c-6e16-4adc-bedb-331d454ebced" + "4b367693-b2a8-4fea-9a0d-c913eac3c771" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065428Z:ba02935c-6e16-4adc-bedb-331d454ebced" + "SOUTHINDIA:20210518T094550Z:4b367693-b2a8-4fea-9a0d-c913eac3c771" ], "Date": [ - "Tue, 16 Feb 2021 06:54:28 GMT" + "Tue, 18 May 2021 09:45:49 GMT" ], "Content-Length": [ "914" @@ -4717,17 +4933,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.Compute/virtualMachines/PSTestVM375600\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG375600ad\",\r\n \"friendlyName\": \"PSTestVM375600\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.Compute/virtualMachines/PSTestVMc16270\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc16270a9\",\r\n \"friendlyName\": \"PSTestVMc16270\",\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/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg375600ad%3Bpstestvm375600/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg375600ad%3Bpstestvm375600?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmczNzU2MDBhZCUzQnBzdGVzdHZtMzc1NjAwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzM3NTYwMGFkJTNCcHN0ZXN0dm0zNzU2MDA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc16270a9%3Bpstestvmc16270/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc16270a9%3Bpstestvmc16270?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjMTYyNzBhOSUzQnBzdGVzdHZtYzE2MjcwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2MxNjI3MGE5JTNCcHN0ZXN0dm1jMTYyNzA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -4735,8 +4951,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4747,23 +4963,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperationResults/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperationResults/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "dd842ce5-2be1-4b1d-839e-18eeb699387f" + "7fc2a817-d4ea-438c-8dc0-a297db2afac2" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4772,16 +4988,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-correlation-request-id": [ - "dd842ce5-2be1-4b1d-839e-18eeb699387f" + "7fc2a817-d4ea-438c-8dc0-a297db2afac2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065429Z:dd842ce5-2be1-4b1d-839e-18eeb699387f" + "SOUTHINDIA:20210518T094551Z:7fc2a817-d4ea-438c-8dc0-a297db2afac2" ], "Date": [ - "Tue, 16 Feb 2021 06:54:28 GMT" + "Tue, 18 May 2021 09:45:50 GMT" ], "Expires": [ "-1" @@ -4794,13 +5010,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzhlZTRkNjAxLThjNTItNGVmZS04MDZjLTc2ZWViZDU0MTEyND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zL2FiOWEzMGQ4LTAyZGUtNDQ2ZS04MjcxLTc0ODYwNDQ3NTNjMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -4808,8 +5024,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4823,11 +5039,11 @@ "nosniff" ], "x-ms-request-id": [ - "4a94fdf4-2488-45ca-99c9-e5a474ad04a5" + "91259149-fed0-4fcb-a679-23c667109a7b" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4839,16 +5055,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "102" + "116" ], "x-ms-correlation-request-id": [ - "4a94fdf4-2488-45ca-99c9-e5a474ad04a5" + "91259149-fed0-4fcb-a679-23c667109a7b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065429Z:4a94fdf4-2488-45ca-99c9-e5a474ad04a5" + "SOUTHINDIA:20210518T094551Z:91259149-fed0-4fcb-a679-23c667109a7b" ], "Date": [ - "Tue, 16 Feb 2021 06:54:28 GMT" + "Tue, 18 May 2021 09:45:50 GMT" ], "Content-Length": [ "188" @@ -4860,17 +5076,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"name\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"name\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzhlZTRkNjAxLThjNTItNGVmZS04MDZjLTc2ZWViZDU0MTEyND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zL2FiOWEzMGQ4LTAyZGUtNDQ2ZS04MjcxLTc0ODYwNDQ3NTNjMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -4878,8 +5094,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4893,11 +5109,11 @@ "nosniff" ], "x-ms-request-id": [ - "7af7087d-f775-4b9e-bc9a-e7001a1f9b26" + "5b303cc8-29f6-49fc-b128-285a9386f560" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4909,16 +5125,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "101" + "115" ], "x-ms-correlation-request-id": [ - "7af7087d-f775-4b9e-bc9a-e7001a1f9b26" + "5b303cc8-29f6-49fc-b128-285a9386f560" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065439Z:7af7087d-f775-4b9e-bc9a-e7001a1f9b26" + "SOUTHINDIA:20210518T094601Z:5b303cc8-29f6-49fc-b128-285a9386f560" ], "Date": [ - "Tue, 16 Feb 2021 06:54:39 GMT" + "Tue, 18 May 2021 09:46:00 GMT" ], "Content-Length": [ "188" @@ -4930,17 +5146,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"name\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"name\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzhlZTRkNjAxLThjNTItNGVmZS04MDZjLTc2ZWViZDU0MTEyND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zL2FiOWEzMGQ4LTAyZGUtNDQ2ZS04MjcxLTc0ODYwNDQ3NTNjMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -4948,8 +5164,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4963,11 +5179,11 @@ "nosniff" ], "x-ms-request-id": [ - "887bd937-c448-4f3f-b616-5481bdab6249" + "867625ad-69e5-4f40-939d-396746d15265" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4979,16 +5195,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "100" + "114" ], "x-ms-correlation-request-id": [ - "887bd937-c448-4f3f-b616-5481bdab6249" + "867625ad-69e5-4f40-939d-396746d15265" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065450Z:887bd937-c448-4f3f-b616-5481bdab6249" + "SOUTHINDIA:20210518T094611Z:867625ad-69e5-4f40-939d-396746d15265" ], "Date": [ - "Tue, 16 Feb 2021 06:54:49 GMT" + "Tue, 18 May 2021 09:46:11 GMT" ], "Content-Length": [ "188" @@ -5000,17 +5216,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"name\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"name\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzhlZTRkNjAxLThjNTItNGVmZS04MDZjLTc2ZWViZDU0MTEyND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zL2FiOWEzMGQ4LTAyZGUtNDQ2ZS04MjcxLTc0ODYwNDQ3NTNjMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -5018,8 +5234,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5033,11 +5249,11 @@ "nosniff" ], "x-ms-request-id": [ - "1230262a-c8f9-4285-abd1-35c17e8a9e0d" + "91c92239-02f4-49bf-8b48-3bbb0d619f2d" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5049,16 +5265,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "99" + "113" ], "x-ms-correlation-request-id": [ - "1230262a-c8f9-4285-abd1-35c17e8a9e0d" + "91c92239-02f4-49bf-8b48-3bbb0d619f2d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065500Z:1230262a-c8f9-4285-abd1-35c17e8a9e0d" + "SOUTHINDIA:20210518T094622Z:91c92239-02f4-49bf-8b48-3bbb0d619f2d" ], "Date": [ - "Tue, 16 Feb 2021 06:54:59 GMT" + "Tue, 18 May 2021 09:46:21 GMT" ], "Content-Length": [ "188" @@ -5070,17 +5286,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"name\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"name\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzhlZTRkNjAxLThjNTItNGVmZS04MDZjLTc2ZWViZDU0MTEyND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zL2FiOWEzMGQ4LTAyZGUtNDQ2ZS04MjcxLTc0ODYwNDQ3NTNjMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -5088,8 +5304,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5103,11 +5319,11 @@ "nosniff" ], "x-ms-request-id": [ - "8d6a5847-a106-4b8b-b56d-8da99ae23ad8" + "b0254509-88a0-4d07-a535-7c9b5b5edde4" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5119,16 +5335,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "98" + "112" ], "x-ms-correlation-request-id": [ - "8d6a5847-a106-4b8b-b56d-8da99ae23ad8" + "b0254509-88a0-4d07-a535-7c9b5b5edde4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065510Z:8d6a5847-a106-4b8b-b56d-8da99ae23ad8" + "SOUTHINDIA:20210518T094632Z:b0254509-88a0-4d07-a535-7c9b5b5edde4" ], "Date": [ - "Tue, 16 Feb 2021 06:55:10 GMT" + "Tue, 18 May 2021 09:46:31 GMT" ], "Content-Length": [ "188" @@ -5140,17 +5356,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"name\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"name\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzhlZTRkNjAxLThjNTItNGVmZS04MDZjLTc2ZWViZDU0MTEyND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zL2FiOWEzMGQ4LTAyZGUtNDQ2ZS04MjcxLTc0ODYwNDQ3NTNjMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -5158,8 +5374,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5173,11 +5389,11 @@ "nosniff" ], "x-ms-request-id": [ - "82203687-264e-4813-82bc-611505dcd4a1" + "956abccd-97fa-4e11-979d-71278d06bef4" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5189,16 +5405,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "97" + "111" ], "x-ms-correlation-request-id": [ - "82203687-264e-4813-82bc-611505dcd4a1" + "956abccd-97fa-4e11-979d-71278d06bef4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065520Z:82203687-264e-4813-82bc-611505dcd4a1" + "SOUTHINDIA:20210518T094642Z:956abccd-97fa-4e11-979d-71278d06bef4" ], "Date": [ - "Tue, 16 Feb 2021 06:55:20 GMT" + "Tue, 18 May 2021 09:46:42 GMT" ], "Content-Length": [ "188" @@ -5210,17 +5426,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"name\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"name\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzhlZTRkNjAxLThjNTItNGVmZS04MDZjLTc2ZWViZDU0MTEyND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zL2FiOWEzMGQ4LTAyZGUtNDQ2ZS04MjcxLTc0ODYwNDQ3NTNjMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -5228,8 +5444,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5243,11 +5459,11 @@ "nosniff" ], "x-ms-request-id": [ - "517edcc5-5fd2-4349-81d3-93f31b78868f" + "dbdf5914-90a1-4816-a153-9f12eee960a7" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5259,16 +5475,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "96" + "110" ], "x-ms-correlation-request-id": [ - "517edcc5-5fd2-4349-81d3-93f31b78868f" + "dbdf5914-90a1-4816-a153-9f12eee960a7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065531Z:517edcc5-5fd2-4349-81d3-93f31b78868f" + "SOUTHINDIA:20210518T094653Z:dbdf5914-90a1-4816-a153-9f12eee960a7" ], "Date": [ - "Tue, 16 Feb 2021 06:55:30 GMT" + "Tue, 18 May 2021 09:46:52 GMT" ], "Content-Length": [ "188" @@ -5280,17 +5496,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"name\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"name\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzhlZTRkNjAxLThjNTItNGVmZS04MDZjLTc2ZWViZDU0MTEyND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zL2FiOWEzMGQ4LTAyZGUtNDQ2ZS04MjcxLTc0ODYwNDQ3NTNjMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -5298,8 +5514,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5313,11 +5529,11 @@ "nosniff" ], "x-ms-request-id": [ - "0754fb52-6d02-46ad-b752-ab7b814f6eda" + "ae3c7c71-df55-4afc-884e-cd902b41bdee" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5329,16 +5545,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "95" + "109" ], "x-ms-correlation-request-id": [ - "0754fb52-6d02-46ad-b752-ab7b814f6eda" + "ae3c7c71-df55-4afc-884e-cd902b41bdee" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065541Z:0754fb52-6d02-46ad-b752-ab7b814f6eda" + "SOUTHINDIA:20210518T094703Z:ae3c7c71-df55-4afc-884e-cd902b41bdee" ], "Date": [ - "Tue, 16 Feb 2021 06:55:40 GMT" + "Tue, 18 May 2021 09:47:02 GMT" ], "Content-Length": [ "188" @@ -5350,17 +5566,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"name\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"name\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzhlZTRkNjAxLThjNTItNGVmZS04MDZjLTc2ZWViZDU0MTEyND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zL2FiOWEzMGQ4LTAyZGUtNDQ2ZS04MjcxLTc0ODYwNDQ3NTNjMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -5368,8 +5584,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5383,11 +5599,11 @@ "nosniff" ], "x-ms-request-id": [ - "3032e50a-6dcf-467c-a027-eaf3927c7e9c" + "32d887b0-6122-4161-8630-c03da4a355e0" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5399,16 +5615,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "94" + "108" ], "x-ms-correlation-request-id": [ - "3032e50a-6dcf-467c-a027-eaf3927c7e9c" + "32d887b0-6122-4161-8630-c03da4a355e0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065551Z:3032e50a-6dcf-467c-a027-eaf3927c7e9c" + "SOUTHINDIA:20210518T094713Z:32d887b0-6122-4161-8630-c03da4a355e0" ], "Date": [ - "Tue, 16 Feb 2021 06:55:50 GMT" + "Tue, 18 May 2021 09:47:12 GMT" ], "Content-Length": [ "188" @@ -5420,17 +5636,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"name\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"name\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzhlZTRkNjAxLThjNTItNGVmZS04MDZjLTc2ZWViZDU0MTEyND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zL2FiOWEzMGQ4LTAyZGUtNDQ2ZS04MjcxLTc0ODYwNDQ3NTNjMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -5438,8 +5654,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5453,11 +5669,11 @@ "nosniff" ], "x-ms-request-id": [ - "18aa91d5-56a1-4bc4-a52a-7a286536fde4" + "6f13b2a3-e291-401b-9947-c5d11a9ca032" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5469,16 +5685,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "93" + "107" ], "x-ms-correlation-request-id": [ - "18aa91d5-56a1-4bc4-a52a-7a286536fde4" + "6f13b2a3-e291-401b-9947-c5d11a9ca032" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065601Z:18aa91d5-56a1-4bc4-a52a-7a286536fde4" + "SOUTHINDIA:20210518T094724Z:6f13b2a3-e291-401b-9947-c5d11a9ca032" ], "Date": [ - "Tue, 16 Feb 2021 06:56:01 GMT" + "Tue, 18 May 2021 09:47:24 GMT" ], "Content-Length": [ "188" @@ -5490,17 +5706,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"name\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"name\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzhlZTRkNjAxLThjNTItNGVmZS04MDZjLTc2ZWViZDU0MTEyND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zL2FiOWEzMGQ4LTAyZGUtNDQ2ZS04MjcxLTc0ODYwNDQ3NTNjMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -5508,8 +5724,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5523,11 +5739,11 @@ "nosniff" ], "x-ms-request-id": [ - "f2b17856-1c02-40de-8c22-43147a23f142" + "daf91eaa-2908-443a-aadd-9eb6fd058a2b" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5539,16 +5755,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "92" + "106" ], "x-ms-correlation-request-id": [ - "f2b17856-1c02-40de-8c22-43147a23f142" + "daf91eaa-2908-443a-aadd-9eb6fd058a2b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065611Z:f2b17856-1c02-40de-8c22-43147a23f142" + "SOUTHINDIA:20210518T094734Z:daf91eaa-2908-443a-aadd-9eb6fd058a2b" ], "Date": [ - "Tue, 16 Feb 2021 06:56:11 GMT" + "Tue, 18 May 2021 09:47:34 GMT" ], "Content-Length": [ "188" @@ -5560,17 +5776,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"name\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"name\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzhlZTRkNjAxLThjNTItNGVmZS04MDZjLTc2ZWViZDU0MTEyND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zL2FiOWEzMGQ4LTAyZGUtNDQ2ZS04MjcxLTc0ODYwNDQ3NTNjMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -5578,8 +5794,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5593,11 +5809,11 @@ "nosniff" ], "x-ms-request-id": [ - "e6661a1f-52a9-4609-bea9-35c877b2f804" + "01a2f538-0496-4fbb-a827-86258ce35f90" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5609,16 +5825,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "91" + "105" ], "x-ms-correlation-request-id": [ - "e6661a1f-52a9-4609-bea9-35c877b2f804" + "01a2f538-0496-4fbb-a827-86258ce35f90" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065622Z:e6661a1f-52a9-4609-bea9-35c877b2f804" + "SOUTHINDIA:20210518T094744Z:01a2f538-0496-4fbb-a827-86258ce35f90" ], "Date": [ - "Tue, 16 Feb 2021 06:56:21 GMT" + "Tue, 18 May 2021 09:47:44 GMT" ], "Content-Length": [ "304" @@ -5630,17 +5846,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"name\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"200fe52b-607c-4d4b-9828-3fbfca14ef0f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"name\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"4ed97a02-a735-4325-ba2e-49124774af23\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupOperations/8ee4d601-8c52-4efe-806c-76eebd541124?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBPcGVyYXRpb25zLzhlZTRkNjAxLThjNTItNGVmZS04MDZjLTc2ZWViZDU0MTEyND9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupOperations/ab9a30d8-02de-446e-8271-7486044753c0?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBPcGVyYXRpb25zL2FiOWEzMGQ4LTAyZGUtNDQ2ZS04MjcxLTc0ODYwNDQ3NTNjMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -5648,8 +5864,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5663,11 +5879,11 @@ "nosniff" ], "x-ms-request-id": [ - "3b02ea31-e6ad-438b-9c98-51b79aa60f4a" + "ea62a354-4480-439c-ae02-1d1f8ff636ff" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5679,16 +5895,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "90" + "104" ], "x-ms-correlation-request-id": [ - "3b02ea31-e6ad-438b-9c98-51b79aa60f4a" + "ea62a354-4480-439c-ae02-1d1f8ff636ff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065622Z:3b02ea31-e6ad-438b-9c98-51b79aa60f4a" + "SOUTHINDIA:20210518T094744Z:ea62a354-4480-439c-ae02-1d1f8ff636ff" ], "Date": [ - "Tue, 16 Feb 2021 06:56:21 GMT" + "Tue, 18 May 2021 09:47:44 GMT" ], "Content-Length": [ "304" @@ -5700,17 +5916,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"name\": \"8ee4d601-8c52-4efe-806c-76eebd541124\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"200fe52b-607c-4d4b-9828-3fbfca14ef0f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"name\": \"ab9a30d8-02de-446e-8271-7486044753c0\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"4ed97a02-a735-4325-ba2e-49124774af23\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/200fe52b-607c-4d4b-9828-3fbfca14ef0f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZC9iYWNrdXBKb2JzLzIwMGZlNTJiLTYwN2MtNGQ0Yi05ODI4LTNmYmZjYTE0ZWYwZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/4ed97a02-a735-4325-ba2e-49124774af23?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOS9iYWNrdXBKb2JzLzRlZDk3YTAyLWE3MzUtNDMyNS1iYTJlLTQ5MTI0Nzc0YWYyMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "Accept-Language": [ "en-US" @@ -5718,8 +5934,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5737,11 +5953,11 @@ "nosniff" ], "x-ms-request-id": [ - "68382b1f-f532-4b6e-8e02-65f297018ad5" + "911db109-1ab0-4cf1-9d03-04dc78def60d" ], "x-ms-client-request-id": [ - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765", - "c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765" + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97", + "78af2912-2bfd-42e5-abf9-b77a5ffb6d97" ], "X-Powered-By": [ "ASP.NET" @@ -5750,16 +5966,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "88" ], "x-ms-correlation-request-id": [ - "68382b1f-f532-4b6e-8e02-65f297018ad5" + "911db109-1ab0-4cf1-9d03-04dc78def60d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065622Z:68382b1f-f532-4b6e-8e02-65f297018ad5" + "SOUTHINDIA:20210518T094744Z:911db109-1ab0-4cf1-9d03-04dc78def60d" ], "Date": [ - "Tue, 16 Feb 2021 06:56:21 GMT" + "Tue, 18 May 2021 09:47:44 GMT" ], "Content-Length": [ "845" @@ -5771,17 +5987,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad/backupJobs/200fe52b-607c-4d4b-9828-3fbfca14ef0f\",\r\n \"name\": \"200fe52b-607c-4d4b-9828-3fbfca14ef0f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg375600ad;pstestvm375600\",\r\n \"duration\": \"PT1M51.8725593S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM375600\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM375600\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T06:54:29.2847339Z\",\r\n \"endTime\": \"2021-02-16T06:56:21.1572932Z\",\r\n \"activityId\": \"c32d496f-ec09-4d2c-a0ce-3bf4ffd1c765\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9/backupJobs/4ed97a02-a735-4325-ba2e-49124774af23\",\r\n \"name\": \"4ed97a02-a735-4325-ba2e-49124774af23\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc16270a9;pstestvmc16270\",\r\n \"duration\": \"PT1M52.1376461S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMc16270\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMc16270\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:45:50.9972298Z\",\r\n \"endTime\": \"2021-05-18T09:47:43.1348759Z\",\r\n \"activityId\": \"78af2912-2bfd-42e5-abf9-b77a5ffb6d97\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG375600ad/providers/Microsoft.RecoveryServices/vaults/PSTestRSV375600ad?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YzNzU2MDBhZD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc16270a9/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc16270a9?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzE2MjcwYTkvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjMTYyNzBhOT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b05af2dc-5e8c-4b9d-9e84-0dce27de6abb" + "47c9004c-7bd8-4536-9992-5d51a93acde2" ], "Accept-Language": [ "en-US" @@ -5789,7 +6005,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -5804,10 +6020,10 @@ "nosniff" ], "x-ms-request-id": [ - "2f55d4d8-c0f2-42fb-bae9-abaf31bf97df" + "fd2db9cc-326a-4e78-a3f8-4d4d51d6aa22" ], "x-ms-client-request-id": [ - "b05af2dc-5e8c-4b9d-9e84-0dce27de6abb" + "47c9004c-7bd8-4536-9992-5d51a93acde2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5816,13 +6032,13 @@ "9" ], "x-ms-correlation-request-id": [ - "2f55d4d8-c0f2-42fb-bae9-abaf31bf97df" + "fd2db9cc-326a-4e78-a3f8-4d4d51d6aa22" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065625Z:2f55d4d8-c0f2-42fb-bae9-abaf31bf97df" + "SOUTHINDIA:20210518T094748Z:fd2db9cc-326a-4e78-a3f8-4d4d51d6aa22" ], "Date": [ - "Tue, 16 Feb 2021 06:56:25 GMT" + "Tue, 18 May 2021 09:47:48 GMT" ], "Expires": [ "-1" @@ -5835,13 +6051,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG375600ad?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMzc1NjAwYWQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGc16270a9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzE2MjcwYTk/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43668d05-337c-47dd-ad0d-b19acf49a21e" + "9a4d5bce-a845-47cb-91d4-c8b2b392e09a" ], "Accept-Language": [ "en-US" @@ -5849,8 +6065,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5861,7 +6077,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -5870,13 +6086,13 @@ "14999" ], "x-ms-request-id": [ - "56eb3fcc-f382-4e61-87c3-5536c92697d5" + "a5563968-4176-4243-bbe5-7f78d173687f" ], "x-ms-correlation-request-id": [ - "56eb3fcc-f382-4e61-87c3-5536c92697d5" + "a5563968-4176-4243-bbe5-7f78d173687f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065627Z:56eb3fcc-f382-4e61-87c3-5536c92697d5" + "JIOINDIAWEST:20210518T094750Z:a5563968-4176-4243-bbe5-7f78d173687f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5885,7 +6101,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:56:27 GMT" + "Tue, 18 May 2021 09:47:50 GMT" ], "Expires": [ "-1" @@ -5898,16 +6114,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5918,7 +6134,121 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "50de320e-d255-49cc-b433-bc80cf4a1f5a" + ], + "x-ms-correlation-request-id": [ + "50de320e-d255-49cc-b433-bc80cf4a1f5a" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T094806Z:50de320e-d255-49cc-b433-bc80cf4a1f5a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 09:48:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "cc802775-5ce5-4d18-bd58-54cefa3ed842" + ], + "x-ms-correlation-request-id": [ + "cc802775-5ce5-4d18-bd58-54cefa3ed842" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T094821Z:cc802775-5ce5-4d18-bd58-54cefa3ed842" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 09:48:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -5927,13 +6257,13 @@ "11996" ], "x-ms-request-id": [ - "f58c86c5-31e9-47bd-a7c5-b78a0a053bc0" + "432ef0d4-4875-4321-a090-e2cbc096a093" ], "x-ms-correlation-request-id": [ - "f58c86c5-31e9-47bd-a7c5-b78a0a053bc0" + "432ef0d4-4875-4321-a090-e2cbc096a093" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065642Z:f58c86c5-31e9-47bd-a7c5-b78a0a053bc0" + "JIOINDIAWEST:20210518T094836Z:432ef0d4-4875-4321-a090-e2cbc096a093" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5942,7 +6272,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:56:42 GMT" + "Tue, 18 May 2021 09:48:35 GMT" ], "Expires": [ "-1" @@ -5955,16 +6285,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -5975,7 +6305,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -5984,13 +6314,13 @@ "11995" ], "x-ms-request-id": [ - "19c72d4a-bf23-4a0d-bd59-fc02c8890831" + "f2ca57d3-adbb-4198-8bd5-246026b85e5f" ], "x-ms-correlation-request-id": [ - "19c72d4a-bf23-4a0d-bd59-fc02c8890831" + "f2ca57d3-adbb-4198-8bd5-246026b85e5f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065657Z:19c72d4a-bf23-4a0d-bd59-fc02c8890831" + "JIOINDIAWEST:20210518T094851Z:f2ca57d3-adbb-4198-8bd5-246026b85e5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5999,7 +6329,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:56:57 GMT" + "Tue, 18 May 2021 09:48:51 GMT" ], "Expires": [ "-1" @@ -6012,16 +6342,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6032,7 +6362,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6041,13 +6371,13 @@ "11994" ], "x-ms-request-id": [ - "5a477d6e-b986-4807-b8a7-544ca2486c48" + "3478b433-feb1-4988-9d09-89101043c354" ], "x-ms-correlation-request-id": [ - "5a477d6e-b986-4807-b8a7-544ca2486c48" + "3478b433-feb1-4988-9d09-89101043c354" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065712Z:5a477d6e-b986-4807-b8a7-544ca2486c48" + "JIOINDIAWEST:20210518T094907Z:3478b433-feb1-4988-9d09-89101043c354" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6056,7 +6386,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:57:12 GMT" + "Tue, 18 May 2021 09:49:06 GMT" ], "Expires": [ "-1" @@ -6069,16 +6399,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6089,7 +6419,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6098,13 +6428,13 @@ "11993" ], "x-ms-request-id": [ - "ce318608-3921-414c-b6ec-781933d8bf82" + "6703fc01-300a-4195-8618-938ef00b8280" ], "x-ms-correlation-request-id": [ - "ce318608-3921-414c-b6ec-781933d8bf82" + "6703fc01-300a-4195-8618-938ef00b8280" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065728Z:ce318608-3921-414c-b6ec-781933d8bf82" + "JIOINDIAWEST:20210518T094922Z:6703fc01-300a-4195-8618-938ef00b8280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6113,7 +6443,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:57:28 GMT" + "Tue, 18 May 2021 09:49:22 GMT" ], "Expires": [ "-1" @@ -6126,16 +6456,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6146,7 +6476,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6155,13 +6485,13 @@ "11992" ], "x-ms-request-id": [ - "e2530f6b-e30a-4946-8cb6-ae2f4f03d3f7" + "24f082ec-038f-47c9-a2c5-1e364ea97240" ], "x-ms-correlation-request-id": [ - "e2530f6b-e30a-4946-8cb6-ae2f4f03d3f7" + "24f082ec-038f-47c9-a2c5-1e364ea97240" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065743Z:e2530f6b-e30a-4946-8cb6-ae2f4f03d3f7" + "JIOINDIAWEST:20210518T094937Z:24f082ec-038f-47c9-a2c5-1e364ea97240" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6170,7 +6500,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:57:42 GMT" + "Tue, 18 May 2021 09:49:37 GMT" ], "Expires": [ "-1" @@ -6183,16 +6513,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6203,7 +6533,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6212,13 +6542,13 @@ "11991" ], "x-ms-request-id": [ - "2bf08c19-fc58-480f-ab4d-b10cb4e94042" + "3587ba19-1516-4616-8687-d018842b730e" ], "x-ms-correlation-request-id": [ - "2bf08c19-fc58-480f-ab4d-b10cb4e94042" + "3587ba19-1516-4616-8687-d018842b730e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065758Z:2bf08c19-fc58-480f-ab4d-b10cb4e94042" + "JIOINDIAWEST:20210518T094953Z:3587ba19-1516-4616-8687-d018842b730e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6227,7 +6557,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:57:58 GMT" + "Tue, 18 May 2021 09:49:52 GMT" ], "Expires": [ "-1" @@ -6240,16 +6570,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6260,7 +6590,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6269,13 +6599,13 @@ "11990" ], "x-ms-request-id": [ - "b86e4ce7-f958-430d-a870-02a6daf7ab46" + "7267bc40-3e20-4924-8cc5-1e20369fef16" ], "x-ms-correlation-request-id": [ - "b86e4ce7-f958-430d-a870-02a6daf7ab46" + "7267bc40-3e20-4924-8cc5-1e20369fef16" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065813Z:b86e4ce7-f958-430d-a870-02a6daf7ab46" + "JIOINDIAWEST:20210518T095008Z:7267bc40-3e20-4924-8cc5-1e20369fef16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6284,7 +6614,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:58:13 GMT" + "Tue, 18 May 2021 09:50:07 GMT" ], "Expires": [ "-1" @@ -6297,16 +6627,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6317,7 +6647,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6326,13 +6656,13 @@ "11989" ], "x-ms-request-id": [ - "4d7b8862-fe8b-4b2e-83bc-e4ccabda4ea8" + "d478c689-ac80-44ef-b480-a81ab3179c45" ], "x-ms-correlation-request-id": [ - "4d7b8862-fe8b-4b2e-83bc-e4ccabda4ea8" + "d478c689-ac80-44ef-b480-a81ab3179c45" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065828Z:4d7b8862-fe8b-4b2e-83bc-e4ccabda4ea8" + "JIOINDIAWEST:20210518T095023Z:d478c689-ac80-44ef-b480-a81ab3179c45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6341,7 +6671,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:58:28 GMT" + "Tue, 18 May 2021 09:50:23 GMT" ], "Expires": [ "-1" @@ -6354,16 +6684,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6374,7 +6704,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6383,13 +6713,13 @@ "11988" ], "x-ms-request-id": [ - "8acfba96-ed87-4b2f-a6b7-f6c62e7fb55c" + "41ab4ad9-acf1-4578-82c4-f681e42cfa86" ], "x-ms-correlation-request-id": [ - "8acfba96-ed87-4b2f-a6b7-f6c62e7fb55c" + "41ab4ad9-acf1-4578-82c4-f681e42cfa86" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065843Z:8acfba96-ed87-4b2f-a6b7-f6c62e7fb55c" + "JIOINDIAWEST:20210518T095039Z:41ab4ad9-acf1-4578-82c4-f681e42cfa86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6398,7 +6728,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:58:43 GMT" + "Tue, 18 May 2021 09:50:38 GMT" ], "Expires": [ "-1" @@ -6411,16 +6741,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6431,7 +6761,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6440,13 +6770,13 @@ "11987" ], "x-ms-request-id": [ - "734f1fa8-ff08-41bf-892d-ece569db05b4" + "e5512068-791a-480d-a990-8caffc08dd62" ], "x-ms-correlation-request-id": [ - "734f1fa8-ff08-41bf-892d-ece569db05b4" + "e5512068-791a-480d-a990-8caffc08dd62" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065859Z:734f1fa8-ff08-41bf-892d-ece569db05b4" + "JIOINDIAWEST:20210518T095054Z:e5512068-791a-480d-a990-8caffc08dd62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6455,7 +6785,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:58:58 GMT" + "Tue, 18 May 2021 09:50:53 GMT" ], "Expires": [ "-1" @@ -6468,16 +6798,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6488,7 +6818,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6497,13 +6827,13 @@ "11986" ], "x-ms-request-id": [ - "290e6396-b16f-4fb3-a93f-7c6e579819a1" + "41ff4ab6-816a-47d7-bd41-00a49b72723f" ], "x-ms-correlation-request-id": [ - "290e6396-b16f-4fb3-a93f-7c6e579819a1" + "41ff4ab6-816a-47d7-bd41-00a49b72723f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065914Z:290e6396-b16f-4fb3-a93f-7c6e579819a1" + "JIOINDIAWEST:20210518T095109Z:41ff4ab6-816a-47d7-bd41-00a49b72723f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6512,7 +6842,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:59:14 GMT" + "Tue, 18 May 2021 09:51:09 GMT" ], "Expires": [ "-1" @@ -6525,16 +6855,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6545,7 +6875,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6554,13 +6884,13 @@ "11985" ], "x-ms-request-id": [ - "59705986-055b-4719-b52f-b08e76584861" + "a6ea3007-cc54-450b-9ea2-ea7821766a8f" ], "x-ms-correlation-request-id": [ - "59705986-055b-4719-b52f-b08e76584861" + "a6ea3007-cc54-450b-9ea2-ea7821766a8f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065929Z:59705986-055b-4719-b52f-b08e76584861" + "JIOINDIAWEST:20210518T095124Z:a6ea3007-cc54-450b-9ea2-ea7821766a8f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6569,7 +6899,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:59:28 GMT" + "Tue, 18 May 2021 09:51:24 GMT" ], "Expires": [ "-1" @@ -6582,16 +6912,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6602,7 +6932,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6611,13 +6941,13 @@ "11984" ], "x-ms-request-id": [ - "65cf2a5c-b524-45ae-a392-ea5d3b5c9740" + "ac469581-7f86-426a-833e-a8bbf952abc7" ], "x-ms-correlation-request-id": [ - "65cf2a5c-b524-45ae-a392-ea5d3b5c9740" + "ac469581-7f86-426a-833e-a8bbf952abc7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065944Z:65cf2a5c-b524-45ae-a392-ea5d3b5c9740" + "JIOINDIAWEST:20210518T095139Z:ac469581-7f86-426a-833e-a8bbf952abc7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6626,7 +6956,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:59:43 GMT" + "Tue, 18 May 2021 09:51:39 GMT" ], "Expires": [ "-1" @@ -6639,16 +6969,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6659,7 +6989,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -6668,13 +6998,13 @@ "11983" ], "x-ms-request-id": [ - "6fda2cec-18fe-4007-a71a-503f7f17324e" + "d9222ea8-8147-499f-94e9-e7b784ba46ad" ], "x-ms-correlation-request-id": [ - "6fda2cec-18fe-4007-a71a-503f7f17324e" + "d9222ea8-8147-499f-94e9-e7b784ba46ad" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T065959Z:6fda2cec-18fe-4007-a71a-503f7f17324e" + "JIOINDIAWEST:20210518T095155Z:d9222ea8-8147-499f-94e9-e7b784ba46ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6683,7 +7013,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:59:59 GMT" + "Tue, 18 May 2021 09:51:54 GMT" ], "Expires": [ "-1" @@ -6696,16 +7026,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6715,17 +7045,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], "x-ms-request-id": [ - "55bb169d-9c8c-4c41-ba26-26585e454059" + "5057d892-7f20-4ed6-b5a0-c5882c730bab" ], "x-ms-correlation-request-id": [ - "55bb169d-9c8c-4c41-ba26-26585e454059" + "5057d892-7f20-4ed6-b5a0-c5882c730bab" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T070014Z:55bb169d-9c8c-4c41-ba26-26585e454059" + "JIOINDIAWEST:20210518T095210Z:5057d892-7f20-4ed6-b5a0-c5882c730bab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6734,7 +7070,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 07:00:13 GMT" + "Tue, 18 May 2021 09:52:10 GMT" ], "Expires": [ "-1" @@ -6744,19 +7080,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzM3NTYwMEFELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSek0zTlRZd01FRkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -6770,13 +7106,64 @@ "11981" ], "x-ms-request-id": [ - "4912b456-f777-4255-9c9e-d2d71e47c8cd" + "99b3eb93-0803-41f2-8f1d-5b9ed325fca6" + ], + "x-ms-correlation-request-id": [ + "99b3eb93-0803-41f2-8f1d-5b9ed325fca6" + ], + "x-ms-routing-request-id": [ + "JIOINDIAWEST:20210518T095225Z:99b3eb93-0803-41f2-8f1d-5b9ed325fca6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 09:52:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0MxNjI3MEE5LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME14TmpJM01FRTVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-request-id": [ + "4301fa89-5f2f-429b-83cd-7d629def32ad" ], "x-ms-correlation-request-id": [ - "4912b456-f777-4255-9c9e-d2d71e47c8cd" + "4301fa89-5f2f-429b-83cd-7d629def32ad" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T070015Z:4912b456-f777-4255-9c9e-d2d71e47c8cd" + "JIOINDIAWEST:20210518T095226Z:4301fa89-5f2f-429b-83cd-7d629def32ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6785,7 +7172,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 07:00:15 GMT" + "Tue, 18 May 2021 09:52:25 GMT" ], "Expires": [ "-1" @@ -6800,7 +7187,7 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "375600ad-ed69-4865-82af-eeb31f42e39b" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", + "NamingSuffix": "c16270a9-8233-4594-83a0-ff79dffdfdfc" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMGetJobs.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMGetJobs.json index dc59017049a8..d3fde3eeb83c 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMGetJobs.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMGetJobs.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGc4641f4f?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGf52eba82?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZjUyZWJhODI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a60dd57-b6d0-4251-b1a4-2e03b033c403" + "b82c0bad-0117-4488-9f39-482891b142f8" ], "Accept-Language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -30,16 +30,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-request-id": [ - "fb67a3be-ed5a-4206-94bf-fff7822fc021" + "1acf31b0-ceff-42e9-8da4-2140dd9b8dc8" ], "x-ms-correlation-request-id": [ - "fb67a3be-ed5a-4206-94bf-fff7822fc021" + "1acf31b0-ceff-42e9-8da4-2140dd9b8dc8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110643Z:fb67a3be-ed5a-4206-94bf-fff7822fc021" + "SOUTHINDIA:20210518T075152Z:1acf31b0-ceff-42e9-8da4-2140dd9b8dc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:42 GMT" + "Tue, 18 May 2021 07:51:51 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,17 +60,17 @@ "108" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGc4641f4f' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGf52eba82' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGc4641f4f?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGf52eba82?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZjUyZWJhODI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee55e0ed-ec84-4999-8e1b-2f14eeca23cd" + "d8735b63-d68d-43af-a2ab-7031175e4e98" ], "Accept-Language": [ "en-US" @@ -79,7 +79,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -93,13 +93,13 @@ "11999" ], "x-ms-request-id": [ - "893a0cb3-b649-47c6-a3ec-9bbff7d838af" + "a63b3128-c480-43e6-8342-2040999a17cc" ], "x-ms-correlation-request-id": [ - "893a0cb3-b649-47c6-a3ec-9bbff7d838af" + "a63b3128-c480-43e6-8342-2040999a17cc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111631Z:893a0cb3-b649-47c6-a3ec-9bbff7d838af" + "SOUTHINDIA:20210518T080428Z:a63b3128-c480-43e6-8342-2040999a17cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:16:31 GMT" + "Tue, 18 May 2021 08:04:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,17 +120,17 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f\",\r\n \"name\": \"PSTestRGc4641f4f\",\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/PSTestRGf52eba82\",\r\n \"name\": \"PSTestRGf52eba82\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGc4641f4f?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGf52eba82?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZjUyZWJhODI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6418ee9c-8166-47ab-a3b4-9d1a752bb538" + "29eab2b4-f543-490e-b8cb-90782761f3af" ], "Accept-Language": [ "en-US" @@ -139,7 +139,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "1199" ], "x-ms-request-id": [ - "c1495e3c-2106-411d-a406-937a010ef6b9" + "6fa0fd60-3010-4160-859b-8d7e94494f64" ], "x-ms-correlation-request-id": [ - "c1495e3c-2106-411d-a406-937a010ef6b9" + "6fa0fd60-3010-4160-859b-8d7e94494f64" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110643Z:c1495e3c-2106-411d-a406-937a010ef6b9" + "SOUTHINDIA:20210518T075153Z:6fa0fd60-3010-4160-859b-8d7e94494f64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:43 GMT" + "Tue, 18 May 2021 07:51:53 GMT" ], "Content-Length": [ "192" @@ -186,17 +186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f\",\r\n \"name\": \"PSTestRGc4641f4f\",\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/PSTestRGf52eba82\",\r\n \"name\": \"PSTestRGf52eba82\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM0NjQxMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY1MmViMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "acd8aeaa-3d6f-4b98-8f8e-7639d90dd113" + "49fd7e70-58b5-4596-9dc8-578d4fdcbf7e" ], "Accept-Language": [ "en-US" @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "e1144ef1-91a1-4e26-b9ff-d5b2c5089f61" + "3e79e89a-dafd-43e9-a74c-a114082660df" ], "x-ms-correlation-request-id": [ - "e1144ef1-91a1-4e26-b9ff-d5b2c5089f61" + "3e79e89a-dafd-43e9-a74c-a114082660df" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110643Z:e1144ef1-91a1-4e26-b9ff-d5b2c5089f61" + "SOUTHINDIA:20210518T075154Z:3e79e89a-dafd-43e9-a74c-a114082660df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:43 GMT" + "Tue, 18 May 2021 07:51:53 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,17 +246,17 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVMc46411' under resource group 'PSTestRGc4641f4f' 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/PSTestVMf52eb1' under resource group 'PSTestRGf52eba82' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM0NjQxMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY1MmViMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -273,32 +273,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31978" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d47d90bb-de78-4456-9731-57db887d2369" + "4cea4581-49ca-45a0-9f20-195dd2f491ad" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-correlation-request-id": [ - "9efc621e-aadf-41a8-b3dc-0f62a680339e" + "1fe1030b-9c17-4b72-a8a0-5f1de3fc862d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110849Z:9efc621e-aadf-41a8-b3dc-0f62a680339e" + "SOUTHINDIA:20210518T075407Z:1fe1030b-9c17-4b72-a8a0-5f1de3fc862d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:08:48 GMT" + "Tue, 18 May 2021 07:54:06 GMT" ], "Content-Length": [ "2180" @@ -310,17 +310,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"Owner\": \"sarath\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ac4d9c61-ec9a-418b-95a8-589715ef8500\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMc46411_OsDisk_1_5f9d7007ebd54ff7935c6064dc5986d1\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/disks/PSTestVMc46411_OsDisk_1_5f9d7007ebd54ff7935c6064dc5986d1\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc46411\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5146c49a-d167-4907-a0a3-e9f949dba45f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMf52eb1_OsDisk_1_60b9efe734d14fd7b1209021841ccf39\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/disks/PSTestVMf52eb1_OsDisk_1_60b9efe734d14fd7b1209021841ccf39\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf52eb1\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM0NjQxMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY1MmViMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6052250-46e7-4603-a781-d89a87999956" + "ca7fdad6-8bad-4af3-acf3-ce31f5c58ee4" ], "Accept-Language": [ "en-US" @@ -340,32 +340,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31981" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b797b20-b700-4b38-8dc3-b5926f60826f" + "8073d6fe-8314-4a8c-adfd-ce50b0f67606" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11985" ], "x-ms-correlation-request-id": [ - "222169f1-7d31-437c-bc31-b2d71932cf45" + "3ed77b73-9f90-40dc-b621-0f9316cc6010" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111051Z:222169f1-7d31-437c-bc31-b2d71932cf45" + "SOUTHINDIA:20210518T075642Z:3ed77b73-9f90-40dc-b621-0f9316cc6010" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:10:50 GMT" + "Tue, 18 May 2021 07:56:42 GMT" ], "Content-Length": [ "2743" @@ -377,17 +377,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"Owner\": \"sarath\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ac4d9c61-ec9a-418b-95a8-589715ef8500\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMc46411_OsDisk_1_5f9d7007ebd54ff7935c6064dc5986d1\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/disks/PSTestVMc46411_OsDisk_1_5f9d7007ebd54ff7935c6064dc5986d1\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc46411\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5146c49a-d167-4907-a0a3-e9f949dba45f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMf52eb1_OsDisk_1_60b9efe734d14fd7b1209021841ccf39\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/disks/PSTestVMf52eb1_OsDisk_1_60b9efe734d14fd7b1209021841ccf39\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf52eb1\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzQ2NDExP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjUyZWIxP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbd59143-b767-4b1a-9ab7-95d0ca5253c9" + "78f2dd7b-a076-4a8a-9799-3fb153708778" ], "Accept-Language": [ "en-US" @@ -410,13 +410,13 @@ "gateway" ], "x-ms-request-id": [ - "b2be292c-0a26-4884-83f2-737a7ffe2bc7" + "a9524de1-c5c4-478f-974d-fdf53ffb24cf" ], "x-ms-correlation-request-id": [ - "b2be292c-0a26-4884-83f2-737a7ffe2bc7" + "a9524de1-c5c4-478f-974d-fdf53ffb24cf" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110644Z:b2be292c-0a26-4884-83f2-737a7ffe2bc7" + "SOUTHINDIA:20210518T075155Z:a9524de1-c5c4-478f-974d-fdf53ffb24cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -425,7 +425,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:43 GMT" + "Tue, 18 May 2021 07:51:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -437,17 +437,17 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNETc46411' under resource group 'PSTestRGc4641f4f' 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/PSTestVNETf52eb1' under resource group 'PSTestRGf52eba82' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzQ2NDExP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjUyZWIxP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbd59143-b767-4b1a-9ab7-95d0ca5253c9" + "78f2dd7b-a076-4a8a-9799-3fb153708778" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -464,16 +464,16 @@ "no-cache" ], "ETag": [ - "W/\"e970c338-077d-4e22-98fe-c8bbc7f1cab3\"" + "W/\"76ace9fd-c726-4e9f-8fb1-be7b59717949\"" ], "x-ms-request-id": [ - "dc19d96b-b84d-4f27-9302-a9401b2c43d1" + "edfc58f8-1fbf-4d23-a735-a0a9313f6a5e" ], "x-ms-correlation-request-id": [ - "5fd21159-6b11-496e-a17e-2c03222a38f5" + "83bb6328-7f54-492d-9d4c-0233b75f9b9c" ], "x-ms-arm-service-request-id": [ - "722de2a8-a6d7-41a2-bbeb-d8a99cd2626c" + "68d83156-e2d2-4cf0-a349-722a660a6b51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -483,16 +483,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11997" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110649Z:5fd21159-6b11-496e-a17e-2c03222a38f5" + "SOUTHINDIA:20210518T075201Z:83bb6328-7f54-492d-9d4c-0233b75f9b9c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:49 GMT" + "Tue, 18 May 2021 07:52:01 GMT" ], "Content-Length": [ "1315" @@ -504,17 +504,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411\",\r\n \"etag\": \"W/\\\"e970c338-077d-4e22-98fe-c8bbc7f1cab3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ef5924a5-dccb-4a38-b119-4a2299e5618c\",\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\": \"PSTestSNCc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411/subnets/PSTestSNCc46411\",\r\n \"etag\": \"W/\\\"e970c338-077d-4e22-98fe-c8bbc7f1cab3\\\"\",\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}", + "ResponseBody": "{\r\n \"name\": \"PSTestVNETf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1\",\r\n \"etag\": \"W/\\\"76ace9fd-c726-4e9f-8fb1-be7b59717949\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c8e7deda-394f-41f7-b22e-68360be820ff\",\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\": \"PSTestSNCf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1/subnets/PSTestSNCf52eb1\",\r\n \"etag\": \"W/\\\"76ace9fd-c726-4e9f-8fb1-be7b59717949\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzQ2NDExP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjUyZWIxP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbd59143-b767-4b1a-9ab7-95d0ca5253c9" + "78f2dd7b-a076-4a8a-9799-3fb153708778" ], "Accept-Language": [ "en-US" @@ -534,16 +534,16 @@ "no-cache" ], "ETag": [ - "W/\"e970c338-077d-4e22-98fe-c8bbc7f1cab3\"" + "W/\"76ace9fd-c726-4e9f-8fb1-be7b59717949\"" ], "x-ms-request-id": [ - "62033bc5-ee8d-423d-89ef-632615c7d2f3" + "306e684c-1228-4448-a2d3-d56929a4a9a6" ], "x-ms-correlation-request-id": [ - "c8b1040f-fba7-4460-a5eb-c551d4eb826a" + "19fa6c9b-2ffc-45f2-9304-d8ae220ba270" ], "x-ms-arm-service-request-id": [ - "d659102c-e1f5-4002-8218-3813f0845782" + "3cf91acb-ca9a-43d2-ba4f-8a7256e3c409" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -553,16 +553,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11996" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110649Z:c8b1040f-fba7-4460-a5eb-c551d4eb826a" + "SOUTHINDIA:20210518T075201Z:19fa6c9b-2ffc-45f2-9304-d8ae220ba270" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:49 GMT" + "Tue, 18 May 2021 07:52:01 GMT" ], "Content-Length": [ "1315" @@ -574,17 +574,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411\",\r\n \"etag\": \"W/\\\"e970c338-077d-4e22-98fe-c8bbc7f1cab3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ef5924a5-dccb-4a38-b119-4a2299e5618c\",\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\": \"PSTestSNCc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411/subnets/PSTestSNCc46411\",\r\n \"etag\": \"W/\\\"e970c338-077d-4e22-98fe-c8bbc7f1cab3\\\"\",\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}", + "ResponseBody": "{\r\n \"name\": \"PSTestVNETf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1\",\r\n \"etag\": \"W/\\\"76ace9fd-c726-4e9f-8fb1-be7b59717949\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c8e7deda-394f-41f7-b22e-68360be820ff\",\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\": \"PSTestSNCf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1/subnets/PSTestSNCf52eb1\",\r\n \"etag\": \"W/\\\"76ace9fd-c726-4e9f-8fb1-be7b59717949\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzQ2NDExP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjUyZWIxP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNCc46411\"\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\": \"PSTestSNCf52eb1\"\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": [ - "cbd59143-b767-4b1a-9ab7-95d0ca5253c9" + "78f2dd7b-a076-4a8a-9799-3fb153708778" ], "Accept-Language": [ "en-US" @@ -613,19 +613,19 @@ "3" ], "x-ms-request-id": [ - "0f9cc2cb-c68f-4e44-9b20-fcf9f24cd245" + "70e80b7c-e451-4763-b0be-0a2c78e856cf" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0f9cc2cb-c68f-4e44-9b20-fcf9f24cd245?api-version=2020-11-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/70e80b7c-e451-4763-b0be-0a2c78e856cf?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "1cd5bf8d-3764-4c67-a68a-0cd6f3dfb7e0" + "5b5da340-d5eb-475a-93e9-920642a575a8" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4eac58ab-930c-4410-b2a4-a6720a6ef5ff" + "38b76933-0f83-4123-adf8-5fbda794b5d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -635,16 +635,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110646Z:1cd5bf8d-3764-4c67-a68a-0cd6f3dfb7e0" + "SOUTHINDIA:20210518T075158Z:5b5da340-d5eb-475a-93e9-920642a575a8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:45 GMT" + "Tue, 18 May 2021 07:51:58 GMT" ], "Content-Length": [ "1313" @@ -656,17 +656,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411\",\r\n \"etag\": \"W/\\\"ad86c7b4-6a92-493b-beb8-811185783fde\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ef5924a5-dccb-4a38-b119-4a2299e5618c\",\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\": \"PSTestSNCc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411/subnets/PSTestSNCc46411\",\r\n \"etag\": \"W/\\\"ad86c7b4-6a92-493b-beb8-811185783fde\\\"\",\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}", + "ResponseBody": "{\r\n \"name\": \"PSTestVNETf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1\",\r\n \"etag\": \"W/\\\"57e5b740-50f2-4113-a520-7d81a806c322\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c8e7deda-394f-41f7-b22e-68360be820ff\",\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\": \"PSTestSNCf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1/subnets/PSTestSNCf52eb1\",\r\n \"etag\": \"W/\\\"57e5b740-50f2-4113-a520-7d81a806c322\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0f9cc2cb-c68f-4e44-9b20-fcf9f24cd245?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBmOWNjMmNiLWM2OGYtNGU0NC05YjIwLWZjZjlmMjRjZDI0NT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/70e80b7c-e451-4763-b0be-0a2c78e856cf?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcwZTgwYjdjLWU0NTEtNDc2My1iMGJlLTBhMmM3OGU4NTZjZj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbd59143-b767-4b1a-9ab7-95d0ca5253c9" + "78f2dd7b-a076-4a8a-9799-3fb153708778" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -683,13 +683,13 @@ "no-cache" ], "x-ms-request-id": [ - "df90af5b-4dfb-4bd7-ab0e-0f77fe2ab0c2" + "b139eee6-ff12-4090-a42a-bfe02df23729" ], "x-ms-correlation-request-id": [ - "c35e10b8-8b68-44c1-8d38-32fa0a270987" + "45b824ba-9ca5-4bac-850f-7d8a561c9d59" ], "x-ms-arm-service-request-id": [ - "b9d67800-94a2-48a8-809e-647603a32bec" + "5a12bf13-1c73-4aed-83ac-1798eecc4ac5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,16 +699,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11998" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110649Z:c35e10b8-8b68-44c1-8d38-32fa0a270987" + "SOUTHINDIA:20210518T075201Z:45b824ba-9ca5-4bac-850f-7d8a561c9d59" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:48 GMT" + "Tue, 18 May 2021 07:52:01 GMT" ], "Content-Length": [ "29" @@ -724,13 +724,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M0NjQxMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2Y1MmViMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c62606f-32c3-4951-86eb-b98429eb3ae0" + "48290f8b-3870-46dd-b9ed-a2cc5d783d00" ], "Accept-Language": [ "en-US" @@ -753,13 +753,13 @@ "gateway" ], "x-ms-request-id": [ - "795cfaeb-38f5-4158-a1ce-c2d9817fdad8" + "7559eb26-4dda-4ebc-a26e-525cd4da4a21" ], "x-ms-correlation-request-id": [ - "795cfaeb-38f5-4158-a1ce-c2d9817fdad8" + "7559eb26-4dda-4ebc-a26e-525cd4da4a21" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110649Z:795cfaeb-38f5-4158-a1ce-c2d9817fdad8" + "SOUTHINDIA:20210518T075201Z:7559eb26-4dda-4ebc-a26e-525cd4da4a21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +768,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:49 GMT" + "Tue, 18 May 2021 07:52:01 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -780,17 +780,17 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdnsc46411' under resource group 'PSTestRGc4641f4f' 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/pstestpublicdnsf52eb1' under resource group 'PSTestRGf52eba82' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M0NjQxMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2Y1MmViMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c62606f-32c3-4951-86eb-b98429eb3ae0" + "48290f8b-3870-46dd-b9ed-a2cc5d783d00" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"40294c9c-bd20-4434-b801-9cef86041d78\"" + "W/\"9b6fa95d-3988-4bf2-815b-9eef9a1901a4\"" ], "x-ms-request-id": [ - "e9516f1a-652b-4bab-84fe-10d0d2f8b11a" + "6264c886-86b7-4762-8726-32ce903d5819" ], "x-ms-correlation-request-id": [ - "2077fbce-6c0d-4be2-9a28-99237df38d9a" + "5c4570b4-536b-4cbe-b882-d4920c07ab69" ], "x-ms-arm-service-request-id": [ - "fd0c70a1-b70d-4c4a-8c4e-c1433fa7859e" + "c1f11f0e-689c-4ead-8e74-a256f669fcf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -826,19 +826,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11993" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110651Z:2077fbce-6c0d-4be2-9a28-99237df38d9a" + "SOUTHINDIA:20210518T075204Z:5c4570b4-536b-4cbe-b882-d4920c07ab69" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:50 GMT" + "Tue, 18 May 2021 07:52:04 GMT" ], "Content-Length": [ - "698" + "696" ], "Content-Type": [ "application/json; charset=utf-8" @@ -847,17 +847,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46411\",\r\n \"etag\": \"W/\\\"40294c9c-bd20-4434-b801-9cef86041d78\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"620284bc-eaa0-430f-8197-cd27e9ce7686\",\r\n \"ipAddress\": \"13.76.242.140\",\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\": \"pstestpublicdnsf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb1\",\r\n \"etag\": \"W/\\\"9b6fa95d-3988-4bf2-815b-9eef9a1901a4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"71d2825f-abcc-4928-b62d-1a0eff99791a\",\r\n \"ipAddress\": \"13.67.74.95\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M0NjQxMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2Y1MmViMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c62606f-32c3-4951-86eb-b98429eb3ae0" + "48290f8b-3870-46dd-b9ed-a2cc5d783d00" ], "Accept-Language": [ "en-US" @@ -877,16 +877,16 @@ "no-cache" ], "ETag": [ - "W/\"40294c9c-bd20-4434-b801-9cef86041d78\"" + "W/\"9b6fa95d-3988-4bf2-815b-9eef9a1901a4\"" ], "x-ms-request-id": [ - "d38fa4c1-7fc3-474b-b57b-ae3d71be35d2" + "fc5458a7-2cac-426c-84fd-14c72950b6ec" ], "x-ms-correlation-request-id": [ - "0d9de166-3956-4870-b3a0-e102e0a319d7" + "73f45955-3040-4f9d-82a3-7b5056119d8a" ], "x-ms-arm-service-request-id": [ - "0f50402a-7121-4b36-8a3b-f44db124fc6f" + "1797a2bc-ce89-4bad-84db-cacab63b27d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -896,19 +896,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11992" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110651Z:0d9de166-3956-4870-b3a0-e102e0a319d7" + "SOUTHINDIA:20210518T075204Z:73f45955-3040-4f9d-82a3-7b5056119d8a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:50 GMT" + "Tue, 18 May 2021 07:52:04 GMT" ], "Content-Length": [ - "698" + "696" ], "Content-Type": [ "application/json; charset=utf-8" @@ -917,17 +917,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46411\",\r\n \"etag\": \"W/\\\"40294c9c-bd20-4434-b801-9cef86041d78\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"620284bc-eaa0-430f-8197-cd27e9ce7686\",\r\n \"ipAddress\": \"13.76.242.140\",\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\": \"pstestpublicdnsf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb1\",\r\n \"etag\": \"W/\\\"9b6fa95d-3988-4bf2-815b-9eef9a1901a4\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"71d2825f-abcc-4928-b62d-1a0eff99791a\",\r\n \"ipAddress\": \"13.67.74.95\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M0NjQxMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2Y1MmViMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "3c62606f-32c3-4951-86eb-b98429eb3ae0" + "48290f8b-3870-46dd-b9ed-a2cc5d783d00" ], "Accept-Language": [ "en-US" @@ -956,19 +956,19 @@ "1" ], "x-ms-request-id": [ - "588d1f54-81dd-40b0-bb27-8b81100bd1ff" + "0f324523-6f50-49bc-998b-af3c77e1a3e3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/588d1f54-81dd-40b0-bb27-8b81100bd1ff?api-version=2020-11-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0f324523-6f50-49bc-998b-af3c77e1a3e3?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "e2b8e7e8-4a21-480d-ab09-689ad763ca8d" + "55a9a27f-2847-4d07-9052-3b52b9f22ab0" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "dd6f9cf6-c835-411c-8a5a-ada479ec73e1" + "289b75b7-e9ed-4ba3-8e14-15e16d7df210" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -978,16 +978,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1198" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110650Z:e2b8e7e8-4a21-480d-ab09-689ad763ca8d" + "SOUTHINDIA:20210518T075203Z:55a9a27f-2847-4d07-9052-3b52b9f22ab0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:49 GMT" + "Tue, 18 May 2021 07:52:02 GMT" ], "Content-Length": [ "662" @@ -999,17 +999,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46411\",\r\n \"etag\": \"W/\\\"12ab4c77-53c5-46b7-9259-8df82dd2da5c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"620284bc-eaa0-430f-8197-cd27e9ce7686\",\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\": \"pstestpublicdnsf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb1\",\r\n \"etag\": \"W/\\\"a6b38cb0-50f3-4fe6-99d2-e679902abbc6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"71d2825f-abcc-4928-b62d-1a0eff99791a\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/588d1f54-81dd-40b0-bb27-8b81100bd1ff?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzU4OGQxZjU0LTgxZGQtNDBiMC1iYjI3LThiODExMDBiZDFmZj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0f324523-6f50-49bc-998b-af3c77e1a3e3?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBmMzI0NTIzLTZmNTAtNDliYy05OThiLWFmM2M3N2UxYTNlMz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3c62606f-32c3-4951-86eb-b98429eb3ae0" + "48290f8b-3870-46dd-b9ed-a2cc5d783d00" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -1026,13 +1026,13 @@ "no-cache" ], "x-ms-request-id": [ - "9168c113-58dc-4c96-ad00-330ccaa990a6" + "763a099b-bb97-418f-8ca7-d7c099d7aeb4" ], "x-ms-correlation-request-id": [ - "80853040-c69f-41c3-ab43-ad9580ad16c9" + "b2fc7918-fa4a-4840-9a27-207f4a04ced9" ], "x-ms-arm-service-request-id": [ - "c2276b0c-9ac2-4cbc-a271-d17fa53b362b" + "60fc4900-2ac0-4507-aff6-0aa785d29817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1042,16 +1042,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11994" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110651Z:80853040-c69f-41c3-ab43-ad9580ad16c9" + "SOUTHINDIA:20210518T075204Z:b2fc7918-fa4a-4840-9a27-207f4a04ced9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:50 GMT" + "Tue, 18 May 2021 07:52:04 GMT" ], "Content-Length": [ "29" @@ -1067,13 +1067,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djNDY0MTE/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmNTJlYjE/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b975b4db-cabc-43ac-97fc-fc1b7cd283f7" + "798fc4ad-4841-48b0-85e8-ed4b7fce5ab9" ], "Accept-Language": [ "en-US" @@ -1096,13 +1096,13 @@ "gateway" ], "x-ms-request-id": [ - "0621a107-be00-42f2-92ed-fe05bedad8d4" + "d8d5d644-252c-4d39-8d5c-58e45c016030" ], "x-ms-correlation-request-id": [ - "0621a107-be00-42f2-92ed-fe05bedad8d4" + "d8d5d644-252c-4d39-8d5c-58e45c016030" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110651Z:0621a107-be00-42f2-92ed-fe05bedad8d4" + "SOUTHINDIA:20210518T075204Z:d8d5d644-252c-4d39-8d5c-58e45c016030" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1111,7 +1111,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:51 GMT" + "Tue, 18 May 2021 07:52:04 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1123,17 +1123,17 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSGc46411' under resource group 'PSTestRGc4641f4f' 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/PSTestNSGf52eb1' under resource group 'PSTestRGf52eba82' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djNDY0MTE/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmNTJlYjE/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b975b4db-cabc-43ac-97fc-fc1b7cd283f7" + "798fc4ad-4841-48b0-85e8-ed4b7fce5ab9" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -1150,16 +1150,16 @@ "no-cache" ], "ETag": [ - "W/\"b7aaef93-4887-44ba-a41c-229114a5bd65\"" + "W/\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\"" ], "x-ms-request-id": [ - "ebcff3f0-06b1-4836-90ed-a353dcf434af" + "5148b6b4-fad1-4358-b591-c1f2e5dc71a3" ], "x-ms-correlation-request-id": [ - "299acb94-a106-4b84-b605-cf3c90a4868b" + "24eedb97-d9ca-4e4d-aceb-bbfccc6a2478" ], "x-ms-arm-service-request-id": [ - "c8e79c90-1ee8-4f53-b282-06a12037de0b" + "c7f5b950-4b86-49d1-91ed-d74d2adee0b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1169,16 +1169,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11989" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110655Z:299acb94-a106-4b84-b605-cf3c90a4868b" + "SOUTHINDIA:20210518T075209Z:24eedb97-d9ca-4e4d-aceb-bbfccc6a2478" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:54 GMT" + "Tue, 18 May 2021 07:52:09 GMT" ], "Content-Length": [ "8475" @@ -1190,17 +1190,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"efc801d6-bf9d-44de-9183-fd5fda3dfa87\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/securityRules/PSTestNSGRuleRDPc46411\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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\": \"PSTestNSGRuleWebc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/securityRules/PSTestNSGRuleWebc46411\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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\": \"PSTestNSGf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3f639cd0-49bc-4df0-b573-ac5e38a52292\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/securityRules/PSTestNSGRuleRDPf52eb1\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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\": \"PSTestNSGRuleWebf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/securityRules/PSTestNSGRuleWebf52eb1\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djNDY0MTE/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmNTJlYjE/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b975b4db-cabc-43ac-97fc-fc1b7cd283f7" + "798fc4ad-4841-48b0-85e8-ed4b7fce5ab9" ], "Accept-Language": [ "en-US" @@ -1220,16 +1220,16 @@ "no-cache" ], "ETag": [ - "W/\"b7aaef93-4887-44ba-a41c-229114a5bd65\"" + "W/\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\"" ], "x-ms-request-id": [ - "6a338b72-8d15-4430-b430-9815ac7177ed" + "75807832-1a43-49dd-bae8-8a9dabd7be2f" ], "x-ms-correlation-request-id": [ - "5760946a-0c79-45b3-83b5-e6652e5c1f33" + "55216b6b-57e0-4e7d-841e-a380ed4372c9" ], "x-ms-arm-service-request-id": [ - "a2aa87f1-0c9f-499e-b0ac-bdbc93e33107" + "437f3d43-c57b-476e-baa3-d039b5a68005" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,16 +1239,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11988" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110655Z:5760946a-0c79-45b3-83b5-e6652e5c1f33" + "SOUTHINDIA:20210518T075209Z:55216b6b-57e0-4e7d-841e-a380ed4372c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:54 GMT" + "Tue, 18 May 2021 07:52:09 GMT" ], "Content-Length": [ "8475" @@ -1260,17 +1260,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"efc801d6-bf9d-44de-9183-fd5fda3dfa87\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/securityRules/PSTestNSGRuleRDPc46411\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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\": \"PSTestNSGRuleWebc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/securityRules/PSTestNSGRuleWebc46411\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"b7aaef93-4887-44ba-a41c-229114a5bd65\\\"\",\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\": \"PSTestNSGf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3f639cd0-49bc-4df0-b573-ac5e38a52292\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/securityRules/PSTestNSGRuleRDPf52eb1\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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\": \"PSTestNSGRuleWebf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/securityRules/PSTestNSGRuleWebf52eb1\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"2334d74e-ef23-44b3-8f53-743c3cf0cbfe\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djNDY0MTE/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmNTJlYjE/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\": \"PSTestNSGRuleRDPc46411\"\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\": \"PSTestNSGRuleWebc46411\"\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\": \"PSTestNSGRuleRDPf52eb1\"\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\": \"PSTestNSGRuleWebf52eb1\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b975b4db-cabc-43ac-97fc-fc1b7cd283f7" + "798fc4ad-4841-48b0-85e8-ed4b7fce5ab9" ], "Accept-Language": [ "en-US" @@ -1299,19 +1299,19 @@ "3" ], "x-ms-request-id": [ - "9c927fd0-889c-459d-b39f-1e99f193beb5" + "a9a190d9-5b51-4d9a-aa75-2ca07282706f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/9c927fd0-889c-459d-b39f-1e99f193beb5?api-version=2020-11-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/a9a190d9-5b51-4d9a-aa75-2ca07282706f?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "fe48a4fd-5185-4cd1-84bd-6514d2b91715" + "66f1968b-5a04-4628-b2d4-1f40f370135c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "6680ffc8-c113-4cc6-8d4f-5a738a0fa93f" + "9c020cdb-16e5-4b80-beb8-c529867b4afa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1321,16 +1321,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1197" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110651Z:fe48a4fd-5185-4cd1-84bd-6514d2b91715" + "SOUTHINDIA:20210518T075206Z:66f1968b-5a04-4628-b2d4-1f40f370135c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:51 GMT" + "Tue, 18 May 2021 07:52:05 GMT" ], "Content-Length": [ "8466" @@ -1342,17 +1342,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411\",\r\n \"etag\": \"W/\\\"af645b64-62d2-4af5-814a-4ab0324d050d\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"efc801d6-bf9d-44de-9183-fd5fda3dfa87\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/securityRules/PSTestNSGRuleRDPc46411\",\r\n \"etag\": \"W/\\\"af645b64-62d2-4af5-814a-4ab0324d050d\\\"\",\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\": \"PSTestNSGRuleWebc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/securityRules/PSTestNSGRuleWebc46411\",\r\n \"etag\": \"W/\\\"af645b64-62d2-4af5-814a-4ab0324d050d\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"af645b64-62d2-4af5-814a-4ab0324d050d\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"af645b64-62d2-4af5-814a-4ab0324d050d\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"af645b64-62d2-4af5-814a-4ab0324d050d\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"af645b64-62d2-4af5-814a-4ab0324d050d\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"af645b64-62d2-4af5-814a-4ab0324d050d\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"af645b64-62d2-4af5-814a-4ab0324d050d\\\"\",\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\": \"PSTestNSGf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1\",\r\n \"etag\": \"W/\\\"94327423-90f4-4566-ab1e-659572894e26\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3f639cd0-49bc-4df0-b573-ac5e38a52292\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/securityRules/PSTestNSGRuleRDPf52eb1\",\r\n \"etag\": \"W/\\\"94327423-90f4-4566-ab1e-659572894e26\\\"\",\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\": \"PSTestNSGRuleWebf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/securityRules/PSTestNSGRuleWebf52eb1\",\r\n \"etag\": \"W/\\\"94327423-90f4-4566-ab1e-659572894e26\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"94327423-90f4-4566-ab1e-659572894e26\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"94327423-90f4-4566-ab1e-659572894e26\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"94327423-90f4-4566-ab1e-659572894e26\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"94327423-90f4-4566-ab1e-659572894e26\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"94327423-90f4-4566-ab1e-659572894e26\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"94327423-90f4-4566-ab1e-659572894e26\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/9c927fd0-889c-459d-b39f-1e99f193beb5?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzljOTI3ZmQwLTg4OWMtNDU5ZC1iMzlmLTFlOTlmMTkzYmViNT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/a9a190d9-5b51-4d9a-aa75-2ca07282706f?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2E5YTE5MGQ5LTViNTEtNGQ5YS1hYTc1LTJjYTA3MjgyNzA2Zj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b975b4db-cabc-43ac-97fc-fc1b7cd283f7" + "798fc4ad-4841-48b0-85e8-ed4b7fce5ab9" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -1369,13 +1369,13 @@ "no-cache" ], "x-ms-request-id": [ - "b0392e2b-0815-4ee1-9466-97d480ed2736" + "7e2be00c-0900-42f5-8237-919db9cc536e" ], "x-ms-correlation-request-id": [ - "5de8b2c1-2ebf-4e8d-8b43-add566e9c4b6" + "81bbd8fe-fd50-48b8-a2f9-013dd7f262b0" ], "x-ms-arm-service-request-id": [ - "393cb821-0676-40fd-ac21-b196759d894b" + "bacf95fb-ed18-4526-9a1f-b3b9062aa54c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1385,16 +1385,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11990" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110655Z:5de8b2c1-2ebf-4e8d-8b43-add566e9c4b6" + "SOUTHINDIA:20210518T075209Z:81bbd8fe-fd50-48b8-a2f9-013dd7f262b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:54 GMT" + "Tue, 18 May 2021 07:52:09 GMT" ], "Content-Length": [ "29" @@ -1410,13 +1410,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M0NjQxMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2Y1MmViMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "444485ba-68cf-4f1a-aff1-b6e1cf426c8c" + "2c73ca5d-a4ad-4b4d-82d7-0a1d34a87f34" ], "Accept-Language": [ "en-US" @@ -1439,13 +1439,13 @@ "gateway" ], "x-ms-request-id": [ - "34273443-9447-48dd-af01-ace28e5e7b94" + "fdb2ad53-113b-42ca-b900-feea811c90d7" ], "x-ms-correlation-request-id": [ - "34273443-9447-48dd-af01-ace28e5e7b94" + "fdb2ad53-113b-42ca-b900-feea811c90d7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110655Z:34273443-9447-48dd-af01-ace28e5e7b94" + "SOUTHINDIA:20210518T075209Z:fdb2ad53-113b-42ca-b900-feea811c90d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1454,7 +1454,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:54 GMT" + "Tue, 18 May 2021 07:52:09 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1466,17 +1466,17 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNICc46411' under resource group 'PSTestRGc4641f4f' 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/PSTestNICf52eb1' under resource group 'PSTestRGf52eba82' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M0NjQxMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2Y1MmViMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "444485ba-68cf-4f1a-aff1-b6e1cf426c8c" + "2c73ca5d-a4ad-4b4d-82d7-0a1d34a87f34" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -1493,16 +1493,16 @@ "no-cache" ], "ETag": [ - "W/\"e9941785-ecdb-412b-b2b7-d4e4009f0ea1\"" + "W/\"a65c1ddb-8764-4b3d-9262-45f7ab9cb348\"" ], "x-ms-request-id": [ - "e3794483-2b5f-457f-abb8-32cc9f0eb128" + "1491b0e0-a7da-4399-9513-290dc2de69da" ], "x-ms-correlation-request-id": [ - "85ed11a8-dd17-4e1a-98e7-8dae7a263682" + "80d59da0-855c-4789-afcf-f8525fcf2b36" ], "x-ms-arm-service-request-id": [ - "d488f071-7b64-4ed6-bd11-a6821be4800b" + "8d7baf0e-f05a-44d1-bd1b-7b54be87b563" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1512,16 +1512,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11986" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110655Z:85ed11a8-dd17-4e1a-98e7-8dae7a263682" + "SOUTHINDIA:20210518T075211Z:80d59da0-855c-4789-afcf-f8525fcf2b36" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:55 GMT" + "Tue, 18 May 2021 07:52:11 GMT" ], "Content-Length": [ "2104" @@ -1533,17 +1533,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411\",\r\n \"etag\": \"W/\\\"e9941785-ecdb-412b-b2b7-d4e4009f0ea1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9497c18-bc20-4b5d-a481-d36eb20b6143\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e9941785-ecdb-412b-b2b7-d4e4009f0ea1\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46411\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411/subnets/PSTestSNCc46411\"\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\": \"uusft14l1q2evmizjirjtzlbre.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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411\"\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\": \"PSTestNICf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1\",\r\n \"etag\": \"W/\\\"a65c1ddb-8764-4b3d-9262-45f7ab9cb348\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4b130001-9cca-48e5-89be-16d76856ec47\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"a65c1ddb-8764-4b3d-9262-45f7ab9cb348\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb1\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1/subnets/PSTestSNCf52eb1\"\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\": \"1lpopscphh1udmrona1ax0ba5h.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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1\"\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M0NjQxMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2Y1MmViMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "444485ba-68cf-4f1a-aff1-b6e1cf426c8c" + "2c73ca5d-a4ad-4b4d-82d7-0a1d34a87f34" ], "Accept-Language": [ "en-US" @@ -1563,16 +1563,16 @@ "no-cache" ], "ETag": [ - "W/\"e9941785-ecdb-412b-b2b7-d4e4009f0ea1\"" + "W/\"a65c1ddb-8764-4b3d-9262-45f7ab9cb348\"" ], "x-ms-request-id": [ - "3b5cba0a-feb9-4808-a9d2-512668fd20bd" + "73b08dfa-ebb4-478d-87d5-1c6113655812" ], "x-ms-correlation-request-id": [ - "5db2990f-254b-49b5-8d4b-f568d8b86149" + "303f8640-74ad-457d-bd63-7cca7ee82e9a" ], "x-ms-arm-service-request-id": [ - "24366cc4-965d-4a16-96bc-156b90a4a1f7" + "eb3b9e16-1b06-47ca-96f2-9ae3f7a7dcef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1582,16 +1582,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11985" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110656Z:5db2990f-254b-49b5-8d4b-f568d8b86149" + "SOUTHINDIA:20210518T075211Z:303f8640-74ad-457d-bd63-7cca7ee82e9a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:55 GMT" + "Tue, 18 May 2021 07:52:11 GMT" ], "Content-Length": [ "2104" @@ -1603,17 +1603,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411\",\r\n \"etag\": \"W/\\\"e9941785-ecdb-412b-b2b7-d4e4009f0ea1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9497c18-bc20-4b5d-a481-d36eb20b6143\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e9941785-ecdb-412b-b2b7-d4e4009f0ea1\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46411\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411/subnets/PSTestSNCc46411\"\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\": \"uusft14l1q2evmizjirjtzlbre.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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411\"\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\": \"PSTestNICf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1\",\r\n \"etag\": \"W/\\\"a65c1ddb-8764-4b3d-9262-45f7ab9cb348\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4b130001-9cca-48e5-89be-16d76856ec47\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"a65c1ddb-8764-4b3d-9262-45f7ab9cb348\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb1\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1/subnets/PSTestSNCf52eb1\"\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\": \"1lpopscphh1udmrona1ax0ba5h.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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1\"\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M0NjQxMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2Y1MmViMT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "PUT", - "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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411/subnets/PSTestSNCc46411\"\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/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46411\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1\",\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/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1/subnets/PSTestSNCf52eb1\"\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/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb1\",\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": [ - "444485ba-68cf-4f1a-aff1-b6e1cf426c8c" + "2c73ca5d-a4ad-4b4d-82d7-0a1d34a87f34" ], "Accept-Language": [ "en-US" @@ -1639,19 +1639,19 @@ "no-cache" ], "x-ms-request-id": [ - "bb212ed1-cf2f-4db2-8166-eeae940bde35" + "6540e241-0163-42f3-a0eb-df8bacafabbd" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/bb212ed1-cf2f-4db2-8166-eeae940bde35?api-version=2020-11-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/6540e241-0163-42f3-a0eb-df8bacafabbd?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "f9d2c2dd-fead-4a4f-939f-88ad9090bc43" + "2add6cc5-a911-41c5-a69c-e01d42900134" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "47c67aa6-0ca3-47b9-a180-69979295d8fb" + "48da6956-1955-4733-a957-e5f168dab53f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1661,16 +1661,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110655Z:f9d2c2dd-fead-4a4f-939f-88ad9090bc43" + "SOUTHINDIA:20210518T075211Z:2add6cc5-a911-41c5-a69c-e01d42900134" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:55 GMT" + "Tue, 18 May 2021 07:52:11 GMT" ], "Content-Length": [ "2104" @@ -1682,17 +1682,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411\",\r\n \"etag\": \"W/\\\"e9941785-ecdb-412b-b2b7-d4e4009f0ea1\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c9497c18-bc20-4b5d-a481-d36eb20b6143\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e9941785-ecdb-412b-b2b7-d4e4009f0ea1\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46411\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46411/subnets/PSTestSNCc46411\"\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\": \"uusft14l1q2evmizjirjtzlbre.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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46411\"\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\": \"PSTestNICf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1\",\r\n \"etag\": \"W/\\\"a65c1ddb-8764-4b3d-9262-45f7ab9cb348\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4b130001-9cca-48e5-89be-16d76856ec47\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"a65c1ddb-8764-4b3d-9262-45f7ab9cb348\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb1\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb1/subnets/PSTestSNCf52eb1\"\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\": \"1lpopscphh1udmrona1ax0ba5h.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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb1\"\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "Accept-Language": [ "en-US" @@ -1701,7 +1701,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1712,16 +1712,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11999" ], "x-ms-request-id": [ - "fe0b7315-4cea-4299-86ae-f8b3ab4ecdd7" + "575f15b6-a8dc-49db-857a-1a94284c8b1f" ], "x-ms-correlation-request-id": [ - "fe0b7315-4cea-4299-86ae-f8b3ab4ecdd7" + "575f15b6-a8dc-49db-857a-1a94284c8b1f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110656Z:fe0b7315-4cea-4299-86ae-f8b3ab4ecdd7" + "SOUTHINDIA:20210518T075212Z:575f15b6-a8dc-49db-857a-1a94284c8b1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1730,7 +1730,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:56 GMT" + "Tue, 18 May 2021 07:52:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1746,13 +1746,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "Accept-Language": [ "en-US" @@ -1761,7 +1761,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1772,16 +1772,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11998" ], "x-ms-request-id": [ - "dadbef9e-5e24-41ca-93b1-90d830a3d2aa" + "b8210457-bbb8-491d-98a0-f3f63bd18ac5" ], "x-ms-correlation-request-id": [ - "dadbef9e-5e24-41ca-93b1-90d830a3d2aa" + "b8210457-bbb8-491d-98a0-f3f63bd18ac5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111144Z:dadbef9e-5e24-41ca-93b1-90d830a3d2aa" + "SOUTHINDIA:20210518T075842Z:b8210457-bbb8-491d-98a0-f3f63bd18ac5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1790,7 +1790,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:44 GMT" + "Tue, 18 May 2021 07:58:41 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1812,7 +1812,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "Accept-Language": [ "en-US" @@ -1821,7 +1821,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1832,27 +1832,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "3c7396b4-ca37-437d-b04c-9ba1209cd452", - "225b0f1f-8adf-43c8-a14d-d87d74d39429", - "205cd889-fb2e-4982-9eff-3991a5913dbe", - "e1d59bbb-438c-41a2-99f5-64094df2ef30", - "cafa2da2-dd6e-4acf-a35b-e717492ee21a", - "020b62a7-232b-4e96-8af7-09f6d2e5aca2", - "0d8010d8-7ee3-496f-8e98-35d561a5eac9", - "9e140aba-fe14-440a-9fed-070f30fbd6ff", - "74989324-100d-4eb3-bfff-ef5ea875d64d" + "74486dcb-4c1e-4484-b6be-8454825ee04e", + "1ab49f97-9d76-4f08-904d-a22e64787ec5", + "bb80187d-8d2c-4878-ac3e-2dae3524c9db", + "160bc76d-0cb0-4dd3-a036-171a2e4c36a7", + "f3b01467-3e5e-4dc6-b89e-3fe3dfd9ba7f", + "0984fc7d-fa4a-449b-8f4d-ee930894d336", + "d9018500-494d-4f00-9c14-7032e9c720eb", + "e38517a3-7614-43a5-a04d-d72faea80f8f", + "468cdbf5-7846-4e9f-a13c-a27dbace2aeb" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11998" ], "x-ms-request-id": [ - "f8af350e-3327-44f9-b17e-37477c28d68f" + "3d64fcc9-75fe-4762-a6ec-c6c42810c7f9" ], "x-ms-correlation-request-id": [ - "f8af350e-3327-44f9-b17e-37477c28d68f" + "3d64fcc9-75fe-4762-a6ec-c6c42810c7f9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110657Z:f8af350e-3327-44f9-b17e-37477c28d68f" + "SOUTHINDIA:20210518T075213Z:3d64fcc9-75fe-4762-a6ec-c6c42810c7f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1861,7 +1861,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:57 GMT" + "Tue, 18 May 2021 07:52:12 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1883,7 +1883,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "Accept-Language": [ "en-US" @@ -1892,7 +1892,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.32" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1903,27 +1903,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "08d78e16-ad91-4942-91b7-fbfd90bdfeba", - "164faffd-2dfa-4580-9ae9-13de1a5aad30", - "f2743d12-0205-42eb-bb6a-1d8efde36a5e", - "87357d39-8bf5-4274-a1f3-ed3cbc61c73f", - "787ae93d-f5b6-4b46-b50e-773899f74227", - "5f3a1a69-e9f2-4753-8b8d-a2a9f3ed8f54", - "1713bf4a-5f35-4da0-a7e2-44e0b0e15ca3", - "740c0d8a-6600-4099-b949-e1e919388766", - "7f63e7a0-c838-4e84-99d7-c2b288ca5aed" + "af5c6e2a-d40b-45dd-b109-d4670867cbcf", + "93f29bc7-4e9d-4b0f-b626-c145003247fb", + "bd9f6114-c4e8-4fbf-b0f7-5cd0b5980974", + "d9097b04-27a7-4138-b883-8205b70acc7d", + "f70a55d9-bb20-4726-9844-c950ff8851ff", + "6b07f8f8-c0a6-4240-bdf4-8111deb7ad1d", + "da93e896-ba1e-4ca6-8952-dad3cbb25d7a", + "d6f03699-e8b5-4adf-b1be-45673ace36d2", + "810d76e1-ec70-4286-8226-0edd95a36192" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11997" ], "x-ms-request-id": [ - "5e8cf685-7319-45cc-8da4-c75fdccd9c1d" + "c7eb4211-19d7-4f33-b48f-b34cfc2bb5cd" ], "x-ms-correlation-request-id": [ - "5e8cf685-7319-45cc-8da4-c75fdccd9c1d" + "c7eb4211-19d7-4f33-b48f-b34cfc2bb5cd" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111145Z:5e8cf685-7319-45cc-8da4-c75fdccd9c1d" + "SOUTHINDIA:20210518T075843Z:c7eb4211-19d7-4f33-b48f-b34cfc2bb5cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1932,7 +1932,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:44 GMT" + "Tue, 18 May 2021 07:58:42 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1948,13 +1948,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM0NjQxMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY1MmViMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc46411\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"c4641f4f-759\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"Owner\": \"sarath\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf52eb1\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"f52eba82-5ff\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "Accept-Language": [ "en-US" @@ -1983,38 +1983,38 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8928929f-1655-44c4-b3c1-6a96794a96a5?api-version=2020-12-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/ba01d747-9783-4688-a363-213dfd477dff?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1198" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8928929f-1655-44c4-b3c1-6a96794a96a5" + "ba01d747-9783-4688-a363-213dfd477dff" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "fce89c23-9a6d-49e1-9ec4-6d885e7c204b" + "22782b19-3e75-40fd-8231-1ded06e100bd" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110658Z:fce89c23-9a6d-49e1-9ec4-6d885e7c204b" + "SOUTHINDIA:20210518T075216Z:22782b19-3e75-40fd-8231-1ded06e100bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:06:58 GMT" + "Tue, 18 May 2021 07:52:15 GMT" ], "Content-Length": [ "1907" @@ -2026,17 +2026,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc46411\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"Owner\": \"sarath\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ac4d9c61-ec9a-418b-95a8-589715ef8500\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc46411\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46411\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMf52eb1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5146c49a-d167-4907-a0a3-e9f949dba45f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf52eb1\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb1\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8928929f-1655-44c4-b3c1-6a96794a96a5?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg5Mjg5MjlmLTE2NTUtNDRjNC1iM2MxLTZhOTY3OTRhOTZhNT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/ba01d747-9783-4688-a363-213dfd477dff?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JhMDFkNzQ3LTk3ODMtNDY4OC1hMzYzLTIxM2RmZDQ3N2RmZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -2056,32 +2056,32 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2cd9b286-98b4-4ac6-8081-82fd1160a4e7" + "af533351-d557-4bac-b9fa-724b5ffeb159" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "ca865195-945d-4d95-b4e8-0bdbedf0989d" + "fd4c27e6-e410-41e0-b417-48ff2d109d06" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110708Z:ca865195-945d-4d95-b4e8-0bdbedf0989d" + "SOUTHINDIA:20210518T075226Z:fd4c27e6-e410-41e0-b417-48ff2d109d06" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:07:08 GMT" + "Tue, 18 May 2021 07:52:26 GMT" ], "Content-Length": [ "134" @@ -2093,17 +2093,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:36:58.2213408+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8928929f-1655-44c4-b3c1-6a96794a96a5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:22:15.0907888+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ba01d747-9783-4688-a363-213dfd477dff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8928929f-1655-44c4-b3c1-6a96794a96a5?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg5Mjg5MjlmLTE2NTUtNDRjNC1iM2MxLTZhOTY3OTRhOTZhNT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/ba01d747-9783-4688-a363-213dfd477dff?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JhMDFkNzQ3LTk3ODMtNDY4OC1hMzYzLTIxM2RmZDQ3N2RmZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -2120,32 +2120,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6c9fd2fb-7051-4c97-b39b-3a665ea65d7e" + "cd2ff3f7-52ec-47ac-8bd4-b8ec04488798" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "04ba9f8a-11b2-44cf-8572-b0de2c6c10be" + "8c6bafdd-817b-4782-b802-d642d411ab38" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110759Z:04ba9f8a-11b2-44cf-8572-b0de2c6c10be" + "SOUTHINDIA:20210518T075316Z:8c6bafdd-817b-4782-b802-d642d411ab38" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:07:59 GMT" + "Tue, 18 May 2021 07:53:16 GMT" ], "Content-Length": [ "134" @@ -2157,17 +2157,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:36:58.2213408+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8928929f-1655-44c4-b3c1-6a96794a96a5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:22:15.0907888+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ba01d747-9783-4688-a363-213dfd477dff\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8928929f-1655-44c4-b3c1-6a96794a96a5?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg5Mjg5MjlmLTE2NTUtNDRjNC1iM2MxLTZhOTY3OTRhOTZhNT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/ba01d747-9783-4688-a363-213dfd477dff?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JhMDFkNzQ3LTk3ODMtNDY4OC1hMzYzLTIxM2RmZDQ3N2RmZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -2184,32 +2184,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3b5c8fa6-d856-48e1-a965-3490184726d3" + "4f249330-cbf0-44d0-b80c-fffba0f0ca3f" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "d7bebec0-2b47-465c-8a60-9b5a5054ff74" + "86b4b806-85a0-4c53-a37f-611824c749e8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110849Z:d7bebec0-2b47-465c-8a60-9b5a5054ff74" + "SOUTHINDIA:20210518T075407Z:86b4b806-85a0-4c53-a37f-611824c749e8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:08:48 GMT" + "Tue, 18 May 2021 07:54:06 GMT" ], "Content-Length": [ "184" @@ -2221,7 +2221,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:36:58.2213408+05:30\",\r\n \"endTime\": \"2021-05-17T16:38:27.6265401+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8928929f-1655-44c4-b3c1-6a96794a96a5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:22:15.0907888+05:30\",\r\n \"endTime\": \"2021-05-18T13:23:50.1523975+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ba01d747-9783-4688-a363-213dfd477dff\"\r\n}", "StatusCode": 200 }, { @@ -2231,7 +2231,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "Accept-Language": [ "en-US" @@ -2257,29 +2257,29 @@ "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "4c072292-35c3-4154-a06c-76ead030c2fb" + "6b670812-4903-4d05-88a7-cac8ff472c4e" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-correlation-request-id": [ - "8b67e3bf-c084-4828-8b56-339be6563cbe" + "2ee35524-e7fe-4e22-9e78-3080e65369e4" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110849Z:8b67e3bf-c084-4828-8b56-339be6563cbe" + "SOUTHINDIA:20210518T075408Z:2ee35524-e7fe-4e22-9e78-3080e65369e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:08:49 GMT" + "Tue, 18 May 2021 07:54:07 GMT" ], "Content-Length": [ - "377384" + "377832" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2288,7 +2288,7 @@ "-1" ] }, - "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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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]", + "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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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 }, { @@ -2298,7 +2298,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "Accept-Language": [ "en-US" @@ -2324,29 +2324,29 @@ "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "682cf008-d0be-44e0-87c6-8d09343507cc" + "3f8fbff9-328e-4d50-a880-ff16ba7da165" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11977" ], "x-ms-correlation-request-id": [ - "f23664e8-6032-4768-8bcd-239d7f6378bd" + "f562e5ee-c03e-473d-85c9-d1cf00fb8d68" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111337Z:f23664e8-6032-4768-8bcd-239d7f6378bd" + "SOUTHINDIA:20210518T080127Z:f562e5ee-c03e-473d-85c9-d1cf00fb8d68" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:13:37 GMT" + "Tue, 18 May 2021 08:01:27 GMT" ], "Content-Length": [ - "377384" + "377832" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2355,7 +2355,7 @@ "-1" ] }, - "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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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]", + "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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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 }, { @@ -2365,7 +2365,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "Accept-Language": [ "en-US" @@ -2385,7 +2385,7 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22498" + "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22499" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2394,26 +2394,26 @@ "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "adb21b4c-0262-4508-8d27-5942d3674961" + "18f5d960-7d2d-40f5-8252-551a0770549e" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11993" ], "x-ms-correlation-request-id": [ - "dec97e0c-2c00-4977-a7fe-747351ee14f8" + "bd6f044e-1a2e-49ed-800f-c3ac4304e877" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110849Z:dec97e0c-2c00-4977-a7fe-747351ee14f8" + "SOUTHINDIA:20210518T075408Z:bd6f044e-1a2e-49ed-800f-c3ac4304e877" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:08:49 GMT" + "Tue, 18 May 2021 07:54:07 GMT" ], "Content-Length": [ "1089" @@ -2435,7 +2435,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "Accept-Language": [ "en-US" @@ -2464,26 +2464,26 @@ "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "d3a99203-9f95-4642-a685-682e1906a392" + "0b5a3ab7-d0c2-4b5c-99f2-cc626371f7f2" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11976" ], "x-ms-correlation-request-id": [ - "e31eda79-a0b0-4982-9049-afdfba50be31" + "c3ad56f0-e6f6-4a2c-9d2e-ba1b117d2a07" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111337Z:e31eda79-a0b0-4982-9049-afdfba50be31" + "SOUTHINDIA:20210518T080128Z:c3ad56f0-e6f6-4a2c-9d2e-ba1b117d2a07" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:13:37 GMT" + "Tue, 18 May 2021 08:01:28 GMT" ], "Content-Length": [ "1089" @@ -2505,7 +2505,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "Accept-Language": [ "en-US" @@ -2525,7 +2525,7 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21996" + "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2534,26 +2534,26 @@ "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "d2d50b78-6845-48f4-bd14-cca57de75ad0" + "fb263a66-de50-4192-89bc-f79ccc9d3091" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-correlation-request-id": [ - "162540cb-1247-485a-b124-0df639efb295" + "f65e57ed-0aba-4e34-b873-40847392be60" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110850Z:162540cb-1247-485a-b124-0df639efb295" + "SOUTHINDIA:20210518T075408Z:f65e57ed-0aba-4e34-b873-40847392be60" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:08:49 GMT" + "Tue, 18 May 2021 07:54:07 GMT" ], "Content-Length": [ "1326" @@ -2575,7 +2575,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "Accept-Language": [ "en-US" @@ -2604,26 +2604,26 @@ "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "4a43c2a8-8f28-4d22-918e-0115b0514f0b" + "3aec57b9-f456-481d-a25f-4d357266a529" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11975" ], "x-ms-correlation-request-id": [ - "6ba8ee1c-f134-40b8-99de-3f5cfcb08921" + "84062cd9-885e-43db-9473-f224948579be" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111337Z:6ba8ee1c-f134-40b8-99de-3f5cfcb08921" + "SOUTHINDIA:20210518T080128Z:84062cd9-885e-43db-9473-f224948579be" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:13:37 GMT" + "Tue, 18 May 2021 08:01:28 GMT" ], "Content-Length": [ "1326" @@ -2639,13 +2639,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411/extensions/BGInfo?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM0NjQxMS9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY1MmViMS9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "Accept-Language": [ "en-US" @@ -2671,38 +2671,38 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8516bcef-e81f-445a-8541-7687f69311bf?api-version=2020-12-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/6624c9c4-1412-4133-b5b1-3d725fa02ba0?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1198" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8516bcef-e81f-445a-8541-7687f69311bf" + "6624c9c4-1412-4133-b5b1-3d725fa02ba0" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "2896b0b5-b1a4-484e-b71a-ed911b6d594a" + "7b7ea79a-2dc1-4f5f-822d-fc3519892efc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110850Z:2896b0b5-b1a4-484e-b71a-ed911b6d594a" + "SOUTHINDIA:20210518T075410Z:7b7ea79a-2dc1-4f5f-822d-fc3519892efc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:08:50 GMT" + "Tue, 18 May 2021 07:54:09 GMT" ], "Content-Length": [ "484" @@ -2714,17 +2714,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411/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/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1/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/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8516bcef-e81f-445a-8541-7687f69311bf?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg1MTZiY2VmLWU4MWYtNDQ1YS04NTQxLTc2ODdmNjkzMTFiZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/6624c9c4-1412-4133-b5b1-3d725fa02ba0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY2MjRjOWM0LTE0MTItNDEzMy1iNWIxLTNkNzI1ZmEwMmJhMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -2741,32 +2741,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3f2d3d85-8908-4661-8592-ed9bed1d970d" + "2e3e4b7d-ec5d-40fd-9472-b145c026c1bd" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11991" ], "x-ms-correlation-request-id": [ - "33926983-803b-49e0-a112-2fb4e86023cc" + "33e7a3ca-7957-42c2-9a7a-ebe3f88e0e75" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110920Z:33926983-803b-49e0-a112-2fb4e86023cc" + "SOUTHINDIA:20210518T075441Z:33e7a3ca-7957-42c2-9a7a-ebe3f88e0e75" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:09:19 GMT" + "Tue, 18 May 2021 07:54:41 GMT" ], "Content-Length": [ "134" @@ -2778,17 +2778,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:38:50.3762763+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8516bcef-e81f-445a-8541-7687f69311bf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:24:10.4803503+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6624c9c4-1412-4133-b5b1-3d725fa02ba0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8516bcef-e81f-445a-8541-7687f69311bf?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg1MTZiY2VmLWU4MWYtNDQ1YS04NTQxLTc2ODdmNjkzMTFiZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/6624c9c4-1412-4133-b5b1-3d725fa02ba0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY2MjRjOWM0LTE0MTItNDEzMy1iNWIxLTNkNzI1ZmEwMmJhMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -2805,32 +2805,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9e62b200-9502-4257-a420-87b2fa5b9dca" + "ccf28196-c3b1-4f9b-b23b-d63ccfb307cc" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11990" ], "x-ms-correlation-request-id": [ - "fba1dae1-5187-47fd-9cdf-9108df0f44bc" + "89e47311-2e6f-416f-8f3d-25a46e50a283" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T110950Z:fba1dae1-5187-47fd-9cdf-9108df0f44bc" + "SOUTHINDIA:20210518T075512Z:89e47311-2e6f-416f-8f3d-25a46e50a283" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:09:50 GMT" + "Tue, 18 May 2021 07:55:11 GMT" ], "Content-Length": [ "134" @@ -2842,17 +2842,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:38:50.3762763+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8516bcef-e81f-445a-8541-7687f69311bf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:24:10.4803503+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6624c9c4-1412-4133-b5b1-3d725fa02ba0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8516bcef-e81f-445a-8541-7687f69311bf?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg1MTZiY2VmLWU4MWYtNDQ1YS04NTQxLTc2ODdmNjkzMTFiZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/6624c9c4-1412-4133-b5b1-3d725fa02ba0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY2MjRjOWM0LTE0MTItNDEzMy1iNWIxLTNkNzI1ZmEwMmJhMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -2869,32 +2869,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f7d2af36-e9af-4bbf-8fb1-7ea4f14d54df" + "db978c83-e6fb-4ab6-b2b2-65c510be1d10" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11989" ], "x-ms-correlation-request-id": [ - "36725bac-d202-429b-be76-39f973869227" + "c7c7957a-3322-44c6-bf70-8359dbeca68a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111020Z:36725bac-d202-429b-be76-39f973869227" + "SOUTHINDIA:20210518T075542Z:c7c7957a-3322-44c6-bf70-8359dbeca68a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:10:20 GMT" + "Tue, 18 May 2021 07:55:41 GMT" ], "Content-Length": [ "134" @@ -2906,17 +2906,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:38:50.3762763+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8516bcef-e81f-445a-8541-7687f69311bf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:24:10.4803503+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6624c9c4-1412-4133-b5b1-3d725fa02ba0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8516bcef-e81f-445a-8541-7687f69311bf?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg1MTZiY2VmLWU4MWYtNDQ1YS04NTQxLTc2ODdmNjkzMTFiZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/6624c9c4-1412-4133-b5b1-3d725fa02ba0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY2MjRjOWM0LTE0MTItNDEzMy1iNWIxLTNkNzI1ZmEwMmJhMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -2933,35 +2933,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2bb4fc68-3fa6-4c9a-b140-f87002f2594b" + "bf85def4-6c49-4ba7-9fa2-384c9fb72029" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11988" ], "x-ms-correlation-request-id": [ - "cebfef82-3586-4b2c-a9f6-5ba77f90dacf" + "0eb3a536-c744-4a56-b4b2-14fa6f6f1acf" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111051Z:cebfef82-3586-4b2c-a9f6-5ba77f90dacf" + "SOUTHINDIA:20210518T075612Z:0eb3a536-c744-4a56-b4b2-14fa6f6f1acf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:10:50 GMT" + "Tue, 18 May 2021 07:56:11 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2970,17 +2970,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:38:50.3762763+05:30\",\r\n \"endTime\": \"2021-05-17T16:40:46.2967481+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8516bcef-e81f-445a-8541-7687f69311bf\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:24:10.4803503+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6624c9c4-1412-4133-b5b1-3d725fa02ba0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411/extensions/BGInfo?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM0NjQxMS9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/6624c9c4-1412-4133-b5b1-3d725fa02ba0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY2MjRjOWM0LTE0MTItNDEzMy1iNWIxLTNkNzI1ZmEwMmJhMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1535aa02-1cf8-47d7-b83d-3bf5873a0032" + "8f0608f1-d586-4274-9b5c-2a39829abd12" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -2997,32 +2997,96 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31982" + "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e25e109e-c952-441c-958d-67540c2cd562" + "073bcd5f-eddf-4e4c-b85a-62348818510a" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11987" + ], + "x-ms-correlation-request-id": [ + "076b4e23-8916-4130-8ba8-6530465bc142" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T075642Z:076b4e23-8916-4130-8ba8-6530465bc142" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 07:56:42 GMT" + ], + "Content-Length": [ + "183" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:24:10.4803503+05:30\",\r\n \"endTime\": \"2021-05-18T13:26:15.197586+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6624c9c4-1412-4133-b5b1-3d725fa02ba0\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY1MmViMS9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8f0608f1-d586-4274-9b5c-2a39829abd12" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "208030d5-30c3-47e2-b78d-003bf98c5909" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" ], "x-ms-correlation-request-id": [ - "b6db5c1d-680e-4583-8969-3716ee630e6f" + "1fa3876e-9d70-4657-a077-d8581f6287ac" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111051Z:b6db5c1d-680e-4583-8969-3716ee630e6f" + "SOUTHINDIA:20210518T075642Z:1fa3876e-9d70-4657-a077-d8581f6287ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:10:50 GMT" + "Tue, 18 May 2021 07:56:42 GMT" ], "Content-Length": [ "485" @@ -3034,17 +3098,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411/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/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "745f3976-2ebd-4712-9a0f-efe13fb9a673" + "f3a6977b-293d-41e0-a8ed-edc63750f6bc" ], "Accept-Language": [ "en-US" @@ -3067,13 +3131,13 @@ "gateway" ], "x-ms-request-id": [ - "7b374232-c5c2-4376-8a74-92b17a8615c9" + "37a03b3d-7fcc-4a89-9f0a-df76a72837bb" ], "x-ms-correlation-request-id": [ - "7b374232-c5c2-4376-8a74-92b17a8615c9" + "37a03b3d-7fcc-4a89-9f0a-df76a72837bb" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111051Z:7b374232-c5c2-4376-8a74-92b17a8615c9" + "SOUTHINDIA:20210518T075643Z:37a03b3d-7fcc-4a89-9f0a-df76a72837bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3082,7 +3146,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:10:50 GMT" + "Tue, 18 May 2021 07:56:43 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3094,17 +3158,17 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f' under resource group 'PSTestRGc4641f4f' 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/PSTestRSVf52eba82' under resource group 'PSTestRGf52eba82' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "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": [ - "10b4e783-1920-4c9e-9e1d-0425f6ce45fd" + "ae39371c-2cfc-4e85-95d8-08d0c271598d" ], "Accept-Language": [ "en-US" @@ -3133,10 +3197,10 @@ "nosniff" ], "x-ms-request-id": [ - "1b344703-8fb7-4bcb-9b15-055df29a6853" + "bfaade01-9b56-4a04-ba31-9be1ea52ee3b" ], "x-ms-client-request-id": [ - "10b4e783-1920-4c9e-9e1d-0425f6ce45fd" + "ae39371c-2cfc-4e85-95d8-08d0c271598d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3148,13 +3212,13 @@ "209" ], "x-ms-correlation-request-id": [ - "1b344703-8fb7-4bcb-9b15-055df29a6853" + "bfaade01-9b56-4a04-ba31-9be1ea52ee3b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111053Z:1b344703-8fb7-4bcb-9b15-055df29a6853" + "SOUTHINDIA:20210518T075728Z:bfaade01-9b56-4a04-ba31-9be1ea52ee3b" ], "Date": [ - "Mon, 17 May 2021 11:10:52 GMT" + "Tue, 18 May 2021 07:57:28 GMT" ], "Content-Length": [ "466" @@ -3166,17 +3230,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVc4641f4f\",\r\n \"etag\": \"W/\\\"datetime'2021-05-17T11%3A10%3A53.1647207Z'\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f\",\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\": \"PSTestRSVf52eba82\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T07%3A57%3A28.1952614Z'\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupconfig/vaultconfig?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "065495f4-e87b-4da7-8102-5af5d78c881a" + "ae7c2bb1-b922-4aa7-b528-b056b578adb7" ], "Accept-Language": [ "en-US" @@ -3185,7 +3249,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3199,11 +3263,11 @@ "nosniff" ], "x-ms-request-id": [ - "7cab68f9-5477-40d0-9306-82ff43db83d4" + "37ac015f-03f3-44ec-918e-8a0ee58301b7" ], "x-ms-client-request-id": [ - "065495f4-e87b-4da7-8102-5af5d78c881a", - "065495f4-e87b-4da7-8102-5af5d78c881a" + "ae7c2bb1-b922-4aa7-b528-b056b578adb7", + "ae7c2bb1-b922-4aa7-b528-b056b578adb7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3218,13 +3282,13 @@ "149" ], "x-ms-correlation-request-id": [ - "7cab68f9-5477-40d0-9306-82ff43db83d4" + "37ac015f-03f3-44ec-918e-8a0ee58301b7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111053Z:7cab68f9-5477-40d0-9306-82ff43db83d4" + "SOUTHINDIA:20210518T075729Z:37ac015f-03f3-44ec-918e-8a0ee58301b7" ], "Date": [ - "Mon, 17 May 2021 11:10:53 GMT" + "Tue, 18 May 2021 07:57:28 GMT" ], "Content-Length": [ "380" @@ -3236,17 +3300,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupconfig/vaultconfig?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "065495f4-e87b-4da7-8102-5af5d78c881a" + "ae7c2bb1-b922-4aa7-b528-b056b578adb7" ], "Accept-Language": [ "en-US" @@ -3255,7 +3319,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3275,11 +3339,11 @@ "nosniff" ], "x-ms-request-id": [ - "0935240d-e439-4f65-aede-6da894d4a93b" + "96305f49-3ce9-410a-91dd-bfda04cc9253" ], "x-ms-client-request-id": [ - "065495f4-e87b-4da7-8102-5af5d78c881a", - "065495f4-e87b-4da7-8102-5af5d78c881a" + "ae7c2bb1-b922-4aa7-b528-b056b578adb7", + "ae7c2bb1-b922-4aa7-b528-b056b578adb7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3294,13 +3358,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "0935240d-e439-4f65-aede-6da894d4a93b" + "96305f49-3ce9-410a-91dd-bfda04cc9253" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111054Z:0935240d-e439-4f65-aede-6da894d4a93b" + "SOUTHINDIA:20210518T075729Z:96305f49-3ce9-410a-91dd-bfda04cc9253" ], "Date": [ - "Mon, 17 May 2021 11:10:54 GMT" + "Tue, 18 May 2021 07:57:29 GMT" ], "Content-Length": [ "381" @@ -3312,17 +3376,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc46411'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzQ2NDExJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMf52eb1'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNZjUyZWIxJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d1dd32-b057-47cb-9ad8-d7a335c80f4a" + "c24930b0-e528-49a7-a438-6fa9b303aa5e" ], "Accept-Language": [ "en-US" @@ -3331,7 +3395,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3345,11 +3409,11 @@ "nosniff" ], "x-ms-request-id": [ - "df0fd52d-173e-497f-862f-c20f32cd4a3f" + "29777351-6ef0-44fc-8c3f-c6717cd0b70b" ], "x-ms-client-request-id": [ - "43d1dd32-b057-47cb-9ad8-d7a335c80f4a", - "43d1dd32-b057-47cb-9ad8-d7a335c80f4a" + "c24930b0-e528-49a7-a438-6fa9b303aa5e", + "c24930b0-e528-49a7-a438-6fa9b303aa5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3361,16 +3425,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "149" ], "x-ms-correlation-request-id": [ - "df0fd52d-173e-497f-862f-c20f32cd4a3f" + "29777351-6ef0-44fc-8c3f-c6717cd0b70b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111100Z:df0fd52d-173e-497f-862f-c20f32cd4a3f" + "SOUTHINDIA:20210518T075735Z:29777351-6ef0-44fc-8c3f-c6717cd0b70b" ], "Date": [ - "Mon, 17 May 2021 11:11:00 GMT" + "Tue, 18 May 2021 07:57:34 GMT" ], "Content-Length": [ "12" @@ -3386,13 +3450,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc46411'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzQ2NDExJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMf52eb1'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNZjUyZWIxJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "edc74cd6-26ff-49e8-b943-72d7e70a7e8e" + "487d3481-7dcf-43a0-9538-17a2dd1cb919" ], "Accept-Language": [ "en-US" @@ -3401,7 +3465,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3415,11 +3479,11 @@ "nosniff" ], "x-ms-request-id": [ - "6514ac05-73aa-4a66-8bdf-d2c91a1f4c66" + "6e9c5b9d-bcaa-4e46-8af1-804a1d8ae62d" ], "x-ms-client-request-id": [ - "edc74cd6-26ff-49e8-b943-72d7e70a7e8e", - "edc74cd6-26ff-49e8-b943-72d7e70a7e8e" + "487d3481-7dcf-43a0-9538-17a2dd1cb919", + "487d3481-7dcf-43a0-9538-17a2dd1cb919" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3431,16 +3495,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "148" ], "x-ms-correlation-request-id": [ - "6514ac05-73aa-4a66-8bdf-d2c91a1f4c66" + "6e9c5b9d-bcaa-4e46-8af1-804a1d8ae62d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111133Z:6514ac05-73aa-4a66-8bdf-d2c91a1f4c66" + "SOUTHINDIA:20210518T075826Z:6e9c5b9d-bcaa-4e46-8af1-804a1d8ae62d" ], "Date": [ - "Mon, 17 May 2021 11:11:33 GMT" + "Tue, 18 May 2021 07:58:26 GMT" ], "Content-Length": [ "914" @@ -3452,17 +3516,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc4641f4f\",\r\n \"friendlyName\": \"PSTestVMc46411\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGf52eba82\",\r\n \"friendlyName\": \"PSTestVMf52eb1\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55fb5881-43a5-41a2-80c8-18e640b0dd06" + "57d3ed3d-e661-4cbf-b624-f9d37698591d" ], "Accept-Language": [ "en-US" @@ -3471,7 +3535,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3485,11 +3549,11 @@ "nosniff" ], "x-ms-request-id": [ - "a669ab22-2e77-4735-b769-4083327b55a5" + "c3e978b6-e242-4efc-a0a4-58d9cfeda477" ], "x-ms-client-request-id": [ - "55fb5881-43a5-41a2-80c8-18e640b0dd06", - "55fb5881-43a5-41a2-80c8-18e640b0dd06" + "57d3ed3d-e661-4cbf-b624-f9d37698591d", + "57d3ed3d-e661-4cbf-b624-f9d37698591d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3501,16 +3565,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "a669ab22-2e77-4735-b769-4083327b55a5" + "c3e978b6-e242-4efc-a0a4-58d9cfeda477" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111100Z:a669ab22-2e77-4735-b769-4083327b55a5" + "SOUTHINDIA:20210518T075735Z:c3e978b6-e242-4efc-a0a4-58d9cfeda477" ], "Date": [ - "Mon, 17 May 2021 11:11:00 GMT" + "Tue, 18 May 2021 07:57:35 GMT" ], "Content-Length": [ "762" @@ -3522,17 +3586,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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-05-17T21: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-05-17T21: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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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-05-18T17:30: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-05-18T17:30: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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a133141-0e81-4add-841f-f7e797e3814b" + "682c53c8-25f1-4b90-88fa-1ecabcc1c283" ], "Accept-Language": [ "en-US" @@ -3541,7 +3605,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3555,11 +3619,11 @@ "nosniff" ], "x-ms-request-id": [ - "9a0d46c4-9cb7-4ed9-a02e-6d8048f12c73" + "5167a250-3c4b-4297-989e-0a311f3dc566" ], "x-ms-client-request-id": [ - "8a133141-0e81-4add-841f-f7e797e3814b", - "8a133141-0e81-4add-841f-f7e797e3814b" + "682c53c8-25f1-4b90-88fa-1ecabcc1c283", + "682c53c8-25f1-4b90-88fa-1ecabcc1c283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3574,13 +3638,13 @@ "149" ], "x-ms-correlation-request-id": [ - "9a0d46c4-9cb7-4ed9-a02e-6d8048f12c73" + "5167a250-3c4b-4297-989e-0a311f3dc566" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111544Z:9a0d46c4-9cb7-4ed9-a02e-6d8048f12c73" + "SOUTHINDIA:20210518T080337Z:5167a250-3c4b-4297-989e-0a311f3dc566" ], "Date": [ - "Mon, 17 May 2021 11:15:43 GMT" + "Tue, 18 May 2021 08:03:36 GMT" ], "Content-Length": [ "762" @@ -3592,17 +3656,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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-05-17T21: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-05-17T21: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\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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-05-18T17:30: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-05-18T17:30: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\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -3611,7 +3675,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3625,11 +3689,11 @@ "nosniff" ], "x-ms-request-id": [ - "54dc899c-82a9-4fc8-b212-3797d1775d87" + "6a8e4812-acb4-4ea0-ade5-a4aeadf10ce3" ], "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3", - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3641,16 +3705,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "149" ], "x-ms-correlation-request-id": [ - "54dc899c-82a9-4fc8-b212-3797d1775d87" + "6a8e4812-acb4-4ea0-ade5-a4aeadf10ce3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111101Z:54dc899c-82a9-4fc8-b212-3797d1775d87" + "SOUTHINDIA:20210518T075736Z:6a8e4812-acb4-4ea0-ade5-a4aeadf10ce3" ], "Date": [ - "Mon, 17 May 2021 11:11:00 GMT" + "Tue, 18 May 2021 07:57:35 GMT" ], "Content-Length": [ "6249" @@ -3662,17 +3726,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411/protectableItems/vm;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc4641f4f\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMc46411\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1/protectableItems/vm;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGf52eba82\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMf52eb1\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -3681,7 +3745,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3695,11 +3759,11 @@ "nosniff" ], "x-ms-request-id": [ - "ff0c64d3-baa1-4742-a49e-956d51df467b" + "212be9f4-416b-4cfc-a9ee-09e05d66a277" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3714,13 +3778,13 @@ "149" ], "x-ms-correlation-request-id": [ - "ff0c64d3-baa1-4742-a49e-956d51df467b" + "212be9f4-416b-4cfc-a9ee-09e05d66a277" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111544Z:ff0c64d3-baa1-4742-a49e-956d51df467b" + "SOUTHINDIA:20210518T080338Z:212be9f4-416b-4cfc-a9ee-09e05d66a277" ], "Date": [ - "Mon, 17 May 2021 11:15:43 GMT" + "Tue, 18 May 2021 08:03:37 GMT" ], "Content-Length": [ "5355" @@ -3732,17 +3796,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -3751,7 +3815,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3765,11 +3829,11 @@ "nosniff" ], "x-ms-request-id": [ - "932f28d6-c31b-4002-9794-2f682af08791" + "f4d6f007-a780-4b91-95ca-5fc6756299e7" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3784,13 +3848,13 @@ "148" ], "x-ms-correlation-request-id": [ - "932f28d6-c31b-4002-9794-2f682af08791" + "f4d6f007-a780-4b91-95ca-5fc6756299e7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111556Z:932f28d6-c31b-4002-9794-2f682af08791" + "SOUTHINDIA:20210518T080351Z:f4d6f007-a780-4b91-95ca-5fc6756299e7" ], "Date": [ - "Mon, 17 May 2021 11:15:56 GMT" + "Tue, 18 May 2021 08:03:51 GMT" ], "Content-Length": [ "6249" @@ -3802,17 +3866,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412/protectableItems/vm;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc4641f4f\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMc46412\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/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}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2/protectableItems/vm;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGf52eba82\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMf52eb2\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc4641f4f%3Bpstestvmc46411/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgc4641f4f%3Bpstestvmc46411?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjNDY0MWY0ZiUzQnBzdGVzdHZtYzQ2NDExL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M0NjQxZjRmJTNCcHN0ZXN0dm1jNDY0MTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgf52eba82%3Bpstestvmf52eb1/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgf52eba82%3Bpstestvmf52eb1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmNTJlYmE4MiUzQnBzdGVzdHZtZjUyZWIxL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2Y1MmViYTgyJTNCcHN0ZXN0dm1mNTJlYjE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -3821,7 +3885,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3838,23 +3902,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411/protectedItems/vm;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411/operationResults/c1cd0336-1801-473b-9091-1fefa2b4a2b3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1/protectedItems/vm;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1/operationResults/0f9b87c8-1d09-45ff-adc5-42328fd0e5c5?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411/protectedItems/vm;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411/operationsStatus/c1cd0336-1801-473b-9091-1fefa2b4a2b3?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1/protectedItems/vm;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1/operationsStatus/0f9b87c8-1d09-45ff-adc5-42328fd0e5c5?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "6de3e2c2-29ef-46bc-bd6c-3ebf7eb2ac4b" + "c6275111-f286-49e0-bb9c-4ae7faafeab1" ], "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3", - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3866,13 +3930,13 @@ "1197" ], "x-ms-correlation-request-id": [ - "6de3e2c2-29ef-46bc-bd6c-3ebf7eb2ac4b" + "c6275111-f286-49e0-bb9c-4ae7faafeab1" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111101Z:6de3e2c2-29ef-46bc-bd6c-3ebf7eb2ac4b" + "SOUTHINDIA:20210518T075737Z:c6275111-f286-49e0-bb9c-4ae7faafeab1" ], "Date": [ - "Mon, 17 May 2021 11:11:01 GMT" + "Tue, 18 May 2021 07:57:36 GMT" ], "Expires": [ "-1" @@ -3885,13 +3949,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c1cd0336-1801-473b-9091-1fefa2b4a2b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MxY2QwMzM2LTE4MDEtNDczYi05MDkxLTFmZWZhMmI0YTJiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/0f9b87c8-1d09-45ff-adc5-42328fd0e5c5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzBmOWI4N2M4LTFkMDktNDVmZi1hZGM1LTQyMzI4ZmQwZTVjNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -3900,7 +3964,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3914,11 +3978,11 @@ "nosniff" ], "x-ms-request-id": [ - "a245e90e-de45-4208-99b7-bfb95dbc01db" + "32374e9e-9ad6-49a9-9354-dd3d7ffe7053" ], "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3", - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3930,16 +3994,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "149" ], "x-ms-correlation-request-id": [ - "a245e90e-de45-4208-99b7-bfb95dbc01db" + "32374e9e-9ad6-49a9-9354-dd3d7ffe7053" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111101Z:a245e90e-de45-4208-99b7-bfb95dbc01db" + "SOUTHINDIA:20210518T075737Z:32374e9e-9ad6-49a9-9354-dd3d7ffe7053" ], "Date": [ - "Mon, 17 May 2021 11:11:01 GMT" + "Tue, 18 May 2021 07:57:36 GMT" ], "Content-Length": [ "188" @@ -3951,17 +4015,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"name\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"name\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T07:57:36.9188939Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c1cd0336-1801-473b-9091-1fefa2b4a2b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MxY2QwMzM2LTE4MDEtNDczYi05MDkxLTFmZWZhMmI0YTJiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/0f9b87c8-1d09-45ff-adc5-42328fd0e5c5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzBmOWI4N2M4LTFkMDktNDVmZi1hZGM1LTQyMzI4ZmQwZTVjNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -3970,7 +4034,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3984,11 +4048,11 @@ "nosniff" ], "x-ms-request-id": [ - "5e0b2158-cea2-4aea-a63b-d40ad507792b" + "aa8ded1e-9a75-4050-a4f9-861929291af9" ], "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3", - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4000,16 +4064,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "148" ], "x-ms-correlation-request-id": [ - "5e0b2158-cea2-4aea-a63b-d40ad507792b" + "aa8ded1e-9a75-4050-a4f9-861929291af9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111107Z:5e0b2158-cea2-4aea-a63b-d40ad507792b" + "SOUTHINDIA:20210518T075743Z:aa8ded1e-9a75-4050-a4f9-861929291af9" ], "Date": [ - "Mon, 17 May 2021 11:11:06 GMT" + "Tue, 18 May 2021 07:57:42 GMT" ], "Content-Length": [ "188" @@ -4021,17 +4085,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"name\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"name\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T07:57:36.9188939Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c1cd0336-1801-473b-9091-1fefa2b4a2b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MxY2QwMzM2LTE4MDEtNDczYi05MDkxLTFmZWZhMmI0YTJiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/0f9b87c8-1d09-45ff-adc5-42328fd0e5c5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzBmOWI4N2M4LTFkMDktNDVmZi1hZGM1LTQyMzI4ZmQwZTVjNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -4040,7 +4104,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4054,11 +4118,11 @@ "nosniff" ], "x-ms-request-id": [ - "1d9cc629-6b93-413c-bb34-b23a20801964" + "aa529270-2cd3-4243-9db8-2c2815fe5bf0" ], "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3", - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4070,16 +4134,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "147" ], "x-ms-correlation-request-id": [ - "1d9cc629-6b93-413c-bb34-b23a20801964" + "aa529270-2cd3-4243-9db8-2c2815fe5bf0" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111112Z:1d9cc629-6b93-413c-bb34-b23a20801964" + "SOUTHINDIA:20210518T075748Z:aa529270-2cd3-4243-9db8-2c2815fe5bf0" ], "Date": [ - "Mon, 17 May 2021 11:11:12 GMT" + "Tue, 18 May 2021 07:57:47 GMT" ], "Content-Length": [ "188" @@ -4091,17 +4155,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"name\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"name\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T07:57:36.9188939Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c1cd0336-1801-473b-9091-1fefa2b4a2b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MxY2QwMzM2LTE4MDEtNDczYi05MDkxLTFmZWZhMmI0YTJiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/0f9b87c8-1d09-45ff-adc5-42328fd0e5c5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzBmOWI4N2M4LTFkMDktNDVmZi1hZGM1LTQyMzI4ZmQwZTVjNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -4110,7 +4174,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4124,11 +4188,11 @@ "nosniff" ], "x-ms-request-id": [ - "5887caaa-05e4-48bb-bc07-8ae250ef0e1d" + "001fc4a3-ae01-416c-b427-626fc2ee6f6c" ], "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3", - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4140,16 +4204,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "146" ], "x-ms-correlation-request-id": [ - "5887caaa-05e4-48bb-bc07-8ae250ef0e1d" + "001fc4a3-ae01-416c-b427-626fc2ee6f6c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111117Z:5887caaa-05e4-48bb-bc07-8ae250ef0e1d" + "SOUTHINDIA:20210518T075753Z:001fc4a3-ae01-416c-b427-626fc2ee6f6c" ], "Date": [ - "Mon, 17 May 2021 11:11:17 GMT" + "Tue, 18 May 2021 07:57:52 GMT" ], "Content-Length": [ "188" @@ -4161,17 +4225,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"name\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"name\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T07:57:36.9188939Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c1cd0336-1801-473b-9091-1fefa2b4a2b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MxY2QwMzM2LTE4MDEtNDczYi05MDkxLTFmZWZhMmI0YTJiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/0f9b87c8-1d09-45ff-adc5-42328fd0e5c5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzBmOWI4N2M4LTFkMDktNDVmZi1hZGM1LTQyMzI4ZmQwZTVjNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -4180,7 +4244,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4194,11 +4258,11 @@ "nosniff" ], "x-ms-request-id": [ - "1024c1c8-06e9-4a1d-a62b-9079a0b60a62" + "8d2fbfd1-aa93-480c-9837-a3db593ef406" ], "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3", - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4210,16 +4274,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "145" ], "x-ms-correlation-request-id": [ - "1024c1c8-06e9-4a1d-a62b-9079a0b60a62" + "8d2fbfd1-aa93-480c-9837-a3db593ef406" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111122Z:1024c1c8-06e9-4a1d-a62b-9079a0b60a62" + "SOUTHINDIA:20210518T075759Z:8d2fbfd1-aa93-480c-9837-a3db593ef406" ], "Date": [ - "Mon, 17 May 2021 11:11:22 GMT" + "Tue, 18 May 2021 07:57:58 GMT" ], "Content-Length": [ "188" @@ -4231,17 +4295,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"name\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"name\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T07:57:36.9188939Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c1cd0336-1801-473b-9091-1fefa2b4a2b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MxY2QwMzM2LTE4MDEtNDczYi05MDkxLTFmZWZhMmI0YTJiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/0f9b87c8-1d09-45ff-adc5-42328fd0e5c5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzBmOWI4N2M4LTFkMDktNDVmZi1hZGM1LTQyMzI4ZmQwZTVjNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -4250,7 +4314,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4264,11 +4328,11 @@ "nosniff" ], "x-ms-request-id": [ - "a3ac6c3e-ab1b-48dc-8dc3-856f092ac95f" + "63b9ca63-6ad6-45bd-8dfe-5d6667835d71" ], "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3", - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4280,16 +4344,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "144" ], "x-ms-correlation-request-id": [ - "a3ac6c3e-ab1b-48dc-8dc3-856f092ac95f" + "63b9ca63-6ad6-45bd-8dfe-5d6667835d71" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111127Z:a3ac6c3e-ab1b-48dc-8dc3-856f092ac95f" + "SOUTHINDIA:20210518T075804Z:63b9ca63-6ad6-45bd-8dfe-5d6667835d71" ], "Date": [ - "Mon, 17 May 2021 11:11:27 GMT" + "Tue, 18 May 2021 07:58:03 GMT" ], "Content-Length": [ "188" @@ -4301,17 +4365,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"name\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"name\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T07:57:36.9188939Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c1cd0336-1801-473b-9091-1fefa2b4a2b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MxY2QwMzM2LTE4MDEtNDczYi05MDkxLTFmZWZhMmI0YTJiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/0f9b87c8-1d09-45ff-adc5-42328fd0e5c5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzBmOWI4N2M4LTFkMDktNDVmZi1hZGM1LTQyMzI4ZmQwZTVjNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -4320,7 +4384,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4334,11 +4398,11 @@ "nosniff" ], "x-ms-request-id": [ - "1bb897b5-5b17-4a98-9940-370578f1582f" + "fe5c3df6-62d6-4ed3-afa7-9154768e5f0d" ], "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3", - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4350,19 +4414,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "143" ], "x-ms-correlation-request-id": [ - "1bb897b5-5b17-4a98-9940-370578f1582f" + "fe5c3df6-62d6-4ed3-afa7-9154768e5f0d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111133Z:1bb897b5-5b17-4a98-9940-370578f1582f" + "SOUTHINDIA:20210518T075809Z:fe5c3df6-62d6-4ed3-afa7-9154768e5f0d" ], "Date": [ - "Mon, 17 May 2021 11:11:32 GMT" + "Tue, 18 May 2021 07:58:08 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -4371,17 +4435,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"name\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b4b54e6a-ca8b-40ba-9fea-74247744c736\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"name\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T07:57:36.9188939Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c1cd0336-1801-473b-9091-1fefa2b4a2b3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MxY2QwMzM2LTE4MDEtNDczYi05MDkxLTFmZWZhMmI0YTJiMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/0f9b87c8-1d09-45ff-adc5-42328fd0e5c5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzBmOWI4N2M4LTFkMDktNDVmZi1hZGM1LTQyMzI4ZmQwZTVjNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -4390,7 +4454,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4404,11 +4468,11 @@ "nosniff" ], "x-ms-request-id": [ - "bfd7e11e-2cda-4c23-a09e-267c4ed3e589" + "b20ed246-a08d-4b3a-b8cd-1dd586e87b62" ], "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3", - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4420,19 +4484,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "142" ], "x-ms-correlation-request-id": [ - "bfd7e11e-2cda-4c23-a09e-267c4ed3e589" + "b20ed246-a08d-4b3a-b8cd-1dd586e87b62" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111133Z:bfd7e11e-2cda-4c23-a09e-267c4ed3e589" + "SOUTHINDIA:20210518T075815Z:b20ed246-a08d-4b3a-b8cd-1dd586e87b62" ], "Date": [ - "Mon, 17 May 2021 11:11:32 GMT" + "Tue, 18 May 2021 07:58:15 GMT" ], "Content-Length": [ - "304" + "188" ], "Content-Type": [ "application/json" @@ -4441,17 +4505,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"name\": \"c1cd0336-1801-473b-9091-1fefa2b4a2b3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b4b54e6a-ca8b-40ba-9fea-74247744c736\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"name\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T07:57:36.9188939Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b4b54e6a-ca8b-40ba-9fea-74247744c736?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBKb2JzL2I0YjU0ZTZhLWNhOGItNDBiYS05ZmVhLTc0MjQ3NzQ0YzczNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/0f9b87c8-1d09-45ff-adc5-42328fd0e5c5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzBmOWI4N2M4LTFkMDktNDVmZi1hZGM1LTQyMzI4ZmQwZTVjNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -4460,7 +4524,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4470,40 +4534,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "067d0729-6259-4e5c-a26f-281e38aa4a29" + "41ed5ec2-49d7-436c-91e2-185fc1cfe2f7" ], "x-ms-client-request-id": [ - "9c71c7d7-1670-439f-939d-b785fbfa67b3", - "9c71c7d7-1670-439f-939d-b785fbfa67b3" - ], - "X-Powered-By": [ - "ASP.NET" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "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" + "141" ], "x-ms-correlation-request-id": [ - "067d0729-6259-4e5c-a26f-281e38aa4a29" + "41ed5ec2-49d7-436c-91e2-185fc1cfe2f7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111133Z:067d0729-6259-4e5c-a26f-281e38aa4a29" + "SOUTHINDIA:20210518T075820Z:41ed5ec2-49d7-436c-91e2-185fc1cfe2f7" ], "Date": [ - "Mon, 17 May 2021 11:11:33 GMT" + "Tue, 18 May 2021 07:58:20 GMT" ], "Content-Length": [ - "839" + "188" ], "Content-Type": [ "application/json" @@ -4512,17 +4575,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"name\": \"b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"duration\": \"PT30.998151S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmc46411\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc46411\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"2021-05-17T11:11:32.5681351Z\",\r\n \"activityId\": \"9c71c7d7-1670-439f-939d-b785fbfa67b3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"name\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T07:57:36.9188939Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b4b54e6a-ca8b-40ba-9fea-74247744c736?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBKb2JzL2I0YjU0ZTZhLWNhOGItNDBiYS05ZmVhLTc0MjQ3NzQ0YzczNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/0f9b87c8-1d09-45ff-adc5-42328fd0e5c5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzBmOWI4N2M4LTFkMDktNDVmZi1hZGM1LTQyMzI4ZmQwZTVjNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc7ed64b-f201-49f2-ac7b-aff471e3c990" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -4531,7 +4594,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4541,40 +4604,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "83cb085c-f6d3-48f2-8ad7-aac461cea703" + "fcbeaf84-0d0e-4644-86c9-42f188c5f473" ], "x-ms-client-request-id": [ - "fc7ed64b-f201-49f2-ac7b-aff471e3c990", - "fc7ed64b-f201-49f2-ac7b-aff471e3c990" - ], - "X-Powered-By": [ - "ASP.NET" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "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" + "140" ], "x-ms-correlation-request-id": [ - "83cb085c-f6d3-48f2-8ad7-aac461cea703" + "fcbeaf84-0d0e-4644-86c9-42f188c5f473" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111630Z:83cb085c-f6d3-48f2-8ad7-aac461cea703" + "SOUTHINDIA:20210518T075825Z:fcbeaf84-0d0e-4644-86c9-42f188c5f473" ], "Date": [ - "Mon, 17 May 2021 11:16:30 GMT" + "Tue, 18 May 2021 07:58:25 GMT" ], "Content-Length": [ - "839" + "304" ], "Content-Type": [ "application/json" @@ -4583,17 +4645,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"name\": \"b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"duration\": \"PT30.998151S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmc46411\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc46411\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"2021-05-17T11:11:32.5681351Z\",\r\n \"activityId\": \"9c71c7d7-1670-439f-939d-b785fbfa67b3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"name\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T07:57:36.9188939Z\",\r\n \"endTime\": \"2021-05-18T07:57:36.9188939Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"04eb020d-761f-4243-b130-a2834d1a4ccf\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b4b54e6a-ca8b-40ba-9fea-74247744c736?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBKb2JzL2I0YjU0ZTZhLWNhOGItNDBiYS05ZmVhLTc0MjQ3NzQ0YzczNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/0f9b87c8-1d09-45ff-adc5-42328fd0e5c5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzBmOWI4N2M4LTFkMDktNDVmZi1hZGM1LTQyMzI4ZmQwZTVjNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "caef2d9c-ee37-4f95-a046-e778c60feb6d" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -4602,7 +4664,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4612,40 +4674,39 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ea1154dc-41a1-47ed-b068-3e62ec6abfa0" + "f48e3e6d-216c-4218-9915-07360d6e6c93" ], "x-ms-client-request-id": [ - "caef2d9c-ee37-4f95-a046-e778c60feb6d", - "caef2d9c-ee37-4f95-a046-e778c60feb6d" - ], - "X-Powered-By": [ - "ASP.NET" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "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" + "139" ], "x-ms-correlation-request-id": [ - "ea1154dc-41a1-47ed-b068-3e62ec6abfa0" + "f48e3e6d-216c-4218-9915-07360d6e6c93" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111630Z:ea1154dc-41a1-47ed-b068-3e62ec6abfa0" + "SOUTHINDIA:20210518T075825Z:f48e3e6d-216c-4218-9915-07360d6e6c93" ], "Date": [ - "Mon, 17 May 2021 11:16:30 GMT" + "Tue, 18 May 2021 07:58:25 GMT" ], "Content-Length": [ - "839" + "304" ], "Content-Type": [ "application/json" @@ -4654,17 +4715,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"name\": \"b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"duration\": \"PT30.998151S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmc46411\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc46411\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"2021-05-17T11:11:32.5681351Z\",\r\n \"activityId\": \"9c71c7d7-1670-439f-939d-b785fbfa67b3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"name\": \"0f9b87c8-1d09-45ff-adc5-42328fd0e5c5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T07:57:36.9188939Z\",\r\n \"endTime\": \"2021-05-18T07:57:36.9188939Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"04eb020d-761f-4243-b130-a2834d1a4ccf\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/04eb020d-761f-4243-b130-a2834d1a4ccf?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBKb2JzLzA0ZWIwMjBkLTc2MWYtNDI0My1iMTMwLWEyODM0ZDFhNGNjZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "544f7a23-2c7c-4be8-a480-ed8a8bf49560" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "Accept-Language": [ "en-US" @@ -4673,7 +4734,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4683,39 +4744,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "20616adb-a137-403d-8574-65dc0527d078" + "d45b59f3-3468-4ff5-beed-92fe42c2ad05" ], "x-ms-client-request-id": [ - "544f7a23-2c7c-4be8-a480-ed8a8bf49560", - "544f7a23-2c7c-4be8-a480-ed8a8bf49560" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "5e676930-c7ac-471c-ac0a-dfcb8050aa39", + "5e676930-c7ac-471c-ac0a-dfcb8050aa39" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "149" ], "x-ms-correlation-request-id": [ - "20616adb-a137-403d-8574-65dc0527d078" + "d45b59f3-3468-4ff5-beed-92fe42c2ad05" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111133Z:20616adb-a137-403d-8574-65dc0527d078" + "SOUTHINDIA:20210518T075826Z:d45b59f3-3468-4ff5-beed-92fe42c2ad05" ], "Date": [ - "Mon, 17 May 2021 11:11:33 GMT" + "Tue, 18 May 2021 07:58:25 GMT" ], "Content-Length": [ - "1495" + "840" ], "Content-Type": [ "application/json" @@ -4724,17 +4786,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411/protectedItems/VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc46411\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\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\": \"17593100751345\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"name\": \"04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"duration\": \"PT42.7038205S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmf52eb1\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmf52eb1\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T07:57:36.9238974Z\",\r\n \"endTime\": \"2021-05-18T07:58:19.6277179Z\",\r\n \"activityId\": \"5e676930-c7ac-471c-ac0a-dfcb8050aa39\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/04eb020d-761f-4243-b130-a2834d1a4ccf?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBKb2JzLzA0ZWIwMjBkLTc2MWYtNDI0My1iMTMwLWEyODM0ZDFhNGNjZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "647c3670-a168-4307-b718-5e446d2e51c9" + "70b0c7e1-3165-4d51-8140-81f9c4e7e1fd" ], "Accept-Language": [ "en-US" @@ -4743,7 +4805,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4753,39 +4815,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ada7954f-518c-40ef-85e3-85da489b527c" + "24f5e937-bc82-4a61-b023-dbb5894eb64d" ], "x-ms-client-request-id": [ - "647c3670-a168-4307-b718-5e446d2e51c9", - "647c3670-a168-4307-b718-5e446d2e51c9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "70b0c7e1-3165-4d51-8140-81f9c4e7e1fd", + "70b0c7e1-3165-4d51-8140-81f9c4e7e1fd" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "145" ], "x-ms-correlation-request-id": [ - "ada7954f-518c-40ef-85e3-85da489b527c" + "24f5e937-bc82-4a61-b023-dbb5894eb64d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111629Z:ada7954f-518c-40ef-85e3-85da489b527c" + "SOUTHINDIA:20210518T080426Z:24f5e937-bc82-4a61-b023-dbb5894eb64d" ], "Date": [ - "Mon, 17 May 2021 11:16:29 GMT" + "Tue, 18 May 2021 08:04:26 GMT" ], "Content-Length": [ - "2979" + "840" ], "Content-Type": [ "application/json" @@ -4794,17 +4857,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411/protectedItems/VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc46411\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\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\": \"17593100751345\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412/protectedItems/VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc46412\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\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\": \"17593512635829\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"name\": \"04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"duration\": \"PT42.7038205S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmf52eb1\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmf52eb1\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T07:57:36.9238974Z\",\r\n \"endTime\": \"2021-05-18T07:58:19.6277179Z\",\r\n \"activityId\": \"5e676930-c7ac-471c-ac0a-dfcb8050aa39\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/04eb020d-761f-4243-b130-a2834d1a4ccf?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBKb2JzLzA0ZWIwMjBkLTc2MWYtNDI0My1iMTMwLWEyODM0ZDFhNGNjZj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "882deb6d-b077-4774-968c-05eba06f7cdb" + "56f2aa1d-e4b0-4340-8cf5-efaa7ba129fa" ], "Accept-Language": [ "en-US" @@ -4813,7 +4876,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4823,39 +4886,40 @@ "Pragma": [ "no-cache" ], + "Server": [ + "Microsoft-IIS/10.0", + "Microsoft-IIS/10.0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "0e0f4bc9-0e59-41ed-a443-d4c496afe1c8" + "45313cff-3408-4441-8735-738a2ff8319c" ], "x-ms-client-request-id": [ - "882deb6d-b077-4774-968c-05eba06f7cdb", - "882deb6d-b077-4774-968c-05eba06f7cdb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-IIS/10.0" + "56f2aa1d-e4b0-4340-8cf5-efaa7ba129fa", + "56f2aa1d-e4b0-4340-8cf5-efaa7ba129fa" ], "X-Powered-By": [ "ASP.NET" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "144" ], "x-ms-correlation-request-id": [ - "0e0f4bc9-0e59-41ed-a443-d4c496afe1c8" + "45313cff-3408-4441-8735-738a2ff8319c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111632Z:0e0f4bc9-0e59-41ed-a443-d4c496afe1c8" + "SOUTHINDIA:20210518T080426Z:45313cff-3408-4441-8735-738a2ff8319c" ], "Date": [ - "Mon, 17 May 2021 11:16:32 GMT" + "Tue, 18 May 2021 08:04:26 GMT" ], "Content-Length": [ - "2979" + "840" ], "Content-Type": [ "application/json" @@ -4864,17 +4928,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411/protectedItems/VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc46411\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\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\": \"17593100751345\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412/protectedItems/VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc46412\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\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\": \"17593512635829\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"name\": \"04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"duration\": \"PT42.7038205S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmf52eb1\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmf52eb1\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T07:57:36.9238974Z\",\r\n \"endTime\": \"2021-05-18T07:58:19.6277179Z\",\r\n \"activityId\": \"5e676930-c7ac-471c-ac0a-dfcb8050aa39\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc1885b6-7f65-4263-87dc-ef3b5db88f0a" + "87195778-dd35-496d-8e1d-2121dec6799b" ], "Accept-Language": [ "en-US" @@ -4883,7 +4947,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4897,11 +4961,11 @@ "nosniff" ], "x-ms-request-id": [ - "8d41d1bd-f47e-4299-b8e6-29503c261633" + "56ce0158-4804-4449-8d13-35fb33c7fce5" ], "x-ms-client-request-id": [ - "cc1885b6-7f65-4263-87dc-ef3b5db88f0a", - "cc1885b6-7f65-4263-87dc-ef3b5db88f0a" + "87195778-dd35-496d-8e1d-2121dec6799b", + "87195778-dd35-496d-8e1d-2121dec6799b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4913,16 +4977,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "149" ], "x-ms-correlation-request-id": [ - "8d41d1bd-f47e-4299-b8e6-29503c261633" + "56ce0158-4804-4449-8d13-35fb33c7fce5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111828Z:8d41d1bd-f47e-4299-b8e6-29503c261633" + "SOUTHINDIA:20210518T075826Z:56ce0158-4804-4449-8d13-35fb33c7fce5" ], "Date": [ - "Mon, 17 May 2021 11:18:28 GMT" + "Tue, 18 May 2021 07:58:26 GMT" ], "Content-Length": [ "1495" @@ -4934,17 +4998,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412/protectedItems/VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc46412\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\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\": \"17593512635829\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1/protectedItems/VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMf52eb1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\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\": \"35185895310434\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc4641f4f%3Bpstestvmc46411/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc4641f4f%3Bpstestvmc46411?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjNDY0MWY0ZiUzQnBzdGVzdHZtYzQ2NDExL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M0NjQxZjRmJTNCcHN0ZXN0dm1jNDY0MTE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "544f7a23-2c7c-4be8-a480-ed8a8bf49560" + "1047dd6f-7b49-43a9-a4d0-a99e00b9775d" ], "Accept-Language": [ "en-US" @@ -4953,7 +5017,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4967,11 +5031,11 @@ "nosniff" ], "x-ms-request-id": [ - "697c79e2-03d6-4023-a93b-83e3dd65fc56" + "d420d0da-31da-4b44-8bcd-11cbb54644d6" ], "x-ms-client-request-id": [ - "544f7a23-2c7c-4be8-a480-ed8a8bf49560", - "544f7a23-2c7c-4be8-a480-ed8a8bf49560" + "1047dd6f-7b49-43a9-a4d0-a99e00b9775d", + "1047dd6f-7b49-43a9-a4d0-a99e00b9775d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4983,16 +5047,226 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "149" ], "x-ms-correlation-request-id": [ - "697c79e2-03d6-4023-a93b-83e3dd65fc56" + "d420d0da-31da-4b44-8bcd-11cbb54644d6" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111134Z:697c79e2-03d6-4023-a93b-83e3dd65fc56" + "SOUTHINDIA:20210518T080424Z:d420d0da-31da-4b44-8bcd-11cbb54644d6" ], "Date": [ - "Mon, 17 May 2021 11:11:33 GMT" + "Tue, 18 May 2021 08:04:24 GMT" + ], + "Content-Length": [ + "2979" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1/protectedItems/VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMf52eb1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\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\": \"35185895310434\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2/protectedItems/VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMf52eb2\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\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\": \"35185541106389\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "43c80c3c-ffc8-4fe2-b785-90365f7aa8cc" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ee549062-05b9-47d5-a36f-219219c9ad7d" + ], + "x-ms-client-request-id": [ + "43c80c3c-ffc8-4fe2-b785-90365f7aa8cc", + "43c80c3c-ffc8-4fe2-b785-90365f7aa8cc" + ], + "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": [ + "ee549062-05b9-47d5-a36f-219219c9ad7d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T080429Z:ee549062-05b9-47d5-a36f-219219c9ad7d" + ], + "Date": [ + "Tue, 18 May 2021 08:04:28 GMT" + ], + "Content-Length": [ + "2979" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1/protectedItems/VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMf52eb1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\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\": \"35185895310434\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2/protectedItems/VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMf52eb2\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\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\": \"35185541106389\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "011bd72f-b793-4078-aac2-96877b89892b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ae1fc0fd-f772-4648-948b-3ad85aaebb49" + ], + "x-ms-client-request-id": [ + "011bd72f-b793-4078-aac2-96877b89892b", + "011bd72f-b793-4078-aac2-96877b89892b" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "ae1fc0fd-f772-4648-948b-3ad85aaebb49" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T080628Z:ae1fc0fd-f772-4648-948b-3ad85aaebb49" + ], + "Date": [ + "Tue, 18 May 2021 08:06:27 GMT" + ], + "Content-Length": [ + "1495" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2/protectedItems/VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMf52eb2\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\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\": \"35185541106389\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgf52eba82%3Bpstestvmf52eb1/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgf52eba82%3Bpstestvmf52eb1?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmNTJlYmE4MiUzQnBzdGVzdHZtZjUyZWIxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2Y1MmViYTgyJTNCcHN0ZXN0dm1mNTJlYjE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87195778-dd35-496d-8e1d-2121dec6799b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "05fec493-31c9-474e-afb2-d08ae0f29997" + ], + "x-ms-client-request-id": [ + "87195778-dd35-496d-8e1d-2121dec6799b", + "87195778-dd35-496d-8e1d-2121dec6799b" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "05fec493-31c9-474e-afb2-d08ae0f29997" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T075826Z:05fec493-31c9-474e-afb2-d08ae0f29997" + ], + "Date": [ + "Tue, 18 May 2021 07:58:26 GMT" ], "Content-Length": [ "1550" @@ -5004,17 +5278,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411/protectedItems/VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc46411\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\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\": \"17593100751345\",\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;pstestrgc4641f4f;pstestvmc46411\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1/protectedItems/VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMf52eb1\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\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\": \"35185895310434\",\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;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs?$filter=operation%20eq%20''%20and%20startTime%20eq%20'2021-05-16%2011:11:34%20AM'%20and%20endTime%20eq%20'2021-05-17%2011:11:34%20AM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBKb2JzPyRmaWx0ZXI9b3BlcmF0aW9uJTIwZXElMjAnJyUyMGFuZCUyMHN0YXJ0VGltZSUyMGVxJTIwJzIwMjEtMDUtMTYlMjAxMToxMTozNCUyMEFNJyUyMGFuZCUyMGVuZFRpbWUlMjBlcSUyMCcyMDIxLTA1LTE3JTIwMTE6MTE6MzQlMjBBTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs?$filter=operation%20eq%20''%20and%20startTime%20eq%20'2021-05-17%2007:58:27%20AM'%20and%20endTime%20eq%20'2021-05-18%2007:58:27%20AM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBKb2JzPyRmaWx0ZXI9b3BlcmF0aW9uJTIwZXElMjAnJyUyMGFuZCUyMHN0YXJ0VGltZSUyMGVxJTIwJzIwMjEtMDUtMTclMjAwNzo1ODoyNyUyMEFNJyUyMGFuZCUyMGVuZFRpbWUlMjBlcSUyMCcyMDIxLTA1LTE4JTIwMDc6NTg6MjclMjBBTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4b9c997-9dfa-43b7-9548-4c44ccb9b5ed" + "8cd73eb1-48c6-4e65-a72b-5a21ab53e732" ], "Accept-Language": [ "en-US" @@ -5023,7 +5297,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5041,11 +5315,11 @@ "nosniff" ], "x-ms-request-id": [ - "7a936a6d-0633-4243-84b7-6ac1305a6b80" + "d227111c-d79a-4b00-afb0-ea327d635975" ], "x-ms-client-request-id": [ - "b4b9c997-9dfa-43b7-9548-4c44ccb9b5ed", - "b4b9c997-9dfa-43b7-9548-4c44ccb9b5ed" + "8cd73eb1-48c6-4e65-a72b-5a21ab53e732", + "8cd73eb1-48c6-4e65-a72b-5a21ab53e732" ], "X-Powered-By": [ "ASP.NET" @@ -5054,19 +5328,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "148" ], "x-ms-correlation-request-id": [ - "7a936a6d-0633-4243-84b7-6ac1305a6b80" + "d227111c-d79a-4b00-afb0-ea327d635975" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111134Z:7a936a6d-0633-4243-84b7-6ac1305a6b80" + "SOUTHINDIA:20210518T075827Z:d227111c-d79a-4b00-afb0-ea327d635975" ], "Date": [ - "Mon, 17 May 2021 11:11:33 GMT" + "Tue, 18 May 2021 07:58:27 GMT" ], "Content-Length": [ - "746" + "747" ], "Content-Type": [ "application/json" @@ -5075,17 +5349,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"name\": \"b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"duration\": \"PT30.998151S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmc46411\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"2021-05-17T11:11:32.5681351Z\",\r\n \"activityId\": \"9c71c7d7-1670-439f-939d-b785fbfa67b3\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"name\": \"04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"duration\": \"PT42.7038205S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmf52eb1\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T07:57:36.9238974Z\",\r\n \"endTime\": \"2021-05-18T07:58:19.6277179Z\",\r\n \"activityId\": \"5e676930-c7ac-471c-ac0a-dfcb8050aa39\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM0NjQxMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY1MmViMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b07e684b-b153-4e49-85f5-f9f4b5a38c62" + "fab38fc5-8966-4fae-adfc-0db7e2dc5278" ], "Accept-Language": [ "en-US" @@ -5108,13 +5382,13 @@ "gateway" ], "x-ms-request-id": [ - "6e12e047-1628-4068-9380-8975b9f9495f" + "9e7806ab-7724-4fb6-8028-a479fd09421c" ], "x-ms-correlation-request-id": [ - "6e12e047-1628-4068-9380-8975b9f9495f" + "9e7806ab-7724-4fb6-8028-a479fd09421c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111134Z:6e12e047-1628-4068-9380-8975b9f9495f" + "SOUTHINDIA:20210518T075827Z:9e7806ab-7724-4fb6-8028-a479fd09421c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5123,7 +5397,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:33 GMT" + "Tue, 18 May 2021 07:58:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5135,17 +5409,17 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVMc46412' under resource group 'PSTestRGc4641f4f' 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/PSTestVMf52eb2' under resource group 'PSTestRGf52eba82' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM0NjQxMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY1MmViMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -5162,32 +5436,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31977" + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a03323e2-0a29-48e8-8686-fb3a2497ed08" + "9b7fbf84-64a7-4c85-bde6-30c105cf019f" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11978" ], "x-ms-correlation-request-id": [ - "2484b8b1-fb94-4c36-9332-126da911e4cc" + "79e6b849-7499-42bd-bb37-378168d70f10" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111336Z:2484b8b1-fb94-4c36-9332-126da911e4cc" + "SOUTHINDIA:20210518T080127Z:79e6b849-7499-42bd-bb37-378168d70f10" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:13:36 GMT" + "Tue, 18 May 2021 08:01:26 GMT" ], "Content-Length": [ "2180" @@ -5199,17 +5473,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"Owner\": \"sarath\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0dc238c2-1aa4-4c84-875b-2ceda8e0e58f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMc46412_OsDisk_1_996ffa341a234a1a8a215f209b2c269a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/disks/PSTestVMc46412_OsDisk_1_996ffa341a234a1a8a215f209b2c269a\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc46412\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e5858bca-ccba-44a5-8d82-ededd8738f98\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMf52eb2_OsDisk_1_eb7ad47224d9439a9dcf5326da094081\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/disks/PSTestVMf52eb2_OsDisk_1_eb7ad47224d9439a9dcf5326da094081\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf52eb2\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM0NjQxMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY1MmViMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32d494cf-66e0-4c7e-943d-011fb8033513" + "586a1988-a58e-4899-b94e-336c66ef1ea9" ], "Accept-Language": [ "en-US" @@ -5229,32 +5503,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31986" + "Microsoft.Compute/LowCostGet3Min;3987,Microsoft.Compute/LowCostGet30Min;31981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "03c67d5e-1fb1-430b-87fd-88f2247b228c" + "9524ebfa-301c-4a30-89c6-59d81c7cc448" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11969" ], "x-ms-correlation-request-id": [ - "b45dbabf-ddf2-43d4-a9ac-8a4ccfc5a2c6" + "d297549c-bc08-43da-bdba-11f41687ec09" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111538Z:b45dbabf-ddf2-43d4-a9ac-8a4ccfc5a2c6" + "SOUTHINDIA:20210518T080331Z:d297549c-bc08-43da-bdba-11f41687ec09" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:15:38 GMT" + "Tue, 18 May 2021 08:03:31 GMT" ], "Content-Length": [ "2743" @@ -5266,17 +5540,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"Owner\": \"sarath\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0dc238c2-1aa4-4c84-875b-2ceda8e0e58f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMc46412_OsDisk_1_996ffa341a234a1a8a215f209b2c269a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/disks/PSTestVMc46412_OsDisk_1_996ffa341a234a1a8a215f209b2c269a\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc46412\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e5858bca-ccba-44a5-8d82-ededd8738f98\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMf52eb2_OsDisk_1_eb7ad47224d9439a9dcf5326da094081\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/disks/PSTestVMf52eb2_OsDisk_1_eb7ad47224d9439a9dcf5326da094081\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf52eb2\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzQ2NDEyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjUyZWIyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51093b50-e37a-4147-9746-f8b658a138ec" + "62f60178-66aa-4e63-86b1-706cda123dd0" ], "Accept-Language": [ "en-US" @@ -5299,13 +5573,13 @@ "gateway" ], "x-ms-request-id": [ - "858dcdd2-041f-4df9-b04b-e283b216018b" + "6c14f45c-6b34-49f4-80e0-096dc14b2736" ], "x-ms-correlation-request-id": [ - "858dcdd2-041f-4df9-b04b-e283b216018b" + "6c14f45c-6b34-49f4-80e0-096dc14b2736" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111134Z:858dcdd2-041f-4df9-b04b-e283b216018b" + "SOUTHINDIA:20210518T075828Z:6c14f45c-6b34-49f4-80e0-096dc14b2736" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5314,7 +5588,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:34 GMT" + "Tue, 18 May 2021 07:58:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5326,17 +5600,17 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNETc46412' under resource group 'PSTestRGc4641f4f' 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/PSTestVNETf52eb2' under resource group 'PSTestRGf52eba82' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzQ2NDEyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjUyZWIyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51093b50-e37a-4147-9746-f8b658a138ec" + "62f60178-66aa-4e63-86b1-706cda123dd0" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -5353,16 +5627,16 @@ "no-cache" ], "ETag": [ - "W/\"e1e06509-3135-4a3c-8dab-d74a2b10cb5a\"" + "W/\"f3d8fbd1-c1ea-4eb3-8e8a-51395507dd18\"" ], "x-ms-request-id": [ - "412086ae-5773-4de9-90c3-3dde0a6ef6a8" + "c13fc164-c43e-4b3e-8e3d-faaf10ae3c55" ], "x-ms-correlation-request-id": [ - "b89b7f4a-dfa9-4a31-883d-163ef9a069ea" + "705554da-ce2d-4b39-901b-fbb6d2270061" ], "x-ms-arm-service-request-id": [ - "8e4a9e35-f64e-4868-90df-3c8b1d909d8c" + "2a8d28ad-4f3e-45e8-b059-103fe475409f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5372,16 +5646,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11994" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111138Z:b89b7f4a-dfa9-4a31-883d-163ef9a069ea" + "SOUTHINDIA:20210518T075833Z:705554da-ce2d-4b39-901b-fbb6d2270061" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:38 GMT" + "Tue, 18 May 2021 07:58:32 GMT" ], "Content-Length": [ "1315" @@ -5393,17 +5667,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412\",\r\n \"etag\": \"W/\\\"e1e06509-3135-4a3c-8dab-d74a2b10cb5a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5480e0ad-6168-452c-ad61-46a5932ae274\",\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\": \"PSTestSNCc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412/subnets/PSTestSNCc46412\",\r\n \"etag\": \"W/\\\"e1e06509-3135-4a3c-8dab-d74a2b10cb5a\\\"\",\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}", + "ResponseBody": "{\r\n \"name\": \"PSTestVNETf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2\",\r\n \"etag\": \"W/\\\"f3d8fbd1-c1ea-4eb3-8e8a-51395507dd18\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7a89124a-4c8f-47a9-b7d3-8dbd5928cce4\",\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\": \"PSTestSNCf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2/subnets/PSTestSNCf52eb2\",\r\n \"etag\": \"W/\\\"f3d8fbd1-c1ea-4eb3-8e8a-51395507dd18\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzQ2NDEyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjUyZWIyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51093b50-e37a-4147-9746-f8b658a138ec" + "62f60178-66aa-4e63-86b1-706cda123dd0" ], "Accept-Language": [ "en-US" @@ -5423,16 +5697,16 @@ "no-cache" ], "ETag": [ - "W/\"e1e06509-3135-4a3c-8dab-d74a2b10cb5a\"" + "W/\"f3d8fbd1-c1ea-4eb3-8e8a-51395507dd18\"" ], "x-ms-request-id": [ - "77ad3106-c180-4da9-ab9e-db5ce48d702a" + "ee099df2-32b5-4fb2-a8ca-d994fb70dc98" ], "x-ms-correlation-request-id": [ - "65980d56-0b75-4afa-98b7-3d9c60eb6d27" + "06855373-66b5-459e-8f7f-c7929226fc35" ], "x-ms-arm-service-request-id": [ - "ad3443d3-7b18-484b-9e23-2b17e0bd71b4" + "2253a21c-f896-4201-b137-7a9d6ff8e08e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5442,16 +5716,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11993" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111138Z:65980d56-0b75-4afa-98b7-3d9c60eb6d27" + "SOUTHINDIA:20210518T075833Z:06855373-66b5-459e-8f7f-c7929226fc35" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:38 GMT" + "Tue, 18 May 2021 07:58:32 GMT" ], "Content-Length": [ "1315" @@ -5463,17 +5737,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412\",\r\n \"etag\": \"W/\\\"e1e06509-3135-4a3c-8dab-d74a2b10cb5a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5480e0ad-6168-452c-ad61-46a5932ae274\",\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\": \"PSTestSNCc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412/subnets/PSTestSNCc46412\",\r\n \"etag\": \"W/\\\"e1e06509-3135-4a3c-8dab-d74a2b10cb5a\\\"\",\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}", + "ResponseBody": "{\r\n \"name\": \"PSTestVNETf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2\",\r\n \"etag\": \"W/\\\"f3d8fbd1-c1ea-4eb3-8e8a-51395507dd18\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7a89124a-4c8f-47a9-b7d3-8dbd5928cce4\",\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\": \"PSTestSNCf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2/subnets/PSTestSNCf52eb2\",\r\n \"etag\": \"W/\\\"f3d8fbd1-c1ea-4eb3-8e8a-51395507dd18\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUYzQ2NDEyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUZjUyZWIyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNCc46412\"\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\": \"PSTestSNCf52eb2\"\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": [ - "51093b50-e37a-4147-9746-f8b658a138ec" + "62f60178-66aa-4e63-86b1-706cda123dd0" ], "Accept-Language": [ "en-US" @@ -5502,19 +5776,19 @@ "3" ], "x-ms-request-id": [ - "0326bd28-c2d5-4207-bb74-221655c6e8fa" + "0f436de2-8264-43f2-9a35-c43b2402dc10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0326bd28-c2d5-4207-bb74-221655c6e8fa?api-version=2020-11-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0f436de2-8264-43f2-9a35-c43b2402dc10?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "a7224b73-d920-4e0e-8f04-7a8024386820" + "f7eea8da-ab8c-4e73-be81-93279023009f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c9d3df5c-47a7-41ae-8206-09a91fe80ab2" + "0f206278-cd90-43b1-8a80-47b13f303135" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5527,13 +5801,13 @@ "1199" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111135Z:a7224b73-d920-4e0e-8f04-7a8024386820" + "SOUTHINDIA:20210518T075830Z:f7eea8da-ab8c-4e73-be81-93279023009f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:34 GMT" + "Tue, 18 May 2021 07:58:29 GMT" ], "Content-Length": [ "1313" @@ -5545,17 +5819,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNETc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412\",\r\n \"etag\": \"W/\\\"7ec9aa6d-6360-4cd7-b8cf-955f41376208\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5480e0ad-6168-452c-ad61-46a5932ae274\",\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\": \"PSTestSNCc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412/subnets/PSTestSNCc46412\",\r\n \"etag\": \"W/\\\"7ec9aa6d-6360-4cd7-b8cf-955f41376208\\\"\",\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}", + "ResponseBody": "{\r\n \"name\": \"PSTestVNETf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2\",\r\n \"etag\": \"W/\\\"153539f9-f050-4506-abac-0146374f3b51\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7a89124a-4c8f-47a9-b7d3-8dbd5928cce4\",\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\": \"PSTestSNCf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2/subnets/PSTestSNCf52eb2\",\r\n \"etag\": \"W/\\\"153539f9-f050-4506-abac-0146374f3b51\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0326bd28-c2d5-4207-bb74-221655c6e8fa?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzMjZiZDI4LWMyZDUtNDIwNy1iYjc0LTIyMTY1NWM2ZThmYT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0f436de2-8264-43f2-9a35-c43b2402dc10?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBmNDM2ZGUyLTgyNjQtNDNmMi05YTM1LWM0M2IyNDAyZGMxMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51093b50-e37a-4147-9746-f8b658a138ec" + "62f60178-66aa-4e63-86b1-706cda123dd0" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -5572,13 +5846,13 @@ "no-cache" ], "x-ms-request-id": [ - "0ee95032-d4bf-4f6f-813e-13e802170182" + "ddb5a7e1-47d4-4091-b43c-d32d3fa38f77" ], "x-ms-correlation-request-id": [ - "5478c168-02e3-4ccb-bad1-98529bdd7225" + "0e7214e8-c9a0-4e6e-9f78-83b21b47b8e5" ], "x-ms-arm-service-request-id": [ - "4dbded3c-10d9-4635-90ba-c777f6b70109" + "0ce00a72-8d9b-41b3-a4e7-e6656c64e36f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5588,16 +5862,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111138Z:5478c168-02e3-4ccb-bad1-98529bdd7225" + "SOUTHINDIA:20210518T075833Z:0e7214e8-c9a0-4e6e-9f78-83b21b47b8e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:38 GMT" + "Tue, 18 May 2021 07:58:32 GMT" ], "Content-Length": [ "29" @@ -5613,13 +5887,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M0NjQxMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2Y1MmViMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72028ba1-4393-4d3d-887c-d35c9c375b8d" + "96a7615a-09c7-4ed2-bc27-bcf411246316" ], "Accept-Language": [ "en-US" @@ -5642,13 +5916,13 @@ "gateway" ], "x-ms-request-id": [ - "d7cdd8e3-e0ea-45c1-acaa-6164f4d27d81" + "3972f3d1-f61a-4866-ab2b-f242caf4ea6f" ], "x-ms-correlation-request-id": [ - "d7cdd8e3-e0ea-45c1-acaa-6164f4d27d81" + "3972f3d1-f61a-4866-ab2b-f242caf4ea6f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111138Z:d7cdd8e3-e0ea-45c1-acaa-6164f4d27d81" + "SOUTHINDIA:20210518T075833Z:3972f3d1-f61a-4866-ab2b-f242caf4ea6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5657,7 +5931,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:38 GMT" + "Tue, 18 May 2021 07:58:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5669,17 +5943,17 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdnsc46412' under resource group 'PSTestRGc4641f4f' 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/pstestpublicdnsf52eb2' under resource group 'PSTestRGf52eba82' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M0NjQxMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2Y1MmViMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72028ba1-4393-4d3d-887c-d35c9c375b8d" + "96a7615a-09c7-4ed2-bc27-bcf411246316" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -5696,16 +5970,16 @@ "no-cache" ], "ETag": [ - "W/\"7c9b8ead-0a49-4ea6-a623-dd7c1ee3c4ab\"" + "W/\"963ae842-8043-4991-9ff8-a4fb9a5d224e\"" ], "x-ms-request-id": [ - "ff4d531f-7a53-4669-8b3b-9f4c39d87ea6" + "e6ca3c75-cb0e-4175-9514-1e31455d90db" ], "x-ms-correlation-request-id": [ - "75c12af0-008c-4091-9e96-7a53690aa18b" + "5926a565-9ce1-413d-9cca-2b80c6bbcd2a" ], "x-ms-arm-service-request-id": [ - "946a70bc-9a0e-4fbc-8989-c15fe6887a85" + "a26e68a1-6da9-4daf-b00a-791f614c6cf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5715,19 +5989,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11990" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111140Z:75c12af0-008c-4091-9e96-7a53690aa18b" + "SOUTHINDIA:20210518T075835Z:5926a565-9ce1-413d-9cca-2b80c6bbcd2a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:39 GMT" + "Tue, 18 May 2021 07:58:35 GMT" ], "Content-Length": [ - "698" + "697" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5736,17 +6010,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46412\",\r\n \"etag\": \"W/\\\"7c9b8ead-0a49-4ea6-a623-dd7c1ee3c4ab\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ec06f9c5-ddaa-470b-8fdc-58a647cfabdc\",\r\n \"ipAddress\": \"52.187.74.245\",\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\": \"pstestpublicdnsf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb2\",\r\n \"etag\": \"W/\\\"963ae842-8043-4991-9ff8-a4fb9a5d224e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b7abe9d3-b27a-4354-947a-ae004ac4bb73\",\r\n \"ipAddress\": \"52.230.4.100\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M0NjQxMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2Y1MmViMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72028ba1-4393-4d3d-887c-d35c9c375b8d" + "96a7615a-09c7-4ed2-bc27-bcf411246316" ], "Accept-Language": [ "en-US" @@ -5766,16 +6040,16 @@ "no-cache" ], "ETag": [ - "W/\"7c9b8ead-0a49-4ea6-a623-dd7c1ee3c4ab\"" + "W/\"963ae842-8043-4991-9ff8-a4fb9a5d224e\"" ], "x-ms-request-id": [ - "2044f784-a3af-4066-9b87-6b9e78784b67" + "c7857165-8191-4e5b-b539-ca19e7fd8616" ], "x-ms-correlation-request-id": [ - "ebceff54-40d9-45d2-8d12-f5d91c40da4a" + "ee0da41a-3929-47ac-ab22-2c4a8db2089b" ], "x-ms-arm-service-request-id": [ - "dc56c342-fcfe-4e9f-a810-a91c93673d5b" + "995220ac-e803-499e-af4d-dae491e8346e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5785,19 +6059,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11989" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111140Z:ebceff54-40d9-45d2-8d12-f5d91c40da4a" + "SOUTHINDIA:20210518T075836Z:ee0da41a-3929-47ac-ab22-2c4a8db2089b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:39 GMT" + "Tue, 18 May 2021 07:58:35 GMT" ], "Content-Length": [ - "698" + "697" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5806,17 +6080,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46412\",\r\n \"etag\": \"W/\\\"7c9b8ead-0a49-4ea6-a623-dd7c1ee3c4ab\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ec06f9c5-ddaa-470b-8fdc-58a647cfabdc\",\r\n \"ipAddress\": \"52.187.74.245\",\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\": \"pstestpublicdnsf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb2\",\r\n \"etag\": \"W/\\\"963ae842-8043-4991-9ff8-a4fb9a5d224e\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b7abe9d3-b27a-4354-947a-ae004ac4bb73\",\r\n \"ipAddress\": \"52.230.4.100\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2M0NjQxMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2Y1MmViMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "72028ba1-4393-4d3d-887c-d35c9c375b8d" + "96a7615a-09c7-4ed2-bc27-bcf411246316" ], "Accept-Language": [ "en-US" @@ -5845,19 +6119,19 @@ "1" ], "x-ms-request-id": [ - "11f410a1-48f8-47ac-8013-7dbfb6f7d5a7" + "0e0107d0-12ec-4bbb-b3a5-15c062afbfd4" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/11f410a1-48f8-47ac-8013-7dbfb6f7d5a7?api-version=2020-11-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0e0107d0-12ec-4bbb-b3a5-15c062afbfd4?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "0f1a94ce-388e-4659-871c-56baefc132a9" + "a2388557-ea98-4e8d-850a-b11e2b2df2ad" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "e292355e-99d9-4b51-97db-44004068a5ab" + "8c3b4a7e-65ee-45b6-a691-12c1d5ddfa7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5870,13 +6144,13 @@ "1198" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111138Z:0f1a94ce-388e-4659-871c-56baefc132a9" + "SOUTHINDIA:20210518T075834Z:a2388557-ea98-4e8d-850a-b11e2b2df2ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:38 GMT" + "Tue, 18 May 2021 07:58:34 GMT" ], "Content-Length": [ "662" @@ -5888,17 +6162,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdnsc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46412\",\r\n \"etag\": \"W/\\\"10d3bb61-fae7-4d8f-8df7-e298b6edc888\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ec06f9c5-ddaa-470b-8fdc-58a647cfabdc\",\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\": \"pstestpublicdnsf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb2\",\r\n \"etag\": \"W/\\\"5cd162f7-3a5b-4b18-9a2c-2f85f074b7c0\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b7abe9d3-b27a-4354-947a-ae004ac4bb73\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/11f410a1-48f8-47ac-8013-7dbfb6f7d5a7?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzExZjQxMGExLTQ4ZjgtNDdhYy04MDEzLTdkYmZiNmY3ZDVhNz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/0e0107d0-12ec-4bbb-b3a5-15c062afbfd4?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzBlMDEwN2QwLTEyZWMtNGJiYi1iM2E1LTE1YzA2MmFmYmZkND9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72028ba1-4393-4d3d-887c-d35c9c375b8d" + "96a7615a-09c7-4ed2-bc27-bcf411246316" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -5915,13 +6189,13 @@ "no-cache" ], "x-ms-request-id": [ - "b06fa8cf-3920-43f9-9b4e-6a0c44c58083" + "ea589e81-1ad1-4d5f-a0ea-34786c30d9eb" ], "x-ms-correlation-request-id": [ - "433e42d8-2fc1-467c-ade2-64e75099c5a6" + "7fb17428-cfe2-4ab1-83b0-b7d4f79b1377" ], "x-ms-arm-service-request-id": [ - "d653346e-ce47-49c0-9cb5-57eed004313e" + "804c5e1b-e304-459c-8b22-2cd3247a7b03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5931,16 +6205,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111140Z:433e42d8-2fc1-467c-ade2-64e75099c5a6" + "SOUTHINDIA:20210518T075835Z:7fb17428-cfe2-4ab1-83b0-b7d4f79b1377" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:39 GMT" + "Tue, 18 May 2021 07:58:35 GMT" ], "Content-Length": [ "29" @@ -5956,13 +6230,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djNDY0MTI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmNTJlYjI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39ff616c-8b99-49b0-b457-6e27aac22a58" + "4d2423ae-7467-4bdb-80af-4175d6b758d7" ], "Accept-Language": [ "en-US" @@ -5985,13 +6259,13 @@ "gateway" ], "x-ms-request-id": [ - "44ac0e7f-7f8b-490e-a7bb-229624cce296" + "27b3f30c-a155-47f5-bec7-74f5f39ee4ea" ], "x-ms-correlation-request-id": [ - "44ac0e7f-7f8b-490e-a7bb-229624cce296" + "27b3f30c-a155-47f5-bec7-74f5f39ee4ea" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111140Z:44ac0e7f-7f8b-490e-a7bb-229624cce296" + "SOUTHINDIA:20210518T075836Z:27b3f30c-a155-47f5-bec7-74f5f39ee4ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6000,7 +6274,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:39 GMT" + "Tue, 18 May 2021 07:58:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -6012,17 +6286,17 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSGc46412' under resource group 'PSTestRGc4641f4f' 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/PSTestNSGf52eb2' under resource group 'PSTestRGf52eba82' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djNDY0MTI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmNTJlYjI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39ff616c-8b99-49b0-b457-6e27aac22a58" + "4d2423ae-7467-4bdb-80af-4175d6b758d7" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -6039,16 +6313,16 @@ "no-cache" ], "ETag": [ - "W/\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\"" + "W/\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\"" ], "x-ms-request-id": [ - "6cdf9d13-db1a-4641-a4a0-a946c40114cc" + "411ffaaf-cefc-47b5-b97d-b6c832e5a0a4" ], "x-ms-correlation-request-id": [ - "74fbd6dd-4f03-48e6-8d5c-519f1a8a851f" + "502da7de-468c-4c66-aa54-61f131555657" ], "x-ms-arm-service-request-id": [ - "d1e9980a-05b8-45da-801f-443a50337b49" + "fe87a5dd-1a5e-4a93-a0be-00590bcd540e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6058,16 +6332,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11986" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111143Z:74fbd6dd-4f03-48e6-8d5c-519f1a8a851f" + "SOUTHINDIA:20210518T075840Z:502da7de-468c-4c66-aa54-61f131555657" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:43 GMT" + "Tue, 18 May 2021 07:58:40 GMT" ], "Content-Length": [ "8475" @@ -6079,17 +6353,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"75092870-734e-4790-9378-df3d615c91a0\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/securityRules/PSTestNSGRuleRDPc46412\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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\": \"PSTestNSGRuleWebc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/securityRules/PSTestNSGRuleWebc46412\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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\": \"PSTestNSGf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"76e6a959-2685-41e7-8c80-408ca053193f\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/securityRules/PSTestNSGRuleRDPf52eb2\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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\": \"PSTestNSGRuleWebf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/securityRules/PSTestNSGRuleWebf52eb2\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djNDY0MTI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmNTJlYjI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39ff616c-8b99-49b0-b457-6e27aac22a58" + "4d2423ae-7467-4bdb-80af-4175d6b758d7" ], "Accept-Language": [ "en-US" @@ -6109,16 +6383,16 @@ "no-cache" ], "ETag": [ - "W/\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\"" + "W/\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\"" ], "x-ms-request-id": [ - "d30c8ca4-04c4-47b2-ae40-405fad0d4f7b" + "747dc61f-9e37-43de-9211-41c6627b5f6d" ], "x-ms-correlation-request-id": [ - "51f90829-f065-4c33-b91e-3bba2ac41083" + "61bfd2c8-d101-48c5-8879-dd2bf7c15b34" ], "x-ms-arm-service-request-id": [ - "437566a2-4db7-4fe2-bf02-1899f81f35f0" + "b3570801-3471-487e-889a-3dd313ee26fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6128,16 +6402,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11985" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111143Z:51f90829-f065-4c33-b91e-3bba2ac41083" + "SOUTHINDIA:20210518T075841Z:61bfd2c8-d101-48c5-8879-dd2bf7c15b34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:43 GMT" + "Tue, 18 May 2021 07:58:40 GMT" ], "Content-Length": [ "8475" @@ -6149,17 +6423,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"75092870-734e-4790-9378-df3d615c91a0\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/securityRules/PSTestNSGRuleRDPc46412\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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\": \"PSTestNSGRuleWebc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/securityRules/PSTestNSGRuleWebc46412\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"49ffcec4-b1b9-4d76-99cc-569f669ea5ac\\\"\",\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\": \"PSTestNSGf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"76e6a959-2685-41e7-8c80-408ca053193f\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/securityRules/PSTestNSGRuleRDPf52eb2\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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\": \"PSTestNSGRuleWebf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/securityRules/PSTestNSGRuleWebf52eb2\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"46bfd41c-c6d2-4a63-ba73-1ebac4fa7bed\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djNDY0MTI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0dmNTJlYjI/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\": \"PSTestNSGRuleRDPc46412\"\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\": \"PSTestNSGRuleWebc46412\"\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\": \"PSTestNSGRuleRDPf52eb2\"\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\": \"PSTestNSGRuleWebf52eb2\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "39ff616c-8b99-49b0-b457-6e27aac22a58" + "4d2423ae-7467-4bdb-80af-4175d6b758d7" ], "Accept-Language": [ "en-US" @@ -6188,19 +6462,19 @@ "3" ], "x-ms-request-id": [ - "2dcd2091-8eb2-45c3-bfd9-aef90dc8fd33" + "da18d43d-9152-4640-a69f-3e035cb130a7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/2dcd2091-8eb2-45c3-bfd9-aef90dc8fd33?api-version=2020-11-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/da18d43d-9152-4640-a69f-3e035cb130a7?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "fde8150d-1e6a-456a-b7f2-b3a567ae12bf" + "2bf94921-c0d9-461b-983f-49756ac30efa" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "bcf35f5a-527b-4650-a42b-be28ab89c972" + "578be053-32de-4cdd-8437-7e5f6da0bcc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6213,13 +6487,13 @@ "1197" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111140Z:fde8150d-1e6a-456a-b7f2-b3a567ae12bf" + "SOUTHINDIA:20210518T075837Z:2bf94921-c0d9-461b-983f-49756ac30efa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:40 GMT" + "Tue, 18 May 2021 07:58:36 GMT" ], "Content-Length": [ "8466" @@ -6231,17 +6505,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSGc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412\",\r\n \"etag\": \"W/\\\"dab45e47-0706-4900-b7bf-10c4b2cda3a8\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"75092870-734e-4790-9378-df3d615c91a0\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/securityRules/PSTestNSGRuleRDPc46412\",\r\n \"etag\": \"W/\\\"dab45e47-0706-4900-b7bf-10c4b2cda3a8\\\"\",\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\": \"PSTestNSGRuleWebc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/securityRules/PSTestNSGRuleWebc46412\",\r\n \"etag\": \"W/\\\"dab45e47-0706-4900-b7bf-10c4b2cda3a8\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"dab45e47-0706-4900-b7bf-10c4b2cda3a8\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"dab45e47-0706-4900-b7bf-10c4b2cda3a8\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"dab45e47-0706-4900-b7bf-10c4b2cda3a8\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"dab45e47-0706-4900-b7bf-10c4b2cda3a8\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"dab45e47-0706-4900-b7bf-10c4b2cda3a8\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"dab45e47-0706-4900-b7bf-10c4b2cda3a8\\\"\",\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\": \"PSTestNSGf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2\",\r\n \"etag\": \"W/\\\"fbbd01dc-d2cd-4588-9366-bf400be0eef8\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"76e6a959-2685-41e7-8c80-408ca053193f\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/securityRules/PSTestNSGRuleRDPf52eb2\",\r\n \"etag\": \"W/\\\"fbbd01dc-d2cd-4588-9366-bf400be0eef8\\\"\",\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\": \"PSTestNSGRuleWebf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/securityRules/PSTestNSGRuleWebf52eb2\",\r\n \"etag\": \"W/\\\"fbbd01dc-d2cd-4588-9366-bf400be0eef8\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"fbbd01dc-d2cd-4588-9366-bf400be0eef8\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"fbbd01dc-d2cd-4588-9366-bf400be0eef8\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"fbbd01dc-d2cd-4588-9366-bf400be0eef8\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"fbbd01dc-d2cd-4588-9366-bf400be0eef8\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"fbbd01dc-d2cd-4588-9366-bf400be0eef8\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"fbbd01dc-d2cd-4588-9366-bf400be0eef8\\\"\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/2dcd2091-8eb2-45c3-bfd9-aef90dc8fd33?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkY2QyMDkxLThlYjItNDVjMy1iZmQ5LWFlZjkwZGM4ZmQzMz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/da18d43d-9152-4640-a69f-3e035cb130a7?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RhMThkNDNkLTkxNTItNDY0MC1hNjlmLTNlMDM1Y2IxMzBhNz9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39ff616c-8b99-49b0-b457-6e27aac22a58" + "4d2423ae-7467-4bdb-80af-4175d6b758d7" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -6258,13 +6532,13 @@ "no-cache" ], "x-ms-request-id": [ - "3c17ca41-c240-4ef6-b429-baf2b59bb1fe" + "6ee94aa2-5c73-4d7e-9a74-4233984e9c2c" ], "x-ms-correlation-request-id": [ - "0859d9fe-8f6f-4c7e-8303-05957ab81178" + "abb33313-92de-4f52-bb59-aad411bfcbb1" ], "x-ms-arm-service-request-id": [ - "26f112b7-597d-4f5b-988c-0d17de571d0f" + "af376172-c74c-4db3-ade0-892cdbfb354a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6274,16 +6548,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11987" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111143Z:0859d9fe-8f6f-4c7e-8303-05957ab81178" + "SOUTHINDIA:20210518T075840Z:abb33313-92de-4f52-bb59-aad411bfcbb1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:43 GMT" + "Tue, 18 May 2021 07:58:40 GMT" ], "Content-Length": [ "29" @@ -6299,13 +6573,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M0NjQxMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2Y1MmViMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3531e346-4e63-4ab2-b515-0e22562669e6" + "06ece4d9-653e-4ae5-bd7a-f757723e5f36" ], "Accept-Language": [ "en-US" @@ -6328,13 +6602,13 @@ "gateway" ], "x-ms-request-id": [ - "f327cece-2307-4ad4-9f1d-1787b21ae822" + "f7db55c0-ba37-4425-afcd-4bc9084a7bae" ], "x-ms-correlation-request-id": [ - "f327cece-2307-4ad4-9f1d-1787b21ae822" + "f7db55c0-ba37-4425-afcd-4bc9084a7bae" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111144Z:f327cece-2307-4ad4-9f1d-1787b21ae822" + "SOUTHINDIA:20210518T075841Z:f7db55c0-ba37-4425-afcd-4bc9084a7bae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6343,7 +6617,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:43 GMT" + "Tue, 18 May 2021 07:58:40 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -6355,17 +6629,17 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNICc46412' under resource group 'PSTestRGc4641f4f' 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/PSTestNICf52eb2' under resource group 'PSTestRGf52eba82' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M0NjQxMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2Y1MmViMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3531e346-4e63-4ab2-b515-0e22562669e6" + "06ece4d9-653e-4ae5-bd7a-f757723e5f36" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -6382,16 +6656,16 @@ "no-cache" ], "ETag": [ - "W/\"27a3bba6-b112-45ac-bf76-43c3f33f6268\"" + "W/\"b7afc5b2-e86d-4445-8910-57d2ee59edaf\"" ], "x-ms-request-id": [ - "3ebb4375-5c34-4e60-96c3-f131493797d4" + "4f6624a7-eb62-49c4-a407-cfffbb1aef7c" ], "x-ms-correlation-request-id": [ - "57f9b74c-72bd-41ea-acba-280671a3bea1" + "de13493c-1d60-496d-99a2-a4ccb54fa1b3" ], "x-ms-arm-service-request-id": [ - "8a3094ed-1385-408a-8072-746560c38d16" + "eeb32258-8e89-4618-b543-bc91608edfe8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6401,16 +6675,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11983" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111144Z:57f9b74c-72bd-41ea-acba-280671a3bea1" + "SOUTHINDIA:20210518T075842Z:de13493c-1d60-496d-99a2-a4ccb54fa1b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:44 GMT" + "Tue, 18 May 2021 07:58:41 GMT" ], "Content-Length": [ "2104" @@ -6422,17 +6696,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412\",\r\n \"etag\": \"W/\\\"27a3bba6-b112-45ac-bf76-43c3f33f6268\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"048f7f06-c238-4973-a1ed-4d308def25e1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"27a3bba6-b112-45ac-bf76-43c3f33f6268\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46412\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412/subnets/PSTestSNCc46412\"\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\": \"vxqiavdimewelllbi0szgkxcoe.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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412\"\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\": \"PSTestNICf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2\",\r\n \"etag\": \"W/\\\"b7afc5b2-e86d-4445-8910-57d2ee59edaf\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8121dd9e-9c67-4953-a2c4-d65357ccd761\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"b7afc5b2-e86d-4445-8910-57d2ee59edaf\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb2\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2/subnets/PSTestSNCf52eb2\"\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\": \"jijis4upjsuupn4trw4vskgm2e.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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2\"\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M0NjQxMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2Y1MmViMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3531e346-4e63-4ab2-b515-0e22562669e6" + "06ece4d9-653e-4ae5-bd7a-f757723e5f36" ], "Accept-Language": [ "en-US" @@ -6452,16 +6726,16 @@ "no-cache" ], "ETag": [ - "W/\"27a3bba6-b112-45ac-bf76-43c3f33f6268\"" + "W/\"b7afc5b2-e86d-4445-8910-57d2ee59edaf\"" ], "x-ms-request-id": [ - "ea45c342-1981-4fa1-8d43-f9f16fd59ebb" + "b08f3218-d3fd-4e5e-91b3-1ce28abc437e" ], "x-ms-correlation-request-id": [ - "6a747516-28bf-4e9c-8f78-d74b5066094b" + "25815d38-1401-40a4-b66d-cd2355de5bca" ], "x-ms-arm-service-request-id": [ - "8f0b9190-5381-4f86-bb04-2f908421ab7d" + "ad8fdc34-cfae-4424-9dc0-19238fa50895" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6471,16 +6745,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11982" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111144Z:6a747516-28bf-4e9c-8f78-d74b5066094b" + "SOUTHINDIA:20210518T075842Z:25815d38-1401-40a4-b66d-cd2355de5bca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:44 GMT" + "Tue, 18 May 2021 07:58:41 GMT" ], "Content-Length": [ "2104" @@ -6492,17 +6766,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412\",\r\n \"etag\": \"W/\\\"27a3bba6-b112-45ac-bf76-43c3f33f6268\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"048f7f06-c238-4973-a1ed-4d308def25e1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"27a3bba6-b112-45ac-bf76-43c3f33f6268\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46412\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412/subnets/PSTestSNCc46412\"\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\": \"vxqiavdimewelllbi0szgkxcoe.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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412\"\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\": \"PSTestNICf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2\",\r\n \"etag\": \"W/\\\"b7afc5b2-e86d-4445-8910-57d2ee59edaf\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8121dd9e-9c67-4953-a2c4-d65357ccd761\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"b7afc5b2-e86d-4445-8910-57d2ee59edaf\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb2\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2/subnets/PSTestSNCf52eb2\"\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\": \"jijis4upjsuupn4trw4vskgm2e.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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2\"\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412?api-version=2020-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2M0NjQxMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2Y1MmViMj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "PUT", - "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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412/subnets/PSTestSNCc46412\"\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/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46412\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2\",\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/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2/subnets/PSTestSNCf52eb2\"\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/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb2\",\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": [ - "3531e346-4e63-4ab2-b515-0e22562669e6" + "06ece4d9-653e-4ae5-bd7a-f757723e5f36" ], "Accept-Language": [ "en-US" @@ -6528,19 +6802,19 @@ "no-cache" ], "x-ms-request-id": [ - "89b567cc-b4bd-4007-a4fe-2be3cfb195a7" + "c7550df9-9395-4c6b-b47d-812ac29db375" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/89b567cc-b4bd-4007-a4fe-2be3cfb195a7?api-version=2020-11-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/c7550df9-9395-4c6b-b47d-812ac29db375?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "c3f991b8-d4d9-428a-9246-2e9b4a91f5fc" + "98d493e4-0912-47b6-9f81-dd62151992e4" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "551bfbbc-d6ad-4a25-8971-0e79e37b434a" + "21f76a7d-dcd8-492f-8ff9-a3f0a309d383" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6553,13 +6827,13 @@ "1196" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111144Z:c3f991b8-d4d9-428a-9246-2e9b4a91f5fc" + "SOUTHINDIA:20210518T075842Z:98d493e4-0912-47b6-9f81-dd62151992e4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:44 GMT" + "Tue, 18 May 2021 07:58:41 GMT" ], "Content-Length": [ "2104" @@ -6571,17 +6845,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNICc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412\",\r\n \"etag\": \"W/\\\"27a3bba6-b112-45ac-bf76-43c3f33f6268\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"048f7f06-c238-4973-a1ed-4d308def25e1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"27a3bba6-b112-45ac-bf76-43c3f33f6268\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsc46412\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Network/virtualNetworks/PSTestVNETc46412/subnets/PSTestSNCc46412\"\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\": \"vxqiavdimewelllbi0szgkxcoe.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/PSTestRGc4641f4f/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGc46412\"\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\": \"PSTestNICf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2\",\r\n \"etag\": \"W/\\\"b7afc5b2-e86d-4445-8910-57d2ee59edaf\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8121dd9e-9c67-4953-a2c4-d65357ccd761\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"b7afc5b2-e86d-4445-8910-57d2ee59edaf\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnsf52eb2\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Network/virtualNetworks/PSTestVNETf52eb2/subnets/PSTestSNCf52eb2\"\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\": \"jijis4upjsuupn4trw4vskgm2e.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/PSTestRGf52eba82/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGf52eb2\"\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM0NjQxMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY1MmViMj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc46412\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"c4641f4f-759\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"Owner\": \"sarath\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf52eb2\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"f52eba82-5ff\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "Accept-Language": [ "en-US" @@ -6610,7 +6884,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/da8e4e83-3af2-49de-a459-44a89a32a83e?api-version=2020-12-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/f20937af-2fc1-4e91-bcba-73070c5d8440?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -6622,26 +6896,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "da8e4e83-3af2-49de-a459-44a89a32a83e" + "f20937af-2fc1-4e91-bcba-73070c5d8440" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "d5930d1d-843f-4517-8c6e-f074ef282ddc" + "5b3c9c4d-7892-4bef-b6c9-ee79a4e90817" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111146Z:d5930d1d-843f-4517-8c6e-f074ef282ddc" + "SOUTHINDIA:20210518T075846Z:5b3c9c4d-7892-4bef-b6c9-ee79a4e90817" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:46 GMT" + "Tue, 18 May 2021 07:58:46 GMT" ], "Content-Length": [ "1907" @@ -6653,17 +6927,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVMc46412\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"MabUsed\": \"Yes\",\r\n \"Owner\": \"sarath\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"AutoShutDown\": \"No\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0dc238c2-1aa4-4c84-875b-2ceda8e0e58f\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMc46412\",\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/PSTestRGc4641f4f/providers/Microsoft.Network/networkInterfaces/PSTestNICc46412\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMf52eb2\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"Owner\": \"sarath\",\r\n \"AutoShutDown\": \"No\",\r\n \"Purpose\": \"PSTest\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"MabUsed\": \"Yes\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"e5858bca-ccba-44a5-8d82-ededd8738f98\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMf52eb2\",\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/PSTestRGf52eba82/providers/Microsoft.Network/networkInterfaces/PSTestNICf52eb2\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/da8e4e83-3af2-49de-a459-44a89a32a83e?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RhOGU0ZTgzLTNhZjItNDlkZS1hNDU5LTQ0YTg5YTMyYTgzZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/f20937af-2fc1-4e91-bcba-73070c5d8440?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyMDkzN2FmLTJmYzEtNGU5MS1iY2JhLTczMDcwYzVkODQ0MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -6683,13 +6957,13 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29986" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7d1cbd23-af58-41bb-b39a-7125d650cb90" + "b2a367d4-bd74-4c52-8cea-7ea3e072c667" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -6699,16 +6973,16 @@ "11982" ], "x-ms-correlation-request-id": [ - "cadd2065-3bd1-4a72-b83f-fbfc5b4a7ca1" + "adaba0b3-d88f-450f-b6ff-e4d3aabff9ee" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111156Z:cadd2065-3bd1-4a72-b83f-fbfc5b4a7ca1" + "SOUTHINDIA:20210518T075856Z:adaba0b3-d88f-450f-b6ff-e4d3aabff9ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:11:56 GMT" + "Tue, 18 May 2021 07:58:56 GMT" ], "Content-Length": [ "134" @@ -6720,17 +6994,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:41:45.9994011+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da8e4e83-3af2-49de-a459-44a89a32a83e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:28:45.6024103+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f20937af-2fc1-4e91-bcba-73070c5d8440\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/da8e4e83-3af2-49de-a459-44a89a32a83e?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RhOGU0ZTgzLTNhZjItNDlkZS1hNDU5LTQ0YTg5YTMyYTgzZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/f20937af-2fc1-4e91-bcba-73070c5d8440?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyMDkzN2FmLTJmYzEtNGU5MS1iY2JhLTczMDcwYzVkODQ0MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -6747,13 +7021,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "98258579-4329-45e4-97e4-7c65ba411253" + "3babd102-07e0-45ee-bb91-1cde3cd9bf73" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -6763,16 +7037,16 @@ "11981" ], "x-ms-correlation-request-id": [ - "f4e15efe-dada-48d4-a3eb-2f1a0cb50579" + "31dbf8c7-8c13-4d96-b96e-b979cafe364a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111246Z:f4e15efe-dada-48d4-a3eb-2f1a0cb50579" + "SOUTHINDIA:20210518T075946Z:31dbf8c7-8c13-4d96-b96e-b979cafe364a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:12:46 GMT" + "Tue, 18 May 2021 07:59:46 GMT" ], "Content-Length": [ "134" @@ -6784,17 +7058,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:41:45.9994011+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"da8e4e83-3af2-49de-a459-44a89a32a83e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:28:45.6024103+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f20937af-2fc1-4e91-bcba-73070c5d8440\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/da8e4e83-3af2-49de-a459-44a89a32a83e?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RhOGU0ZTgzLTNhZjItNDlkZS1hNDU5LTQ0YTg5YTMyYTgzZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/f20937af-2fc1-4e91-bcba-73070c5d8440?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyMDkzN2FmLTJmYzEtNGU5MS1iY2JhLTczMDcwYzVkODQ0MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -6811,13 +7085,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "829dc04e-3210-4cba-ba4e-339edc1d8c98" + "b06c0511-3f3b-47f4-a280-0a626ce20b0f" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -6827,16 +7101,80 @@ "11980" ], "x-ms-correlation-request-id": [ - "b7843f83-b136-4955-9c72-49bbf97b2bc3" + "8b1e49f2-ad1d-4974-9737-65873041fe77" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T080036Z:8b1e49f2-ad1d-4974-9737-65873041fe77" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 08:00:36 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:28:45.6024103+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"f20937af-2fc1-4e91-bcba-73070c5d8440\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/f20937af-2fc1-4e91-bcba-73070c5d8440?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2YyMDkzN2FmLTJmYzEtNGU5MS1iY2JhLTczMDcwYzVkODQ0MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29984" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "37ca3c53-8272-42eb-b7d6-b0811e7308ba" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "89fcb4a1-ef3d-423f-8bb4-2341cc122d07" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111336Z:b7843f83-b136-4955-9c72-49bbf97b2bc3" + "SOUTHINDIA:20210518T080127Z:89fcb4a1-ef3d-423f-8bb4-2341cc122d07" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:13:36 GMT" + "Tue, 18 May 2021 08:01:26 GMT" ], "Content-Length": [ "184" @@ -6848,17 +7186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:41:45.9994011+05:30\",\r\n \"endTime\": \"2021-05-17T16:43:09.7800477+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"da8e4e83-3af2-49de-a459-44a89a32a83e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:28:45.6024103+05:30\",\r\n \"endTime\": \"2021-05-18T13:30:42.6796205+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f20937af-2fc1-4e91-bcba-73070c5d8440\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412/extensions/BGInfo?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM0NjQxMi9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY1MmViMi9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "Accept-Language": [ "en-US" @@ -6884,7 +7222,7 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/13d6b22c-7165-49fc-bb6e-fe24f39d856f?api-version=2020-12-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/2bbfe8cb-4004-4d2d-a3ff-edb66e718763?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -6896,26 +7234,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "13d6b22c-7165-49fc-bb6e-fe24f39d856f" + "2bbfe8cb-4004-4d2d-a3ff-edb66e718763" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "58203842-4ac6-46f3-a025-a53f49facde8" + "85324433-ac1e-4f72-befb-ffd0221c7e17" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111337Z:58203842-4ac6-46f3-a025-a53f49facde8" + "SOUTHINDIA:20210518T080130Z:85324433-ac1e-4f72-befb-ffd0221c7e17" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:13:37 GMT" + "Tue, 18 May 2021 08:01:30 GMT" ], "Content-Length": [ "484" @@ -6927,17 +7265,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412/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/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2/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/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/13d6b22c-7165-49fc-bb6e-fe24f39d856f?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEzZDZiMjJjLTcxNjUtNDlmYy1iYjZlLWZlMjRmMzlkODU2Zj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/2bbfe8cb-4004-4d2d-a3ff-edb66e718763?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiYmZlOGNiLTQwMDQtNGQyZC1hM2ZmLWVkYjY2ZTcxODc2Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -6954,32 +7292,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1fa14c5b-4004-45d8-a3d9-212498e74f57" + "59ecc5a8-cb91-43f0-8ba2-b20942ec3433" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11974" ], "x-ms-correlation-request-id": [ - "19f72507-e548-4040-bf44-cb4f32effec3" + "0d392506-914a-4c66-ac4e-2ee2f8f7bdd6" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111408Z:19f72507-e548-4040-bf44-cb4f32effec3" + "SOUTHINDIA:20210518T080201Z:0d392506-914a-4c66-ac4e-2ee2f8f7bdd6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:14:07 GMT" + "Tue, 18 May 2021 08:02:00 GMT" ], "Content-Length": [ "134" @@ -6991,17 +7329,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:43:37.7798883+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"13d6b22c-7165-49fc-bb6e-fe24f39d856f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:31:30.3824885+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2bbfe8cb-4004-4d2d-a3ff-edb66e718763\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/13d6b22c-7165-49fc-bb6e-fe24f39d856f?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEzZDZiMjJjLTcxNjUtNDlmYy1iYjZlLWZlMjRmMzlkODU2Zj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/2bbfe8cb-4004-4d2d-a3ff-edb66e718763?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiYmZlOGNiLTQwMDQtNGQyZC1hM2ZmLWVkYjY2ZTcxODc2Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -7018,32 +7356,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29981" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e04bf68e-ef22-447a-9404-50547449aed2" + "c9ad23e1-4e02-4b78-a25b-df372e5da5cd" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11973" ], "x-ms-correlation-request-id": [ - "f847fca1-5719-449b-ae11-55d0ea1bd99c" + "6d3fd2c3-2161-496b-b7d0-f5b707662351" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111438Z:f847fca1-5719-449b-ae11-55d0ea1bd99c" + "SOUTHINDIA:20210518T080231Z:6d3fd2c3-2161-496b-b7d0-f5b707662351" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:14:37 GMT" + "Tue, 18 May 2021 08:02:31 GMT" ], "Content-Length": [ "134" @@ -7055,17 +7393,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:43:37.7798883+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"13d6b22c-7165-49fc-bb6e-fe24f39d856f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:31:30.3824885+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2bbfe8cb-4004-4d2d-a3ff-edb66e718763\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/13d6b22c-7165-49fc-bb6e-fe24f39d856f?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEzZDZiMjJjLTcxNjUtNDlmYy1iYjZlLWZlMjRmMzlkODU2Zj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/2bbfe8cb-4004-4d2d-a3ff-edb66e718763?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiYmZlOGNiLTQwMDQtNGQyZC1hM2ZmLWVkYjY2ZTcxODc2Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -7082,32 +7420,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31dfee9f-46dc-4847-8320-2fc247b770dd" + "0b94e089-7c03-48e9-aa0a-ea49c8844165" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11972" ], "x-ms-correlation-request-id": [ - "4fab772c-57f0-4c19-a67d-b1f3c330d0d4" + "ae77b17f-1123-4bd7-9b03-b154970cc613" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111508Z:4fab772c-57f0-4c19-a67d-b1f3c330d0d4" + "SOUTHINDIA:20210518T080301Z:ae77b17f-1123-4bd7-9b03-b154970cc613" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:15:07 GMT" + "Tue, 18 May 2021 08:03:01 GMT" ], "Content-Length": [ "134" @@ -7119,17 +7457,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:43:37.7798883+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"13d6b22c-7165-49fc-bb6e-fe24f39d856f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:31:30.3824885+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2bbfe8cb-4004-4d2d-a3ff-edb66e718763\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/13d6b22c-7165-49fc-bb6e-fe24f39d856f?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEzZDZiMjJjLTcxNjUtNDlmYy1iYjZlLWZlMjRmMzlkODU2Zj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/2bbfe8cb-4004-4d2d-a3ff-edb66e718763?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJiYmZlOGNiLTQwMDQtNGQyZC1hM2ZmLWVkYjY2ZTcxODc2Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -7146,32 +7484,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29982" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "260ab00a-3505-451e-a7de-7496224cffe9" + "6a030ecc-51d7-446c-b3e5-29b0e302d1e6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11971" ], "x-ms-correlation-request-id": [ - "a7af9703-e527-48cc-921d-427614c285ca" + "1154b05f-1541-4b76-abe4-08682a9b3c71" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111538Z:a7af9703-e527-48cc-921d-427614c285ca" + "SOUTHINDIA:20210518T080331Z:1154b05f-1541-4b76-abe4-08682a9b3c71" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:15:38 GMT" + "Tue, 18 May 2021 08:03:30 GMT" ], "Content-Length": [ "184" @@ -7183,17 +7521,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-05-17T16:43:37.7798883+05:30\",\r\n \"endTime\": \"2021-05-17T16:45:35.5915197+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"13d6b22c-7165-49fc-bb6e-fe24f39d856f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T13:31:30.3824885+05:30\",\r\n \"endTime\": \"2021-05-18T13:33:08.7723872+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2bbfe8cb-4004-4d2d-a3ff-edb66e718763\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412/extensions/BGInfo?api-version=2020-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWM0NjQxMi9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWY1MmViMi9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e7e01a2-dc59-4298-a9bb-56cd8382a2a3" + "29354a05-5423-4b93-af2b-4ae4bb4de1e3" ], "User-Agent": [ "FxVersion/4.6.29719.03", @@ -7210,32 +7548,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31987" + "Microsoft.Compute/LowCostGet3Min;3988,Microsoft.Compute/LowCostGet30Min;31982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c5122c1d-2539-403f-8e32-cfe708fed5da" + "08fe0217-5073-4ea5-b7d3-bf64d2b484fc" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11970" ], "x-ms-correlation-request-id": [ - "77960731-0cd8-4e7e-a7cc-a6e73c2de339" + "648782bb-b799-45a3-9c6e-0ac878010e1b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111538Z:77960731-0cd8-4e7e-a7cc-a6e73c2de339" + "SOUTHINDIA:20210518T080331Z:648782bb-b799-45a3-9c6e-0ac878010e1b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:15:38 GMT" + "Tue, 18 May 2021 08:03:30 GMT" ], "Content-Length": [ "485" @@ -7247,17 +7585,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412/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/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc46412'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzQ2NDEyJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMf52eb2'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNZjUyZWIyJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "895e06bd-482c-4ec2-a4c8-9d21d07dfe1d" + "a459aa83-4d86-4319-a826-da94000e38c3" ], "Accept-Language": [ "en-US" @@ -7266,7 +7604,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7280,11 +7618,11 @@ "nosniff" ], "x-ms-request-id": [ - "0b83e2c3-4003-47c4-bb9b-405181b87ae5" + "8cfbcfde-7547-44b3-8890-f9ceef0eaf6d" ], "x-ms-client-request-id": [ - "895e06bd-482c-4ec2-a4c8-9d21d07dfe1d", - "895e06bd-482c-4ec2-a4c8-9d21d07dfe1d" + "a459aa83-4d86-4319-a826-da94000e38c3", + "a459aa83-4d86-4319-a826-da94000e38c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7299,13 +7637,13 @@ "149" ], "x-ms-correlation-request-id": [ - "0b83e2c3-4003-47c4-bb9b-405181b87ae5" + "8cfbcfde-7547-44b3-8890-f9ceef0eaf6d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111544Z:0b83e2c3-4003-47c4-bb9b-405181b87ae5" + "SOUTHINDIA:20210518T080337Z:8cfbcfde-7547-44b3-8890-f9ceef0eaf6d" ], "Date": [ - "Mon, 17 May 2021 11:15:43 GMT" + "Tue, 18 May 2021 08:03:36 GMT" ], "Content-Length": [ "12" @@ -7321,13 +7659,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMc46412'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNYzQ2NDEyJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMf52eb2'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNZjUyZWIyJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed6fc195-207f-42d2-88cf-40e2c5d7117c" + "08100808-d5bd-4ba5-9db2-9084edbd2dc1" ], "Accept-Language": [ "en-US" @@ -7336,7 +7674,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7350,11 +7688,11 @@ "nosniff" ], "x-ms-request-id": [ - "6ac6cd26-6740-4e9a-830b-a63bfffb413e" + "235bc228-9884-4540-bba7-264ea4196ccc" ], "x-ms-client-request-id": [ - "ed6fc195-207f-42d2-88cf-40e2c5d7117c", - "ed6fc195-207f-42d2-88cf-40e2c5d7117c" + "08100808-d5bd-4ba5-9db2-9084edbd2dc1", + "08100808-d5bd-4ba5-9db2-9084edbd2dc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7369,13 +7707,13 @@ "148" ], "x-ms-correlation-request-id": [ - "6ac6cd26-6740-4e9a-830b-a63bfffb413e" + "235bc228-9884-4540-bba7-264ea4196ccc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111629Z:6ac6cd26-6740-4e9a-830b-a63bfffb413e" + "SOUTHINDIA:20210518T080424Z:235bc228-9884-4540-bba7-264ea4196ccc" ], "Date": [ - "Mon, 17 May 2021 11:16:28 GMT" + "Tue, 18 May 2021 08:04:24 GMT" ], "Content-Length": [ "914" @@ -7387,17 +7725,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc4641f4f\",\r\n \"friendlyName\": \"PSTestVMc46412\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGf52eba82\",\r\n \"friendlyName\": \"PSTestVMf52eb2\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/refreshContainers?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBGYWJyaWNzL0F6dXJlL3JlZnJlc2hDb250YWluZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/refreshContainers?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBGYWJyaWNzL0F6dXJlL3JlZnJlc2hDb250YWluZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -7406,7 +7744,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7417,23 +7755,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/operationResults/0ef85628-a718-4c1a-89a6-61516b6f3f16?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/operationResults/f6c41815-b03e-46c0-b7ac-569df73c90b9?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/operationsStatus/0ef85628-a718-4c1a-89a6-61516b6f3f16?api-version=2019-05-13-preview" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/operationsStatus/f6c41815-b03e-46c0-b7ac-569df73c90b9?api-version=2019-05-13-preview" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "ad05525f-417c-4442-80e4-f3d7305997a7" + "168e77e2-8f18-46f3-9e64-a828f45a2b42" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7445,13 +7783,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "ad05525f-417c-4442-80e4-f3d7305997a7" + "168e77e2-8f18-46f3-9e64-a828f45a2b42" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111544Z:ad05525f-417c-4442-80e4-f3d7305997a7" + "SOUTHINDIA:20210518T080339Z:168e77e2-8f18-46f3-9e64-a828f45a2b42" ], "Date": [ - "Mon, 17 May 2021 11:15:43 GMT" + "Tue, 18 May 2021 08:03:38 GMT" ], "Expires": [ "-1" @@ -7464,13 +7802,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/operationResults/0ef85628-a718-4c1a-89a6-61516b6f3f16?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvMGVmODU2MjgtYTcxOC00YzFhLTg5YTYtNjE1MTZiNmYzZjE2P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/operationResults/f6c41815-b03e-46c0-b7ac-569df73c90b9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvZjZjNDE4MTUtYjAzZS00NmMwLWI3YWMtNTY5ZGY3M2M5MGI5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -7479,7 +7817,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7490,7 +7828,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/operationResults/0ef85628-a718-4c1a-89a6-61516b6f3f16?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/operationResults/f6c41815-b03e-46c0-b7ac-569df73c90b9?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -7499,11 +7837,11 @@ "nosniff" ], "x-ms-request-id": [ - "2c8ad038-8751-4337-935a-809923744dc8" + "06b2a2c2-43fa-4894-89c6-e31bc8c10e07" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7515,13 +7853,13 @@ "149" ], "x-ms-correlation-request-id": [ - "2c8ad038-8751-4337-935a-809923744dc8" + "06b2a2c2-43fa-4894-89c6-e31bc8c10e07" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111545Z:2c8ad038-8751-4337-935a-809923744dc8" + "SOUTHINDIA:20210518T080339Z:06b2a2c2-43fa-4894-89c6-e31bc8c10e07" ], "Date": [ - "Mon, 17 May 2021 11:15:44 GMT" + "Tue, 18 May 2021 08:03:39 GMT" ], "Expires": [ "-1" @@ -7534,13 +7872,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/operationResults/0ef85628-a718-4c1a-89a6-61516b6f3f16?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvMGVmODU2MjgtYTcxOC00YzFhLTg5YTYtNjE1MTZiNmYzZjE2P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/operationResults/f6c41815-b03e-46c0-b7ac-569df73c90b9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvZjZjNDE4MTUtYjAzZS00NmMwLWI3YWMtNTY5ZGY3M2M5MGI5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -7549,7 +7887,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7560,7 +7898,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/operationResults/0ef85628-a718-4c1a-89a6-61516b6f3f16?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/operationResults/f6c41815-b03e-46c0-b7ac-569df73c90b9?api-version=2021-03-01" ], "Retry-After": [ "60" @@ -7569,11 +7907,11 @@ "nosniff" ], "x-ms-request-id": [ - "c58dfbf6-d417-4417-9a58-3b8233202cc9" + "70de33d1-fca1-4ce4-b7fe-fe1d51eb94fc" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7585,13 +7923,13 @@ "148" ], "x-ms-correlation-request-id": [ - "c58dfbf6-d417-4417-9a58-3b8233202cc9" + "70de33d1-fca1-4ce4-b7fe-fe1d51eb94fc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111550Z:c58dfbf6-d417-4417-9a58-3b8233202cc9" + "SOUTHINDIA:20210518T080345Z:70de33d1-fca1-4ce4-b7fe-fe1d51eb94fc" ], "Date": [ - "Mon, 17 May 2021 11:15:50 GMT" + "Tue, 18 May 2021 08:03:44 GMT" ], "Expires": [ "-1" @@ -7604,13 +7942,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/operationResults/0ef85628-a718-4c1a-89a6-61516b6f3f16?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvMGVmODU2MjgtYTcxOC00YzFhLTg5YTYtNjE1MTZiNmYzZjE2P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/operationResults/f6c41815-b03e-46c0-b7ac-569df73c90b9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvZjZjNDE4MTUtYjAzZS00NmMwLWI3YWMtNTY5ZGY3M2M5MGI5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -7619,7 +7957,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7633,11 +7971,11 @@ "nosniff" ], "x-ms-request-id": [ - "769d1483-7e01-4517-b213-d7c362a00817" + "a2857948-cc17-4efc-a951-3efc2a078403" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7649,13 +7987,13 @@ "147" ], "x-ms-correlation-request-id": [ - "769d1483-7e01-4517-b213-d7c362a00817" + "a2857948-cc17-4efc-a951-3efc2a078403" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111555Z:769d1483-7e01-4517-b213-d7c362a00817" + "SOUTHINDIA:20210518T080350Z:a2857948-cc17-4efc-a951-3efc2a078403" ], "Date": [ - "Mon, 17 May 2021 11:15:55 GMT" + "Tue, 18 May 2021 08:03:50 GMT" ], "Expires": [ "-1" @@ -7665,13 +8003,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/operationResults/0ef85628-a718-4c1a-89a6-61516b6f3f16?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvMGVmODU2MjgtYTcxOC00YzFhLTg5YTYtNjE1MTZiNmYzZjE2P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/operationResults/f6c41815-b03e-46c0-b7ac-569df73c90b9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBGYWJyaWNzL0F6dXJlL29wZXJhdGlvblJlc3VsdHMvZjZjNDE4MTUtYjAzZS00NmMwLWI3YWMtNTY5ZGY3M2M5MGI5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -7680,7 +8018,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7694,11 +8032,11 @@ "nosniff" ], "x-ms-request-id": [ - "1aa6710d-d34c-4f7d-bb2e-cf4397ab7700" + "248695f1-e8c0-41fe-b503-449d6b5421a4" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7710,13 +8048,13 @@ "146" ], "x-ms-correlation-request-id": [ - "1aa6710d-d34c-4f7d-bb2e-cf4397ab7700" + "248695f1-e8c0-41fe-b503-449d6b5421a4" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111556Z:1aa6710d-d34c-4f7d-bb2e-cf4397ab7700" + "SOUTHINDIA:20210518T080350Z:248695f1-e8c0-41fe-b503-449d6b5421a4" ], "Date": [ - "Mon, 17 May 2021 11:15:56 GMT" + "Tue, 18 May 2021 08:03:50 GMT" ], "Expires": [ "-1" @@ -7726,13 +8064,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc4641f4f%3Bpstestvmc46412/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgc4641f4f%3Bpstestvmc46412?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjNDY0MWY0ZiUzQnBzdGVzdHZtYzQ2NDEyL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M0NjQxZjRmJTNCcHN0ZXN0dm1jNDY0MTI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgf52eba82%3Bpstestvmf52eb2/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgf52eba82%3Bpstestvmf52eb2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmNTJlYmE4MiUzQnBzdGVzdHZtZjUyZWIyL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2Y1MmViYTgyJTNCcHN0ZXN0dm1mNTJlYjI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -7741,7 +8079,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -7758,23 +8096,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412/protectedItems/vm;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412/operationResults/0f153a07-3a24-41a1-b6d8-75d7eb21f556?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2/protectedItems/vm;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2/operationResults/5344bd5f-093e-49db-8695-3d61e3672387?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412/protectedItems/vm;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412/operationsStatus/0f153a07-3a24-41a1-b6d8-75d7eb21f556?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2/protectedItems/vm;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2/operationsStatus/5344bd5f-093e-49db-8695-3d61e3672387?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "b17caf78-f0f6-48a7-a40f-df8b07921a8a" + "3d046f6f-d961-4eb7-9450-bd5c0f30d342" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7786,13 +8124,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "b17caf78-f0f6-48a7-a40f-df8b07921a8a" + "3d046f6f-d961-4eb7-9450-bd5c0f30d342" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111556Z:b17caf78-f0f6-48a7-a40f-df8b07921a8a" + "SOUTHINDIA:20210518T080351Z:3d046f6f-d961-4eb7-9450-bd5c0f30d342" ], "Date": [ - "Mon, 17 May 2021 11:15:56 GMT" + "Tue, 18 May 2021 08:03:51 GMT" ], "Expires": [ "-1" @@ -7805,13 +8143,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/0f153a07-3a24-41a1-b6d8-75d7eb21f556?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzBmMTUzYTA3LTNhMjQtNDFhMS1iNmQ4LTc1ZDdlYjIxZjU1Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/5344bd5f-093e-49db-8695-3d61e3672387?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzUzNDRiZDVmLTA5M2UtNDlkYi04Njk1LTNkNjFlMzY3MjM4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -7820,7 +8158,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7834,11 +8172,11 @@ "nosniff" ], "x-ms-request-id": [ - "9ba1f38f-49f0-429b-b491-403b1f0c7421" + "4360ae80-b434-44d7-94f4-b0e1e94b57ab" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7853,13 +8191,13 @@ "149" ], "x-ms-correlation-request-id": [ - "9ba1f38f-49f0-429b-b491-403b1f0c7421" + "4360ae80-b434-44d7-94f4-b0e1e94b57ab" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111557Z:9ba1f38f-49f0-429b-b491-403b1f0c7421" + "SOUTHINDIA:20210518T080352Z:4360ae80-b434-44d7-94f4-b0e1e94b57ab" ], "Date": [ - "Mon, 17 May 2021 11:15:56 GMT" + "Tue, 18 May 2021 08:03:52 GMT" ], "Content-Length": [ "188" @@ -7871,17 +8209,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"name\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"name\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/0f153a07-3a24-41a1-b6d8-75d7eb21f556?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzBmMTUzYTA3LTNhMjQtNDFhMS1iNmQ4LTc1ZDdlYjIxZjU1Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/5344bd5f-093e-49db-8695-3d61e3672387?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzUzNDRiZDVmLTA5M2UtNDlkYi04Njk1LTNkNjFlMzY3MjM4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -7890,7 +8228,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7904,11 +8242,11 @@ "nosniff" ], "x-ms-request-id": [ - "bbb97eaa-e534-48e3-86bf-9a5957051182" + "7da1147a-6985-4da9-b4f6-dd7211656050" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7923,13 +8261,13 @@ "148" ], "x-ms-correlation-request-id": [ - "bbb97eaa-e534-48e3-86bf-9a5957051182" + "7da1147a-6985-4da9-b4f6-dd7211656050" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111602Z:bbb97eaa-e534-48e3-86bf-9a5957051182" + "SOUTHINDIA:20210518T080357Z:7da1147a-6985-4da9-b4f6-dd7211656050" ], "Date": [ - "Mon, 17 May 2021 11:16:02 GMT" + "Tue, 18 May 2021 08:03:57 GMT" ], "Content-Length": [ "188" @@ -7941,17 +8279,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"name\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"name\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/0f153a07-3a24-41a1-b6d8-75d7eb21f556?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzBmMTUzYTA3LTNhMjQtNDFhMS1iNmQ4LTc1ZDdlYjIxZjU1Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/5344bd5f-093e-49db-8695-3d61e3672387?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzUzNDRiZDVmLTA5M2UtNDlkYi04Njk1LTNkNjFlMzY3MjM4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -7960,7 +8298,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7974,11 +8312,11 @@ "nosniff" ], "x-ms-request-id": [ - "ae651ad9-174f-4eee-b706-01e5fd612214" + "329c4e4f-7317-4086-b78e-9aeed56d86d9" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7993,13 +8331,13 @@ "147" ], "x-ms-correlation-request-id": [ - "ae651ad9-174f-4eee-b706-01e5fd612214" + "329c4e4f-7317-4086-b78e-9aeed56d86d9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111607Z:ae651ad9-174f-4eee-b706-01e5fd612214" + "SOUTHINDIA:20210518T080402Z:329c4e4f-7317-4086-b78e-9aeed56d86d9" ], "Date": [ - "Mon, 17 May 2021 11:16:07 GMT" + "Tue, 18 May 2021 08:04:02 GMT" ], "Content-Length": [ "188" @@ -8011,17 +8349,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"name\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"name\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/0f153a07-3a24-41a1-b6d8-75d7eb21f556?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzBmMTUzYTA3LTNhMjQtNDFhMS1iNmQ4LTc1ZDdlYjIxZjU1Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/5344bd5f-093e-49db-8695-3d61e3672387?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzUzNDRiZDVmLTA5M2UtNDlkYi04Njk1LTNkNjFlMzY3MjM4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -8030,7 +8368,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8044,11 +8382,11 @@ "nosniff" ], "x-ms-request-id": [ - "3115c80d-a6b0-4558-b069-731b79e6dcfd" + "a914ea4a-e870-4ff9-b3c5-6ac20e7023c5" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8063,13 +8401,13 @@ "146" ], "x-ms-correlation-request-id": [ - "3115c80d-a6b0-4558-b069-731b79e6dcfd" + "a914ea4a-e870-4ff9-b3c5-6ac20e7023c5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111612Z:3115c80d-a6b0-4558-b069-731b79e6dcfd" + "SOUTHINDIA:20210518T080407Z:a914ea4a-e870-4ff9-b3c5-6ac20e7023c5" ], "Date": [ - "Mon, 17 May 2021 11:16:12 GMT" + "Tue, 18 May 2021 08:04:07 GMT" ], "Content-Length": [ "188" @@ -8081,17 +8419,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"name\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"name\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/0f153a07-3a24-41a1-b6d8-75d7eb21f556?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzBmMTUzYTA3LTNhMjQtNDFhMS1iNmQ4LTc1ZDdlYjIxZjU1Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/5344bd5f-093e-49db-8695-3d61e3672387?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzUzNDRiZDVmLTA5M2UtNDlkYi04Njk1LTNkNjFlMzY3MjM4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -8100,7 +8438,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8114,11 +8452,11 @@ "nosniff" ], "x-ms-request-id": [ - "e2a8b9f1-55da-4c05-8e0b-601b1dc146af" + "e365a54d-dc82-42a6-a9ea-bd495d7cca82" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8133,13 +8471,13 @@ "145" ], "x-ms-correlation-request-id": [ - "e2a8b9f1-55da-4c05-8e0b-601b1dc146af" + "e365a54d-dc82-42a6-a9ea-bd495d7cca82" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111618Z:e2a8b9f1-55da-4c05-8e0b-601b1dc146af" + "SOUTHINDIA:20210518T080413Z:e365a54d-dc82-42a6-a9ea-bd495d7cca82" ], "Date": [ - "Mon, 17 May 2021 11:16:17 GMT" + "Tue, 18 May 2021 08:04:13 GMT" ], "Content-Length": [ "188" @@ -8151,17 +8489,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"name\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"name\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/0f153a07-3a24-41a1-b6d8-75d7eb21f556?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzBmMTUzYTA3LTNhMjQtNDFhMS1iNmQ4LTc1ZDdlYjIxZjU1Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/5344bd5f-093e-49db-8695-3d61e3672387?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzUzNDRiZDVmLTA5M2UtNDlkYi04Njk1LTNkNjFlMzY3MjM4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -8170,7 +8508,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8184,11 +8522,11 @@ "nosniff" ], "x-ms-request-id": [ - "55be0419-965d-4012-8eb6-52a14947b4e3" + "9021b967-cc29-4246-9ceb-f5de9cdbda65" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8203,13 +8541,13 @@ "144" ], "x-ms-correlation-request-id": [ - "55be0419-965d-4012-8eb6-52a14947b4e3" + "9021b967-cc29-4246-9ceb-f5de9cdbda65" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111623Z:55be0419-965d-4012-8eb6-52a14947b4e3" + "SOUTHINDIA:20210518T080418Z:9021b967-cc29-4246-9ceb-f5de9cdbda65" ], "Date": [ - "Mon, 17 May 2021 11:16:23 GMT" + "Tue, 18 May 2021 08:04:18 GMT" ], "Content-Length": [ "188" @@ -8221,17 +8559,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"name\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"name\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/0f153a07-3a24-41a1-b6d8-75d7eb21f556?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzBmMTUzYTA3LTNhMjQtNDFhMS1iNmQ4LTc1ZDdlYjIxZjU1Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/5344bd5f-093e-49db-8695-3d61e3672387?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzUzNDRiZDVmLTA5M2UtNDlkYi04Njk1LTNkNjFlMzY3MjM4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -8240,7 +8578,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8254,11 +8592,11 @@ "nosniff" ], "x-ms-request-id": [ - "f6bd1a95-88ed-4888-a4a3-42223f3417f1" + "003b8144-09b0-4531-8c52-163d9934d6bd" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8273,13 +8611,13 @@ "143" ], "x-ms-correlation-request-id": [ - "f6bd1a95-88ed-4888-a4a3-42223f3417f1" + "003b8144-09b0-4531-8c52-163d9934d6bd" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111628Z:f6bd1a95-88ed-4888-a4a3-42223f3417f1" + "SOUTHINDIA:20210518T080423Z:003b8144-09b0-4531-8c52-163d9934d6bd" ], "Date": [ - "Mon, 17 May 2021 11:16:28 GMT" + "Tue, 18 May 2021 08:04:23 GMT" ], "Content-Length": [ "304" @@ -8291,17 +8629,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"name\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b36b5e5d-b59c-4202-b789-64089d048e73\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"name\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"eb744c4b-2796-424f-a184-6778f1c42d7d\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/0f153a07-3a24-41a1-b6d8-75d7eb21f556?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzBmMTUzYTA3LTNhMjQtNDFhMS1iNmQ4LTc1ZDdlYjIxZjU1Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/5344bd5f-093e-49db-8695-3d61e3672387?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zLzUzNDRiZDVmLTA5M2UtNDlkYi04Njk1LTNkNjFlMzY3MjM4Nz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -8310,7 +8648,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8324,11 +8662,11 @@ "nosniff" ], "x-ms-request-id": [ - "d3e2be6f-52c8-4fba-85c2-8ceaf11636ee" + "30e71edc-e0d9-4842-a2fd-dc9eac5680f4" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8343,13 +8681,13 @@ "142" ], "x-ms-correlation-request-id": [ - "d3e2be6f-52c8-4fba-85c2-8ceaf11636ee" + "30e71edc-e0d9-4842-a2fd-dc9eac5680f4" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111628Z:d3e2be6f-52c8-4fba-85c2-8ceaf11636ee" + "SOUTHINDIA:20210518T080423Z:30e71edc-e0d9-4842-a2fd-dc9eac5680f4" ], "Date": [ - "Mon, 17 May 2021 11:16:28 GMT" + "Tue, 18 May 2021 08:04:23 GMT" ], "Content-Length": [ "304" @@ -8361,17 +8699,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"name\": \"0f153a07-3a24-41a1-b6d8-75d7eb21f556\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"b36b5e5d-b59c-4202-b789-64089d048e73\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"name\": \"5344bd5f-093e-49db-8695-3d61e3672387\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"eb744c4b-2796-424f-a184-6778f1c42d7d\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b36b5e5d-b59c-4202-b789-64089d048e73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBKb2JzL2IzNmI1ZTVkLWI1OWMtNDIwMi1iNzg5LTY0MDg5ZDA0OGU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/eb744c4b-2796-424f-a184-6778f1c42d7d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBKb2JzL2ViNzQ0YzRiLTI3OTYtNDI0Zi1hMTg0LTY3NzhmMWM0MmQ3ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "Accept-Language": [ "en-US" @@ -8380,7 +8718,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8398,11 +8736,11 @@ "nosniff" ], "x-ms-request-id": [ - "21993aa2-9178-491c-a851-6fc2ac10bdd3" + "9bfdb2c7-e0ee-4f7e-afcd-b353524b4bff" ], "x-ms-client-request-id": [ - "347979a6-a048-41a4-923d-5922773b5f48", - "347979a6-a048-41a4-923d-5922773b5f48" + "0bdd83e6-6b31-4942-9658-237d56b0e407", + "0bdd83e6-6b31-4942-9658-237d56b0e407" ], "X-Powered-By": [ "ASP.NET" @@ -8414,13 +8752,13 @@ "149" ], "x-ms-correlation-request-id": [ - "21993aa2-9178-491c-a851-6fc2ac10bdd3" + "9bfdb2c7-e0ee-4f7e-afcd-b353524b4bff" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111628Z:21993aa2-9178-491c-a851-6fc2ac10bdd3" + "SOUTHINDIA:20210518T080424Z:9bfdb2c7-e0ee-4f7e-afcd-b353524b4bff" ], "Date": [ - "Mon, 17 May 2021 11:16:28 GMT" + "Tue, 18 May 2021 08:04:23 GMT" ], "Content-Length": [ "840" @@ -8432,17 +8770,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"name\": \"b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"duration\": \"PT30.8594493S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmc46412\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc46412\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"2021-05-17T11:16:27.5622951Z\",\r\n \"activityId\": \"347979a6-a048-41a4-923d-5922773b5f48\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"name\": \"eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"duration\": \"PT31.2734704S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmf52eb2\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmf52eb2\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"2021-05-18T08:04:22.8563628Z\",\r\n \"activityId\": \"0bdd83e6-6b31-4942-9658-237d56b0e407\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b36b5e5d-b59c-4202-b789-64089d048e73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBKb2JzL2IzNmI1ZTVkLWI1OWMtNDIwMi1iNzg5LTY0MDg5ZDA0OGU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/eb744c4b-2796-424f-a184-6778f1c42d7d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBKb2JzL2ViNzQ0YzRiLTI3OTYtNDI0Zi1hMTg0LTY3NzhmMWM0MmQ3ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6148498e-8593-4b6d-9b87-29ceed7acfad" + "2bcd41da-3041-4a1d-9271-a288917b07ae" ], "Accept-Language": [ "en-US" @@ -8451,7 +8789,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8469,11 +8807,11 @@ "nosniff" ], "x-ms-request-id": [ - "855f4790-1b35-41c8-a5de-acefd05a2633" + "c32b756b-9fa0-44c9-8b0f-94be5e5b8919" ], "x-ms-client-request-id": [ - "6148498e-8593-4b6d-9b87-29ceed7acfad", - "6148498e-8593-4b6d-9b87-29ceed7acfad" + "2bcd41da-3041-4a1d-9271-a288917b07ae", + "2bcd41da-3041-4a1d-9271-a288917b07ae" ], "X-Powered-By": [ "ASP.NET" @@ -8485,13 +8823,13 @@ "147" ], "x-ms-correlation-request-id": [ - "855f4790-1b35-41c8-a5de-acefd05a2633" + "c32b756b-9fa0-44c9-8b0f-94be5e5b8919" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111629Z:855f4790-1b35-41c8-a5de-acefd05a2633" + "SOUTHINDIA:20210518T080426Z:c32b756b-9fa0-44c9-8b0f-94be5e5b8919" ], "Date": [ - "Mon, 17 May 2021 11:16:29 GMT" + "Tue, 18 May 2021 08:04:25 GMT" ], "Content-Length": [ "840" @@ -8503,17 +8841,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"name\": \"b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"duration\": \"PT30.8594493S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmc46412\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc46412\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"2021-05-17T11:16:27.5622951Z\",\r\n \"activityId\": \"347979a6-a048-41a4-923d-5922773b5f48\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"name\": \"eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"duration\": \"PT31.2734704S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmf52eb2\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmf52eb2\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"2021-05-18T08:04:22.8563628Z\",\r\n \"activityId\": \"0bdd83e6-6b31-4942-9658-237d56b0e407\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b36b5e5d-b59c-4202-b789-64089d048e73?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBKb2JzL2IzNmI1ZTVkLWI1OWMtNDIwMi1iNzg5LTY0MDg5ZDA0OGU3Mz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/eb744c4b-2796-424f-a184-6778f1c42d7d?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBKb2JzL2ViNzQ0YzRiLTI3OTYtNDI0Zi1hMTg0LTY3NzhmMWM0MmQ3ZD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39f71924-e692-46de-96ce-3c58d5d1f3a6" + "3dba6b47-f2d5-4d6d-98bd-d2feedb60f56" ], "Accept-Language": [ "en-US" @@ -8522,7 +8860,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8540,11 +8878,11 @@ "nosniff" ], "x-ms-request-id": [ - "b56f2117-20a1-4be5-84ad-21044e5fcdef" + "4e936a51-1cb7-4a8b-b0b1-8951f254aa28" ], "x-ms-client-request-id": [ - "39f71924-e692-46de-96ce-3c58d5d1f3a6", - "39f71924-e692-46de-96ce-3c58d5d1f3a6" + "3dba6b47-f2d5-4d6d-98bd-d2feedb60f56", + "3dba6b47-f2d5-4d6d-98bd-d2feedb60f56" ], "X-Powered-By": [ "ASP.NET" @@ -8556,13 +8894,13 @@ "146" ], "x-ms-correlation-request-id": [ - "b56f2117-20a1-4be5-84ad-21044e5fcdef" + "4e936a51-1cb7-4a8b-b0b1-8951f254aa28" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111630Z:b56f2117-20a1-4be5-84ad-21044e5fcdef" + "SOUTHINDIA:20210518T080426Z:4e936a51-1cb7-4a8b-b0b1-8951f254aa28" ], "Date": [ - "Mon, 17 May 2021 11:16:29 GMT" + "Tue, 18 May 2021 08:04:25 GMT" ], "Content-Length": [ "840" @@ -8574,17 +8912,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"name\": \"b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"duration\": \"PT30.8594493S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmc46412\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmc46412\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"2021-05-17T11:16:27.5622951Z\",\r\n \"activityId\": \"347979a6-a048-41a4-923d-5922773b5f48\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"name\": \"eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"duration\": \"PT31.2734704S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmf52eb2\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmf52eb2\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"2021-05-18T08:04:22.8563628Z\",\r\n \"activityId\": \"0bdd83e6-6b31-4942-9658-237d56b0e407\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc4641f4f%3Bpstestvmc46412/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc4641f4f%3Bpstestvmc46412?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjNDY0MWY0ZiUzQnBzdGVzdHZtYzQ2NDEyL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M0NjQxZjRmJTNCcHN0ZXN0dm1jNDY0MTI/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgf52eba82%3Bpstestvmf52eb2/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgf52eba82%3Bpstestvmf52eb2?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmNTJlYmE4MiUzQnBzdGVzdHZtZjUyZWIyL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2Y1MmViYTgyJTNCcHN0ZXN0dm1mNTJlYjI/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "647c3670-a168-4307-b718-5e446d2e51c9" + "1047dd6f-7b49-43a9-a4d0-a99e00b9775d" ], "Accept-Language": [ "en-US" @@ -8593,7 +8931,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8607,11 +8945,11 @@ "nosniff" ], "x-ms-request-id": [ - "9be79448-78c9-4753-a754-ad982ae7ad29" + "8351bccf-7ddd-4148-a1cb-ce685cde802b" ], "x-ms-client-request-id": [ - "647c3670-a168-4307-b718-5e446d2e51c9", - "647c3670-a168-4307-b718-5e446d2e51c9" + "1047dd6f-7b49-43a9-a4d0-a99e00b9775d", + "1047dd6f-7b49-43a9-a4d0-a99e00b9775d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8626,13 +8964,13 @@ "149" ], "x-ms-correlation-request-id": [ - "9be79448-78c9-4753-a754-ad982ae7ad29" + "8351bccf-7ddd-4148-a1cb-ce685cde802b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111629Z:9be79448-78c9-4753-a754-ad982ae7ad29" + "SOUTHINDIA:20210518T080425Z:8351bccf-7ddd-4148-a1cb-ce685cde802b" ], "Date": [ - "Mon, 17 May 2021 11:16:29 GMT" + "Tue, 18 May 2021 08:04:24 GMT" ], "Content-Length": [ "1550" @@ -8644,17 +8982,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412/protectedItems/VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMc46412\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\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\": \"17593512635829\",\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;pstestrgc4641f4f;pstestvmc46412\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2/protectedItems/VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMf52eb2\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\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\": \"35185541106389\",\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;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs?$filter=operation%20eq%20''%20and%20startTime%20eq%20'2021-05-16%2011:11:34%20AM'%20and%20endTime%20eq%20'2021-05-17%2011:16:29%20AM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBKb2JzPyRmaWx0ZXI9b3BlcmF0aW9uJTIwZXElMjAnJyUyMGFuZCUyMHN0YXJ0VGltZSUyMGVxJTIwJzIwMjEtMDUtMTYlMjAxMToxMTozNCUyMEFNJyUyMGFuZCUyMGVuZFRpbWUlMjBlcSUyMCcyMDIxLTA1LTE3JTIwMTE6MTY6MjklMjBBTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs?$filter=operation%20eq%20''%20and%20startTime%20eq%20'2021-05-17%2007:58:27%20AM'%20and%20endTime%20eq%20'2021-05-18%2008:04:25%20AM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBKb2JzPyRmaWx0ZXI9b3BlcmF0aW9uJTIwZXElMjAnJyUyMGFuZCUyMHN0YXJ0VGltZSUyMGVxJTIwJzIwMjEtMDUtMTclMjAwNzo1ODoyNyUyMEFNJyUyMGFuZCUyMGVuZFRpbWUlMjBlcSUyMCcyMDIxLTA1LTE4JTIwMDg6MDQ6MjUlMjBBTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54f1663d-e8ed-4225-8241-153d7347b5c6" + "0bd58376-41ff-41ce-8845-0a39fa059e0a" ], "Accept-Language": [ "en-US" @@ -8663,7 +9001,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8681,11 +9019,11 @@ "nosniff" ], "x-ms-request-id": [ - "2acfdf96-8be1-4921-a001-cd30b88dd1eb" + "2a4d3825-d417-4371-873d-daa7bfd0302a" ], "x-ms-client-request-id": [ - "54f1663d-e8ed-4225-8241-153d7347b5c6", - "54f1663d-e8ed-4225-8241-153d7347b5c6" + "0bd58376-41ff-41ce-8845-0a39fa059e0a", + "0bd58376-41ff-41ce-8845-0a39fa059e0a" ], "X-Powered-By": [ "ASP.NET" @@ -8697,16 +9035,16 @@ "148" ], "x-ms-correlation-request-id": [ - "2acfdf96-8be1-4921-a001-cd30b88dd1eb" + "2a4d3825-d417-4371-873d-daa7bfd0302a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111629Z:2acfdf96-8be1-4921-a001-cd30b88dd1eb" + "SOUTHINDIA:20210518T080425Z:2a4d3825-d417-4371-873d-daa7bfd0302a" ], "Date": [ - "Mon, 17 May 2021 11:16:29 GMT" + "Tue, 18 May 2021 08:04:25 GMT" ], "Content-Length": [ - "1482" + "1483" ], "Content-Type": [ "application/json" @@ -8715,17 +9053,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"name\": \"b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"duration\": \"PT30.8594493S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmc46412\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"2021-05-17T11:16:27.5622951Z\",\r\n \"activityId\": \"347979a6-a048-41a4-923d-5922773b5f48\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"name\": \"b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"duration\": \"PT30.998151S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmc46411\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"2021-05-17T11:11:32.5681351Z\",\r\n \"activityId\": \"9c71c7d7-1670-439f-939d-b785fbfa67b3\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"name\": \"eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"duration\": \"PT31.2734704S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmf52eb2\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"2021-05-18T08:04:22.8563628Z\",\r\n \"activityId\": \"0bdd83e6-6b31-4942-9658-237d56b0e407\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"name\": \"04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"duration\": \"PT42.7038205S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmf52eb1\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T07:57:36.9238974Z\",\r\n \"endTime\": \"2021-05-18T07:58:19.6277179Z\",\r\n \"activityId\": \"5e676930-c7ac-471c-ac0a-dfcb8050aa39\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs?$filter=status%20eq%20'Completed'%20and%20operation%20eq%20''%20and%20startTime%20eq%20'2021-05-16%2011:11:34%20AM'%20and%20endTime%20eq%20'2021-05-17%2011:16:29%20AM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBKb2JzPyRmaWx0ZXI9c3RhdHVzJTIwZXElMjAnQ29tcGxldGVkJyUyMGFuZCUyMG9wZXJhdGlvbiUyMGVxJTIwJyclMjBhbmQlMjBzdGFydFRpbWUlMjBlcSUyMCcyMDIxLTA1LTE2JTIwMTE6MTE6MzQlMjBBTSclMjBhbmQlMjBlbmRUaW1lJTIwZXElMjAnMjAyMS0wNS0xNyUyMDExOjE2OjI5JTIwQU0nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs?$filter=status%20eq%20'Completed'%20and%20operation%20eq%20''%20and%20startTime%20eq%20'2021-05-17%2007:58:27%20AM'%20and%20endTime%20eq%20'2021-05-18%2008:04:25%20AM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBKb2JzPyRmaWx0ZXI9c3RhdHVzJTIwZXElMjAnQ29tcGxldGVkJyUyMGFuZCUyMG9wZXJhdGlvbiUyMGVxJTIwJyclMjBhbmQlMjBzdGFydFRpbWUlMjBlcSUyMCcyMDIxLTA1LTE3JTIwMDc6NTg6MjclMjBBTSclMjBhbmQlMjBlbmRUaW1lJTIwZXElMjAnMjAyMS0wNS0xOCUyMDA4OjA0OjI1JTIwQU0nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b9eee5f-cd9a-46ea-a78e-ece0466c7599" + "6483c404-4860-4c92-a3cb-f8051e20c132" ], "Accept-Language": [ "en-US" @@ -8734,7 +9072,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8752,11 +9090,11 @@ "nosniff" ], "x-ms-request-id": [ - "2b8e2e92-4aed-4a5c-9c91-8089a1ba50b4" + "eefbbc86-9f23-48c9-b54e-74070dc93af7" ], "x-ms-client-request-id": [ - "6b9eee5f-cd9a-46ea-a78e-ece0466c7599", - "6b9eee5f-cd9a-46ea-a78e-ece0466c7599" + "6483c404-4860-4c92-a3cb-f8051e20c132", + "6483c404-4860-4c92-a3cb-f8051e20c132" ], "X-Powered-By": [ "ASP.NET" @@ -8768,16 +9106,16 @@ "143" ], "x-ms-correlation-request-id": [ - "2b8e2e92-4aed-4a5c-9c91-8089a1ba50b4" + "eefbbc86-9f23-48c9-b54e-74070dc93af7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111630Z:2b8e2e92-4aed-4a5c-9c91-8089a1ba50b4" + "SOUTHINDIA:20210518T080427Z:eefbbc86-9f23-48c9-b54e-74070dc93af7" ], "Date": [ - "Mon, 17 May 2021 11:16:30 GMT" + "Tue, 18 May 2021 08:04:26 GMT" ], "Content-Length": [ - "1482" + "1483" ], "Content-Type": [ "application/json" @@ -8786,17 +9124,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"name\": \"b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"duration\": \"PT30.8594493S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmc46412\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"2021-05-17T11:16:27.5622951Z\",\r\n \"activityId\": \"347979a6-a048-41a4-923d-5922773b5f48\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"name\": \"b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"duration\": \"PT30.998151S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmc46411\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"2021-05-17T11:11:32.5681351Z\",\r\n \"activityId\": \"9c71c7d7-1670-439f-939d-b785fbfa67b3\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"name\": \"eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"duration\": \"PT31.2734704S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmf52eb2\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"2021-05-18T08:04:22.8563628Z\",\r\n \"activityId\": \"0bdd83e6-6b31-4942-9658-237d56b0e407\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"name\": \"04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"duration\": \"PT42.7038205S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmf52eb1\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T07:57:36.9238974Z\",\r\n \"endTime\": \"2021-05-18T07:58:19.6277179Z\",\r\n \"activityId\": \"5e676930-c7ac-471c-ac0a-dfcb8050aa39\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs?$filter=operation%20eq%20'ConfigureBackup'%20and%20startTime%20eq%20'2021-05-16%2011:11:34%20AM'%20and%20endTime%20eq%20'2021-05-17%2011:16:29%20AM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBKb2JzPyRmaWx0ZXI9b3BlcmF0aW9uJTIwZXElMjAnQ29uZmlndXJlQmFja3VwJyUyMGFuZCUyMHN0YXJ0VGltZSUyMGVxJTIwJzIwMjEtMDUtMTYlMjAxMToxMTozNCUyMEFNJyUyMGFuZCUyMGVuZFRpbWUlMjBlcSUyMCcyMDIxLTA1LTE3JTIwMTE6MTY6MjklMjBBTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs?$filter=operation%20eq%20'ConfigureBackup'%20and%20startTime%20eq%20'2021-05-17%2007:58:27%20AM'%20and%20endTime%20eq%20'2021-05-18%2008:04:25%20AM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBKb2JzPyRmaWx0ZXI9b3BlcmF0aW9uJTIwZXElMjAnQ29uZmlndXJlQmFja3VwJyUyMGFuZCUyMHN0YXJ0VGltZSUyMGVxJTIwJzIwMjEtMDUtMTclMjAwNzo1ODoyNyUyMEFNJyUyMGFuZCUyMGVuZFRpbWUlMjBlcSUyMCcyMDIxLTA1LTE4JTIwMDg6MDQ6MjUlMjBBTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99b65dc0-e995-490c-bc36-f3cd13b6b017" + "8f51d4d6-64bc-4a7a-81c8-016ed8111f2e" ], "Accept-Language": [ "en-US" @@ -8805,7 +9143,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8823,11 +9161,11 @@ "nosniff" ], "x-ms-request-id": [ - "ea3075b6-f725-486e-b3fb-a1dee87f175c" + "c5640a10-4711-4ee1-9c2d-737e6a76b737" ], "x-ms-client-request-id": [ - "99b65dc0-e995-490c-bc36-f3cd13b6b017", - "99b65dc0-e995-490c-bc36-f3cd13b6b017" + "8f51d4d6-64bc-4a7a-81c8-016ed8111f2e", + "8f51d4d6-64bc-4a7a-81c8-016ed8111f2e" ], "X-Powered-By": [ "ASP.NET" @@ -8839,16 +9177,16 @@ "142" ], "x-ms-correlation-request-id": [ - "ea3075b6-f725-486e-b3fb-a1dee87f175c" + "c5640a10-4711-4ee1-9c2d-737e6a76b737" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111631Z:ea3075b6-f725-486e-b3fb-a1dee87f175c" + "SOUTHINDIA:20210518T080427Z:c5640a10-4711-4ee1-9c2d-737e6a76b737" ], "Date": [ - "Mon, 17 May 2021 11:16:31 GMT" + "Tue, 18 May 2021 08:04:27 GMT" ], "Content-Length": [ - "1482" + "1483" ], "Content-Type": [ "application/json" @@ -8857,17 +9195,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"name\": \"b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"duration\": \"PT30.8594493S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmc46412\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"2021-05-17T11:16:27.5622951Z\",\r\n \"activityId\": \"347979a6-a048-41a4-923d-5922773b5f48\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"name\": \"b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"duration\": \"PT30.998151S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmc46411\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"2021-05-17T11:11:32.5681351Z\",\r\n \"activityId\": \"9c71c7d7-1670-439f-939d-b785fbfa67b3\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"name\": \"eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"duration\": \"PT31.2734704S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmf52eb2\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"2021-05-18T08:04:22.8563628Z\",\r\n \"activityId\": \"0bdd83e6-6b31-4942-9658-237d56b0e407\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"name\": \"04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"duration\": \"PT42.7038205S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmf52eb1\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T07:57:36.9238974Z\",\r\n \"endTime\": \"2021-05-18T07:58:19.6277179Z\",\r\n \"activityId\": \"5e676930-c7ac-471c-ac0a-dfcb8050aa39\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20operation%20eq%20''%20and%20startTime%20eq%20'2021-05-16%2011:11:34%20AM'%20and%20endTime%20eq%20'2021-05-17%2011:16:29%20AM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBKb2JzPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTSclMjBhbmQlMjBvcGVyYXRpb24lMjBlcSUyMCcnJTIwYW5kJTIwc3RhcnRUaW1lJTIwZXElMjAnMjAyMS0wNS0xNiUyMDExOjExOjM0JTIwQU0nJTIwYW5kJTIwZW5kVGltZSUyMGVxJTIwJzIwMjEtMDUtMTclMjAxMToxNjoyOSUyMEFNJyZhcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20operation%20eq%20''%20and%20startTime%20eq%20'2021-05-17%2007:58:27%20AM'%20and%20endTime%20eq%20'2021-05-18%2008:04:25%20AM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBKb2JzPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTSclMjBhbmQlMjBvcGVyYXRpb24lMjBlcSUyMCcnJTIwYW5kJTIwc3RhcnRUaW1lJTIwZXElMjAnMjAyMS0wNS0xNyUyMDA3OjU4OjI3JTIwQU0nJTIwYW5kJTIwZW5kVGltZSUyMGVxJTIwJzIwMjEtMDUtMTglMjAwODowNDoyNSUyMEFNJyZhcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e457af4a-8f9f-4c35-8d35-a66bee128cd9" + "bca6adfc-eda9-44c8-a4ef-c3698cb18cae" ], "Accept-Language": [ "en-US" @@ -8876,7 +9214,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8894,11 +9232,11 @@ "nosniff" ], "x-ms-request-id": [ - "5a55f5e6-3c3d-4427-ac98-fb353fcdfa0b" + "be8b3480-68de-4641-b742-0419b6165c49" ], "x-ms-client-request-id": [ - "e457af4a-8f9f-4c35-8d35-a66bee128cd9", - "e457af4a-8f9f-4c35-8d35-a66bee128cd9" + "bca6adfc-eda9-44c8-a4ef-c3698cb18cae", + "bca6adfc-eda9-44c8-a4ef-c3698cb18cae" ], "X-Powered-By": [ "ASP.NET" @@ -8910,16 +9248,16 @@ "141" ], "x-ms-correlation-request-id": [ - "5a55f5e6-3c3d-4427-ac98-fb353fcdfa0b" + "be8b3480-68de-4641-b742-0419b6165c49" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111631Z:5a55f5e6-3c3d-4427-ac98-fb353fcdfa0b" + "SOUTHINDIA:20210518T080427Z:be8b3480-68de-4641-b742-0419b6165c49" ], "Date": [ - "Mon, 17 May 2021 11:16:31 GMT" + "Tue, 18 May 2021 08:04:27 GMT" ], "Content-Length": [ - "1482" + "1483" ], "Content-Type": [ "application/json" @@ -8928,17 +9266,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"name\": \"b36b5e5d-b59c-4202-b789-64089d048e73\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"duration\": \"PT30.8594493S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmc46412\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:15:56.7028458Z\",\r\n \"endTime\": \"2021-05-17T11:16:27.5622951Z\",\r\n \"activityId\": \"347979a6-a048-41a4-923d-5922773b5f48\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"name\": \"b4b54e6a-ca8b-40ba-9fea-74247744c736\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"duration\": \"PT30.998151S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmc46411\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:11:01.5699841Z\",\r\n \"endTime\": \"2021-05-17T11:11:32.5681351Z\",\r\n \"activityId\": \"9c71c7d7-1670-439f-939d-b785fbfa67b3\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"name\": \"eb744c4b-2796-424f-a184-6778f1c42d7d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"duration\": \"PT31.2734704S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmf52eb2\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T08:03:51.5828924Z\",\r\n \"endTime\": \"2021-05-18T08:04:22.8563628Z\",\r\n \"activityId\": \"0bdd83e6-6b31-4942-9658-237d56b0e407\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"name\": \"04eb020d-761f-4243-b130-a2834d1a4ccf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"duration\": \"PT42.7038205S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmf52eb1\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T07:57:36.9238974Z\",\r\n \"endTime\": \"2021-05-18T07:58:19.6277179Z\",\r\n \"activityId\": \"5e676930-c7ac-471c-ac0a-dfcb8050aa39\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c693b8f-b314-492e-b296-7f0e0c8be273" + "8bd5300c-1af0-40c9-974d-e51a91454702" ], "Accept-Language": [ "en-US" @@ -8961,10 +9299,10 @@ "nosniff" ], "x-ms-request-id": [ - "b1719c3b-e941-4715-b61d-67bf1cbaa77f" + "ca46addf-9c11-4245-8006-baefc099f210" ], "x-ms-client-request-id": [ - "6c693b8f-b314-492e-b296-7f0e0c8be273" + "8bd5300c-1af0-40c9-974d-e51a91454702" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8973,16 +9311,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "b1719c3b-e941-4715-b61d-67bf1cbaa77f" + "ca46addf-9c11-4245-8006-baefc099f210" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111632Z:b1719c3b-e941-4715-b61d-67bf1cbaa77f" + "SOUTHINDIA:20210518T080428Z:ca46addf-9c11-4245-8006-baefc099f210" ], "Date": [ - "Mon, 17 May 2021 11:16:32 GMT" + "Tue, 18 May 2021 08:04:27 GMT" ], "Content-Length": [ "478" @@ -8994,17 +9332,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVc4641f4f\",\r\n \"etag\": \"W/\\\"datetime'2021-05-17T11%3A10%3A53.1647207Z'\\\"\",\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/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVf52eba82\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T07%3A57%3A28.1952614Z'\\\"\",\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/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01b4f055-62fb-47c1-bcc5-ce96e7d32cd3" + "61fe77b8-e6f1-4d61-ac98-b9552197a77a" ], "Accept-Language": [ "en-US" @@ -9013,7 +9351,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9027,11 +9365,11 @@ "nosniff" ], "x-ms-request-id": [ - "1e85b275-8602-4e38-bc5d-c0200ae66f1b" + "10ffaf61-5a0a-4d2f-94f1-0bf03a08e6b9" ], "x-ms-client-request-id": [ - "01b4f055-62fb-47c1-bcc5-ce96e7d32cd3", - "01b4f055-62fb-47c1-bcc5-ce96e7d32cd3" + "61fe77b8-e6f1-4d61-ac98-b9552197a77a", + "61fe77b8-e6f1-4d61-ac98-b9552197a77a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9046,13 +9384,13 @@ "147" ], "x-ms-correlation-request-id": [ - "1e85b275-8602-4e38-bc5d-c0200ae66f1b" + "10ffaf61-5a0a-4d2f-94f1-0bf03a08e6b9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111632Z:1e85b275-8602-4e38-bc5d-c0200ae66f1b" + "SOUTHINDIA:20210518T080428Z:10ffaf61-5a0a-4d2f-94f1-0bf03a08e6b9" ], "Date": [ - "Mon, 17 May 2021 11:16:32 GMT" + "Tue, 18 May 2021 08:04:28 GMT" ], "Content-Length": [ "1817" @@ -9064,17 +9402,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46411\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc4641f4f\",\r\n \"friendlyName\": \"PSTestVMc46411\",\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 \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.Compute/virtualMachines/PSTestVMc46412\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGc4641f4f\",\r\n \"friendlyName\": \"PSTestVMc46412\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb1\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGf52eba82\",\r\n \"friendlyName\": \"PSTestVMf52eb1\",\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 \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.Compute/virtualMachines/PSTestVMf52eb2\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGf52eba82\",\r\n \"friendlyName\": \"PSTestVMf52eb2\",\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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc4641f4f%3Bpstestvmc46411/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc4641f4f%3Bpstestvmc46411?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjNDY0MWY0ZiUzQnBzdGVzdHZtYzQ2NDExL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M0NjQxZjRmJTNCcHN0ZXN0dm1jNDY0MTE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgf52eba82%3Bpstestvmf52eb1/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgf52eba82%3Bpstestvmf52eb1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmNTJlYmE4MiUzQnBzdGVzdHZtZjUyZWIxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2Y1MmViYTgyJTNCcHN0ZXN0dm1mNTJlYjE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9083,7 +9421,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9094,23 +9432,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperationResults/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperationResults/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "cf203ace-37b4-4fda-8c60-5cf660671ca4" + "8f36098e-273e-4872-92b8-d20f196d2866" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9122,13 +9460,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "cf203ace-37b4-4fda-8c60-5cf660671ca4" + "8f36098e-273e-4872-92b8-d20f196d2866" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111633Z:cf203ace-37b4-4fda-8c60-5cf660671ca4" + "SOUTHINDIA:20210518T080429Z:8f36098e-273e-4872-92b8-d20f196d2866" ], "Date": [ - "Mon, 17 May 2021 11:16:32 GMT" + "Tue, 18 May 2021 08:04:29 GMT" ], "Expires": [ "-1" @@ -9141,13 +9479,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9156,7 +9494,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9170,11 +9508,11 @@ "nosniff" ], "x-ms-request-id": [ - "79ce9c35-b9fa-4913-bb81-1f71d64808ae" + "e3e38910-0769-4a0f-b69c-4e53559aab58" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9189,13 +9527,13 @@ "141" ], "x-ms-correlation-request-id": [ - "79ce9c35-b9fa-4913-bb81-1f71d64808ae" + "e3e38910-0769-4a0f-b69c-4e53559aab58" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111633Z:79ce9c35-b9fa-4913-bb81-1f71d64808ae" + "SOUTHINDIA:20210518T080430Z:e3e38910-0769-4a0f-b69c-4e53559aab58" ], "Date": [ - "Mon, 17 May 2021 11:16:33 GMT" + "Tue, 18 May 2021 08:04:29 GMT" ], "Content-Length": [ "188" @@ -9207,17 +9545,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9226,7 +9564,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9240,11 +9578,11 @@ "nosniff" ], "x-ms-request-id": [ - "fa7b3a4b-58cb-4014-8dc1-4796cea61ae5" + "ff5b8cb0-8095-4e47-8fa7-7b9b534d80c1" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9259,13 +9597,13 @@ "140" ], "x-ms-correlation-request-id": [ - "fa7b3a4b-58cb-4014-8dc1-4796cea61ae5" + "ff5b8cb0-8095-4e47-8fa7-7b9b534d80c1" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111638Z:fa7b3a4b-58cb-4014-8dc1-4796cea61ae5" + "SOUTHINDIA:20210518T080435Z:ff5b8cb0-8095-4e47-8fa7-7b9b534d80c1" ], "Date": [ - "Mon, 17 May 2021 11:16:38 GMT" + "Tue, 18 May 2021 08:04:34 GMT" ], "Content-Length": [ "188" @@ -9277,17 +9615,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9296,7 +9634,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9310,11 +9648,11 @@ "nosniff" ], "x-ms-request-id": [ - "e0140520-b42e-4300-ae67-f280a38eb13a" + "f05f0ede-ace3-4edd-8571-fbb4ee16e187" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9329,13 +9667,13 @@ "139" ], "x-ms-correlation-request-id": [ - "e0140520-b42e-4300-ae67-f280a38eb13a" + "f05f0ede-ace3-4edd-8571-fbb4ee16e187" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111643Z:e0140520-b42e-4300-ae67-f280a38eb13a" + "SOUTHINDIA:20210518T080440Z:f05f0ede-ace3-4edd-8571-fbb4ee16e187" ], "Date": [ - "Mon, 17 May 2021 11:16:43 GMT" + "Tue, 18 May 2021 08:04:40 GMT" ], "Content-Length": [ "188" @@ -9347,17 +9685,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9366,7 +9704,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9380,11 +9718,11 @@ "nosniff" ], "x-ms-request-id": [ - "4cfab79b-aef7-4a5a-8c18-930c0befc8a5" + "8e8fd54b-5599-4344-80e1-f19bc4c5ffc8" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9399,13 +9737,13 @@ "138" ], "x-ms-correlation-request-id": [ - "4cfab79b-aef7-4a5a-8c18-930c0befc8a5" + "8e8fd54b-5599-4344-80e1-f19bc4c5ffc8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111649Z:4cfab79b-aef7-4a5a-8c18-930c0befc8a5" + "SOUTHINDIA:20210518T080446Z:8e8fd54b-5599-4344-80e1-f19bc4c5ffc8" ], "Date": [ - "Mon, 17 May 2021 11:16:48 GMT" + "Tue, 18 May 2021 08:04:45 GMT" ], "Content-Length": [ "188" @@ -9417,17 +9755,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9436,7 +9774,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9450,11 +9788,11 @@ "nosniff" ], "x-ms-request-id": [ - "9b07190e-8013-4031-90f6-5eb24ffdc005" + "cf9554df-42d2-4404-b808-b05697ee8abc" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9469,13 +9807,13 @@ "137" ], "x-ms-correlation-request-id": [ - "9b07190e-8013-4031-90f6-5eb24ffdc005" + "cf9554df-42d2-4404-b808-b05697ee8abc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111654Z:9b07190e-8013-4031-90f6-5eb24ffdc005" + "SOUTHINDIA:20210518T080451Z:cf9554df-42d2-4404-b808-b05697ee8abc" ], "Date": [ - "Mon, 17 May 2021 11:16:53 GMT" + "Tue, 18 May 2021 08:04:50 GMT" ], "Content-Length": [ "188" @@ -9487,17 +9825,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9506,7 +9844,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9520,11 +9858,11 @@ "nosniff" ], "x-ms-request-id": [ - "dc8feb54-b345-42e4-ba00-a8c837ea8d23" + "05c94c84-2a25-474a-a0ba-0c0879de8130" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9539,13 +9877,13 @@ "136" ], "x-ms-correlation-request-id": [ - "dc8feb54-b345-42e4-ba00-a8c837ea8d23" + "05c94c84-2a25-474a-a0ba-0c0879de8130" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111659Z:dc8feb54-b345-42e4-ba00-a8c837ea8d23" + "SOUTHINDIA:20210518T080456Z:05c94c84-2a25-474a-a0ba-0c0879de8130" ], "Date": [ - "Mon, 17 May 2021 11:16:59 GMT" + "Tue, 18 May 2021 08:04:55 GMT" ], "Content-Length": [ "188" @@ -9557,17 +9895,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9576,7 +9914,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9590,11 +9928,11 @@ "nosniff" ], "x-ms-request-id": [ - "a9581139-51d6-4fd8-b564-8afaf7f6b754" + "e19d3f93-4118-4830-b208-5563318d1b56" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9609,13 +9947,13 @@ "135" ], "x-ms-correlation-request-id": [ - "a9581139-51d6-4fd8-b564-8afaf7f6b754" + "e19d3f93-4118-4830-b208-5563318d1b56" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111704Z:a9581139-51d6-4fd8-b564-8afaf7f6b754" + "SOUTHINDIA:20210518T080502Z:e19d3f93-4118-4830-b208-5563318d1b56" ], "Date": [ - "Mon, 17 May 2021 11:17:04 GMT" + "Tue, 18 May 2021 08:05:01 GMT" ], "Content-Length": [ "188" @@ -9627,17 +9965,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9646,7 +9984,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9660,11 +9998,11 @@ "nosniff" ], "x-ms-request-id": [ - "d4739c62-88fb-4aca-bbf2-b3701b03b772" + "70e1548e-9220-4047-b641-e6f0ca565f5d" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9679,13 +10017,13 @@ "134" ], "x-ms-correlation-request-id": [ - "d4739c62-88fb-4aca-bbf2-b3701b03b772" + "70e1548e-9220-4047-b641-e6f0ca565f5d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111709Z:d4739c62-88fb-4aca-bbf2-b3701b03b772" + "SOUTHINDIA:20210518T080507Z:70e1548e-9220-4047-b641-e6f0ca565f5d" ], "Date": [ - "Mon, 17 May 2021 11:17:09 GMT" + "Tue, 18 May 2021 08:05:06 GMT" ], "Content-Length": [ "188" @@ -9697,17 +10035,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9716,7 +10054,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9730,11 +10068,11 @@ "nosniff" ], "x-ms-request-id": [ - "0c563bca-ee0e-4ac1-8e62-3499ae2a290d" + "175b14d2-4509-4ad7-bd79-d650cfa28161" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9749,13 +10087,13 @@ "133" ], "x-ms-correlation-request-id": [ - "0c563bca-ee0e-4ac1-8e62-3499ae2a290d" + "175b14d2-4509-4ad7-bd79-d650cfa28161" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111715Z:0c563bca-ee0e-4ac1-8e62-3499ae2a290d" + "SOUTHINDIA:20210518T080513Z:175b14d2-4509-4ad7-bd79-d650cfa28161" ], "Date": [ - "Mon, 17 May 2021 11:17:14 GMT" + "Tue, 18 May 2021 08:05:13 GMT" ], "Content-Length": [ "188" @@ -9767,17 +10105,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9786,7 +10124,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9800,11 +10138,11 @@ "nosniff" ], "x-ms-request-id": [ - "bd2ade12-6e17-48fe-8dbd-a4d257754b87" + "285e62d8-afa7-43da-b8a0-d25d631cdb0c" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9819,13 +10157,13 @@ "132" ], "x-ms-correlation-request-id": [ - "bd2ade12-6e17-48fe-8dbd-a4d257754b87" + "285e62d8-afa7-43da-b8a0-d25d631cdb0c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111720Z:bd2ade12-6e17-48fe-8dbd-a4d257754b87" + "SOUTHINDIA:20210518T080518Z:285e62d8-afa7-43da-b8a0-d25d631cdb0c" ], "Date": [ - "Mon, 17 May 2021 11:17:19 GMT" + "Tue, 18 May 2021 08:05:18 GMT" ], "Content-Length": [ "188" @@ -9837,17 +10175,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9856,7 +10194,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9870,11 +10208,11 @@ "nosniff" ], "x-ms-request-id": [ - "f6333e39-872d-4620-9d13-de0de8440257" + "002e43ae-41e3-4b6c-b6cd-4e600ebedd2f" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9889,13 +10227,13 @@ "131" ], "x-ms-correlation-request-id": [ - "f6333e39-872d-4620-9d13-de0de8440257" + "002e43ae-41e3-4b6c-b6cd-4e600ebedd2f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111725Z:f6333e39-872d-4620-9d13-de0de8440257" + "SOUTHINDIA:20210518T080523Z:002e43ae-41e3-4b6c-b6cd-4e600ebedd2f" ], "Date": [ - "Mon, 17 May 2021 11:17:24 GMT" + "Tue, 18 May 2021 08:05:23 GMT" ], "Content-Length": [ "188" @@ -9907,17 +10245,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9926,7 +10264,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9940,11 +10278,11 @@ "nosniff" ], "x-ms-request-id": [ - "a224f41f-89af-4694-9177-ba875f816af0" + "2d9b13ce-8162-40a0-a630-32cfb8692792" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9959,13 +10297,13 @@ "130" ], "x-ms-correlation-request-id": [ - "a224f41f-89af-4694-9177-ba875f816af0" + "2d9b13ce-8162-40a0-a630-32cfb8692792" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111730Z:a224f41f-89af-4694-9177-ba875f816af0" + "SOUTHINDIA:20210518T080528Z:2d9b13ce-8162-40a0-a630-32cfb8692792" ], "Date": [ - "Mon, 17 May 2021 11:17:30 GMT" + "Tue, 18 May 2021 08:05:28 GMT" ], "Content-Length": [ "188" @@ -9977,17 +10315,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -9996,7 +10334,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10010,11 +10348,11 @@ "nosniff" ], "x-ms-request-id": [ - "6c3ca1d7-98f9-4e45-803f-91707fabb94b" + "76b23ae6-4c13-4cb4-80c3-a5ea10c1d636" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10029,13 +10367,13 @@ "129" ], "x-ms-correlation-request-id": [ - "6c3ca1d7-98f9-4e45-803f-91707fabb94b" + "76b23ae6-4c13-4cb4-80c3-a5ea10c1d636" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111735Z:6c3ca1d7-98f9-4e45-803f-91707fabb94b" + "SOUTHINDIA:20210518T080534Z:76b23ae6-4c13-4cb4-80c3-a5ea10c1d636" ], "Date": [ - "Mon, 17 May 2021 11:17:35 GMT" + "Tue, 18 May 2021 08:05:34 GMT" ], "Content-Length": [ "188" @@ -10047,17 +10385,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -10066,7 +10404,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10080,11 +10418,11 @@ "nosniff" ], "x-ms-request-id": [ - "85e85e6e-3916-4bc1-92a2-376035947694" + "37fb7ef6-01b2-4c60-8b3f-f1afbc6f2138" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10099,13 +10437,13 @@ "128" ], "x-ms-correlation-request-id": [ - "85e85e6e-3916-4bc1-92a2-376035947694" + "37fb7ef6-01b2-4c60-8b3f-f1afbc6f2138" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111741Z:85e85e6e-3916-4bc1-92a2-376035947694" + "SOUTHINDIA:20210518T080539Z:37fb7ef6-01b2-4c60-8b3f-f1afbc6f2138" ], "Date": [ - "Mon, 17 May 2021 11:17:40 GMT" + "Tue, 18 May 2021 08:05:39 GMT" ], "Content-Length": [ "188" @@ -10117,17 +10455,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -10136,7 +10474,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10150,11 +10488,11 @@ "nosniff" ], "x-ms-request-id": [ - "e2d9519e-d6a7-49ec-b0a9-542f5d32e08a" + "ba7f38bf-b107-4be2-9140-e19c4d5723e4" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10169,13 +10507,13 @@ "127" ], "x-ms-correlation-request-id": [ - "e2d9519e-d6a7-49ec-b0a9-542f5d32e08a" + "ba7f38bf-b107-4be2-9140-e19c4d5723e4" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111746Z:e2d9519e-d6a7-49ec-b0a9-542f5d32e08a" + "SOUTHINDIA:20210518T080545Z:ba7f38bf-b107-4be2-9140-e19c4d5723e4" ], "Date": [ - "Mon, 17 May 2021 11:17:45 GMT" + "Tue, 18 May 2021 08:05:44 GMT" ], "Content-Length": [ "188" @@ -10187,17 +10525,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -10206,7 +10544,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10220,11 +10558,11 @@ "nosniff" ], "x-ms-request-id": [ - "504ef5c9-4447-42d1-95a2-89c87c494734" + "354da8be-2520-402f-9c29-03fc8041bea3" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10239,13 +10577,13 @@ "126" ], "x-ms-correlation-request-id": [ - "504ef5c9-4447-42d1-95a2-89c87c494734" + "354da8be-2520-402f-9c29-03fc8041bea3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111751Z:504ef5c9-4447-42d1-95a2-89c87c494734" + "SOUTHINDIA:20210518T080550Z:354da8be-2520-402f-9c29-03fc8041bea3" ], "Date": [ - "Mon, 17 May 2021 11:17:50 GMT" + "Tue, 18 May 2021 08:05:50 GMT" ], "Content-Length": [ "188" @@ -10257,17 +10595,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -10276,7 +10614,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10290,11 +10628,11 @@ "nosniff" ], "x-ms-request-id": [ - "6906b264-ce75-456a-a0ba-d9f8ae54c011" + "d1448daf-6ff8-475d-8e89-14b69afa34c0" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10309,13 +10647,13 @@ "125" ], "x-ms-correlation-request-id": [ - "6906b264-ce75-456a-a0ba-d9f8ae54c011" + "d1448daf-6ff8-475d-8e89-14b69afa34c0" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111756Z:6906b264-ce75-456a-a0ba-d9f8ae54c011" + "SOUTHINDIA:20210518T080555Z:d1448daf-6ff8-475d-8e89-14b69afa34c0" ], "Date": [ - "Mon, 17 May 2021 11:17:55 GMT" + "Tue, 18 May 2021 08:05:55 GMT" ], "Content-Length": [ "188" @@ -10327,17 +10665,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -10346,7 +10684,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10360,11 +10698,11 @@ "nosniff" ], "x-ms-request-id": [ - "b586dd79-81b5-4c0c-bca5-e9272099aa9a" + "885de02e-448e-4604-9b66-372bdb6c4134" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10379,13 +10717,13 @@ "124" ], "x-ms-correlation-request-id": [ - "b586dd79-81b5-4c0c-bca5-e9272099aa9a" + "885de02e-448e-4604-9b66-372bdb6c4134" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111801Z:b586dd79-81b5-4c0c-bca5-e9272099aa9a" + "SOUTHINDIA:20210518T080601Z:885de02e-448e-4604-9b66-372bdb6c4134" ], "Date": [ - "Mon, 17 May 2021 11:18:01 GMT" + "Tue, 18 May 2021 08:06:00 GMT" ], "Content-Length": [ "188" @@ -10397,17 +10735,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -10416,7 +10754,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10430,11 +10768,11 @@ "nosniff" ], "x-ms-request-id": [ - "3f5b3b20-448a-4884-b378-86764649e7af" + "736730ac-7225-493c-9738-1ed4c13d2cda" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10449,13 +10787,13 @@ "123" ], "x-ms-correlation-request-id": [ - "3f5b3b20-448a-4884-b378-86764649e7af" + "736730ac-7225-493c-9738-1ed4c13d2cda" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111807Z:3f5b3b20-448a-4884-b378-86764649e7af" + "SOUTHINDIA:20210518T080606Z:736730ac-7225-493c-9738-1ed4c13d2cda" ], "Date": [ - "Mon, 17 May 2021 11:18:06 GMT" + "Tue, 18 May 2021 08:06:05 GMT" ], "Content-Length": [ "188" @@ -10467,17 +10805,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -10486,7 +10824,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10500,11 +10838,11 @@ "nosniff" ], "x-ms-request-id": [ - "7777b283-d13f-46a8-b8b3-e8fe433f1caf" + "42e65a00-faac-4a7d-8330-2b3201317a7a" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10519,13 +10857,13 @@ "122" ], "x-ms-correlation-request-id": [ - "7777b283-d13f-46a8-b8b3-e8fe433f1caf" + "42e65a00-faac-4a7d-8330-2b3201317a7a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111812Z:7777b283-d13f-46a8-b8b3-e8fe433f1caf" + "SOUTHINDIA:20210518T080611Z:42e65a00-faac-4a7d-8330-2b3201317a7a" ], "Date": [ - "Mon, 17 May 2021 11:18:11 GMT" + "Tue, 18 May 2021 08:06:11 GMT" ], "Content-Length": [ "188" @@ -10537,17 +10875,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -10556,7 +10894,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10570,11 +10908,11 @@ "nosniff" ], "x-ms-request-id": [ - "9436e5b4-4fa8-4205-b01f-2685662e9c4e" + "bbb4a0fa-f877-4558-989f-d7469d3b097a" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10589,13 +10927,13 @@ "121" ], "x-ms-correlation-request-id": [ - "9436e5b4-4fa8-4205-b01f-2685662e9c4e" + "bbb4a0fa-f877-4558-989f-d7469d3b097a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111817Z:9436e5b4-4fa8-4205-b01f-2685662e9c4e" + "SOUTHINDIA:20210518T080616Z:bbb4a0fa-f877-4558-989f-d7469d3b097a" ], "Date": [ - "Mon, 17 May 2021 11:18:16 GMT" + "Tue, 18 May 2021 08:06:16 GMT" ], "Content-Length": [ "188" @@ -10607,17 +10945,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -10626,7 +10964,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10640,11 +10978,11 @@ "nosniff" ], "x-ms-request-id": [ - "86e4f00f-8bc0-4516-ac7b-a9ce0437503c" + "49becec8-c771-4621-a5a9-ca601db6f9ce" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10659,13 +10997,13 @@ "120" ], "x-ms-correlation-request-id": [ - "86e4f00f-8bc0-4516-ac7b-a9ce0437503c" + "49becec8-c771-4621-a5a9-ca601db6f9ce" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111822Z:86e4f00f-8bc0-4516-ac7b-a9ce0437503c" + "SOUTHINDIA:20210518T080622Z:49becec8-c771-4621-a5a9-ca601db6f9ce" ], "Date": [ - "Mon, 17 May 2021 11:18:21 GMT" + "Tue, 18 May 2021 08:06:21 GMT" ], "Content-Length": [ "188" @@ -10677,17 +11015,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -10696,7 +11034,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10710,11 +11048,11 @@ "nosniff" ], "x-ms-request-id": [ - "6edd43c5-b872-4cca-82a8-dc0004a7b096" + "c1fe85f6-74ef-4da4-8664-c249586490bc" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10729,13 +11067,13 @@ "119" ], "x-ms-correlation-request-id": [ - "6edd43c5-b872-4cca-82a8-dc0004a7b096" + "c1fe85f6-74ef-4da4-8664-c249586490bc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111827Z:6edd43c5-b872-4cca-82a8-dc0004a7b096" + "SOUTHINDIA:20210518T080627Z:c1fe85f6-74ef-4da4-8664-c249586490bc" ], "Date": [ - "Mon, 17 May 2021 11:18:27 GMT" + "Tue, 18 May 2021 08:06:26 GMT" ], "Content-Length": [ "304" @@ -10747,17 +11085,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"ee6c641e-d8ed-43fc-ae62-0e906f96f8d3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"62bb8380-b06e-4ab2-9f56-261d80ed8542\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/1846735a-347c-4b4b-a7f6-aecd3c2cfa51?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zLzE4NDY3MzVhLTM0N2MtNGI0Yi1hN2Y2LWFlY2QzYzJjZmE1MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/d90de187-fb37-46f3-8476-c24286403a3e?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Q5MGRlMTg3LWZiMzctNDZmMy04NDc2LWMyNDI4NjQwM2EzZT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -10766,7 +11104,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10780,11 +11118,11 @@ "nosniff" ], "x-ms-request-id": [ - "77b4b4d5-fad1-4c6a-beae-e6acda8a5685" + "40c26631-9d04-4ab2-a84c-360ebbe3334c" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10799,13 +11137,13 @@ "118" ], "x-ms-correlation-request-id": [ - "77b4b4d5-fad1-4c6a-beae-e6acda8a5685" + "40c26631-9d04-4ab2-a84c-360ebbe3334c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111827Z:77b4b4d5-fad1-4c6a-beae-e6acda8a5685" + "SOUTHINDIA:20210518T080627Z:40c26631-9d04-4ab2-a84c-360ebbe3334c" ], "Date": [ - "Mon, 17 May 2021 11:18:27 GMT" + "Tue, 18 May 2021 08:06:27 GMT" ], "Content-Length": [ "304" @@ -10817,17 +11155,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"name\": \"1846735a-347c-4b4b-a7f6-aecd3c2cfa51\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"ee6c641e-d8ed-43fc-ae62-0e906f96f8d3\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"name\": \"d90de187-fb37-46f3-8476-c24286403a3e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"62bb8380-b06e-4ab2-9f56-261d80ed8542\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/ee6c641e-d8ed-43fc-ae62-0e906f96f8d3?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBKb2JzL2VlNmM2NDFlLWQ4ZWQtNDNmYy1hZTYyLTBlOTA2Zjk2ZjhkMz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/62bb8380-b06e-4ab2-9f56-261d80ed8542?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBKb2JzLzYyYmI4MzgwLWIwNmUtNGFiMi05ZjU2LTI2MWQ4MGVkODU0Mj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61" + "b84849c2-b902-4642-bccf-dd66a0556ac2" ], "Accept-Language": [ "en-US" @@ -10836,7 +11174,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10854,32 +11192,175 @@ "nosniff" ], "x-ms-request-id": [ - "7364237e-30bf-4bdb-9669-50a166047c7c" + "058b1da0-e844-4ed0-8595-baeca7c245a1" + ], + "x-ms-client-request-id": [ + "b84849c2-b902-4642-bccf-dd66a0556ac2", + "b84849c2-b902-4642-bccf-dd66a0556ac2" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "140" + ], + "x-ms-correlation-request-id": [ + "058b1da0-e844-4ed0-8595-baeca7c245a1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T080628Z:058b1da0-e844-4ed0-8595-baeca7c245a1" + ], + "Date": [ + "Tue, 18 May 2021 08:06:27 GMT" + ], + "Content-Length": [ + "845" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/62bb8380-b06e-4ab2-9f56-261d80ed8542\",\r\n \"name\": \"62bb8380-b06e-4ab2-9f56-261d80ed8542\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb1\",\r\n \"duration\": \"PT1M52.3798026S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMf52eb1\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMf52eb1\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T08:04:29.6286517Z\",\r\n \"endTime\": \"2021-05-18T08:06:22.0084543Z\",\r\n \"activityId\": \"b84849c2-b902-4642-bccf-dd66a0556ac2\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgf52eba82%3Bpstestvmf52eb2/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgf52eba82%3Bpstestvmf52eb2?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdmNTJlYmE4MiUzQnBzdGVzdHZtZjUyZWIyL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2Y1MmViYTgyJTNCcHN0ZXN0dm1mNTJlYjI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "86a28cef-3a5f-42a8-89c4-a78da1db734a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperationResults/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01" + ], + "Retry-After": [ + "60" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f251c528-a404-428d-a10e-b5a8a26f3e42" + ], + "x-ms-client-request-id": [ + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "f251c528-a404-428d-a10e-b5a8a26f3e42" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T080628Z:f251c528-a404-428d-a10e-b5a8a26f3e42" + ], + "Date": [ + "Tue, 18 May 2021 08:06:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "86a28cef-3a5f-42a8-89c4-a78da1db734a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "bb58be91-b5aa-4bd9-9785-9316f60c387a" ], "x-ms-client-request-id": [ - "43d68750-3e66-4089-b301-81641976ed61", - "43d68750-3e66-4089-b301-81641976ed61" - ], - "X-Powered-By": [ - "ASP.NET" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "117" ], "x-ms-correlation-request-id": [ - "7364237e-30bf-4bdb-9669-50a166047c7c" + "bb58be91-b5aa-4bd9-9785-9316f60c387a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111828Z:7364237e-30bf-4bdb-9669-50a166047c7c" + "SOUTHINDIA:20210518T080629Z:bb58be91-b5aa-4bd9-9785-9316f60c387a" ], "Date": [ - "Mon, 17 May 2021 11:18:28 GMT" + "Tue, 18 May 2021 08:06:28 GMT" ], "Content-Length": [ - "844" + "188" ], "Content-Type": [ "application/json" @@ -10888,17 +11369,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/ee6c641e-d8ed-43fc-ae62-0e906f96f8d3\",\r\n \"name\": \"ee6c641e-d8ed-43fc-ae62-0e906f96f8d3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46411\",\r\n \"duration\": \"PT1M51.655059S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMc46411\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMc46411\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:16:33.0971117Z\",\r\n \"endTime\": \"2021-05-17T11:18:24.7521707Z\",\r\n \"activityId\": \"43d68750-3e66-4089-b301-81641976ed61\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgc4641f4f%3Bpstestvmc46412/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgc4641f4f%3Bpstestvmc46412?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjNDY0MWY0ZiUzQnBzdGVzdHZtYzQ2NDEyL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2M0NjQxZjRmJTNCcHN0ZXN0dm1jNDY0MTI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -10907,7 +11388,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10917,61 +11398,58 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperationResults/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01" - ], - "Retry-After": [ - "60" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01" - ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "8fa7f358-ee18-435c-a1a5-f61da614da22" + "6ddab62c-fc0a-4a1b-9dd9-ac282c00e47b" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "Server": [ + "Microsoft-IIS/10.0" + ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "116" ], "x-ms-correlation-request-id": [ - "8fa7f358-ee18-435c-a1a5-f61da614da22" + "6ddab62c-fc0a-4a1b-9dd9-ac282c00e47b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111828Z:8fa7f358-ee18-435c-a1a5-f61da614da22" + "SOUTHINDIA:20210518T080634Z:6ddab62c-fc0a-4a1b-9dd9-ac282c00e47b" ], "Date": [ - "Mon, 17 May 2021 11:18:28 GMT" + "Tue, 18 May 2021 08:06:33 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -10980,7 +11458,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10994,11 +11472,11 @@ "nosniff" ], "x-ms-request-id": [ - "5acd9e6f-58dc-48dd-9314-caf554f79eee" + "67285dfb-7ca2-487f-be87-341a01738b0c" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11010,16 +11488,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" + "115" ], "x-ms-correlation-request-id": [ - "5acd9e6f-58dc-48dd-9314-caf554f79eee" + "67285dfb-7ca2-487f-be87-341a01738b0c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111828Z:5acd9e6f-58dc-48dd-9314-caf554f79eee" + "SOUTHINDIA:20210518T080639Z:67285dfb-7ca2-487f-be87-341a01738b0c" ], "Date": [ - "Mon, 17 May 2021 11:18:28 GMT" + "Tue, 18 May 2021 08:06:38 GMT" ], "Content-Length": [ "188" @@ -11031,17 +11509,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11050,7 +11528,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11064,11 +11542,11 @@ "nosniff" ], "x-ms-request-id": [ - "7872e172-b282-4641-acd2-bb863368c230" + "4a0794ff-0357-4ec4-bb20-1e61a56a9500" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11080,16 +11558,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "116" + "114" ], "x-ms-correlation-request-id": [ - "7872e172-b282-4641-acd2-bb863368c230" + "4a0794ff-0357-4ec4-bb20-1e61a56a9500" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111834Z:7872e172-b282-4641-acd2-bb863368c230" + "SOUTHINDIA:20210518T080644Z:4a0794ff-0357-4ec4-bb20-1e61a56a9500" ], "Date": [ - "Mon, 17 May 2021 11:18:33 GMT" + "Tue, 18 May 2021 08:06:44 GMT" ], "Content-Length": [ "188" @@ -11101,17 +11579,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11120,7 +11598,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11134,11 +11612,11 @@ "nosniff" ], "x-ms-request-id": [ - "0a8af295-1587-4caf-a213-4757f3a59fb6" + "27ee2760-c875-45b6-acd4-af841e89ca48" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11150,16 +11628,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "115" + "113" ], "x-ms-correlation-request-id": [ - "0a8af295-1587-4caf-a213-4757f3a59fb6" + "27ee2760-c875-45b6-acd4-af841e89ca48" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111839Z:0a8af295-1587-4caf-a213-4757f3a59fb6" + "SOUTHINDIA:20210518T080650Z:27ee2760-c875-45b6-acd4-af841e89ca48" ], "Date": [ - "Mon, 17 May 2021 11:18:39 GMT" + "Tue, 18 May 2021 08:06:49 GMT" ], "Content-Length": [ "188" @@ -11171,17 +11649,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11190,7 +11668,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11204,11 +11682,11 @@ "nosniff" ], "x-ms-request-id": [ - "026389f4-d8fe-42a3-8f4a-e297403c9c65" + "e778a961-8866-4ab7-87ee-61129b263d80" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11220,16 +11698,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "114" + "112" ], "x-ms-correlation-request-id": [ - "026389f4-d8fe-42a3-8f4a-e297403c9c65" + "e778a961-8866-4ab7-87ee-61129b263d80" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111844Z:026389f4-d8fe-42a3-8f4a-e297403c9c65" + "SOUTHINDIA:20210518T080655Z:e778a961-8866-4ab7-87ee-61129b263d80" ], "Date": [ - "Mon, 17 May 2021 11:18:44 GMT" + "Tue, 18 May 2021 08:06:54 GMT" ], "Content-Length": [ "188" @@ -11241,17 +11719,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11260,7 +11738,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11274,11 +11752,11 @@ "nosniff" ], "x-ms-request-id": [ - "5a8eb6b7-4245-4ce5-b54a-592e1655f61e" + "5dc5eec2-15a0-414e-a7a1-6a9353b93196" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11290,16 +11768,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "113" + "111" ], "x-ms-correlation-request-id": [ - "5a8eb6b7-4245-4ce5-b54a-592e1655f61e" + "5dc5eec2-15a0-414e-a7a1-6a9353b93196" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111849Z:5a8eb6b7-4245-4ce5-b54a-592e1655f61e" + "SOUTHINDIA:20210518T080700Z:5dc5eec2-15a0-414e-a7a1-6a9353b93196" ], "Date": [ - "Mon, 17 May 2021 11:18:49 GMT" + "Tue, 18 May 2021 08:07:00 GMT" ], "Content-Length": [ "188" @@ -11311,17 +11789,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11330,7 +11808,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11344,11 +11822,11 @@ "nosniff" ], "x-ms-request-id": [ - "b524d53a-7816-43e9-80cb-730a3a3ff0d0" + "5d7bfcb0-72bb-48aa-9552-24a6ebd711cc" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11360,16 +11838,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "112" + "110" ], "x-ms-correlation-request-id": [ - "b524d53a-7816-43e9-80cb-730a3a3ff0d0" + "5d7bfcb0-72bb-48aa-9552-24a6ebd711cc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111854Z:b524d53a-7816-43e9-80cb-730a3a3ff0d0" + "SOUTHINDIA:20210518T080706Z:5d7bfcb0-72bb-48aa-9552-24a6ebd711cc" ], "Date": [ - "Mon, 17 May 2021 11:18:54 GMT" + "Tue, 18 May 2021 08:07:06 GMT" ], "Content-Length": [ "188" @@ -11381,17 +11859,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11400,7 +11878,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11414,11 +11892,11 @@ "nosniff" ], "x-ms-request-id": [ - "6eebf459-00ad-45c6-9956-bd79a79235f4" + "78ba0016-26ac-4139-9a08-0d5f3df59f6a" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11430,16 +11908,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "111" + "109" ], "x-ms-correlation-request-id": [ - "6eebf459-00ad-45c6-9956-bd79a79235f4" + "78ba0016-26ac-4139-9a08-0d5f3df59f6a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111859Z:6eebf459-00ad-45c6-9956-bd79a79235f4" + "SOUTHINDIA:20210518T080711Z:78ba0016-26ac-4139-9a08-0d5f3df59f6a" ], "Date": [ - "Mon, 17 May 2021 11:18:59 GMT" + "Tue, 18 May 2021 08:07:11 GMT" ], "Content-Length": [ "188" @@ -11451,17 +11929,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11470,7 +11948,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11484,11 +11962,11 @@ "nosniff" ], "x-ms-request-id": [ - "503f7718-dc19-4ed8-9b2c-7244e006744d" + "ad7ca3fe-3dd0-4476-847e-bd8a1e8c8fe7" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11500,16 +11978,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "110" + "108" ], "x-ms-correlation-request-id": [ - "503f7718-dc19-4ed8-9b2c-7244e006744d" + "ad7ca3fe-3dd0-4476-847e-bd8a1e8c8fe7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111905Z:503f7718-dc19-4ed8-9b2c-7244e006744d" + "SOUTHINDIA:20210518T080717Z:ad7ca3fe-3dd0-4476-847e-bd8a1e8c8fe7" ], "Date": [ - "Mon, 17 May 2021 11:19:04 GMT" + "Tue, 18 May 2021 08:07:16 GMT" ], "Content-Length": [ "188" @@ -11521,17 +11999,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11540,7 +12018,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11554,11 +12032,11 @@ "nosniff" ], "x-ms-request-id": [ - "2a833069-d08b-4be2-b09b-ce48ca5e2803" + "08058c4f-92aa-40af-b8d9-5f98b7024ac5" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11570,16 +12048,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "109" + "107" ], "x-ms-correlation-request-id": [ - "2a833069-d08b-4be2-b09b-ce48ca5e2803" + "08058c4f-92aa-40af-b8d9-5f98b7024ac5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111910Z:2a833069-d08b-4be2-b09b-ce48ca5e2803" + "SOUTHINDIA:20210518T080722Z:08058c4f-92aa-40af-b8d9-5f98b7024ac5" ], "Date": [ - "Mon, 17 May 2021 11:19:09 GMT" + "Tue, 18 May 2021 08:07:22 GMT" ], "Content-Length": [ "188" @@ -11591,17 +12069,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11610,7 +12088,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11624,11 +12102,11 @@ "nosniff" ], "x-ms-request-id": [ - "a67b11ab-c3c6-4a82-871d-78f288c594f7" + "e04e6f7e-798a-4915-9b1c-51fa9debfc49" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11640,16 +12118,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "108" + "106" ], "x-ms-correlation-request-id": [ - "a67b11ab-c3c6-4a82-871d-78f288c594f7" + "e04e6f7e-798a-4915-9b1c-51fa9debfc49" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111915Z:a67b11ab-c3c6-4a82-871d-78f288c594f7" + "SOUTHINDIA:20210518T080727Z:e04e6f7e-798a-4915-9b1c-51fa9debfc49" ], "Date": [ - "Mon, 17 May 2021 11:19:15 GMT" + "Tue, 18 May 2021 08:07:27 GMT" ], "Content-Length": [ "188" @@ -11661,17 +12139,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11680,7 +12158,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11694,11 +12172,11 @@ "nosniff" ], "x-ms-request-id": [ - "dfa04b0f-d3b5-4cb0-9267-29208d010774" + "e0e1e753-6227-45c2-a6c5-08d62c17b345" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11710,16 +12188,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "107" + "105" ], "x-ms-correlation-request-id": [ - "dfa04b0f-d3b5-4cb0-9267-29208d010774" + "e0e1e753-6227-45c2-a6c5-08d62c17b345" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111920Z:dfa04b0f-d3b5-4cb0-9267-29208d010774" + "SOUTHINDIA:20210518T080733Z:e0e1e753-6227-45c2-a6c5-08d62c17b345" ], "Date": [ - "Mon, 17 May 2021 11:19:20 GMT" + "Tue, 18 May 2021 08:07:32 GMT" ], "Content-Length": [ "188" @@ -11731,17 +12209,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11750,7 +12228,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11764,11 +12242,11 @@ "nosniff" ], "x-ms-request-id": [ - "43fbb728-f5bd-48b3-8212-a718dc4da8a2" + "4cf57db0-d20d-4d66-973e-7e2281a63ee7" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11780,16 +12258,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "106" + "104" ], "x-ms-correlation-request-id": [ - "43fbb728-f5bd-48b3-8212-a718dc4da8a2" + "4cf57db0-d20d-4d66-973e-7e2281a63ee7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111925Z:43fbb728-f5bd-48b3-8212-a718dc4da8a2" + "SOUTHINDIA:20210518T080738Z:4cf57db0-d20d-4d66-973e-7e2281a63ee7" ], "Date": [ - "Mon, 17 May 2021 11:19:25 GMT" + "Tue, 18 May 2021 08:07:37 GMT" ], "Content-Length": [ "188" @@ -11801,17 +12279,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11820,7 +12298,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11834,11 +12312,11 @@ "nosniff" ], "x-ms-request-id": [ - "87551258-bf29-4d83-86aa-8983631d97c5" + "5f5dc1a2-36fb-4617-a8a0-e98c085d48cb" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11850,16 +12328,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "105" + "103" ], "x-ms-correlation-request-id": [ - "87551258-bf29-4d83-86aa-8983631d97c5" + "5f5dc1a2-36fb-4617-a8a0-e98c085d48cb" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111931Z:87551258-bf29-4d83-86aa-8983631d97c5" + "SOUTHINDIA:20210518T080743Z:5f5dc1a2-36fb-4617-a8a0-e98c085d48cb" ], "Date": [ - "Mon, 17 May 2021 11:19:30 GMT" + "Tue, 18 May 2021 08:07:43 GMT" ], "Content-Length": [ "188" @@ -11871,17 +12349,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11890,7 +12368,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11904,11 +12382,11 @@ "nosniff" ], "x-ms-request-id": [ - "4b16ea72-f027-4704-b055-1b5e72ab7e03" + "45753328-aa07-4373-bdf8-611780e1113a" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11920,16 +12398,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "104" + "102" ], "x-ms-correlation-request-id": [ - "4b16ea72-f027-4704-b055-1b5e72ab7e03" + "45753328-aa07-4373-bdf8-611780e1113a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111936Z:4b16ea72-f027-4704-b055-1b5e72ab7e03" + "SOUTHINDIA:20210518T080748Z:45753328-aa07-4373-bdf8-611780e1113a" ], "Date": [ - "Mon, 17 May 2021 11:19:35 GMT" + "Tue, 18 May 2021 08:07:48 GMT" ], "Content-Length": [ "188" @@ -11941,17 +12419,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -11960,7 +12438,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -11974,11 +12452,11 @@ "nosniff" ], "x-ms-request-id": [ - "8eb620c3-986b-4517-8164-745a7cd65d20" + "a3377d52-26b4-494d-9ea5-e4f47fa73eb8" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11990,16 +12468,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "103" + "101" ], "x-ms-correlation-request-id": [ - "8eb620c3-986b-4517-8164-745a7cd65d20" + "a3377d52-26b4-494d-9ea5-e4f47fa73eb8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111941Z:8eb620c3-986b-4517-8164-745a7cd65d20" + "SOUTHINDIA:20210518T080754Z:a3377d52-26b4-494d-9ea5-e4f47fa73eb8" ], "Date": [ - "Mon, 17 May 2021 11:19:40 GMT" + "Tue, 18 May 2021 08:07:53 GMT" ], "Content-Length": [ "188" @@ -12011,17 +12489,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -12030,7 +12508,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12044,11 +12522,11 @@ "nosniff" ], "x-ms-request-id": [ - "80cddf03-2610-4d6a-bb9b-2dfe791c072d" + "4856aa18-289b-44e9-9e4b-db06093c4a9f" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12060,16 +12538,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "102" + "100" ], "x-ms-correlation-request-id": [ - "80cddf03-2610-4d6a-bb9b-2dfe791c072d" + "4856aa18-289b-44e9-9e4b-db06093c4a9f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111946Z:80cddf03-2610-4d6a-bb9b-2dfe791c072d" + "SOUTHINDIA:20210518T080759Z:4856aa18-289b-44e9-9e4b-db06093c4a9f" ], "Date": [ - "Mon, 17 May 2021 11:19:46 GMT" + "Tue, 18 May 2021 08:07:59 GMT" ], "Content-Length": [ "188" @@ -12081,17 +12559,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -12100,7 +12578,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12114,11 +12592,11 @@ "nosniff" ], "x-ms-request-id": [ - "7a91ea8a-d874-4827-91db-3d3e410eb148" + "36615435-297b-4ade-aed0-f36623357b08" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12130,16 +12608,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "101" + "99" ], "x-ms-correlation-request-id": [ - "7a91ea8a-d874-4827-91db-3d3e410eb148" + "36615435-297b-4ade-aed0-f36623357b08" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111951Z:7a91ea8a-d874-4827-91db-3d3e410eb148" + "SOUTHINDIA:20210518T080805Z:36615435-297b-4ade-aed0-f36623357b08" ], "Date": [ - "Mon, 17 May 2021 11:19:51 GMT" + "Tue, 18 May 2021 08:08:04 GMT" ], "Content-Length": [ "188" @@ -12151,17 +12629,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -12170,7 +12648,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12184,11 +12662,11 @@ "nosniff" ], "x-ms-request-id": [ - "b337fd5e-4bdd-4b1d-8e6f-9243f215b905" + "65af6002-178c-43fc-8542-78f6d5712274" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12200,16 +12678,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "100" + "98" ], "x-ms-correlation-request-id": [ - "b337fd5e-4bdd-4b1d-8e6f-9243f215b905" + "65af6002-178c-43fc-8542-78f6d5712274" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T111956Z:b337fd5e-4bdd-4b1d-8e6f-9243f215b905" + "SOUTHINDIA:20210518T080810Z:65af6002-178c-43fc-8542-78f6d5712274" ], "Date": [ - "Mon, 17 May 2021 11:19:56 GMT" + "Tue, 18 May 2021 08:08:09 GMT" ], "Content-Length": [ "188" @@ -12221,17 +12699,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -12240,7 +12718,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12254,11 +12732,11 @@ "nosniff" ], "x-ms-request-id": [ - "f0e4ed28-094f-48ac-bcc9-869a8e66a63c" + "a4a2ab27-8ec7-42f4-9cd2-a139890c80c3" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12270,16 +12748,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "99" + "97" ], "x-ms-correlation-request-id": [ - "f0e4ed28-094f-48ac-bcc9-869a8e66a63c" + "a4a2ab27-8ec7-42f4-9cd2-a139890c80c3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112002Z:f0e4ed28-094f-48ac-bcc9-869a8e66a63c" + "SOUTHINDIA:20210518T080815Z:a4a2ab27-8ec7-42f4-9cd2-a139890c80c3" ], "Date": [ - "Mon, 17 May 2021 11:20:01 GMT" + "Tue, 18 May 2021 08:08:15 GMT" ], "Content-Length": [ "188" @@ -12291,17 +12769,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -12310,7 +12788,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12324,11 +12802,11 @@ "nosniff" ], "x-ms-request-id": [ - "d5ad8487-c265-4e0e-8184-6a800711ff6e" + "ae0f7757-36c4-4494-a853-c68e929ce878" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12340,16 +12818,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "98" + "96" ], "x-ms-correlation-request-id": [ - "d5ad8487-c265-4e0e-8184-6a800711ff6e" + "ae0f7757-36c4-4494-a853-c68e929ce878" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112007Z:d5ad8487-c265-4e0e-8184-6a800711ff6e" + "SOUTHINDIA:20210518T080821Z:ae0f7757-36c4-4494-a853-c68e929ce878" ], "Date": [ - "Mon, 17 May 2021 11:20:06 GMT" + "Tue, 18 May 2021 08:08:20 GMT" ], "Content-Length": [ "188" @@ -12361,17 +12839,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -12380,7 +12858,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12394,11 +12872,11 @@ "nosniff" ], "x-ms-request-id": [ - "8e9e2012-c8aa-46bc-a6ce-f19d0a3cbd70" + "3289efcd-0e1c-4180-8d52-2b512d5f8613" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12410,16 +12888,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "97" + "95" ], "x-ms-correlation-request-id": [ - "8e9e2012-c8aa-46bc-a6ce-f19d0a3cbd70" + "3289efcd-0e1c-4180-8d52-2b512d5f8613" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112012Z:8e9e2012-c8aa-46bc-a6ce-f19d0a3cbd70" + "SOUTHINDIA:20210518T080826Z:3289efcd-0e1c-4180-8d52-2b512d5f8613" ], "Date": [ - "Mon, 17 May 2021 11:20:11 GMT" + "Tue, 18 May 2021 08:08:25 GMT" ], "Content-Length": [ "304" @@ -12431,17 +12909,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"06e68bba-13fd-4dec-a983-3e052ee06b41\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"55c7a7e9-6300-490e-855f-67f32c1e9eb9\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupOperations/c3102615-7714-4e48-bd4f-fbcc0915559a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBPcGVyYXRpb25zL2MzMTAyNjE1LTc3MTQtNGU0OC1iZDRmLWZiY2MwOTE1NTU5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupOperations/f445d4a4-af5e-431e-9bb8-df6d6b606095?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBPcGVyYXRpb25zL2Y0NDVkNGE0LWFmNWUtNDMxZS05YmI4LWRmNmQ2YjYwNjA5NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -12450,7 +12928,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12464,11 +12942,11 @@ "nosniff" ], "x-ms-request-id": [ - "db811925-0c72-4b12-bc70-6e43e9e0ef87" + "ccad212a-c22d-486c-8d51-01b042cc63e0" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12480,16 +12958,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "96" + "94" ], "x-ms-correlation-request-id": [ - "db811925-0c72-4b12-bc70-6e43e9e0ef87" + "ccad212a-c22d-486c-8d51-01b042cc63e0" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112012Z:db811925-0c72-4b12-bc70-6e43e9e0ef87" + "SOUTHINDIA:20210518T080826Z:ccad212a-c22d-486c-8d51-01b042cc63e0" ], "Date": [ - "Mon, 17 May 2021 11:20:12 GMT" + "Tue, 18 May 2021 08:08:25 GMT" ], "Content-Length": [ "304" @@ -12501,17 +12979,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"name\": \"c3102615-7714-4e48-bd4f-fbcc0915559a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"06e68bba-13fd-4dec-a983-3e052ee06b41\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"name\": \"f445d4a4-af5e-431e-9bb8-df6d6b606095\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"55c7a7e9-6300-490e-855f-67f32c1e9eb9\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/06e68bba-13fd-4dec-a983-3e052ee06b41?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zi9iYWNrdXBKb2JzLzA2ZTY4YmJhLTEzZmQtNGRlYy1hOTgzLTNlMDUyZWUwNmI0MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/55c7a7e9-6300-490e-855f-67f32c1e9eb9?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mi9iYWNrdXBKb2JzLzU1YzdhN2U5LTYzMDAtNDkwZS04NTVmLTY3ZjMyYzFlOWViOT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "Accept-Language": [ "en-US" @@ -12520,7 +12998,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -12538,11 +13016,11 @@ "nosniff" ], "x-ms-request-id": [ - "cce59149-52a8-4f0e-b3de-89a2d331331c" + "334e0c2e-6813-4bde-9a34-0ee59ba85104" ], "x-ms-client-request-id": [ - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12", - "1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12" + "86a28cef-3a5f-42a8-89c4-a78da1db734a", + "86a28cef-3a5f-42a8-89c4-a78da1db734a" ], "X-Powered-By": [ "ASP.NET" @@ -12554,16 +13032,16 @@ "139" ], "x-ms-correlation-request-id": [ - "cce59149-52a8-4f0e-b3de-89a2d331331c" + "334e0c2e-6813-4bde-9a34-0ee59ba85104" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112012Z:cce59149-52a8-4f0e-b3de-89a2d331331c" + "SOUTHINDIA:20210518T080826Z:334e0c2e-6813-4bde-9a34-0ee59ba85104" ], "Date": [ - "Mon, 17 May 2021 11:20:12 GMT" + "Tue, 18 May 2021 08:08:26 GMT" ], "Content-Length": [ - "843" + "845" ], "Content-Type": [ "application/json" @@ -12572,17 +13050,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f/backupJobs/06e68bba-13fd-4dec-a983-3e052ee06b41\",\r\n \"name\": \"06e68bba-13fd-4dec-a983-3e052ee06b41\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgc4641f4f;pstestvmc46412\",\r\n \"duration\": \"PT1M42.86939S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMc46412\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMc46412\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-17T11:18:28.5158902Z\",\r\n \"endTime\": \"2021-05-17T11:20:11.3852802Z\",\r\n \"activityId\": \"1d3a5ea4-c3e2-4bf5-a29e-0d68ef1c6d12\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82/backupJobs/55c7a7e9-6300-490e-855f-67f32c1e9eb9\",\r\n \"name\": \"55c7a7e9-6300-490e-855f-67f32c1e9eb9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgf52eba82;pstestvmf52eb2\",\r\n \"duration\": \"PT1M52.2361815S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMf52eb2\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMf52eb2\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T08:06:28.8054796Z\",\r\n \"endTime\": \"2021-05-18T08:08:21.0416611Z\",\r\n \"activityId\": \"86a28cef-3a5f-42a8-89c4-a78da1db734a\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGc4641f4f/providers/Microsoft.RecoveryServices/vaults/PSTestRSVc4641f4f?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjNDY0MWY0Zj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGf52eba82/providers/Microsoft.RecoveryServices/vaults/PSTestRSVf52eba82?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHZjUyZWJhODIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZmNTJlYmE4Mj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1135face-2dac-498d-9a5f-2a219e8e0a82" + "28465f14-d70b-40ea-bfc2-3cc9056fe908" ], "Accept-Language": [ "en-US" @@ -12605,10 +13083,10 @@ "nosniff" ], "x-ms-request-id": [ - "d9b3c4f7-9382-4f60-b279-bdf377b9f6f7" + "c068568f-58c2-4bc0-8f4a-0dc26f197b14" ], "x-ms-client-request-id": [ - "1135face-2dac-498d-9a5f-2a219e8e0a82" + "28465f14-d70b-40ea-bfc2-3cc9056fe908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12617,13 +13095,13 @@ "9" ], "x-ms-correlation-request-id": [ - "d9b3c4f7-9382-4f60-b279-bdf377b9f6f7" + "c068568f-58c2-4bc0-8f4a-0dc26f197b14" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112034Z:d9b3c4f7-9382-4f60-b279-bdf377b9f6f7" + "SOUTHINDIA:20210518T080831Z:c068568f-58c2-4bc0-8f4a-0dc26f197b14" ], "Date": [ - "Mon, 17 May 2021 11:20:34 GMT" + "Tue, 18 May 2021 08:08:30 GMT" ], "Expires": [ "-1" @@ -12636,13 +13114,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGc4641f4f?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHYzQ2NDFmNGY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGf52eba82?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHZjUyZWJhODI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8275994-20b0-4469-84d0-2b700d526aaa" + "a770bf45-cc24-4bbc-92ad-49e8764707bb" ], "Accept-Language": [ "en-US" @@ -12651,7 +13129,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -12662,7 +13140,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -12671,13 +13149,13 @@ "14999" ], "x-ms-request-id": [ - "e38b928e-a89c-4d61-b207-4b281e0417fc" + "fcf5e088-e2fc-4737-b205-ffc05803fe3c" ], "x-ms-correlation-request-id": [ - "e38b928e-a89c-4d61-b207-4b281e0417fc" + "fcf5e088-e2fc-4737-b205-ffc05803fe3c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112035Z:e38b928e-a89c-4d61-b207-4b281e0417fc" + "SOUTHINDIA:20210518T080832Z:fcf5e088-e2fc-4737-b205-ffc05803fe3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12686,7 +13164,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:20:35 GMT" + "Tue, 18 May 2021 08:08:32 GMT" ], "Expires": [ "-1" @@ -12699,8 +13177,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12708,7 +13186,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -12719,22 +13197,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11980" ], "x-ms-request-id": [ - "21264df5-c754-4545-ad55-233470b374a0" + "a64106f6-286b-4751-9b60-3ec31d1fd773" ], "x-ms-correlation-request-id": [ - "21264df5-c754-4545-ad55-233470b374a0" + "a64106f6-286b-4751-9b60-3ec31d1fd773" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112050Z:21264df5-c754-4545-ad55-233470b374a0" + "SOUTHINDIA:20210518T080848Z:a64106f6-286b-4751-9b60-3ec31d1fd773" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12743,7 +13221,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:20:50 GMT" + "Tue, 18 May 2021 08:08:48 GMT" ], "Expires": [ "-1" @@ -12756,8 +13234,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12765,7 +13243,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -12776,22 +13254,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11979" ], "x-ms-request-id": [ - "e78444cd-08cb-4fba-905a-716a67a74b7d" + "f2b8ad82-52e9-4618-bb8c-36e7b93b9503" ], "x-ms-correlation-request-id": [ - "e78444cd-08cb-4fba-905a-716a67a74b7d" + "f2b8ad82-52e9-4618-bb8c-36e7b93b9503" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112105Z:e78444cd-08cb-4fba-905a-716a67a74b7d" + "SOUTHINDIA:20210518T080903Z:f2b8ad82-52e9-4618-bb8c-36e7b93b9503" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12800,7 +13278,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:21:05 GMT" + "Tue, 18 May 2021 08:09:03 GMT" ], "Expires": [ "-1" @@ -12813,8 +13291,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12822,7 +13300,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -12833,22 +13311,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11978" ], "x-ms-request-id": [ - "e38d9edf-8469-47eb-b9b6-7ffaae47516a" + "4b346876-3449-4e0e-999d-89a798c2e31a" ], "x-ms-correlation-request-id": [ - "e38d9edf-8469-47eb-b9b6-7ffaae47516a" + "4b346876-3449-4e0e-999d-89a798c2e31a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112120Z:e38d9edf-8469-47eb-b9b6-7ffaae47516a" + "SOUTHINDIA:20210518T080918Z:4b346876-3449-4e0e-999d-89a798c2e31a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12857,7 +13335,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:21:20 GMT" + "Tue, 18 May 2021 08:09:18 GMT" ], "Expires": [ "-1" @@ -12870,8 +13348,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12879,7 +13357,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -12890,22 +13368,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11977" ], "x-ms-request-id": [ - "4ecacaea-8eaa-4f78-80ed-e45f1267d67e" + "3dc25df4-944e-4ce0-83de-ace3b89e06dc" ], "x-ms-correlation-request-id": [ - "4ecacaea-8eaa-4f78-80ed-e45f1267d67e" + "3dc25df4-944e-4ce0-83de-ace3b89e06dc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112135Z:4ecacaea-8eaa-4f78-80ed-e45f1267d67e" + "SOUTHINDIA:20210518T080933Z:3dc25df4-944e-4ce0-83de-ace3b89e06dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12914,7 +13392,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:21:35 GMT" + "Tue, 18 May 2021 08:09:33 GMT" ], "Expires": [ "-1" @@ -12927,8 +13405,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12936,7 +13414,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -12947,22 +13425,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11976" ], "x-ms-request-id": [ - "916caecb-d433-4ebe-89e1-6df4e60a9ff1" + "4c65f2ac-bb1b-462a-a5ad-643d896d72f4" ], "x-ms-correlation-request-id": [ - "916caecb-d433-4ebe-89e1-6df4e60a9ff1" + "4c65f2ac-bb1b-462a-a5ad-643d896d72f4" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112150Z:916caecb-d433-4ebe-89e1-6df4e60a9ff1" + "SOUTHINDIA:20210518T080948Z:4c65f2ac-bb1b-462a-a5ad-643d896d72f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -12971,7 +13449,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:21:50 GMT" + "Tue, 18 May 2021 08:09:48 GMT" ], "Expires": [ "-1" @@ -12984,8 +13462,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -12993,7 +13471,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13004,22 +13482,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11975" ], "x-ms-request-id": [ - "1b2a0726-41e9-4791-8473-a76f5115b754" + "3efd847e-391a-4908-985a-fb4daa9997c5" ], "x-ms-correlation-request-id": [ - "1b2a0726-41e9-4791-8473-a76f5115b754" + "3efd847e-391a-4908-985a-fb4daa9997c5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112205Z:1b2a0726-41e9-4791-8473-a76f5115b754" + "SOUTHINDIA:20210518T081004Z:3efd847e-391a-4908-985a-fb4daa9997c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13028,7 +13506,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:22:05 GMT" + "Tue, 18 May 2021 08:10:03 GMT" ], "Expires": [ "-1" @@ -13041,8 +13519,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13050,7 +13528,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13061,22 +13539,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11974" ], "x-ms-request-id": [ - "010b6634-e9d3-466b-bafb-202d291b7be0" + "0a59b7d0-af9c-44c5-86b1-c16e0bcf2260" ], "x-ms-correlation-request-id": [ - "010b6634-e9d3-466b-bafb-202d291b7be0" + "0a59b7d0-af9c-44c5-86b1-c16e0bcf2260" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112220Z:010b6634-e9d3-466b-bafb-202d291b7be0" + "SOUTHINDIA:20210518T081019Z:0a59b7d0-af9c-44c5-86b1-c16e0bcf2260" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13085,7 +13563,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:22:20 GMT" + "Tue, 18 May 2021 08:10:18 GMT" ], "Expires": [ "-1" @@ -13098,8 +13576,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13107,7 +13585,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13118,22 +13596,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11973" ], "x-ms-request-id": [ - "8e3d88e9-2b97-45b9-8dcf-1521eb054716" + "1408cbde-522b-4c24-a2ff-63d81e8d029d" ], "x-ms-correlation-request-id": [ - "8e3d88e9-2b97-45b9-8dcf-1521eb054716" + "1408cbde-522b-4c24-a2ff-63d81e8d029d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112235Z:8e3d88e9-2b97-45b9-8dcf-1521eb054716" + "SOUTHINDIA:20210518T081034Z:1408cbde-522b-4c24-a2ff-63d81e8d029d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13142,7 +13620,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:22:34 GMT" + "Tue, 18 May 2021 08:10:33 GMT" ], "Expires": [ "-1" @@ -13155,8 +13633,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13164,7 +13642,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13175,22 +13653,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11972" ], "x-ms-request-id": [ - "120c18df-5cd6-41c0-b0a4-bb84f0edde6f" + "803ed8fd-53f8-4916-b02e-70887ac7eb96" ], "x-ms-correlation-request-id": [ - "120c18df-5cd6-41c0-b0a4-bb84f0edde6f" + "803ed8fd-53f8-4916-b02e-70887ac7eb96" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112250Z:120c18df-5cd6-41c0-b0a4-bb84f0edde6f" + "SOUTHINDIA:20210518T081049Z:803ed8fd-53f8-4916-b02e-70887ac7eb96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13199,7 +13677,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:22:50 GMT" + "Tue, 18 May 2021 08:10:49 GMT" ], "Expires": [ "-1" @@ -13212,8 +13690,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13221,7 +13699,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13232,22 +13710,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11971" ], "x-ms-request-id": [ - "0f5191fd-4173-4688-a23d-4e1408d8c9c5" + "54842c1b-b53f-4963-8ce7-85fb5d672521" ], "x-ms-correlation-request-id": [ - "0f5191fd-4173-4688-a23d-4e1408d8c9c5" + "54842c1b-b53f-4963-8ce7-85fb5d672521" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112306Z:0f5191fd-4173-4688-a23d-4e1408d8c9c5" + "SOUTHINDIA:20210518T081104Z:54842c1b-b53f-4963-8ce7-85fb5d672521" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13256,7 +13734,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:23:05 GMT" + "Tue, 18 May 2021 08:11:04 GMT" ], "Expires": [ "-1" @@ -13269,8 +13747,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13278,7 +13756,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13289,22 +13767,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11970" ], "x-ms-request-id": [ - "2853f61b-1b26-4ddd-96b2-6880ab660f4b" + "8f64368f-4026-4f60-ac4b-b3fd8c439b05" ], "x-ms-correlation-request-id": [ - "2853f61b-1b26-4ddd-96b2-6880ab660f4b" + "8f64368f-4026-4f60-ac4b-b3fd8c439b05" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112321Z:2853f61b-1b26-4ddd-96b2-6880ab660f4b" + "SOUTHINDIA:20210518T081119Z:8f64368f-4026-4f60-ac4b-b3fd8c439b05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13313,7 +13791,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:23:20 GMT" + "Tue, 18 May 2021 08:11:19 GMT" ], "Expires": [ "-1" @@ -13326,8 +13804,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13335,7 +13813,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13346,22 +13824,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11969" ], "x-ms-request-id": [ - "486c1ecf-9014-4082-855d-84b974ee4cff" + "bf645b05-7fd2-405b-a4fc-aa05d15eb615" ], "x-ms-correlation-request-id": [ - "486c1ecf-9014-4082-855d-84b974ee4cff" + "bf645b05-7fd2-405b-a4fc-aa05d15eb615" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112336Z:486c1ecf-9014-4082-855d-84b974ee4cff" + "SOUTHINDIA:20210518T081135Z:bf645b05-7fd2-405b-a4fc-aa05d15eb615" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13370,7 +13848,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:23:35 GMT" + "Tue, 18 May 2021 08:11:34 GMT" ], "Expires": [ "-1" @@ -13383,8 +13861,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13392,7 +13870,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13403,22 +13881,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11968" ], "x-ms-request-id": [ - "cc01635c-3bf1-433e-b557-63dbdc5c5619" + "f52e373d-ec1a-43e8-955d-d88d0c95caa3" ], "x-ms-correlation-request-id": [ - "cc01635c-3bf1-433e-b557-63dbdc5c5619" + "f52e373d-ec1a-43e8-955d-d88d0c95caa3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112351Z:cc01635c-3bf1-433e-b557-63dbdc5c5619" + "SOUTHINDIA:20210518T081150Z:f52e373d-ec1a-43e8-955d-d88d0c95caa3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13427,7 +13905,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:23:50 GMT" + "Tue, 18 May 2021 08:11:49 GMT" ], "Expires": [ "-1" @@ -13440,8 +13918,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13449,7 +13927,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13460,22 +13938,193 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11967" + ], + "x-ms-request-id": [ + "1bfd58f5-dad2-486d-ac68-702458d6b76b" + ], + "x-ms-correlation-request-id": [ + "1bfd58f5-dad2-486d-ac68-702458d6b76b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T081205Z:1bfd58f5-dad2-486d-ac68-702458d6b76b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 08:12:04 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-request-id": [ + "ff205693-9343-4b91-9a5a-14b386d51cb3" + ], + "x-ms-correlation-request-id": [ + "ff205693-9343-4b91-9a5a-14b386d51cb3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T081220Z:ff205693-9343-4b91-9a5a-14b386d51cb3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 08:12:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-request-id": [ + "e5578f90-45e2-4ae6-ba4b-92e56b9ae8b5" + ], + "x-ms-correlation-request-id": [ + "e5578f90-45e2-4ae6-ba4b-92e56b9ae8b5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T081235Z:e5578f90-45e2-4ae6-ba4b-92e56b9ae8b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 08:12:35 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" ], "x-ms-request-id": [ - "bb9ff753-867b-4502-8ff5-839a508cdc10" + "8b78f56a-d8f5-4b45-9ca3-99468bff9523" ], "x-ms-correlation-request-id": [ - "bb9ff753-867b-4502-8ff5-839a508cdc10" + "8b78f56a-d8f5-4b45-9ca3-99468bff9523" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112406Z:bb9ff753-867b-4502-8ff5-839a508cdc10" + "SOUTHINDIA:20210518T081251Z:8b78f56a-d8f5-4b45-9ca3-99468bff9523" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13484,7 +14133,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:24:05 GMT" + "Tue, 18 May 2021 08:12:50 GMT" ], "Expires": [ "-1" @@ -13497,8 +14146,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13506,7 +14155,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13517,16 +14166,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11963" ], "x-ms-request-id": [ - "5a9818b6-ebec-4d45-b8b3-0402d3e0a0f6" + "4a76a4ca-6129-4394-a84e-f61ce500ec10" ], "x-ms-correlation-request-id": [ - "5a9818b6-ebec-4d45-b8b3-0402d3e0a0f6" + "4a76a4ca-6129-4394-a84e-f61ce500ec10" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112421Z:5a9818b6-ebec-4d45-b8b3-0402d3e0a0f6" + "SOUTHINDIA:20210518T081306Z:4a76a4ca-6129-4394-a84e-f61ce500ec10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13535,7 +14184,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:24:20 GMT" + "Tue, 18 May 2021 08:13:05 GMT" ], "Expires": [ "-1" @@ -13548,8 +14197,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0M0NjQxRjRGLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME0wTmpReFJqUkdMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0Y1MkVCQTgyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSMFkxTWtWQ1FUZ3lMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -13557,7 +14206,7 @@ "FxVersion/4.6.29719.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.32" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -13568,16 +14217,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11962" ], "x-ms-request-id": [ - "10cb8a78-d1f9-49be-ae2a-3435d08dea2c" + "c1d3d1cc-8ae9-4d4a-bab7-7e16b7f4a12a" ], "x-ms-correlation-request-id": [ - "10cb8a78-d1f9-49be-ae2a-3435d08dea2c" + "c1d3d1cc-8ae9-4d4a-bab7-7e16b7f4a12a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20210517T112421Z:10cb8a78-d1f9-49be-ae2a-3435d08dea2c" + "SOUTHINDIA:20210518T081306Z:c1d3d1cc-8ae9-4d4a-bab7-7e16b7f4a12a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -13586,7 +14235,7 @@ "nosniff" ], "Date": [ - "Mon, 17 May 2021 11:24:20 GMT" + "Tue, 18 May 2021 08:13:05 GMT" ], "Expires": [ "-1" @@ -13602,9 +14251,9 @@ "Names": {}, "Variables": { "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", - "NamingSuffix": "c4641f4f-759d-4cbd-9d79-3452056214f9", - "StartDate1": "2021-05-16 11:11:34Z", - "EndDate1": "2021-05-17 11:11:34Z", - "EndDate2": "2021-05-17 11:16:29Z" + "NamingSuffix": "f52eba82-5ffe-4cf5-a881-cb30990ff8f5", + "StartDate1": "2021-05-17 07:58:27Z", + "EndDate1": "2021-05-18 07:58:27Z", + "EndDate2": "2021-05-18 08:04:25Z" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMGetJobsTimeFilter.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMGetJobsTimeFilter.json index 2f27d9d8ae38..0b64ed5d4618 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMGetJobsTimeFilter.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMGetJobsTimeFilter.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG0a6822cd?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMGE2ODIyY2Q/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGcfc245b4?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20e659eb-768f-4ac5-9fbe-08f61939de87" + "718be294-8d7e-4155-87ba-d81a4a23df80" ], "Accept-Language": [ "en-US" @@ -15,8 +15,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "88442ade-0464-42e0-92f0-6f66f4e7a15f" + "23ddf6d6-845f-416c-b262-8e7da860bb61" ], "x-ms-correlation-request-id": [ - "88442ade-0464-42e0-92f0-6f66f4e7a15f" + "23ddf6d6-845f-416c-b262-8e7da860bb61" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062847Z:88442ade-0464-42e0-92f0-6f66f4e7a15f" + "SOUTHINDIA:20210518T091948Z:23ddf6d6-845f-416c-b262-8e7da860bb61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:46 GMT" + "Tue, 18 May 2021 09:19:47 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,17 +60,17 @@ "108" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG0a6822cd' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRGcfc245b4' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG0a6822cd?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMGE2ODIyY2Q/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGcfc245b4?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc7dec45-f7f6-4eac-a13e-3674edab19bd" + "80b10dc8-1cf3-4484-9df0-d7eff5ef99b8" ], "Accept-Language": [ "en-US" @@ -78,8 +78,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-request-id": [ - "67f4132e-e54e-430b-8049-9af307ed7b30" + "c1604878-8018-4fb5-b050-3da4fce37130" ], "x-ms-correlation-request-id": [ - "67f4132e-e54e-430b-8049-9af307ed7b30" + "c1604878-8018-4fb5-b050-3da4fce37130" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063934Z:67f4132e-e54e-430b-8049-9af307ed7b30" + "SOUTHINDIA:20210518T093059Z:c1604878-8018-4fb5-b050-3da4fce37130" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:39:34 GMT" + "Tue, 18 May 2021 09:30:59 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,17 +120,17 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd\",\r\n \"name\": \"PSTestRG0a6822cd\",\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/PSTestRGcfc245b4\",\r\n \"name\": \"PSTestRGcfc245b4\",\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/PSTestRG0a6822cd?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMGE2ODIyY2Q/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGcfc245b4?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3f3f1d50-85a6-44e4-acf2-72f2225eafba" + "e0d807df-5fe6-4d19-8fd1-2aa31372fbbb" ], "Accept-Language": [ "en-US" @@ -138,8 +138,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "1199" ], "x-ms-request-id": [ - "4c6ef33c-ae91-4af1-abbe-371e3bed8b0e" + "66ac193e-afc1-4054-a52b-fb1b113ac56a" ], "x-ms-correlation-request-id": [ - "4c6ef33c-ae91-4af1-abbe-371e3bed8b0e" + "66ac193e-afc1-4054-a52b-fb1b113ac56a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062848Z:4c6ef33c-ae91-4af1-abbe-371e3bed8b0e" + "SOUTHINDIA:20210518T091949Z:66ac193e-afc1-4054-a52b-fb1b113ac56a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:47 GMT" + "Tue, 18 May 2021 09:19:49 GMT" ], "Content-Length": [ "192" @@ -186,17 +186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd\",\r\n \"name\": \"PSTestRG0a6822cd\",\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/PSTestRGcfc245b4\",\r\n \"name\": \"PSTestRGcfc245b4\",\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/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTBhNjgyMT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNmYzI0MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d3fad42e-2ca6-4726-b029-5d08becadd59" + "01d31334-d243-436e-9850-f0a14a42ddd2" ], "Accept-Language": [ "en-US" @@ -204,8 +204,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "64713292-9653-4f8e-b925-1023467f6004" + "4d7ebfee-543e-4d32-8724-a5f630fbbd53" ], "x-ms-correlation-request-id": [ - "64713292-9653-4f8e-b925-1023467f6004" + "4d7ebfee-543e-4d32-8724-a5f630fbbd53" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062848Z:64713292-9653-4f8e-b925-1023467f6004" + "SOUTHINDIA:20210518T091949Z:4d7ebfee-543e-4d32-8724-a5f630fbbd53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:48 GMT" + "Tue, 18 May 2021 09:19:48 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,23 +246,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVM0a6821' under resource group 'PSTestRG0a6822cd' 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/PSTestVMcfc241' under resource group 'PSTestRGcfc245b4' 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/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTBhNjgyMT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNmYzI0MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -273,35 +273,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31988" + "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "644062d6-1aa8-4d06-bfde-caa50a891d9a" + "a9b9b862-999d-4eba-a34b-157e87dcb711" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11979" ], "x-ms-correlation-request-id": [ - "92b151ad-6e4c-478d-899a-45d3ff5b1ad5" + "344df448-ca9f-49a3-a0de-3762943aef34" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063059Z:92b151ad-6e4c-478d-899a-45d3ff5b1ad5" + "SOUTHINDIA:20210518T092249Z:344df448-ca9f-49a3-a0de-3762943aef34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:30:58 GMT" + "Tue, 18 May 2021 09:22:48 GMT" ], "Content-Length": [ - "2184" + "2180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -310,17 +310,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"51d284d8-7f02-41bf-8d6c-e624f7aadd73\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM0a6821_OsDisk_1_d0d3f803b6ca44ceb5e41eabd56e8320\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/disks/PSTestVM0a6821_OsDisk_1_d0d3f803b6ca44ceb5e41eabd56e8320\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM0a6821\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d2da4110-4258-49fe-9c54-640987ab1eca\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMcfc241_OsDisk_1_6284c1636bae4ab2a7c544d40325e166\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/disks/PSTestVMcfc241_OsDisk_1_6284c1636bae4ab2a7c544d40325e166\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMcfc241\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTBhNjgyMT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNmYzI0MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae1a8d72-f304-4276-b409-eecad3fb592d" + "c6325b9a-29a5-4624-8668-8e1e80cbf9fb" ], "Accept-Language": [ "en-US" @@ -328,8 +328,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -340,35 +340,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31985" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b2662fcd-a8f6-48d8-85ed-676d8f299219" + "ce2908ab-293e-46dc-86eb-47edec02a716" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11970" ], "x-ms-correlation-request-id": [ - "1092314c-88d3-4de3-82e8-e771cc8afaf7" + "bc3698be-782d-4ad4-8aef-d00128d3b408" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063334Z:1092314c-88d3-4de3-82e8-e771cc8afaf7" + "SOUTHINDIA:20210518T092452Z:bc3698be-782d-4ad4-8aef-d00128d3b408" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:33 GMT" + "Tue, 18 May 2021 09:24:52 GMT" ], "Content-Length": [ - "2747" + "2743" ], "Content-Type": [ "application/json; charset=utf-8" @@ -377,17 +377,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"51d284d8-7f02-41bf-8d6c-e624f7aadd73\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM0a6821_OsDisk_1_d0d3f803b6ca44ceb5e41eabd56e8320\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/disks/PSTestVM0a6821_OsDisk_1_d0d3f803b6ca44ceb5e41eabd56e8320\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM0a6821\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d2da4110-4258-49fe-9c54-640987ab1eca\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMcfc241_OsDisk_1_6284c1636bae4ab2a7c544d40325e166\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/disks/PSTestVMcfc241_OsDisk_1_6284c1636bae4ab2a7c544d40325e166\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMcfc241\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMGE2ODIxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2ZjMjQxP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e9f8a47-a544-4683-b1a8-13937818a1e5" + "43335058-ea79-4a7f-93c5-206499151772" ], "Accept-Language": [ "en-US" @@ -395,8 +395,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -410,13 +410,13 @@ "gateway" ], "x-ms-request-id": [ - "4db46833-ee13-429c-b833-37954de9bada" + "f38b2770-0a04-47ca-8c36-4ca38ee1b43e" ], "x-ms-correlation-request-id": [ - "4db46833-ee13-429c-b833-37954de9bada" + "f38b2770-0a04-47ca-8c36-4ca38ee1b43e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062849Z:4db46833-ee13-429c-b833-37954de9bada" + "SOUTHINDIA:20210518T091950Z:f38b2770-0a04-47ca-8c36-4ca38ee1b43e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -425,7 +425,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:49 GMT" + "Tue, 18 May 2021 09:19:49 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -437,23 +437,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNET0a6821' under resource group 'PSTestRG0a6822cd' 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/PSTestVNETcfc241' under resource group 'PSTestRGcfc245b4' 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/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMGE2ODIxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2ZjMjQxP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e9f8a47-a544-4683-b1a8-13937818a1e5" + "43335058-ea79-4a7f-93c5-206499151772" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -464,16 +464,16 @@ "no-cache" ], "ETag": [ - "W/\"c48e90ab-e739-4370-8a56-d0e374fc5cb5\"" + "W/\"9b0a8113-33e1-4a54-acff-7e76bc2fc405\"" ], "x-ms-request-id": [ - "5cee3d55-ee88-427c-a7c0-fc20e369f9ba" + "83026978-db10-4d60-8b39-3b97e94aa3de" ], "x-ms-correlation-request-id": [ - "e56b53ba-6e5f-4125-a7ff-95fac736c445" + "47afd1b9-efbb-4bd3-8a16-077d64a2c146" ], "x-ms-arm-service-request-id": [ - "bceb3b2d-257a-45cc-ad7a-b8b6c6d97fb2" + "71ceaf25-f185-48bd-9124-c5ca9feb5664" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -483,19 +483,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11997" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062855Z:e56b53ba-6e5f-4125-a7ff-95fac736c445" + "SOUTHINDIA:20210518T091955Z:47afd1b9-efbb-4bd3-8a16-077d64a2c146" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:54 GMT" + "Tue, 18 May 2021 09:19:54 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -504,17 +504,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821\",\r\n \"etag\": \"W/\\\"c48e90ab-e739-4370-8a56-d0e374fc5cb5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"78eb4dcf-9533-4429-8326-99a94bffb8ee\",\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\": \"PSTestSNC0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821/subnets/PSTestSNC0a6821\",\r\n \"etag\": \"W/\\\"c48e90ab-e739-4370-8a56-d0e374fc5cb5\\\"\",\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\": \"PSTestVNETcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241\",\r\n \"etag\": \"W/\\\"9b0a8113-33e1-4a54-acff-7e76bc2fc405\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3a10af5e-9617-46cf-aaeb-fd8fee9c190a\",\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\": \"PSTestSNCcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241/subnets/PSTestSNCcfc241\",\r\n \"etag\": \"W/\\\"9b0a8113-33e1-4a54-acff-7e76bc2fc405\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMGE2ODIxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2ZjMjQxP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e9f8a47-a544-4683-b1a8-13937818a1e5" + "43335058-ea79-4a7f-93c5-206499151772" ], "Accept-Language": [ "en-US" @@ -522,8 +522,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -534,16 +534,16 @@ "no-cache" ], "ETag": [ - "W/\"c48e90ab-e739-4370-8a56-d0e374fc5cb5\"" + "W/\"9b0a8113-33e1-4a54-acff-7e76bc2fc405\"" ], "x-ms-request-id": [ - "27e4bd09-768e-4c57-9a01-8f94636b6332" + "efe7d633-3c70-41c8-95ba-6987452016c9" ], "x-ms-correlation-request-id": [ - "26be4a9b-62fb-4885-b3f2-30c5c466d4fb" + "d32457cd-9b74-482c-ad7e-7209150d238d" ], "x-ms-arm-service-request-id": [ - "edc7dee4-5cce-46af-9a69-b6e929752203" + "d908df2e-e791-4eda-8035-fa5d6298dcc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -553,19 +553,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11996" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062855Z:26be4a9b-62fb-4885-b3f2-30c5c466d4fb" + "SOUTHINDIA:20210518T091955Z:d32457cd-9b74-482c-ad7e-7209150d238d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:55 GMT" + "Tue, 18 May 2021 09:19:54 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -574,17 +574,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821\",\r\n \"etag\": \"W/\\\"c48e90ab-e739-4370-8a56-d0e374fc5cb5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"78eb4dcf-9533-4429-8326-99a94bffb8ee\",\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\": \"PSTestSNC0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821/subnets/PSTestSNC0a6821\",\r\n \"etag\": \"W/\\\"c48e90ab-e739-4370-8a56-d0e374fc5cb5\\\"\",\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\": \"PSTestVNETcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241\",\r\n \"etag\": \"W/\\\"9b0a8113-33e1-4a54-acff-7e76bc2fc405\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3a10af5e-9617-46cf-aaeb-fd8fee9c190a\",\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\": \"PSTestSNCcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241/subnets/PSTestSNCcfc241\",\r\n \"etag\": \"W/\\\"9b0a8113-33e1-4a54-acff-7e76bc2fc405\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMGE2ODIxP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2ZjMjQxP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNC0a6821\"\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\": \"PSTestSNCcfc241\"\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": [ - "0e9f8a47-a544-4683-b1a8-13937818a1e5" + "43335058-ea79-4a7f-93c5-206499151772" ], "Accept-Language": [ "en-US" @@ -592,8 +592,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -613,19 +613,19 @@ "3" ], "x-ms-request-id": [ - "1accb10b-ddba-46c4-8d0e-c6dfd2e3fc92" + "da246086-c74a-471a-8ab9-4ee08dc8ad85" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/1accb10b-ddba-46c4-8d0e-c6dfd2e3fc92?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/da246086-c74a-471a-8ab9-4ee08dc8ad85?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "8c73d263-153d-4cd6-a7c0-8caecb8596f3" + "6a7b8e3c-5c90-40db-b7e6-62ef6ede4ac8" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a3697771-245f-47f2-aaae-32d152de97c1" + "cc3833aa-b841-4c0b-ba61-766092f77cf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -635,19 +635,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1199" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062852Z:8c73d263-153d-4cd6-a7c0-8caecb8596f3" + "SOUTHINDIA:20210518T091952Z:6a7b8e3c-5c90-40db-b7e6-62ef6ede4ac8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:51 GMT" + "Tue, 18 May 2021 09:19:51 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -656,23 +656,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821\",\r\n \"etag\": \"W/\\\"681b58ea-d680-4ade-b433-50ef8ecac9ee\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"78eb4dcf-9533-4429-8326-99a94bffb8ee\",\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\": \"PSTestSNC0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821/subnets/PSTestSNC0a6821\",\r\n \"etag\": \"W/\\\"681b58ea-d680-4ade-b433-50ef8ecac9ee\\\"\",\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\": \"PSTestVNETcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241\",\r\n \"etag\": \"W/\\\"32ef0d3b-15ea-4007-87ee-473803276b62\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3a10af5e-9617-46cf-aaeb-fd8fee9c190a\",\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\": \"PSTestSNCcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241/subnets/PSTestSNCcfc241\",\r\n \"etag\": \"W/\\\"32ef0d3b-15ea-4007-87ee-473803276b62\\\"\",\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/1accb10b-ddba-46c4-8d0e-c6dfd2e3fc92?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFhY2NiMTBiLWRkYmEtNDZjNC04ZDBlLWM2ZGZkMmUzZmM5Mj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/da246086-c74a-471a-8ab9-4ee08dc8ad85?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2RhMjQ2MDg2LWM3NGEtNDcxYS04YWI5LTRlZTA4ZGM4YWQ4NT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e9f8a47-a544-4683-b1a8-13937818a1e5" + "43335058-ea79-4a7f-93c5-206499151772" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -683,13 +683,13 @@ "no-cache" ], "x-ms-request-id": [ - "14de75c4-20a7-4de4-8c4c-ce7fb385edae" + "388bb679-5544-4af0-8662-51fdf07cdddc" ], "x-ms-correlation-request-id": [ - "b429a75c-1c0d-4208-88a5-8f65f54b02f9" + "d332d574-7e40-4975-ac98-2346d3bfccbb" ], "x-ms-arm-service-request-id": [ - "0a39ebd3-a1a3-46a7-b508-ac8c6f05ee98" + "c8eb66ed-432e-4842-a0e9-1bf9dd083cc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,16 +699,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11998" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062855Z:b429a75c-1c0d-4208-88a5-8f65f54b02f9" + "SOUTHINDIA:20210518T091955Z:d332d574-7e40-4975-ac98-2346d3bfccbb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:54 GMT" + "Tue, 18 May 2021 09:19:54 GMT" ], "Content-Length": [ "29" @@ -724,13 +724,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczBhNjgyMT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NmYzI0MT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da74d62a-cde2-4ee2-aeba-d42dc9cffc0e" + "9fa2c151-89b3-430f-9730-989cf9239ade" ], "Accept-Language": [ "en-US" @@ -738,8 +738,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -753,13 +753,13 @@ "gateway" ], "x-ms-request-id": [ - "0920d3ee-6fa0-4e68-80dd-6d6c697a43a2" + "833b3a14-4889-4b59-8094-fdcb5016451c" ], "x-ms-correlation-request-id": [ - "0920d3ee-6fa0-4e68-80dd-6d6c697a43a2" + "833b3a14-4889-4b59-8094-fdcb5016451c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062855Z:0920d3ee-6fa0-4e68-80dd-6d6c697a43a2" + "SOUTHINDIA:20210518T091955Z:833b3a14-4889-4b59-8094-fdcb5016451c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +768,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:55 GMT" + "Tue, 18 May 2021 09:19:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -780,23 +780,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdns0a6821' under resource group 'PSTestRG0a6822cd' 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/pstestpublicdnscfc241' under resource group 'PSTestRGcfc245b4' 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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczBhNjgyMT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NmYzI0MT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da74d62a-cde2-4ee2-aeba-d42dc9cffc0e" + "9fa2c151-89b3-430f-9730-989cf9239ade" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"344f36c8-dd4a-42e7-b6cc-2934cbdb451c\"" + "W/\"594775c0-c4c6-42ca-a7b8-017e264adc23\"" ], "x-ms-request-id": [ - "029c8c60-c8cd-4956-b3b2-c192f6ab9316" + "fdc64dd5-6c0c-4da9-b511-8df3e2883c77" ], "x-ms-correlation-request-id": [ - "63bfc204-2efa-450a-bea0-6b4feee52d3e" + "882f1003-8833-4db2-b99b-d2b5b7a7e2d7" ], "x-ms-arm-service-request-id": [ - "727ac754-4fe0-4f4a-9b5d-407ba04c1ab4" + "eab570e9-e5c3-4773-a0d8-7746dfd33dd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -826,19 +826,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11993" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062858Z:63bfc204-2efa-450a-bea0-6b4feee52d3e" + "SOUTHINDIA:20210518T091958Z:882f1003-8833-4db2-b99b-d2b5b7a7e2d7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:57 GMT" + "Tue, 18 May 2021 09:19:57 GMT" ], "Content-Length": [ - "697" + "698" ], "Content-Type": [ "application/json; charset=utf-8" @@ -847,17 +847,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6821\",\r\n \"etag\": \"W/\\\"344f36c8-dd4a-42e7-b6cc-2934cbdb451c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6298d64c-8b6e-4c49-9ac5-140799b30f2a\",\r\n \"ipAddress\": \"23.98.68.245\",\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\": \"pstestpublicdnscfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc241\",\r\n \"etag\": \"W/\\\"594775c0-c4c6-42ca-a7b8-017e264adc23\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ef664326-540f-47c0-b02a-ce00f8f2dfdb\",\r\n \"ipAddress\": \"13.76.209.235\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczBhNjgyMT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NmYzI0MT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da74d62a-cde2-4ee2-aeba-d42dc9cffc0e" + "9fa2c151-89b3-430f-9730-989cf9239ade" ], "Accept-Language": [ "en-US" @@ -865,8 +865,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -877,16 +877,16 @@ "no-cache" ], "ETag": [ - "W/\"344f36c8-dd4a-42e7-b6cc-2934cbdb451c\"" + "W/\"594775c0-c4c6-42ca-a7b8-017e264adc23\"" ], "x-ms-request-id": [ - "7170ba53-9ebe-478b-88f4-ad91dcc94517" + "afe18b33-7230-4301-9d96-0ac189dcc1fc" ], "x-ms-correlation-request-id": [ - "b6c236d5-71ad-41c8-83ae-a6aa8b1c9895" + "06ca3c2d-cfb5-4958-9b10-b0000064bbf1" ], "x-ms-arm-service-request-id": [ - "1ec3b3ee-548d-493a-b0b1-72c675bc0c08" + "6d34d437-399f-40b9-b7b6-a7ee309522aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -896,19 +896,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11992" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062858Z:b6c236d5-71ad-41c8-83ae-a6aa8b1c9895" + "SOUTHINDIA:20210518T091958Z:06ca3c2d-cfb5-4958-9b10-b0000064bbf1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:57 GMT" + "Tue, 18 May 2021 09:19:57 GMT" ], "Content-Length": [ - "697" + "698" ], "Content-Type": [ "application/json; charset=utf-8" @@ -917,17 +917,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6821\",\r\n \"etag\": \"W/\\\"344f36c8-dd4a-42e7-b6cc-2934cbdb451c\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"6298d64c-8b6e-4c49-9ac5-140799b30f2a\",\r\n \"ipAddress\": \"23.98.68.245\",\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\": \"pstestpublicdnscfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc241\",\r\n \"etag\": \"W/\\\"594775c0-c4c6-42ca-a7b8-017e264adc23\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ef664326-540f-47c0-b02a-ce00f8f2dfdb\",\r\n \"ipAddress\": \"13.76.209.235\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczBhNjgyMT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NmYzI0MT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "da74d62a-cde2-4ee2-aeba-d42dc9cffc0e" + "9fa2c151-89b3-430f-9730-989cf9239ade" ], "Accept-Language": [ "en-US" @@ -935,8 +935,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -956,19 +956,19 @@ "1" ], "x-ms-request-id": [ - "d0f6bede-f782-44ba-a148-aeedf602c580" + "09cb2dd9-239c-42cf-80b8-9a3cc3fa3829" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/d0f6bede-f782-44ba-a148-aeedf602c580?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/09cb2dd9-239c-42cf-80b8-9a3cc3fa3829?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "a491e822-2c58-48f6-82b1-a8b71e2310ed" + "b60d73ba-5271-4ea8-8cb0-8add4377d69d" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "055a0065-40c8-48c5-aff1-25ec44a156fa" + "23041adc-f1bf-4ecd-bd4b-961f960c5e60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -978,16 +978,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1198" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062856Z:a491e822-2c58-48f6-82b1-a8b71e2310ed" + "SOUTHINDIA:20210518T091956Z:b60d73ba-5271-4ea8-8cb0-8add4377d69d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:56 GMT" + "Tue, 18 May 2021 09:19:56 GMT" ], "Content-Length": [ "662" @@ -999,23 +999,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6821\",\r\n \"etag\": \"W/\\\"100f87aa-a264-4152-9f19-3b450a30093d\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"6298d64c-8b6e-4c49-9ac5-140799b30f2a\",\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\": \"pstestpublicdnscfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc241\",\r\n \"etag\": \"W/\\\"b8ed1520-cfcc-4490-b877-96f25189d6a9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ef664326-540f-47c0-b02a-ce00f8f2dfdb\",\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/d0f6bede-f782-44ba-a148-aeedf602c580?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QwZjZiZWRlLWY3ODItNDRiYS1hMTQ4LWFlZWRmNjAyYzU4MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/09cb2dd9-239c-42cf-80b8-9a3cc3fa3829?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA5Y2IyZGQ5LTIzOWMtNDJjZi04MGI4LTlhM2NjM2ZhMzgyOT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da74d62a-cde2-4ee2-aeba-d42dc9cffc0e" + "9fa2c151-89b3-430f-9730-989cf9239ade" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1026,13 +1026,13 @@ "no-cache" ], "x-ms-request-id": [ - "8e68298e-3a2f-4972-82df-5bcb4144a48a" + "90dd0208-41cb-4731-b017-03be1902d6a9" ], "x-ms-correlation-request-id": [ - "afd7e96e-230c-46ab-9aea-dd377a0fba19" + "9a8db53f-b435-46fc-a85a-ab11cc98bf96" ], "x-ms-arm-service-request-id": [ - "4c3f2a26-9340-47f9-bc73-ed22289b721d" + "e5577a16-3bac-4ea0-bdbf-9d27076e13a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1042,16 +1042,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11994" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062857Z:afd7e96e-230c-46ab-9aea-dd377a0fba19" + "SOUTHINDIA:20210518T091958Z:9a8db53f-b435-46fc-a85a-ab11cc98bf96" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:57 GMT" + "Tue, 18 May 2021 09:19:57 GMT" ], "Content-Length": [ "29" @@ -1067,13 +1067,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwYTY4MjE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djZmMyNDE/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d40d0e5-e200-402f-899e-c3c4da00fa61" + "6843ecb7-3b50-4b40-8e83-1e835608239f" ], "Accept-Language": [ "en-US" @@ -1081,8 +1081,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1096,13 +1096,13 @@ "gateway" ], "x-ms-request-id": [ - "54f2793c-8721-46b1-a28f-6091c907036d" + "b2ed18d8-9f0b-4b70-980a-05d69b741937" ], "x-ms-correlation-request-id": [ - "54f2793c-8721-46b1-a28f-6091c907036d" + "b2ed18d8-9f0b-4b70-980a-05d69b741937" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062858Z:54f2793c-8721-46b1-a28f-6091c907036d" + "SOUTHINDIA:20210518T091958Z:b2ed18d8-9f0b-4b70-980a-05d69b741937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1111,7 +1111,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:57 GMT" + "Tue, 18 May 2021 09:19:57 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1123,23 +1123,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821' under resource group 'PSTestRG0a6822cd' 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/PSTestNSGcfc241' under resource group 'PSTestRGcfc245b4' 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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwYTY4MjE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djZmMyNDE/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d40d0e5-e200-402f-899e-c3c4da00fa61" + "6843ecb7-3b50-4b40-8e83-1e835608239f" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1150,16 +1150,16 @@ "no-cache" ], "ETag": [ - "W/\"02594ae8-ee66-4b11-92fc-e4578dae44b5\"" + "W/\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\"" ], "x-ms-request-id": [ - "96d04ba3-40b9-4fdd-884f-f22ddb330a56" + "f1578e8e-f7dc-42db-9e1b-6c00140ea502" ], "x-ms-correlation-request-id": [ - "bc3be99a-4d7f-4777-ae3b-4a41b1fb85d5" + "66cef154-1059-46f0-8e46-cb57029fbdac" ], "x-ms-arm-service-request-id": [ - "468d59d8-4847-4394-a11e-acf4a71ce4b3" + "5c78493b-9949-4d00-8060-f4ba6b9039cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1169,16 +1169,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11989" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062902Z:bc3be99a-4d7f-4777-ae3b-4a41b1fb85d5" + "SOUTHINDIA:20210518T092002Z:66cef154-1059-46f0-8e46-cb57029fbdac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:29:01 GMT" + "Tue, 18 May 2021 09:20:01 GMT" ], "Content-Length": [ "8475" @@ -1190,17 +1190,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e8c186f3-8deb-42af-a081-f490ec71591c\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/securityRules/PSTestNSGRuleRDP0a6821\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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\": \"PSTestNSGRuleWeb0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/securityRules/PSTestNSGRuleWeb0a6821\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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\": \"PSTestNSGcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c02eae4d-8406-4cba-8c42-8cf5bc01a456\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/securityRules/PSTestNSGRuleRDPcfc241\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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\": \"PSTestNSGRuleWebcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/securityRules/PSTestNSGRuleWebcfc241\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwYTY4MjE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djZmMyNDE/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d40d0e5-e200-402f-899e-c3c4da00fa61" + "6843ecb7-3b50-4b40-8e83-1e835608239f" ], "Accept-Language": [ "en-US" @@ -1208,8 +1208,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1220,16 +1220,16 @@ "no-cache" ], "ETag": [ - "W/\"02594ae8-ee66-4b11-92fc-e4578dae44b5\"" + "W/\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\"" ], "x-ms-request-id": [ - "2444c618-4cf9-46fa-ae0c-9a284312a1df" + "301ef091-bd70-40dd-87f8-8e9fbfa5fc79" ], "x-ms-correlation-request-id": [ - "8b895b9a-90d1-4b15-adfb-1fb021b4bf43" + "d41683dd-5335-4b4b-82e9-eab699c6b9cd" ], "x-ms-arm-service-request-id": [ - "19ed452d-9294-41a1-8f50-01820af5770d" + "8ee5fee8-3688-4403-ac8c-9d0bcc64a257" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1239,16 +1239,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11988" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062902Z:8b895b9a-90d1-4b15-adfb-1fb021b4bf43" + "SOUTHINDIA:20210518T092002Z:d41683dd-5335-4b4b-82e9-eab699c6b9cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:29:01 GMT" + "Tue, 18 May 2021 09:20:01 GMT" ], "Content-Length": [ "8475" @@ -1260,17 +1260,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e8c186f3-8deb-42af-a081-f490ec71591c\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/securityRules/PSTestNSGRuleRDP0a6821\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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\": \"PSTestNSGRuleWeb0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/securityRules/PSTestNSGRuleWeb0a6821\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"02594ae8-ee66-4b11-92fc-e4578dae44b5\\\"\",\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\": \"PSTestNSGcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c02eae4d-8406-4cba-8c42-8cf5bc01a456\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/securityRules/PSTestNSGRuleRDPcfc241\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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\": \"PSTestNSGRuleWebcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/securityRules/PSTestNSGRuleWebcfc241\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"4b1d6507-c5b2-4f41-a229-07c89e6555b3\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwYTY4MjE/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djZmMyNDE/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\": \"PSTestNSGRuleRDP0a6821\"\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\": \"PSTestNSGRuleWeb0a6821\"\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\": \"PSTestNSGRuleRDPcfc241\"\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\": \"PSTestNSGRuleWebcfc241\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6d40d0e5-e200-402f-899e-c3c4da00fa61" + "6843ecb7-3b50-4b40-8e83-1e835608239f" ], "Accept-Language": [ "en-US" @@ -1278,8 +1278,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1299,19 +1299,19 @@ "3" ], "x-ms-request-id": [ - "0119fb3e-fa04-4ee4-b0b2-8a793f378b62" + "31980bdc-2e5a-4cc5-849f-4e485a575959" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/0119fb3e-fa04-4ee4-b0b2-8a793f378b62?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/31980bdc-2e5a-4cc5-849f-4e485a575959?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "06d85708-5634-463a-bc13-7d3f61e16e82" + "ebb20c22-81be-46f8-a642-9131eec374de" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "c7aec8be-ea28-41f8-8117-bb64bf2eaea7" + "8669fb9b-f35c-4d1f-932f-60fc256dbe19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1321,16 +1321,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062859Z:06d85708-5634-463a-bc13-7d3f61e16e82" + "SOUTHINDIA:20210518T091959Z:ebb20c22-81be-46f8-a642-9131eec374de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:58 GMT" + "Tue, 18 May 2021 09:19:58 GMT" ], "Content-Length": [ "8466" @@ -1342,23 +1342,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821\",\r\n \"etag\": \"W/\\\"72677a49-66aa-436c-bc23-903959e11d73\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e8c186f3-8deb-42af-a081-f490ec71591c\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/securityRules/PSTestNSGRuleRDP0a6821\",\r\n \"etag\": \"W/\\\"72677a49-66aa-436c-bc23-903959e11d73\\\"\",\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\": \"PSTestNSGRuleWeb0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/securityRules/PSTestNSGRuleWeb0a6821\",\r\n \"etag\": \"W/\\\"72677a49-66aa-436c-bc23-903959e11d73\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"72677a49-66aa-436c-bc23-903959e11d73\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"72677a49-66aa-436c-bc23-903959e11d73\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"72677a49-66aa-436c-bc23-903959e11d73\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"72677a49-66aa-436c-bc23-903959e11d73\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"72677a49-66aa-436c-bc23-903959e11d73\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"72677a49-66aa-436c-bc23-903959e11d73\\\"\",\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\": \"PSTestNSGcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241\",\r\n \"etag\": \"W/\\\"cacf36af-69a4-430f-bfd4-090964877545\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c02eae4d-8406-4cba-8c42-8cf5bc01a456\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/securityRules/PSTestNSGRuleRDPcfc241\",\r\n \"etag\": \"W/\\\"cacf36af-69a4-430f-bfd4-090964877545\\\"\",\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\": \"PSTestNSGRuleWebcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/securityRules/PSTestNSGRuleWebcfc241\",\r\n \"etag\": \"W/\\\"cacf36af-69a4-430f-bfd4-090964877545\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"cacf36af-69a4-430f-bfd4-090964877545\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"cacf36af-69a4-430f-bfd4-090964877545\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"cacf36af-69a4-430f-bfd4-090964877545\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"cacf36af-69a4-430f-bfd4-090964877545\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"cacf36af-69a4-430f-bfd4-090964877545\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"cacf36af-69a4-430f-bfd4-090964877545\\\"\",\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/0119fb3e-fa04-4ee4-b0b2-8a793f378b62?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAxMTlmYjNlLWZhMDQtNGVlNC1iMGIyLThhNzkzZjM3OGI2Mj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/31980bdc-2e5a-4cc5-849f-4e485a575959?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzMxOTgwYmRjLTJlNWEtNGNjNS04NDlmLTRlNDg1YTU3NTk1OT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d40d0e5-e200-402f-899e-c3c4da00fa61" + "6843ecb7-3b50-4b40-8e83-1e835608239f" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1369,13 +1369,13 @@ "no-cache" ], "x-ms-request-id": [ - "c0998681-28a2-4f97-a664-fd66538775e9" + "be520042-e64b-4c44-b3ac-4289c129da31" ], "x-ms-correlation-request-id": [ - "d54e20c2-08b5-428f-a3a6-ea3f7482d747" + "bd79700d-79f8-4f18-8035-85411382afd0" ], "x-ms-arm-service-request-id": [ - "f3709406-ab0e-4fb0-899c-84f4d73d6b7d" + "bf1bb436-1881-42c3-a813-04192e7b9d7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1385,16 +1385,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11990" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062902Z:d54e20c2-08b5-428f-a3a6-ea3f7482d747" + "SOUTHINDIA:20210518T092002Z:bd79700d-79f8-4f18-8035-85411382afd0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:29:01 GMT" + "Tue, 18 May 2021 09:20:01 GMT" ], "Content-Length": [ "29" @@ -1410,13 +1410,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzBhNjgyMT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NmYzI0MT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a361e25f-f5ea-49b9-9838-e8b9ef1eb164" + "c18538ec-8c2b-47eb-a531-11d2c4d67adb" ], "Accept-Language": [ "en-US" @@ -1424,8 +1424,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1439,13 +1439,13 @@ "gateway" ], "x-ms-request-id": [ - "575ae34f-9d44-443b-a14e-a46b5cddeb65" + "4cbcc89a-09ba-4fa2-9a57-1b36eb745ac3" ], "x-ms-correlation-request-id": [ - "575ae34f-9d44-443b-a14e-a46b5cddeb65" + "4cbcc89a-09ba-4fa2-9a57-1b36eb745ac3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062902Z:575ae34f-9d44-443b-a14e-a46b5cddeb65" + "SOUTHINDIA:20210518T092003Z:4cbcc89a-09ba-4fa2-9a57-1b36eb745ac3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1454,7 +1454,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:29:02 GMT" + "Tue, 18 May 2021 09:20:02 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1466,23 +1466,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNIC0a6821' under resource group 'PSTestRG0a6822cd' 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/PSTestNICcfc241' under resource group 'PSTestRGcfc245b4' 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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzBhNjgyMT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NmYzI0MT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a361e25f-f5ea-49b9-9838-e8b9ef1eb164" + "c18538ec-8c2b-47eb-a531-11d2c4d67adb" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1493,16 +1493,16 @@ "no-cache" ], "ETag": [ - "W/\"5b9a83aa-b1e8-4cfd-a6de-4522e0b273e6\"" + "W/\"55e42419-2549-4138-841e-71a848dbfd12\"" ], "x-ms-request-id": [ - "4b3729e2-0dba-478a-bce7-98f8a67e0b73" + "d60820b3-de12-4b9c-b116-a10f9ca6959f" ], "x-ms-correlation-request-id": [ - "55f9731c-f4a0-4623-bd74-a39979393ce8" + "9881f03b-fb1a-45e4-a267-7c6b84b84b60" ], "x-ms-arm-service-request-id": [ - "1cf49c52-99de-439d-b3d8-b08a9cc46590" + "c4ab458f-326e-4c87-a7c6-b6b049ae8b09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1512,16 +1512,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11986" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062904Z:55f9731c-f4a0-4623-bd74-a39979393ce8" + "SOUTHINDIA:20210518T092004Z:9881f03b-fb1a-45e4-a267-7c6b84b84b60" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:29:03 GMT" + "Tue, 18 May 2021 09:20:03 GMT" ], "Content-Length": [ "2104" @@ -1533,17 +1533,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821\",\r\n \"etag\": \"W/\\\"5b9a83aa-b1e8-4cfd-a6de-4522e0b273e6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a8c867f7-2cc2-4817-9351-d291dd0852d1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"5b9a83aa-b1e8-4cfd-a6de-4522e0b273e6\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6821\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821/subnets/PSTestSNC0a6821\"\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\": \"z3g4w4btsuuujazgtguux53y3g.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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821\"\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\": \"PSTestNICcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241\",\r\n \"etag\": \"W/\\\"55e42419-2549-4138-841e-71a848dbfd12\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2778c136-2d3d-4da4-8a1d-e31b29f136e9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"55e42419-2549-4138-841e-71a848dbfd12\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc241\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241/subnets/PSTestSNCcfc241\"\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\": \"l0xraoqxs1hunkxl5wh43hazbc.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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241\"\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzBhNjgyMT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NmYzI0MT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a361e25f-f5ea-49b9-9838-e8b9ef1eb164" + "c18538ec-8c2b-47eb-a531-11d2c4d67adb" ], "Accept-Language": [ "en-US" @@ -1551,8 +1551,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1563,16 +1563,16 @@ "no-cache" ], "ETag": [ - "W/\"5b9a83aa-b1e8-4cfd-a6de-4522e0b273e6\"" + "W/\"55e42419-2549-4138-841e-71a848dbfd12\"" ], "x-ms-request-id": [ - "fb80abd8-d947-41c2-ab93-e8086a62153b" + "9a611ad7-c0a2-43ee-a8e7-fd8f614905c6" ], "x-ms-correlation-request-id": [ - "bc8598d9-8f72-43cd-9aac-68ad35800489" + "56494160-f6fa-4eca-99a1-6b25f7bd8ce5" ], "x-ms-arm-service-request-id": [ - "5cfa32ce-a71d-40fe-a7dc-25435a98c0aa" + "30dcc3cb-bd9a-49e8-9344-331046cf171e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1582,16 +1582,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11985" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062904Z:bc8598d9-8f72-43cd-9aac-68ad35800489" + "SOUTHINDIA:20210518T092004Z:56494160-f6fa-4eca-99a1-6b25f7bd8ce5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:29:03 GMT" + "Tue, 18 May 2021 09:20:03 GMT" ], "Content-Length": [ "2104" @@ -1603,17 +1603,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821\",\r\n \"etag\": \"W/\\\"5b9a83aa-b1e8-4cfd-a6de-4522e0b273e6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a8c867f7-2cc2-4817-9351-d291dd0852d1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"5b9a83aa-b1e8-4cfd-a6de-4522e0b273e6\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6821\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821/subnets/PSTestSNC0a6821\"\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\": \"z3g4w4btsuuujazgtguux53y3g.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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821\"\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\": \"PSTestNICcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241\",\r\n \"etag\": \"W/\\\"55e42419-2549-4138-841e-71a848dbfd12\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2778c136-2d3d-4da4-8a1d-e31b29f136e9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"55e42419-2549-4138-841e-71a848dbfd12\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc241\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241/subnets/PSTestSNCcfc241\"\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\": \"l0xraoqxs1hunkxl5wh43hazbc.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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241\"\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzBhNjgyMT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NmYzI0MT9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821/subnets/PSTestSNC0a6821\"\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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6821\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241/subnets/PSTestSNCcfc241\"\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/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc241\",\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": [ - "a361e25f-f5ea-49b9-9838-e8b9ef1eb164" + "c18538ec-8c2b-47eb-a531-11d2c4d67adb" ], "Accept-Language": [ "en-US" @@ -1621,8 +1621,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1639,19 +1639,19 @@ "no-cache" ], "x-ms-request-id": [ - "759796bf-e5bd-44f2-a8b2-fab3545a9f99" + "84bd0831-1aa5-45d4-a7fb-bd0418fe3014" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/759796bf-e5bd-44f2-a8b2-fab3545a9f99?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/84bd0831-1aa5-45d4-a7fb-bd0418fe3014?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "7375c518-ac27-4377-8967-a42a88131544" + "e9a52bd9-2484-430f-8623-39f70b4e441b" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "14d7bd47-ebe0-452d-b819-7d6ff1bbf24f" + "c0ce54ee-64b1-4671-9841-c47326dd4c95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1661,16 +1661,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062904Z:7375c518-ac27-4377-8967-a42a88131544" + "SOUTHINDIA:20210518T092004Z:e9a52bd9-2484-430f-8623-39f70b4e441b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:29:03 GMT" + "Tue, 18 May 2021 09:20:03 GMT" ], "Content-Length": [ "2104" @@ -1682,17 +1682,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821\",\r\n \"etag\": \"W/\\\"5b9a83aa-b1e8-4cfd-a6de-4522e0b273e6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a8c867f7-2cc2-4817-9351-d291dd0852d1\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"5b9a83aa-b1e8-4cfd-a6de-4522e0b273e6\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6821\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6821/subnets/PSTestSNC0a6821\"\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\": \"z3g4w4btsuuujazgtguux53y3g.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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6821\"\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\": \"PSTestNICcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241\",\r\n \"etag\": \"W/\\\"55e42419-2549-4138-841e-71a848dbfd12\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2778c136-2d3d-4da4-8a1d-e31b29f136e9\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"55e42419-2549-4138-841e-71a848dbfd12\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc241\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc241/subnets/PSTestSNCcfc241\"\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\": \"l0xraoqxs1hunkxl5wh43hazbc.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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc241\"\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/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "Accept-Language": [ "en-US" @@ -1700,8 +1700,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1712,16 +1712,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11969" ], "x-ms-request-id": [ - "085d6145-3f10-4554-a638-48dbff7c0715" + "6880ce5f-5b83-4728-b5e8-875d0f71d900" ], "x-ms-correlation-request-id": [ - "085d6145-3f10-4554-a638-48dbff7c0715" + "6880ce5f-5b83-4728-b5e8-875d0f71d900" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062904Z:085d6145-3f10-4554-a638-48dbff7c0715" + "SOUTHINDIA:20210518T092004Z:6880ce5f-5b83-4728-b5e8-875d0f71d900" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1730,7 +1730,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:29:03 GMT" + "Tue, 18 May 2021 09:20:04 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1746,13 +1746,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "Accept-Language": [ "en-US" @@ -1760,8 +1760,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1775,13 +1775,13 @@ "11999" ], "x-ms-request-id": [ - "1908ef8a-881d-4d91-a4e8-12431a5cc569" + "f5c42174-df25-4fce-913a-77b5a52dec26" ], "x-ms-correlation-request-id": [ - "1908ef8a-881d-4d91-a4e8-12431a5cc569" + "f5c42174-df25-4fce-913a-77b5a52dec26" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063350Z:1908ef8a-881d-4d91-a4e8-12431a5cc569" + "SOUTHINDIA:20210518T092507Z:f5c42174-df25-4fce-913a-77b5a52dec26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1790,7 +1790,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:49 GMT" + "Tue, 18 May 2021 09:25:07 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1806,13 +1806,13 @@ "StatusCode": 200 }, { - "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": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "Accept-Language": [ "en-US" @@ -1820,8 +1820,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1832,21 +1832,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "ebf62046-b3df-4912-8fad-dd1f8a83c3bc", - "d9a517cc-8d4c-404a-9b48-600de6cf8b4b", - "48b8e066-9140-42c8-b7a1-9bd9e4d96071" + "c7837366-c4d5-4a47-9a8c-d703e645daf9", + "57f2f00d-c4be-47e5-a5fb-be3a279797d2", + "e3bc93c9-a53e-403d-bde2-9346d41b866c", + "fd41c772-40cf-4dab-8696-51ed2f452fef", + "6304c28e-da57-4862-8934-2b47552b1038", + "bd7c53c7-3826-46cc-9ce9-4b0a6d949739", + "70adb5c9-1094-4338-bf3d-458f30f2a7c0", + "4fc11646-8c41-42a5-8e6f-c3b113772de2", + "e130e17d-4228-468e-b168-bfc4571e80e2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11968" ], "x-ms-request-id": [ - "90719ae5-5b0c-4517-bfef-a04556a17309" + "a336789e-a8bf-494b-b44f-e09f4cb7f6d4" ], "x-ms-correlation-request-id": [ - "90719ae5-5b0c-4517-bfef-a04556a17309" + "a336789e-a8bf-494b-b44f-e09f4cb7f6d4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062905Z:90719ae5-5b0c-4517-bfef-a04556a17309" + "SOUTHINDIA:20210518T092005Z:a336789e-a8bf-494b-b44f-e09f4cb7f6d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1855,7 +1861,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:29:04 GMT" + "Tue, 18 May 2021 09:20:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1864,20 +1870,20 @@ "-1" ], "Content-Length": [ - "28983" + "57084" ] }, - "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_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\": \"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/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": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "Accept-Language": [ "en-US" @@ -1885,8 +1891,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1897,21 +1903,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "5d09150b-62a8-455a-b7b6-4e26cce0c6f4", - "b7d93376-dfe4-4a91-b29f-95277cd8314f", - "5ffcbf90-a6b0-4ead-8a97-d7e714a9ebde" + "1710574f-869e-49d6-80b3-afc29e3586b4", + "f6ea1b5c-ec45-41d9-9be3-45dd8f70db50", + "8288c254-4ae5-4689-b725-5fc47a54ae4d", + "a12ace5a-d7ea-4445-96fb-b1f69f28e2c7", + "351502e0-ea7f-4b7d-b542-6d227ef0bf90", + "0bddf77c-9235-43c1-a3c5-2bd696740064", + "ce5ab8a9-33ab-4d21-b3f5-be6571362b4b", + "c44bb56d-0793-4568-9327-e7918aabe5ce", + "0bc5ab8a-b243-4bfb-abb8-d90544501c15" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-request-id": [ - "6e0ae8c2-f3ba-4c27-82e8-fd8e80105935" + "de64a7c2-9158-4a93-af19-0c4e7a3b28d6" ], "x-ms-correlation-request-id": [ - "6e0ae8c2-f3ba-4c27-82e8-fd8e80105935" + "de64a7c2-9158-4a93-af19-0c4e7a3b28d6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063351Z:6e0ae8c2-f3ba-4c27-82e8-fd8e80105935" + "SOUTHINDIA:20210518T092508Z:de64a7c2-9158-4a93-af19-0c4e7a3b28d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1920,7 +1932,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:50 GMT" + "Tue, 18 May 2021 09:25:08 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1929,20 +1941,20 @@ "-1" ], "Content-Length": [ - "28983" + "57084" ] }, - "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_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\": \"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/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTBhNjgyMT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNmYzI0MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM0a6821\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"0a6822cd-535\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMcfc241\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"cfc245b4-ba0\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "Accept-Language": [ "en-US" @@ -1950,14 +1962,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1152" + "1148" ] }, "ResponseHeaders": { @@ -1971,7 +1983,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/0348e991-9fd8-46b1-9502-58ee7d94bc9f?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/5da3f4c3-f3b0-4dc4-91b2-3fa6738f4382?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1983,29 +1995,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0348e991-9fd8-46b1-9502-58ee7d94bc9f" + "5da3f4c3-f3b0-4dc4-91b2-3fa6738f4382" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-correlation-request-id": [ - "ea5c659e-f8b7-472a-af75-ab000d59c9fe" + "dfbd654e-9fab-47e4-8816-66def1f1e820" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062908Z:ea5c659e-f8b7-472a-af75-ab000d59c9fe" + "SOUTHINDIA:20210518T092008Z:dfbd654e-9fab-47e4-8816-66def1f1e820" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:29:07 GMT" + "Tue, 18 May 2021 09:20:08 GMT" ], "Content-Length": [ - "1911" + "1907" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2014,23 +2026,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM0a6821\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"51d284d8-7f02-41bf-8d6c-e624f7aadd73\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM0a6821\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6821\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMcfc241\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d2da4110-4258-49fe-9c54-640987ab1eca\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMcfc241\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc241\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/0348e991-9fd8-46b1-9502-58ee7d94bc9f?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzNDhlOTkxLTlmZDgtNDZiMS05NTAyLTU4ZWU3ZDk0YmM5Zj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/5da3f4c3-f3b0-4dc4-91b2-3fa6738f4382?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkYTNmNGMzLWYzYjAtNGRjNC05MWIyLTNmYTY3MzhmNDM4Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2050,26 +2062,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "943e9f30-3bc5-4acc-b606-821e9761f75c" + "00920fc5-5b2e-4ca3-accf-bf68106df18a" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11983" ], "x-ms-correlation-request-id": [ - "8be3017f-25e0-477c-a15b-10ac2a846ecd" + "a8a8ef3d-6089-4483-997c-f6d97162c82e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062918Z:8be3017f-25e0-477c-a15b-10ac2a846ecd" + "SOUTHINDIA:20210518T092018Z:a8a8ef3d-6089-4483-997c-f6d97162c82e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:29:18 GMT" + "Tue, 18 May 2021 09:20:18 GMT" ], "Content-Length": [ "134" @@ -2081,23 +2093,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T11:59:07.7312644+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0348e991-9fd8-46b1-9502-58ee7d94bc9f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:50:07.6562718+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5da3f4c3-f3b0-4dc4-91b2-3fa6738f4382\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/0348e991-9fd8-46b1-9502-58ee7d94bc9f?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzNDhlOTkxLTlmZDgtNDZiMS05NTAyLTU4ZWU3ZDk0YmM5Zj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/5da3f4c3-f3b0-4dc4-91b2-3fa6738f4382?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkYTNmNGMzLWYzYjAtNGRjNC05MWIyLTNmYTY3MzhmNDM4Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2114,26 +2126,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2823d955-efa9-45e2-b70e-09a9bd7d83bb" + "e7973759-9582-43e7-a1cf-7605e911270e" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11982" ], "x-ms-correlation-request-id": [ - "562e3f4f-bf83-4c95-8909-75bf65f311c2" + "e229ac19-a5a1-43fc-a79d-3173fe097ef6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063009Z:562e3f4f-bf83-4c95-8909-75bf65f311c2" + "SOUTHINDIA:20210518T092108Z:e229ac19-a5a1-43fc-a79d-3173fe097ef6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:30:08 GMT" + "Tue, 18 May 2021 09:21:08 GMT" ], "Content-Length": [ "134" @@ -2145,23 +2157,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T11:59:07.7312644+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"0348e991-9fd8-46b1-9502-58ee7d94bc9f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:50:07.6562718+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5da3f4c3-f3b0-4dc4-91b2-3fa6738f4382\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/0348e991-9fd8-46b1-9502-58ee7d94bc9f?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzAzNDhlOTkxLTlmZDgtNDZiMS05NTAyLTU4ZWU3ZDk0YmM5Zj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/5da3f4c3-f3b0-4dc4-91b2-3fa6738f4382?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkYTNmNGMzLWYzYjAtNGRjNC05MWIyLTNmYTY3MzhmNDM4Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2172,35 +2184,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31e95426-70bb-4b3a-8798-2b54e56bcb46" + "d2a6eacf-00a8-4677-9118-91872208d6b4" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11981" ], "x-ms-correlation-request-id": [ - "8d37d00d-a9f4-4975-94b4-163d5e73f6a1" + "5c67eab3-f4f6-4918-8061-2935726cf954" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063059Z:8d37d00d-a9f4-4975-94b4-163d5e73f6a1" + "SOUTHINDIA:20210518T092159Z:5c67eab3-f4f6-4918-8061-2935726cf954" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:30:58 GMT" + "Tue, 18 May 2021 09:21:58 GMT" ], "Content-Length": [ - "184" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2209,26 +2221,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T11:59:07.7312644+05:30\",\r\n \"endTime\": \"2021-02-16T12:00:32.0904976+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0348e991-9fd8-46b1-9502-58ee7d94bc9f\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:50:07.6562718+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5da3f4c3-f3b0-4dc4-91b2-3fa6738f4382\"\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/operations/5da3f4c3-f3b0-4dc4-91b2-3fa6738f4382?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzVkYTNmNGMzLWYzYjAtNGRjNC05MWIyLTNmYTY3MzhmNDM4Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" - ], - "Accept-Language": [ - "en-US" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2238,36 +2247,36 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29991" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" - ], "x-ms-request-id": [ - "833e5163-013d-41a5-ae6e-525785e64e2a" + "9b90ac12-216f-4162-907b-1944c91f8aaa" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11980" ], "x-ms-correlation-request-id": [ - "3e253a6f-e8c8-4343-aec9-78bd2c8377c9" + "29bbfa4c-b270-4ba8-af5b-a31b3ed009f4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063100Z:3e253a6f-e8c8-4343-aec9-78bd2c8377c9" + "SOUTHINDIA:20210518T092249Z:29bbfa4c-b270-4ba8-af5b-a31b3ed009f4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:30:59 GMT" + "Tue, 18 May 2021 09:22:48 GMT" ], "Content-Length": [ - "361030" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2276,17 +2285,17 @@ "-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\": \"sinequa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinequa\"\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\": \"turbonet\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/turbonet\"\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 \"startTime\": \"2021-05-18T14:50:07.6562718+05:30\",\r\n \"endTime\": \"2021-05-18T14:52:07.8736984+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5da3f4c3-f3b0-4dc4-91b2-3fa6738f4382\"\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": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "Accept-Language": [ "en-US" @@ -2294,8 +2303,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2309,32 +2318,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "8ff1dc65-552e-4ab3-8819-8d85aed9d5b9" + "2776472f-2a47-4e5d-bc7c-a1643a938043" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11978" ], "x-ms-correlation-request-id": [ - "a99c0237-8cd5-44e3-8ebe-f7f57aa902db" + "bcef1fc4-4478-4a71-b662-190b5929c611" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063545Z:a99c0237-8cd5-44e3-8ebe-f7f57aa902db" + "SOUTHINDIA:20210518T092249Z:bcef1fc4-4478-4a71-b662-190b5929c611" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:35:44 GMT" + "Tue, 18 May 2021 09:22:49 GMT" ], "Content-Length": [ - "361030" + "377832" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2343,17 +2352,17 @@ "-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\": \"sinequa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinequa\"\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\": \"turbonet\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/turbonet\"\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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9wdWJsaXNoZXJzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "Accept-Language": [ "en-US" @@ -2361,8 +2370,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2372,39 +2381,36 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22499" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "ddca9416-6ff5-4dcb-9030-288caa562ccd" + "d39956a1-efae-4e8d-9115-06c68bf34969" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11964" ], "x-ms-correlation-request-id": [ - "b35c9f09-41ce-450e-bfe5-0f9876a0cd8c" + "36e981a4-fefc-46e7-af3a-a1b9cc55be93" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063100Z:b35c9f09-41ce-450e-bfe5-0f9876a0cd8c" + "SOUTHINDIA:20210518T092702Z:36e981a4-fefc-46e7-af3a-a1b9cc55be93" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:30:59 GMT" + "Tue, 18 May 2021 09:27:01 GMT" ], "Content-Length": [ - "1089" + "377832" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2413,17 +2419,17 @@ "-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\": \"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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "Accept-Language": [ "en-US" @@ -2431,8 +2437,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2443,35 +2449,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22498" + "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22499" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "62a358e8-153d-4bb9-90fc-a9a14eb84bd5" + "8c5b4001-cbc0-4ee6-a643-84d107274297" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11977" ], "x-ms-correlation-request-id": [ - "565fbdec-382b-4e8f-bb01-a360275398d9" + "3bb037fe-2eaa-4684-93a7-93c25d046de3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063545Z:565fbdec-382b-4e8f-bb01-a360275398d9" + "SOUTHINDIA:20210518T092250Z:3bb037fe-2eaa-4684-93a7-93c25d046de3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:35:45 GMT" + "Tue, 18 May 2021 09:22:49 GMT" ], "Content-Length": [ "1089" @@ -2483,17 +2489,17 @@ "-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?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9wdWJsaXNoZXJzL01pY3Jvc29mdC5Db21wdXRlL2FydGlmYWN0dHlwZXMvdm1leHRlbnNpb24vdHlwZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "Accept-Language": [ "en-US" @@ -2501,8 +2507,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2513,38 +2519,38 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21998" + "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22498" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "f8f51996-d446-48f2-b836-0b52ab68ea80" + "5346d4cb-1581-4e3d-a1ed-dffd810bc4c5" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11963" ], "x-ms-correlation-request-id": [ - "b58eae4e-cd83-4afa-b4ca-2af6f713a352" + "5c6da005-c977-4b54-9a0d-8ba3a9f46978" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063100Z:b58eae4e-cd83-4afa-b4ca-2af6f713a352" + "SOUTHINDIA:20210518T092702Z:5c6da005-c977-4b54-9a0d-8ba3a9f46978" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:30:59 GMT" + "Tue, 18 May 2021 09:27:01 GMT" ], "Content-Length": [ - "1326" + "1089" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2553,17 +2559,17 @@ "-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\": \"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": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "Accept-Language": [ "en-US" @@ -2571,8 +2577,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2583,35 +2589,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensions3Min;9998,Microsoft.Compute/ListVMExtensions30Min;21994" + "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "0d23c6fd-747d-4855-a178-057da1e59f4e" + "febeb832-ed0c-4817-9195-41c5a1bbd754" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11976" ], "x-ms-correlation-request-id": [ - "ede05f6b-1c10-4e27-a589-9091245dc8a4" + "521935a3-1a1b-4fff-beba-f1d0cdf0efd7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063545Z:ede05f6b-1c10-4e27-a589-9091245dc8a4" + "SOUTHINDIA:20210518T092250Z:521935a3-1a1b-4fff-beba-f1d0cdf0efd7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:35:45 GMT" + "Tue, 18 May 2021 09:22:49 GMT" ], "Content-Length": [ "1326" @@ -2623,17 +2629,17 @@ "-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/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTBhNjgyMS9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", - "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}", + "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": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "Accept-Language": [ "en-US" @@ -2641,14 +2647,8 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "193" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/46.0.0" ] }, "ResponseHeaders": { @@ -2658,42 +2658,39 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/76883f14-b2ce-413e-8384-000044812399?api-version=2020-06-01" - ], - "Azure-AsyncNotification": [ - "Enabled" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" + "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-served-by": [ + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" + ], "x-ms-request-id": [ - "76883f14-b2ce-413e-8384-000044812399" + "5e6e1ea4-2120-4e82-9e46-df3f23b6d841" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" ], "x-ms-correlation-request-id": [ - "b644866a-ed22-42ff-b604-887d63bc5e0f" + "ab8dae7e-085b-449d-805f-9d578cd56e07" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063103Z:b644866a-ed22-42ff-b604-887d63bc5e0f" + "SOUTHINDIA:20210518T092702Z:ab8dae7e-085b-449d-805f-9d578cd56e07" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:31:02 GMT" + "Tue, 18 May 2021 09:27:01 GMT" ], "Content-Length": [ - "484" + "1326" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2702,23 +2699,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821/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 + "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/providers/Microsoft.Compute/locations/southeastasia/operations/76883f14-b2ce-413e-8384-000044812399?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2ODgzZjE0LWIyY2UtNDEzZS04Mzg0LTAwMDA0NDgxMjM5OT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNmYzI0MS9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "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": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "193" ] }, "ResponseHeaders": { @@ -2728,36 +2734,42 @@ "Pragma": [ "no-cache" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/e61bd00f-c968-455f-b34f-445a2fb386bf?api-version=2020-12-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b1ead1ab-222d-40ff-8b73-95606c00c1cc" + "e61bd00f-c968-455f-b34f-445a2fb386bf" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1194" ], "x-ms-correlation-request-id": [ - "f9242562-44dc-4d26-b61f-9ed4b476fc59" + "144781fa-5ecb-4522-982b-b2ae61ac18a1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063133Z:f9242562-44dc-4d26-b61f-9ed4b476fc59" + "SOUTHINDIA:20210518T092252Z:144781fa-5ecb-4522-982b-b2ae61ac18a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:31:32 GMT" + "Tue, 18 May 2021 09:22:51 GMT" ], "Content-Length": [ - "134" + "484" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2766,23 +2778,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:01:02.3561476+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"76883f14-b2ce-413e-8384-000044812399\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241/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/76883f14-b2ce-413e-8384-000044812399?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2ODgzZjE0LWIyY2UtNDEzZS04Mzg0LTAwMDA0NDgxMjM5OT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/e61bd00f-c968-455f-b34f-445a2fb386bf?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U2MWJkMDBmLWM5NjgtNDU1Zi1iMzRmLTQ0NWEyZmIzODZiZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2799,26 +2811,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "22c6edc3-7332-48b4-b9f3-34a123748f33" + "b1a4d57b-864e-4a05-ad2b-04e95109544a" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11975" ], "x-ms-correlation-request-id": [ - "0d7e753d-aebb-4bb0-8a8b-54048d988ee5" + "9ddbcf93-a7a4-4cfe-a530-f42e586ea642" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063203Z:0d7e753d-aebb-4bb0-8a8b-54048d988ee5" + "SOUTHINDIA:20210518T092322Z:9ddbcf93-a7a4-4cfe-a530-f42e586ea642" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:32:03 GMT" + "Tue, 18 May 2021 09:23:21 GMT" ], "Content-Length": [ "134" @@ -2830,23 +2842,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:01:02.3561476+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"76883f14-b2ce-413e-8384-000044812399\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:52:51.6546709+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e61bd00f-c968-455f-b34f-445a2fb386bf\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/76883f14-b2ce-413e-8384-000044812399?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2ODgzZjE0LWIyY2UtNDEzZS04Mzg0LTAwMDA0NDgxMjM5OT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/e61bd00f-c968-455f-b34f-445a2fb386bf?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U2MWJkMDBmLWM5NjgtNDU1Zi1iMzRmLTQ0NWEyZmIzODZiZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2863,26 +2875,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "adff2a9f-e51c-4f97-8cc9-e33a7e4ab9ea" + "435e1865-3be7-455c-9257-eac447dad80e" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11974" ], "x-ms-correlation-request-id": [ - "d7b4d5d6-a2fc-44ce-8262-292daabbf3bb" + "f0ac5799-128d-4bf4-a436-fb23aa7fa2a2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063233Z:d7b4d5d6-a2fc-44ce-8262-292daabbf3bb" + "SOUTHINDIA:20210518T092352Z:f0ac5799-128d-4bf4-a436-fb23aa7fa2a2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:32:32 GMT" + "Tue, 18 May 2021 09:23:52 GMT" ], "Content-Length": [ "134" @@ -2894,23 +2906,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:01:02.3561476+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"76883f14-b2ce-413e-8384-000044812399\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:52:51.6546709+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e61bd00f-c968-455f-b34f-445a2fb386bf\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/76883f14-b2ce-413e-8384-000044812399?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2ODgzZjE0LWIyY2UtNDEzZS04Mzg0LTAwMDA0NDgxMjM5OT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/e61bd00f-c968-455f-b34f-445a2fb386bf?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U2MWJkMDBmLWM5NjgtNDU1Zi1iMzRmLTQ0NWEyZmIzODZiZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2921,32 +2933,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29987" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d603daa7-32ba-4d8e-9773-2f0656d5dc03" + "8385f861-ae4f-4878-9585-4644750cb6b4" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11973" ], "x-ms-correlation-request-id": [ - "2e05c3f2-5af2-477c-a263-104670b47e21" + "02f93355-fc6f-4bfb-af8e-667dabcdd441" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063303Z:2e05c3f2-5af2-477c-a263-104670b47e21" + "SOUTHINDIA:20210518T092422Z:02f93355-fc6f-4bfb-af8e-667dabcdd441" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:03 GMT" + "Tue, 18 May 2021 09:24:22 GMT" ], "Content-Length": [ "134" @@ -2958,23 +2970,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:01:02.3561476+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"76883f14-b2ce-413e-8384-000044812399\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:52:51.6546709+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e61bd00f-c968-455f-b34f-445a2fb386bf\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/76883f14-b2ce-413e-8384-000044812399?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2ODgzZjE0LWIyY2UtNDEzZS04Mzg0LTAwMDA0NDgxMjM5OT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/e61bd00f-c968-455f-b34f-445a2fb386bf?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2U2MWJkMDBmLWM5NjgtNDU1Zi1iMzRmLTQ0NWEyZmIzODZiZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2985,32 +2997,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29985" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "237978fc-51f1-4e9f-b717-524ce4c7bdc6" + "e8715133-06b6-49e2-880c-50a662bd0a7d" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11972" ], "x-ms-correlation-request-id": [ - "9d972184-bc3c-4914-99f2-610b44187a8c" + "41249a7e-ef15-4284-bf96-b6093c32ee85" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063334Z:9d972184-bc3c-4914-99f2-610b44187a8c" + "SOUTHINDIA:20210518T092452Z:41249a7e-ef15-4284-bf96-b6093c32ee85" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:33 GMT" + "Tue, 18 May 2021 09:24:51 GMT" ], "Content-Length": [ "184" @@ -3022,23 +3034,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:01:02.3561476+05:30\",\r\n \"endTime\": \"2021-02-16T12:03:06.7310275+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"76883f14-b2ce-413e-8384-000044812399\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:52:51.6546709+05:30\",\r\n \"endTime\": \"2021-05-18T14:54:40.0600733+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e61bd00f-c968-455f-b34f-445a2fb386bf\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTBhNjgyMS9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNmYzI0MS9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0206bd60-1611-4d4a-a3e9-c4487e85ca22" + "1c2ad092-aa5e-41aa-b3aa-0dd285b24a30" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3049,32 +3061,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31986" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b021ce44-8705-4f7c-9812-cac6807a59eb" + "36526618-8c82-43bb-af89-506b3dbd7caf" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11971" ], "x-ms-correlation-request-id": [ - "884ceb37-c153-4c41-ab7c-8327ef6e7933" + "904db7cd-3a4c-44a0-a18f-81e9277a2553" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063334Z:884ceb37-c153-4c41-ab7c-8327ef6e7933" + "SOUTHINDIA:20210518T092452Z:904db7cd-3a4c-44a0-a18f-81e9277a2553" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:33 GMT" + "Tue, 18 May 2021 09:24:52 GMT" ], "Content-Length": [ "485" @@ -3086,17 +3098,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821/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/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241/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/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTBhNjgyMj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNmYzI0Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f801087c-93b3-4c86-9063-c458a7ed6bd1" + "2e095dce-b2c6-472d-85cc-d18284d3146d" ], "Accept-Language": [ "en-US" @@ -3104,8 +3116,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3119,13 +3131,13 @@ "gateway" ], "x-ms-request-id": [ - "93dfaba4-9ab6-43db-a370-0c84834db813" + "abb58a1b-a33b-4aba-995b-b635b31cef7c" ], "x-ms-correlation-request-id": [ - "93dfaba4-9ab6-43db-a370-0c84834db813" + "abb58a1b-a33b-4aba-995b-b635b31cef7c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063334Z:93dfaba4-9ab6-43db-a370-0c84834db813" + "SOUTHINDIA:20210518T092453Z:abb58a1b-a33b-4aba-995b-b635b31cef7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3134,7 +3146,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:33 GMT" + "Tue, 18 May 2021 09:24:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3146,23 +3158,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVM0a6822' under resource group 'PSTestRG0a6822cd' 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/PSTestVMcfc242' under resource group 'PSTestRGcfc245b4' 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/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTBhNjgyMj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNmYzI0Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3173,35 +3185,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31982" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ebfaf00b-12a2-494a-a0d6-cff83bee122e" + "9bbec32f-3b9b-42b2-b9aa-4663e637b270" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11965" ], "x-ms-correlation-request-id": [ - "5c7c1133-c9f5-4e1d-9276-c5422de398f3" + "694f0292-a462-4922-aa90-2281385b9711" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063544Z:5c7c1133-c9f5-4e1d-9276-c5422de398f3" + "SOUTHINDIA:20210518T092701Z:694f0292-a462-4922-aa90-2281385b9711" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:35:44 GMT" + "Tue, 18 May 2021 09:27:00 GMT" ], "Content-Length": [ - "2184" + "2180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3210,17 +3222,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f4d34f3e-541b-4c8c-80f1-2f1aa7c22be5\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM0a6822_OsDisk_1_52be55a1e1124c31a720be01ce0cd67c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/disks/PSTestVM0a6822_OsDisk_1_52be55a1e1124c31a720be01ce0cd67c\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM0a6822\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b82db732-9818-409f-b3a7-2f45045aee47\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMcfc242_OsDisk_1_8d36aa2d8cf74eb59c067267a4d852d9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/disks/PSTestVMcfc242_OsDisk_1_8d36aa2d8cf74eb59c067267a4d852d9\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMcfc242\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTBhNjgyMj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNmYzI0Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27d24970-8f12-4e07-b2ce-4b2e9702a569" + "3f598f30-56b7-415a-8af5-0c586eecf460" ], "Accept-Language": [ "en-US" @@ -3228,8 +3240,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -3240,35 +3252,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3956,Microsoft.Compute/LowCostGet30Min;31943" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31952" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f3947738-2113-42cf-a996-71913030fbff" + "f2783319-2d40-46e7-b0bd-f08503032cf6" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11956" ], "x-ms-correlation-request-id": [ - "3e724b1d-991e-4888-a770-21bc8c7f5c28" + "d58a0248-9283-4999-95f6-5d577e90a6cc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063748Z:3e724b1d-991e-4888-a770-21bc8c7f5c28" + "SOUTHINDIA:20210518T092904Z:d58a0248-9283-4999-95f6-5d577e90a6cc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:37:48 GMT" + "Tue, 18 May 2021 09:29:04 GMT" ], "Content-Length": [ - "2747" + "2743" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3277,17 +3289,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f4d34f3e-541b-4c8c-80f1-2f1aa7c22be5\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM0a6822_OsDisk_1_52be55a1e1124c31a720be01ce0cd67c\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/disks/PSTestVM0a6822_OsDisk_1_52be55a1e1124c31a720be01ce0cd67c\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM0a6822\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b82db732-9818-409f-b3a7-2f45045aee47\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVMcfc242_OsDisk_1_8d36aa2d8cf74eb59c067267a4d852d9\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/disks/PSTestVMcfc242_OsDisk_1_8d36aa2d8cf74eb59c067267a4d852d9\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMcfc242\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMGE2ODIyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2ZjMjQyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "827863c9-ce70-472f-944a-8fac59471464" + "157722f2-7806-4606-8f48-e601f1c5bf26" ], "Accept-Language": [ "en-US" @@ -3295,8 +3307,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3310,13 +3322,13 @@ "gateway" ], "x-ms-request-id": [ - "dd3720ae-fe50-474a-a867-074d42461a5f" + "f4034e6f-fa05-4190-87bc-19799158273e" ], "x-ms-correlation-request-id": [ - "dd3720ae-fe50-474a-a867-074d42461a5f" + "f4034e6f-fa05-4190-87bc-19799158273e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063335Z:dd3720ae-fe50-474a-a867-074d42461a5f" + "SOUTHINDIA:20210518T092453Z:f4034e6f-fa05-4190-87bc-19799158273e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3325,7 +3337,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:34 GMT" + "Tue, 18 May 2021 09:24:52 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3337,23 +3349,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNET0a6822' under resource group 'PSTestRG0a6822cd' 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/PSTestVNETcfc242' under resource group 'PSTestRGcfc245b4' 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/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMGE2ODIyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2ZjMjQyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "827863c9-ce70-472f-944a-8fac59471464" + "157722f2-7806-4606-8f48-e601f1c5bf26" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3364,16 +3376,16 @@ "no-cache" ], "ETag": [ - "W/\"a623f8ac-98b1-4268-8c10-0e3d1c38f767\"" + "W/\"17162dc3-391e-4868-8723-f9f8c7a296c8\"" ], "x-ms-request-id": [ - "281a0062-04de-4435-90b1-b84cc9ef4490" + "c11c03e5-66bb-4bfb-8465-4a6e91aad277" ], "x-ms-correlation-request-id": [ - "cf60185e-4b65-4685-9878-298a68159d4a" + "424ce285-05d0-41e8-9729-c62fee453ca0" ], "x-ms-arm-service-request-id": [ - "6b244ef7-b436-4da3-ab25-28fe9ea6379b" + "fc093639-0f02-47ff-b5ff-ca44ef745e45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3383,19 +3395,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11978" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063340Z:cf60185e-4b65-4685-9878-298a68159d4a" + "SOUTHINDIA:20210518T092458Z:424ce285-05d0-41e8-9729-c62fee453ca0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:40 GMT" + "Tue, 18 May 2021 09:24:58 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3404,17 +3416,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822\",\r\n \"etag\": \"W/\\\"a623f8ac-98b1-4268-8c10-0e3d1c38f767\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"624a5803-b5b8-4de8-a7c3-152cb8c542f8\",\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\": \"PSTestSNC0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822/subnets/PSTestSNC0a6822\",\r\n \"etag\": \"W/\\\"a623f8ac-98b1-4268-8c10-0e3d1c38f767\\\"\",\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\": \"PSTestVNETcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242\",\r\n \"etag\": \"W/\\\"17162dc3-391e-4868-8723-f9f8c7a296c8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1057d0bf-0b0b-4381-88e9-d2c4ae53e3be\",\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\": \"PSTestSNCcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242/subnets/PSTestSNCcfc242\",\r\n \"etag\": \"W/\\\"17162dc3-391e-4868-8723-f9f8c7a296c8\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMGE2ODIyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2ZjMjQyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "827863c9-ce70-472f-944a-8fac59471464" + "157722f2-7806-4606-8f48-e601f1c5bf26" ], "Accept-Language": [ "en-US" @@ -3422,8 +3434,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3434,16 +3446,16 @@ "no-cache" ], "ETag": [ - "W/\"a623f8ac-98b1-4268-8c10-0e3d1c38f767\"" + "W/\"17162dc3-391e-4868-8723-f9f8c7a296c8\"" ], "x-ms-request-id": [ - "1c1e0a76-f628-4790-9810-226fb5e8a838" + "be2f9e78-0832-4f4d-a98c-2bdd692c327f" ], "x-ms-correlation-request-id": [ - "c67ada00-a590-4ea0-aa6c-6ba2545e821f" + "fd45b8e2-96d6-41e2-912b-c516cc641831" ], "x-ms-arm-service-request-id": [ - "a3a066e3-34b8-4651-9faf-303c59ad1f33" + "06b347f7-0ab7-4bba-a931-407bce5983af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3453,19 +3465,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11977" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063340Z:c67ada00-a590-4ea0-aa6c-6ba2545e821f" + "SOUTHINDIA:20210518T092459Z:fd45b8e2-96d6-41e2-912b-c516cc641831" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:40 GMT" + "Tue, 18 May 2021 09:24:58 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3474,17 +3486,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822\",\r\n \"etag\": \"W/\\\"a623f8ac-98b1-4268-8c10-0e3d1c38f767\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"624a5803-b5b8-4de8-a7c3-152cb8c542f8\",\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\": \"PSTestSNC0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822/subnets/PSTestSNC0a6822\",\r\n \"etag\": \"W/\\\"a623f8ac-98b1-4268-8c10-0e3d1c38f767\\\"\",\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\": \"PSTestVNETcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242\",\r\n \"etag\": \"W/\\\"17162dc3-391e-4868-8723-f9f8c7a296c8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1057d0bf-0b0b-4381-88e9-d2c4ae53e3be\",\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\": \"PSTestSNCcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242/subnets/PSTestSNCcfc242\",\r\n \"etag\": \"W/\\\"17162dc3-391e-4868-8723-f9f8c7a296c8\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMGE2ODIyP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUY2ZjMjQyP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNC0a6822\"\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\": \"PSTestSNCcfc242\"\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": [ - "827863c9-ce70-472f-944a-8fac59471464" + "157722f2-7806-4606-8f48-e601f1c5bf26" ], "Accept-Language": [ "en-US" @@ -3492,8 +3504,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -3513,19 +3525,19 @@ "3" ], "x-ms-request-id": [ - "8829081d-8de2-45e3-90b7-26690806750c" + "d105e409-bbdc-4b7a-bd79-750edeae2c8f" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/8829081d-8de2-45e3-90b7-26690806750c?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/d105e409-bbdc-4b7a-bd79-750edeae2c8f?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "796acf91-954b-4b92-b92d-e3c08f76ff7c" + "c055331d-4ab0-4857-b8ec-f159addd6910" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5e86c69c-04b4-4e4c-b76a-9c7094f6eb37" + "8ae2e85e-f6dc-4ec9-bb1f-e4009a5bae0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3535,19 +3547,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063337Z:796acf91-954b-4b92-b92d-e3c08f76ff7c" + "SOUTHINDIA:20210518T092455Z:c055331d-4ab0-4857-b8ec-f159addd6910" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:37 GMT" + "Tue, 18 May 2021 09:24:54 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3556,23 +3568,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822\",\r\n \"etag\": \"W/\\\"67398acf-df89-47ab-92f2-aafd434230cd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"624a5803-b5b8-4de8-a7c3-152cb8c542f8\",\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\": \"PSTestSNC0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822/subnets/PSTestSNC0a6822\",\r\n \"etag\": \"W/\\\"67398acf-df89-47ab-92f2-aafd434230cd\\\"\",\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\": \"PSTestVNETcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242\",\r\n \"etag\": \"W/\\\"6cfeb8ca-2c75-4bc3-a76f-bf470886cb6e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"1057d0bf-0b0b-4381-88e9-d2c4ae53e3be\",\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\": \"PSTestSNCcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242/subnets/PSTestSNCcfc242\",\r\n \"etag\": \"W/\\\"6cfeb8ca-2c75-4bc3-a76f-bf470886cb6e\\\"\",\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/8829081d-8de2-45e3-90b7-26690806750c?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg4MjkwODFkLThkZTItNDVlMy05MGI3LTI2NjkwODA2NzUwYz9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/d105e409-bbdc-4b7a-bd79-750edeae2c8f?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2QxMDVlNDA5LWJiZGMtNGI3YS1iZDc5LTc1MGVkZWFlMmM4Zj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "827863c9-ce70-472f-944a-8fac59471464" + "157722f2-7806-4606-8f48-e601f1c5bf26" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3583,13 +3595,13 @@ "no-cache" ], "x-ms-request-id": [ - "3323e0a8-940d-4160-aad8-543eb3749894" + "a1b80c12-7e2b-4b2c-8cdb-fa3cd3b42d6e" ], "x-ms-correlation-request-id": [ - "8a70779b-078b-4d97-8e71-0c88af65b638" + "406e85ab-552f-4532-925c-ed8641aece6e" ], "x-ms-arm-service-request-id": [ - "b571e4df-e912-4e69-85f1-d64aa1cb95dc" + "ecc2f1b9-dffd-4b83-8584-4300186c750b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3599,16 +3611,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11979" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063340Z:8a70779b-078b-4d97-8e71-0c88af65b638" + "SOUTHINDIA:20210518T092458Z:406e85ab-552f-4532-925c-ed8641aece6e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:40 GMT" + "Tue, 18 May 2021 09:24:58 GMT" ], "Content-Length": [ "29" @@ -3624,13 +3636,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczBhNjgyMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NmYzI0Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "459989d1-2579-48df-beb0-220005c45720" + "73829ae4-89ee-462f-ab72-23215005967f" ], "Accept-Language": [ "en-US" @@ -3638,8 +3650,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3653,13 +3665,13 @@ "gateway" ], "x-ms-request-id": [ - "091565d4-297f-4fa6-98f2-c2c49627edf7" + "86b0f5cf-8435-4afc-ac5f-31a21683ce67" ], "x-ms-correlation-request-id": [ - "091565d4-297f-4fa6-98f2-c2c49627edf7" + "86b0f5cf-8435-4afc-ac5f-31a21683ce67" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063341Z:091565d4-297f-4fa6-98f2-c2c49627edf7" + "SOUTHINDIA:20210518T092459Z:86b0f5cf-8435-4afc-ac5f-31a21683ce67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3668,7 +3680,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:40 GMT" + "Tue, 18 May 2021 09:24:58 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3680,23 +3692,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdns0a6822' under resource group 'PSTestRG0a6822cd' 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/pstestpublicdnscfc242' under resource group 'PSTestRGcfc245b4' 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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczBhNjgyMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NmYzI0Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "459989d1-2579-48df-beb0-220005c45720" + "73829ae4-89ee-462f-ab72-23215005967f" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3707,16 +3719,16 @@ "no-cache" ], "ETag": [ - "W/\"6c3a12fc-73ae-45e5-9da2-69da81b144aa\"" + "W/\"0e2eaf19-8d54-4193-a61f-38b9ca479f43\"" ], "x-ms-request-id": [ - "f6ced6bf-ada9-4e6e-97b3-37f6b0ec5f7e" + "91a2d6b4-638b-4fa4-83f1-9a58adf9f7c8" ], "x-ms-correlation-request-id": [ - "5ff3c938-d287-4954-894d-8598bbd8927b" + "22e55a84-ecc2-450a-bb37-7dea2e290aa5" ], "x-ms-arm-service-request-id": [ - "744f0c44-2de2-4e4d-9a9b-52962821e2ec" + "0c178375-a7e2-4184-afa1-8c7eb4510441" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3726,19 +3738,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11977" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063343Z:5ff3c938-d287-4954-894d-8598bbd8927b" + "SOUTHINDIA:20210518T092501Z:22e55a84-ecc2-450a-bb37-7dea2e290aa5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:42 GMT" + "Tue, 18 May 2021 09:25:00 GMT" ], "Content-Length": [ - "697" + "698" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3747,17 +3759,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6822\",\r\n \"etag\": \"W/\\\"6c3a12fc-73ae-45e5-9da2-69da81b144aa\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"695001d3-8a17-4c4d-9839-0356b85eebf6\",\r\n \"ipAddress\": \"52.163.211.2\",\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\": \"pstestpublicdnscfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc242\",\r\n \"etag\": \"W/\\\"0e2eaf19-8d54-4193-a61f-38b9ca479f43\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"94b8d021-2746-45da-85c2-cf7b917f2c6b\",\r\n \"ipAddress\": \"104.215.150.3\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczBhNjgyMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NmYzI0Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "459989d1-2579-48df-beb0-220005c45720" + "73829ae4-89ee-462f-ab72-23215005967f" ], "Accept-Language": [ "en-US" @@ -3765,8 +3777,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3777,16 +3789,16 @@ "no-cache" ], "ETag": [ - "W/\"6c3a12fc-73ae-45e5-9da2-69da81b144aa\"" + "W/\"0e2eaf19-8d54-4193-a61f-38b9ca479f43\"" ], "x-ms-request-id": [ - "1118bb16-1c83-4465-82d3-7a0a0973b7ca" + "3465f90d-becf-41a7-be3f-be8b61785505" ], "x-ms-correlation-request-id": [ - "5f6a1c21-fa24-450c-947d-84e812832e89" + "4a374731-66b4-4871-affb-9d8307d6bdbd" ], "x-ms-arm-service-request-id": [ - "2e61973a-33f0-4c7c-a5a8-572a354dc3cb" + "a54d1397-4bb0-4058-b5da-e689b24c21e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3796,19 +3808,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11976" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063343Z:5f6a1c21-fa24-450c-947d-84e812832e89" + "SOUTHINDIA:20210518T092501Z:4a374731-66b4-4871-affb-9d8307d6bdbd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:43 GMT" + "Tue, 18 May 2021 09:25:00 GMT" ], "Content-Length": [ - "697" + "698" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3817,17 +3829,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6822\",\r\n \"etag\": \"W/\\\"6c3a12fc-73ae-45e5-9da2-69da81b144aa\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"695001d3-8a17-4c4d-9839-0356b85eebf6\",\r\n \"ipAddress\": \"52.163.211.2\",\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\": \"pstestpublicdnscfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc242\",\r\n \"etag\": \"W/\\\"0e2eaf19-8d54-4193-a61f-38b9ca479f43\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"94b8d021-2746-45da-85c2-cf7b917f2c6b\",\r\n \"ipAddress\": \"104.215.150.3\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczBhNjgyMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2Ruc2NmYzI0Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "459989d1-2579-48df-beb0-220005c45720" + "73829ae4-89ee-462f-ab72-23215005967f" ], "Accept-Language": [ "en-US" @@ -3835,8 +3847,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -3856,19 +3868,19 @@ "1" ], "x-ms-request-id": [ - "a175cab7-d48f-47c0-90f8-a953a9a68ce9" + "68d291f9-a289-4583-a005-c36f17c83f74" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/a175cab7-d48f-47c0-90f8-a953a9a68ce9?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/68d291f9-a289-4583-a005-c36f17c83f74?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "a763f8f4-703b-46c6-87eb-5b763eda9e30" + "b26bcef2-5f26-447a-92eb-27c3d73aee17" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5ab0f2ed-6d56-4482-89e1-8876abd2b69e" + "798c2f07-864c-4fc7-b55b-08c2ff2cf77d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3878,16 +3890,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063342Z:a763f8f4-703b-46c6-87eb-5b763eda9e30" + "SOUTHINDIA:20210518T092500Z:b26bcef2-5f26-447a-92eb-27c3d73aee17" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:41 GMT" + "Tue, 18 May 2021 09:24:59 GMT" ], "Content-Length": [ "662" @@ -3899,23 +3911,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6822\",\r\n \"etag\": \"W/\\\"1067fd65-9ce0-4653-a94b-d281a4228eff\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"695001d3-8a17-4c4d-9839-0356b85eebf6\",\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\": \"pstestpublicdnscfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc242\",\r\n \"etag\": \"W/\\\"340fcb8b-0503-4eac-9016-0ed4ebbbec90\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"94b8d021-2746-45da-85c2-cf7b917f2c6b\",\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/a175cab7-d48f-47c0-90f8-a953a9a68ce9?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ExNzVjYWI3LWQ0OGYtNDdjMC05MGY4LWE5NTNhOWE2OGNlOT9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/68d291f9-a289-4583-a005-c36f17c83f74?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4ZDI5MWY5LWEyODktNDU4My1hMDA1LWMzNmYxN2M4M2Y3ND9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "459989d1-2579-48df-beb0-220005c45720" + "73829ae4-89ee-462f-ab72-23215005967f" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3926,13 +3938,13 @@ "no-cache" ], "x-ms-request-id": [ - "39383670-fc90-4579-82f3-fe1485e7dd79" + "2d5e368e-ab48-45be-a580-80e846bff18a" ], "x-ms-correlation-request-id": [ - "3be4e3ba-0a66-42ca-8e9b-b75183300b58" + "4952609e-077a-4ea1-8f72-c4781dbac876" ], "x-ms-arm-service-request-id": [ - "4524b341-af61-48ed-a4af-ed64174ebdf4" + "ff83d184-abc8-4ee3-bc14-642b61fa38d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3942,16 +3954,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11978" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063343Z:3be4e3ba-0a66-42ca-8e9b-b75183300b58" + "SOUTHINDIA:20210518T092501Z:4952609e-077a-4ea1-8f72-c4781dbac876" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:42 GMT" + "Tue, 18 May 2021 09:25:00 GMT" ], "Content-Length": [ "29" @@ -3967,13 +3979,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwYTY4MjI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djZmMyNDI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2146ca0a-5f01-49ff-bd4c-2a1b3adcfd59" + "39a902e0-cd88-4cc0-9ed5-d09daf0e1709" ], "Accept-Language": [ "en-US" @@ -3981,8 +3993,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -3996,13 +4008,13 @@ "gateway" ], "x-ms-request-id": [ - "ad499851-379b-4709-b195-25e67bb3615f" + "4f1f4932-3917-4592-abfe-3723eff682a8" ], "x-ms-correlation-request-id": [ - "ad499851-379b-4709-b195-25e67bb3615f" + "4f1f4932-3917-4592-abfe-3723eff682a8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063343Z:ad499851-379b-4709-b195-25e67bb3615f" + "SOUTHINDIA:20210518T092501Z:4f1f4932-3917-4592-abfe-3723eff682a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4011,7 +4023,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:43 GMT" + "Tue, 18 May 2021 09:25:01 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4023,23 +4035,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822' under resource group 'PSTestRG0a6822cd' 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/PSTestNSGcfc242' under resource group 'PSTestRGcfc245b4' 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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwYTY4MjI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djZmMyNDI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2146ca0a-5f01-49ff-bd4c-2a1b3adcfd59" + "39a902e0-cd88-4cc0-9ed5-d09daf0e1709" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -4050,16 +4062,16 @@ "no-cache" ], "ETag": [ - "W/\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\"" + "W/\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\"" ], "x-ms-request-id": [ - "b2a5e3ab-8d8a-458c-bec1-f4b8a507c0cf" + "fa8b4ce8-fff3-4761-98e4-c9f2fc3b4e69" ], "x-ms-correlation-request-id": [ - "b4dd7366-aa5e-4a56-a0dd-b8b64aacce16" + "878cb0b6-7c0e-44eb-89dc-7896232954cb" ], "x-ms-arm-service-request-id": [ - "a5b57a31-5730-45b2-9305-e9bc6ee650ae" + "17168488-d435-4c68-98a4-dd71026a5a61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4069,16 +4081,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11973" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063348Z:b4dd7366-aa5e-4a56-a0dd-b8b64aacce16" + "SOUTHINDIA:20210518T092506Z:878cb0b6-7c0e-44eb-89dc-7896232954cb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:47 GMT" + "Tue, 18 May 2021 09:25:05 GMT" ], "Content-Length": [ "8475" @@ -4090,17 +4102,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"508a7397-dcce-43f3-b8f4-4c9456dc1363\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/securityRules/PSTestNSGRuleRDP0a6822\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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\": \"PSTestNSGRuleWeb0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/securityRules/PSTestNSGRuleWeb0a6822\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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\": \"PSTestNSGcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a8c5f7b2-9fa7-48c4-b17a-7da53a77b916\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/securityRules/PSTestNSGRuleRDPcfc242\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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\": \"PSTestNSGRuleWebcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/securityRules/PSTestNSGRuleWebcfc242\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwYTY4MjI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djZmMyNDI/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2146ca0a-5f01-49ff-bd4c-2a1b3adcfd59" + "39a902e0-cd88-4cc0-9ed5-d09daf0e1709" ], "Accept-Language": [ "en-US" @@ -4108,8 +4120,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -4120,16 +4132,16 @@ "no-cache" ], "ETag": [ - "W/\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\"" + "W/\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\"" ], "x-ms-request-id": [ - "7921b199-4b87-48ae-81b3-464e6d8bc7c8" + "531667e5-6be3-4821-9ebe-6ab800ef72dd" ], "x-ms-correlation-request-id": [ - "e77c34eb-23d1-48bc-a8be-62c575c6292e" + "6e7a93f5-4b7f-4fbf-b4db-836f9e1e2c71" ], "x-ms-arm-service-request-id": [ - "e1218440-4e85-4f06-83ff-38606b9cc97a" + "5203feac-e637-4324-8a5e-b30604611ee4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4139,16 +4151,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11972" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063348Z:e77c34eb-23d1-48bc-a8be-62c575c6292e" + "SOUTHINDIA:20210518T092506Z:6e7a93f5-4b7f-4fbf-b4db-836f9e1e2c71" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:47 GMT" + "Tue, 18 May 2021 09:25:05 GMT" ], "Content-Length": [ "8475" @@ -4160,17 +4172,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"508a7397-dcce-43f3-b8f4-4c9456dc1363\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/securityRules/PSTestNSGRuleRDP0a6822\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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\": \"PSTestNSGRuleWeb0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/securityRules/PSTestNSGRuleWeb0a6822\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"43181e09-3f5d-493b-8aa8-4fdb33cf1581\\\"\",\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\": \"PSTestNSGcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a8c5f7b2-9fa7-48c4-b17a-7da53a77b916\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/securityRules/PSTestNSGRuleRDPcfc242\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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\": \"PSTestNSGRuleWebcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/securityRules/PSTestNSGRuleWebcfc242\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"fb1b8d5a-a1ca-43b9-a325-f9e2d0d9480f\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwYTY4MjI/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0djZmMyNDI/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\": \"PSTestNSGRuleRDP0a6822\"\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\": \"PSTestNSGRuleWeb0a6822\"\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\": \"PSTestNSGRuleRDPcfc242\"\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\": \"PSTestNSGRuleWebcfc242\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2146ca0a-5f01-49ff-bd4c-2a1b3adcfd59" + "39a902e0-cd88-4cc0-9ed5-d09daf0e1709" ], "Accept-Language": [ "en-US" @@ -4178,8 +4190,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -4199,19 +4211,19 @@ "3" ], "x-ms-request-id": [ - "fee2ef5b-c80b-4063-9e84-80b4cc53e668" + "683acb09-e338-4a71-bfb0-042125a3053b" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/fee2ef5b-c80b-4063-9e84-80b4cc53e668?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/683acb09-e338-4a71-bfb0-042125a3053b?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "136e38cd-3032-4c75-8e89-d24216241503" + "cfc87925-97c9-4eea-a736-1b828b05006c" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "b9ec42c1-0a69-47da-af6e-b927c476b2b2" + "2d3f593a-5928-4823-8c28-0c8c95dabbd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4221,16 +4233,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1195" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063344Z:136e38cd-3032-4c75-8e89-d24216241503" + "SOUTHINDIA:20210518T092502Z:cfc87925-97c9-4eea-a736-1b828b05006c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:44 GMT" + "Tue, 18 May 2021 09:25:02 GMT" ], "Content-Length": [ "8466" @@ -4242,23 +4254,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822\",\r\n \"etag\": \"W/\\\"e34d9576-4f56-4c83-b6f3-f28a0a4e0f69\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"508a7397-dcce-43f3-b8f4-4c9456dc1363\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/securityRules/PSTestNSGRuleRDP0a6822\",\r\n \"etag\": \"W/\\\"e34d9576-4f56-4c83-b6f3-f28a0a4e0f69\\\"\",\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\": \"PSTestNSGRuleWeb0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/securityRules/PSTestNSGRuleWeb0a6822\",\r\n \"etag\": \"W/\\\"e34d9576-4f56-4c83-b6f3-f28a0a4e0f69\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"e34d9576-4f56-4c83-b6f3-f28a0a4e0f69\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"e34d9576-4f56-4c83-b6f3-f28a0a4e0f69\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"e34d9576-4f56-4c83-b6f3-f28a0a4e0f69\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"e34d9576-4f56-4c83-b6f3-f28a0a4e0f69\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"e34d9576-4f56-4c83-b6f3-f28a0a4e0f69\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"e34d9576-4f56-4c83-b6f3-f28a0a4e0f69\\\"\",\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\": \"PSTestNSGcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242\",\r\n \"etag\": \"W/\\\"2fef94ca-6ead-4965-88da-749174108d47\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a8c5f7b2-9fa7-48c4-b17a-7da53a77b916\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDPcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/securityRules/PSTestNSGRuleRDPcfc242\",\r\n \"etag\": \"W/\\\"2fef94ca-6ead-4965-88da-749174108d47\\\"\",\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\": \"PSTestNSGRuleWebcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/securityRules/PSTestNSGRuleWebcfc242\",\r\n \"etag\": \"W/\\\"2fef94ca-6ead-4965-88da-749174108d47\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"2fef94ca-6ead-4965-88da-749174108d47\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"2fef94ca-6ead-4965-88da-749174108d47\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"2fef94ca-6ead-4965-88da-749174108d47\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"2fef94ca-6ead-4965-88da-749174108d47\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"2fef94ca-6ead-4965-88da-749174108d47\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"2fef94ca-6ead-4965-88da-749174108d47\\\"\",\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/fee2ef5b-c80b-4063-9e84-80b4cc53e668?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2ZlZTJlZjViLWM4MGItNDA2My05ZTg0LTgwYjRjYzUzZTY2OD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/683acb09-e338-4a71-bfb0-042125a3053b?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzY4M2FjYjA5LWUzMzgtNGE3MS1iZmIwLTA0MjEyNWEzMDUzYj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2146ca0a-5f01-49ff-bd4c-2a1b3adcfd59" + "39a902e0-cd88-4cc0-9ed5-d09daf0e1709" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -4269,13 +4281,13 @@ "no-cache" ], "x-ms-request-id": [ - "9ad36531-7897-4b02-8450-c0eabb2375ca" + "7e5035f3-d59a-4839-b138-bf3f6142f041" ], "x-ms-correlation-request-id": [ - "687536b9-7bbb-4a01-95f0-d2ffa158364c" + "1a34b110-52d2-4b82-8bdf-71f8e60481d5" ], "x-ms-arm-service-request-id": [ - "cdb52047-84a2-42d9-b28e-5a771270f8b6" + "f473cacd-29f0-45c0-9513-31d960b4efba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4285,16 +4297,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11974" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063347Z:687536b9-7bbb-4a01-95f0-d2ffa158364c" + "SOUTHINDIA:20210518T092505Z:1a34b110-52d2-4b82-8bdf-71f8e60481d5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:47 GMT" + "Tue, 18 May 2021 09:25:05 GMT" ], "Content-Length": [ "29" @@ -4310,13 +4322,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzBhNjgyMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NmYzI0Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "defdbfae-5f6f-4d16-afd8-470d22be88ad" + "3cc91d1b-79a0-41c2-a31d-c63931c46479" ], "Accept-Language": [ "en-US" @@ -4324,8 +4336,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -4339,13 +4351,13 @@ "gateway" ], "x-ms-request-id": [ - "c2e3d1fc-1468-49ca-b611-17983b403d9e" + "bf2c6b60-786a-43fe-9d45-fa9f83acfbf4" ], "x-ms-correlation-request-id": [ - "c2e3d1fc-1468-49ca-b611-17983b403d9e" + "bf2c6b60-786a-43fe-9d45-fa9f83acfbf4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063348Z:c2e3d1fc-1468-49ca-b611-17983b403d9e" + "SOUTHINDIA:20210518T092506Z:bf2c6b60-786a-43fe-9d45-fa9f83acfbf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4354,7 +4366,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:47 GMT" + "Tue, 18 May 2021 09:25:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4366,23 +4378,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNIC0a6822' under resource group 'PSTestRG0a6822cd' 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/PSTestNICcfc242' under resource group 'PSTestRGcfc245b4' 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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzBhNjgyMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NmYzI0Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "defdbfae-5f6f-4d16-afd8-470d22be88ad" + "3cc91d1b-79a0-41c2-a31d-c63931c46479" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -4393,16 +4405,16 @@ "no-cache" ], "ETag": [ - "W/\"e2f774f5-955a-4562-882f-015ef64bf22b\"" + "W/\"8cb5be26-9563-4c20-9301-d27cb8b67882\"" ], "x-ms-request-id": [ - "5bff2a5b-6870-44a3-af61-da564b56858b" + "4985965a-8699-4767-aa25-ddd5378df305" ], "x-ms-correlation-request-id": [ - "23540fea-7225-448b-b085-3784992533fa" + "490e418b-2a5d-42ac-b3e8-f183d0c1b86d" ], "x-ms-arm-service-request-id": [ - "d266d0d2-524e-45eb-a6cf-741c78d9ec4e" + "625fe3c5-8bbf-4fe1-85d9-cac34c6aeec9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4412,16 +4424,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11970" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063349Z:23540fea-7225-448b-b085-3784992533fa" + "SOUTHINDIA:20210518T092507Z:490e418b-2a5d-42ac-b3e8-f183d0c1b86d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:49 GMT" + "Tue, 18 May 2021 09:25:06 GMT" ], "Content-Length": [ "2104" @@ -4433,17 +4445,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822\",\r\n \"etag\": \"W/\\\"e2f774f5-955a-4562-882f-015ef64bf22b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"478beeb1-caa7-4644-934d-84e7e64644ab\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e2f774f5-955a-4562-882f-015ef64bf22b\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6822\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822/subnets/PSTestSNC0a6822\"\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\": \"anmeuyvywxue1j4dcuwlrrkc5a.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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822\"\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\": \"PSTestNICcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242\",\r\n \"etag\": \"W/\\\"8cb5be26-9563-4c20-9301-d27cb8b67882\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f5a3dfa0-776c-4751-85ed-6fa38ef6c7b3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"8cb5be26-9563-4c20-9301-d27cb8b67882\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc242\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242/subnets/PSTestSNCcfc242\"\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\": \"x5ifoealboauhchj0lck2u5dxg.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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242\"\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzBhNjgyMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NmYzI0Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "defdbfae-5f6f-4d16-afd8-470d22be88ad" + "3cc91d1b-79a0-41c2-a31d-c63931c46479" ], "Accept-Language": [ "en-US" @@ -4451,8 +4463,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -4463,16 +4475,16 @@ "no-cache" ], "ETag": [ - "W/\"e2f774f5-955a-4562-882f-015ef64bf22b\"" + "W/\"8cb5be26-9563-4c20-9301-d27cb8b67882\"" ], "x-ms-request-id": [ - "3ad6de0b-5918-4b5b-a3bd-6586f2245cd3" + "5f5873ba-7068-4bcd-baf5-a8d01f5d61d4" ], "x-ms-correlation-request-id": [ - "6ea88536-870b-4ac8-94f4-90a3de1be760" + "ec05cc98-b029-4aa9-a000-6c54cb6b6da8" ], "x-ms-arm-service-request-id": [ - "02ec98fd-56f4-462a-9426-7918f21e3bcb" + "e6457776-7dc6-4806-b93c-b023481df405" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4482,16 +4494,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11969" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063349Z:6ea88536-870b-4ac8-94f4-90a3de1be760" + "SOUTHINDIA:20210518T092507Z:ec05cc98-b029-4aa9-a000-6c54cb6b6da8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:49 GMT" + "Tue, 18 May 2021 09:25:06 GMT" ], "Content-Length": [ "2104" @@ -4503,17 +4515,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822\",\r\n \"etag\": \"W/\\\"e2f774f5-955a-4562-882f-015ef64bf22b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"478beeb1-caa7-4644-934d-84e7e64644ab\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e2f774f5-955a-4562-882f-015ef64bf22b\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6822\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822/subnets/PSTestSNC0a6822\"\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\": \"anmeuyvywxue1j4dcuwlrrkc5a.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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822\"\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\": \"PSTestNICcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242\",\r\n \"etag\": \"W/\\\"8cb5be26-9563-4c20-9301-d27cb8b67882\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f5a3dfa0-776c-4751-85ed-6fa38ef6c7b3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"8cb5be26-9563-4c20-9301-d27cb8b67882\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc242\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242/subnets/PSTestSNCcfc242\"\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\": \"x5ifoealboauhchj0lck2u5dxg.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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242\"\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzBhNjgyMj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQ2NmYzI0Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822/subnets/PSTestSNC0a6822\"\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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6822\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242/subnets/PSTestSNCcfc242\"\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/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc242\",\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": [ - "defdbfae-5f6f-4d16-afd8-470d22be88ad" + "3cc91d1b-79a0-41c2-a31d-c63931c46479" ], "Accept-Language": [ "en-US" @@ -4521,8 +4533,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -4539,19 +4551,19 @@ "no-cache" ], "x-ms-request-id": [ - "cd124bfd-5e57-4fb9-92b3-cad5b67c9d9f" + "dbe0201e-e67b-4f02-8972-37e45ff06062" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/cd124bfd-5e57-4fb9-92b3-cad5b67c9d9f?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/dbe0201e-e67b-4f02-8972-37e45ff06062?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "4e460723-506d-4b06-a7b8-46ef06545429" + "6b313786-c596-4e02-94de-ad1d9f05b768" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a52ac525-e15c-48e4-a0b1-6c2c655759c5" + "f7c620b2-8cb9-4697-ae52-f3c412039b22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4561,16 +4573,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063349Z:4e460723-506d-4b06-a7b8-46ef06545429" + "SOUTHINDIA:20210518T092507Z:6b313786-c596-4e02-94de-ad1d9f05b768" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:49 GMT" + "Tue, 18 May 2021 09:25:06 GMT" ], "Content-Length": [ "2104" @@ -4582,17 +4594,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822\",\r\n \"etag\": \"W/\\\"e2f774f5-955a-4562-882f-015ef64bf22b\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"478beeb1-caa7-4644-934d-84e7e64644ab\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"e2f774f5-955a-4562-882f-015ef64bf22b\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns0a6822\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Network/virtualNetworks/PSTestVNET0a6822/subnets/PSTestSNC0a6822\"\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\": \"anmeuyvywxue1j4dcuwlrrkc5a.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/PSTestRG0a6822cd/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG0a6822\"\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\": \"PSTestNICcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242\",\r\n \"etag\": \"W/\\\"8cb5be26-9563-4c20-9301-d27cb8b67882\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f5a3dfa0-776c-4751-85ed-6fa38ef6c7b3\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"8cb5be26-9563-4c20-9301-d27cb8b67882\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/publicIPAddresses/pstestpublicdnscfc242\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Network/virtualNetworks/PSTestVNETcfc242/subnets/PSTestSNCcfc242\"\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\": \"x5ifoealboauhchj0lck2u5dxg.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/PSTestRGcfc245b4/providers/Microsoft.Network/networkSecurityGroups/PSTestNSGcfc242\"\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/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTBhNjgyMj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNmYzI0Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM0a6822\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"0a6822cd-535\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMcfc242\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"cfc245b4-ba0\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "Accept-Language": [ "en-US" @@ -4600,14 +4612,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1152" + "1148" ] }, "ResponseHeaders": { @@ -4621,7 +4633,7 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/6ed87218-1c2e-4274-9e2a-72819f555594?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/046ef0cd-135a-4b45-9538-fba4727e47e4?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -4633,29 +4645,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6ed87218-1c2e-4274-9e2a-72819f555594" + "046ef0cd-135a-4b45-9538-fba4727e47e4" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-correlation-request-id": [ - "470a66b4-a207-4b42-a2e2-fc61e431ff89" + "f10bdbb4-2be7-4be0-bf97-7b10b775011f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063353Z:470a66b4-a207-4b42-a2e2-fc61e431ff89" + "SOUTHINDIA:20210518T092510Z:f10bdbb4-2be7-4be0-bf97-7b10b775011f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:33:53 GMT" + "Tue, 18 May 2021 09:25:10 GMT" ], "Content-Length": [ - "1911" + "1907" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4664,23 +4676,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM0a6822\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"f4d34f3e-541b-4c8c-80f1-2f1aa7c22be5\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM0a6822\",\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/PSTestRG0a6822cd/providers/Microsoft.Network/networkInterfaces/PSTestNIC0a6822\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVMcfc242\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"b82db732-9818-409f-b3a7-2f45045aee47\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVMcfc242\",\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/PSTestRGcfc245b4/providers/Microsoft.Network/networkInterfaces/PSTestNICcfc242\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/6ed87218-1c2e-4274-9e2a-72819f555594?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZlZDg3MjE4LTFjMmUtNDI3NC05ZTJhLTcyODE5ZjU1NTU5ND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/046ef0cd-135a-4b45-9538-fba4727e47e4?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA0NmVmMGNkLTEzNWEtNGI0NS05NTM4LWZiYTQ3MjdlNDdlND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -4694,32 +4706,32 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29984" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29985" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4950307f-a2af-4b04-98a1-09edf7f71f39" + "30e269e2-776f-4c00-8f95-e49db9881e77" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11968" ], "x-ms-correlation-request-id": [ - "7334418b-fe35-4546-882d-848629a1a62a" + "67506c3b-775b-4d2b-a582-e84fc677827e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063403Z:7334418b-fe35-4546-882d-848629a1a62a" + "SOUTHINDIA:20210518T092521Z:67506c3b-775b-4d2b-a582-e84fc677827e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:34:03 GMT" + "Tue, 18 May 2021 09:25:20 GMT" ], "Content-Length": [ "134" @@ -4731,23 +4743,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:03:52.8404186+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6ed87218-1c2e-4274-9e2a-72819f555594\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:55:10.0911976+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"046ef0cd-135a-4b45-9538-fba4727e47e4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/6ed87218-1c2e-4274-9e2a-72819f555594?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZlZDg3MjE4LTFjMmUtNDI3NC05ZTJhLTcyODE5ZjU1NTU5ND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/046ef0cd-135a-4b45-9538-fba4727e47e4?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA0NmVmMGNkLTEzNWEtNGI0NS05NTM4LWZiYTQ3MjdlNDdlND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -4758,32 +4770,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29983" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29984" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a6b47835-804b-44be-831f-28e83e792885" + "1f0c8e30-e616-4d05-8137-86a4403f921c" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11967" ], "x-ms-correlation-request-id": [ - "13c9050a-6159-4530-8741-988417718925" + "206f7f72-ac4e-48de-b387-b571410e1c59" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063454Z:13c9050a-6159-4530-8741-988417718925" + "SOUTHINDIA:20210518T092611Z:206f7f72-ac4e-48de-b387-b571410e1c59" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:34:53 GMT" + "Tue, 18 May 2021 09:26:10 GMT" ], "Content-Length": [ "134" @@ -4795,23 +4807,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:03:52.8404186+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"6ed87218-1c2e-4274-9e2a-72819f555594\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:55:10.0911976+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"046ef0cd-135a-4b45-9538-fba4727e47e4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/6ed87218-1c2e-4274-9e2a-72819f555594?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzZlZDg3MjE4LTFjMmUtNDI3NC05ZTJhLTcyODE5ZjU1NTU5ND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/046ef0cd-135a-4b45-9538-fba4727e47e4?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzA0NmVmMGNkLTEzNWEtNGI0NS05NTM4LWZiYTQ3MjdlNDdlND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -4822,32 +4834,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29980" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7098fa1d-db93-4381-9b11-c9079a6ba650" + "0fa0ac7c-eb62-44b0-92cb-5b5944b45aa2" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11966" ], "x-ms-correlation-request-id": [ - "7840d24b-6fbc-404a-9b80-d1ddf7ed83dd" + "452595f9-712f-46b6-8716-86a7f168e9d5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063544Z:7840d24b-6fbc-404a-9b80-d1ddf7ed83dd" + "SOUTHINDIA:20210518T092701Z:452595f9-712f-46b6-8716-86a7f168e9d5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:35:44 GMT" + "Tue, 18 May 2021 09:27:00 GMT" ], "Content-Length": [ "184" @@ -4859,17 +4871,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:03:52.8404186+05:30\",\r\n \"endTime\": \"2021-02-16T12:05:16.9497089+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6ed87218-1c2e-4274-9e2a-72819f555594\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:55:10.0911976+05:30\",\r\n \"endTime\": \"2021-05-18T14:56:39.7780302+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"046ef0cd-135a-4b45-9538-fba4727e47e4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTBhNjgyMi9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNmYzI0Mi9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "Accept-Language": [ "en-US" @@ -4877,8 +4889,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4895,7 +4907,7 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/767bcaf3-ff17-43e1-9104-ca42210d30ae?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/a229cabe-f3ec-47b4-83da-c79a3146d915?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -4907,26 +4919,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "767bcaf3-ff17-43e1-9104-ca42210d30ae" + "a229cabe-f3ec-47b4-83da-c79a3146d915" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1192" ], "x-ms-correlation-request-id": [ - "2bb79ae8-a13a-4c11-81cd-162b9c044cee" + "b08c8dc5-2881-419e-a6ee-2c97fad59e30" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063547Z:2bb79ae8-a13a-4c11-81cd-162b9c044cee" + "SOUTHINDIA:20210518T092704Z:b08c8dc5-2881-419e-a6ee-2c97fad59e30" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:35:47 GMT" + "Tue, 18 May 2021 09:27:03 GMT" ], "Content-Length": [ "484" @@ -4938,23 +4950,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822/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/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242/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/767bcaf3-ff17-43e1-9104-ca42210d30ae?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2N2JjYWYzLWZmMTctNDNlMS05MTA0LWNhNDIyMTBkMzBhZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/a229cabe-f3ec-47b4-83da-c79a3146d915?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyMjljYWJlLWYzZWMtNDdiNC04M2RhLWM3OWEzMTQ2ZDkxNT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -4965,32 +4977,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29981" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d9a37081-995c-4b1d-9ad2-195792068dcd" + "e89c2d70-cb5f-4b01-8677-d69443265bf2" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11961" ], "x-ms-correlation-request-id": [ - "d7368be7-8b10-42f0-90ea-4e7c9d063167" + "707de5f7-a653-4c12-84d9-3d6a316e5162" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063618Z:d7368be7-8b10-42f0-90ea-4e7c9d063167" + "SOUTHINDIA:20210518T092734Z:707de5f7-a653-4c12-84d9-3d6a316e5162" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:36:17 GMT" + "Tue, 18 May 2021 09:27:33 GMT" ], "Content-Length": [ "134" @@ -5002,23 +5014,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:05:47.2622111+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"767bcaf3-ff17-43e1-9104-ca42210d30ae\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:57:03.5434638+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a229cabe-f3ec-47b4-83da-c79a3146d915\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/767bcaf3-ff17-43e1-9104-ca42210d30ae?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2N2JjYWYzLWZmMTctNDNlMS05MTA0LWNhNDIyMTBkMzBhZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/a229cabe-f3ec-47b4-83da-c79a3146d915?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyMjljYWJlLWYzZWMtNDdiNC04M2RhLWM3OWEzMTQ2ZDkxNT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -5029,32 +5041,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29978" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "67e9e804-6f12-4b77-98fd-7ddf68effca9" + "4c69e1e7-2f14-4e24-8d17-813b9528202f" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11960" ], "x-ms-correlation-request-id": [ - "4a320240-6a65-4722-9e81-b868e9222f47" + "b9a85181-8689-4e87-8507-2caf9d26c64d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063648Z:4a320240-6a65-4722-9e81-b868e9222f47" + "SOUTHINDIA:20210518T092804Z:b9a85181-8689-4e87-8507-2caf9d26c64d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:36:48 GMT" + "Tue, 18 May 2021 09:28:04 GMT" ], "Content-Length": [ "134" @@ -5066,23 +5078,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:05:47.2622111+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"767bcaf3-ff17-43e1-9104-ca42210d30ae\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:57:03.5434638+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a229cabe-f3ec-47b4-83da-c79a3146d915\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/767bcaf3-ff17-43e1-9104-ca42210d30ae?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2N2JjYWYzLWZmMTctNDNlMS05MTA0LWNhNDIyMTBkMzBhZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/a229cabe-f3ec-47b4-83da-c79a3146d915?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyMjljYWJlLWYzZWMtNDdiNC04M2RhLWM3OWEzMTQ2ZDkxNT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -5093,32 +5105,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "693e686b-5ce0-40a6-b0af-7f0dc204be3f" + "f2cf713f-1c6b-4f08-86ca-677e362ba752" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11959" ], "x-ms-correlation-request-id": [ - "7448980a-83ab-4c06-84b3-3b8edb9da2da" + "c2dfd44f-e481-4568-b9e6-720d9bc35df2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063718Z:7448980a-83ab-4c06-84b3-3b8edb9da2da" + "SOUTHINDIA:20210518T092834Z:c2dfd44f-e481-4568-b9e6-720d9bc35df2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:37:18 GMT" + "Tue, 18 May 2021 09:28:34 GMT" ], "Content-Length": [ "134" @@ -5130,23 +5142,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:05:47.2622111+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"767bcaf3-ff17-43e1-9104-ca42210d30ae\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:57:03.5434638+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a229cabe-f3ec-47b4-83da-c79a3146d915\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/767bcaf3-ff17-43e1-9104-ca42210d30ae?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzc2N2JjYWYzLWZmMTctNDNlMS05MTA0LWNhNDIyMTBkMzBhZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/a229cabe-f3ec-47b4-83da-c79a3146d915?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2EyMjljYWJlLWYzZWMtNDdiNC04M2RhLWM3OWEzMTQ2ZDkxNT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -5157,32 +5169,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1899c68c-9b66-4560-a057-b36961475968" + "3db9a1b6-9ece-44b1-a399-c145d696e7c9" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11958" ], "x-ms-correlation-request-id": [ - "0891cf42-6a25-4cdb-abbf-58ead1fbc04e" + "a5d092b8-39bf-49fb-bd0d-5d14e07ae905" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063748Z:0891cf42-6a25-4cdb-abbf-58ead1fbc04e" + "SOUTHINDIA:20210518T092904Z:a5d092b8-39bf-49fb-bd0d-5d14e07ae905" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:37:48 GMT" + "Tue, 18 May 2021 09:29:03 GMT" ], "Content-Length": [ "184" @@ -5194,23 +5206,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T12:05:47.2622111+05:30\",\r\n \"endTime\": \"2021-02-16T12:07:41.9495461+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"767bcaf3-ff17-43e1-9104-ca42210d30ae\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:57:03.5434638+05:30\",\r\n \"endTime\": \"2021-05-18T14:58:59.4176223+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a229cabe-f3ec-47b4-83da-c79a3146d915\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTBhNjgyMi9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTWNmYzI0Mi9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51a1322e-cffd-43ad-8ee2-fcb7d34c15f5" + "2dfb2669-a721-4a4b-bf5f-7ba90eb8aab1" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -5221,32 +5233,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3957,Microsoft.Compute/LowCostGet30Min;31944" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1ff13d5c-3ce7-4fad-9360-e1719b61c96d" + "af3970f5-8c70-4280-8c4b-34a644ea0541" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11957" ], "x-ms-correlation-request-id": [ - "59d2c7c5-4657-40f7-bcee-563cc04f2657" + "499fac93-2971-400f-9c8e-3bd4fd86f87c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063748Z:59d2c7c5-4657-40f7-bcee-563cc04f2657" + "SOUTHINDIA:20210518T092904Z:499fac93-2971-400f-9c8e-3bd4fd86f87c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:37:48 GMT" + "Tue, 18 May 2021 09:29:04 GMT" ], "Content-Length": [ "485" @@ -5258,17 +5270,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822/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/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViND9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cdb6e585-a583-4ad6-84d6-7d73425924f1" + "4a5300b4-e467-4274-9dff-218c98548d02" ], "Accept-Language": [ "en-US" @@ -5276,7 +5288,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -5291,13 +5303,13 @@ "gateway" ], "x-ms-request-id": [ - "1b4a8163-008d-4f61-a92f-f1d81a9dc779" + "f7c51bf3-e806-4955-a3ef-f37d57ec2750" ], "x-ms-correlation-request-id": [ - "1b4a8163-008d-4f61-a92f-f1d81a9dc779" + "f7c51bf3-e806-4955-a3ef-f37d57ec2750" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063749Z:1b4a8163-008d-4f61-a92f-f1d81a9dc779" + "SOUTHINDIA:20210518T092905Z:f7c51bf3-e806-4955-a3ef-f37d57ec2750" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5306,7 +5318,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:37:48 GMT" + "Tue, 18 May 2021 09:29:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5318,17 +5330,17 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd' under resource group 'PSTestRG0a6822cd' 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/PSTestRSVcfc245b4' under resource group 'PSTestRGcfc245b4' 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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViND9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "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": [ - "d86a1c34-ee07-46a8-8d15-1184b3a4c643" + "01f84c2a-6ae2-4b33-9939-a21ae93ef6e4" ], "Accept-Language": [ "en-US" @@ -5336,7 +5348,7 @@ "User-Agent": [ "FxVersion/4.6.29719.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": [ @@ -5357,10 +5369,10 @@ "nosniff" ], "x-ms-request-id": [ - "d0565223-1daf-4c54-ba04-a5e070fc8e99" + "061a3ef9-d3ea-4947-8a74-ac57e1ad200e" ], "x-ms-client-request-id": [ - "d86a1c34-ee07-46a8-8d15-1184b3a4c643" + "01f84c2a-6ae2-4b33-9939-a21ae93ef6e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5372,13 +5384,13 @@ "209" ], "x-ms-correlation-request-id": [ - "d0565223-1daf-4c54-ba04-a5e070fc8e99" + "061a3ef9-d3ea-4947-8a74-ac57e1ad200e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063753Z:d0565223-1daf-4c54-ba04-a5e070fc8e99" + "SOUTHINDIA:20210518T092908Z:061a3ef9-d3ea-4947-8a74-ac57e1ad200e" ], "Date": [ - "Tue, 16 Feb 2021 06:37:52 GMT" + "Tue, 18 May 2021 09:29:08 GMT" ], "Content-Length": [ "466" @@ -5390,17 +5402,163 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV0a6822cd\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T06%3A37%3A53.4186179Z'\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd\",\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\": \"PSTestRSVcfc245b4\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T09%3A29%3A07.9913662Z'\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4\",\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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM0a6821'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMGE2ODIxJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c075a755-5f3b-406c-a707-2fab0462885a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "c74fdeb9-c94e-4dad-bdf0-53f6d4930cc7" + ], + "x-ms-client-request-id": [ + "c075a755-5f3b-406c-a707-2fab0462885a", + "c075a755-5f3b-406c-a707-2fab0462885a" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "c74fdeb9-c94e-4dad-bdf0-53f6d4930cc7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T092908Z:c74fdeb9-c94e-4dad-bdf0-53f6d4930cc7" + ], + "Date": [ + "Tue, 18 May 2021 09:29:08 GMT" + ], + "Content-Length": [ + "380" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c075a755-5f3b-406c-a707-2fab0462885a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "111" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1640a45a-e77d-42f9-a2e5-06427be061d7" + ], + "x-ms-client-request-id": [ + "c075a755-5f3b-406c-a707-2fab0462885a", + "c075a755-5f3b-406c-a707-2fab0462885a" + ], + "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-correlation-request-id": [ + "1640a45a-e77d-42f9-a2e5-06427be061d7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T092909Z:1640a45a-e77d-42f9-a2e5-06427be061d7" + ], + "Date": [ + "Tue, 18 May 2021 09:29:08 GMT" + ], + "Content-Length": [ + "381" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMcfc241'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNY2ZjMjQxJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f97bc56-ee9b-4427-b60a-495d92272f3d" + "1ea0e659-527e-4427-9b95-12274769d98f" ], "Accept-Language": [ "en-US" @@ -5408,8 +5566,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5423,11 +5581,11 @@ "nosniff" ], "x-ms-request-id": [ - "800d9202-8c21-46f1-8044-01c263658e09" + "dac58b75-c233-4c9b-a83e-b5761de97a75" ], "x-ms-client-request-id": [ - "8f97bc56-ee9b-4427-b60a-495d92272f3d", - "8f97bc56-ee9b-4427-b60a-495d92272f3d" + "1ea0e659-527e-4427-9b95-12274769d98f", + "1ea0e659-527e-4427-9b95-12274769d98f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5442,13 +5600,13 @@ "149" ], "x-ms-correlation-request-id": [ - "800d9202-8c21-46f1-8044-01c263658e09" + "dac58b75-c233-4c9b-a83e-b5761de97a75" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063759Z:800d9202-8c21-46f1-8044-01c263658e09" + "SOUTHINDIA:20210518T092914Z:dac58b75-c233-4c9b-a83e-b5761de97a75" ], "Date": [ - "Tue, 16 Feb 2021 06:37:59 GMT" + "Tue, 18 May 2021 09:29:14 GMT" ], "Content-Length": [ "12" @@ -5464,13 +5622,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM0a6821'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMGE2ODIxJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMcfc241'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNY2ZjMjQxJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8f88db1-1442-43ed-80b5-5f0f680ea2d0" + "ec23ebf8-a4b6-4ca0-98bc-0a5d37375a48" ], "Accept-Language": [ "en-US" @@ -5478,8 +5636,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5493,11 +5651,11 @@ "nosniff" ], "x-ms-request-id": [ - "644e6337-691b-4387-8e27-7c1b9b9656e1" + "79df236d-89ca-46e3-8e0c-06d592fe0141" ], "x-ms-client-request-id": [ - "f8f88db1-1442-43ed-80b5-5f0f680ea2d0", - "f8f88db1-1442-43ed-80b5-5f0f680ea2d0" + "ec23ebf8-a4b6-4ca0-98bc-0a5d37375a48", + "ec23ebf8-a4b6-4ca0-98bc-0a5d37375a48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5512,13 +5670,13 @@ "148" ], "x-ms-correlation-request-id": [ - "644e6337-691b-4387-8e27-7c1b9b9656e1" + "79df236d-89ca-46e3-8e0c-06d592fe0141" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063843Z:644e6337-691b-4387-8e27-7c1b9b9656e1" + "SOUTHINDIA:20210518T093008Z:79df236d-89ca-46e3-8e0c-06d592fe0141" ], "Date": [ - "Tue, 16 Feb 2021 06:38:43 GMT" + "Tue, 18 May 2021 09:30:07 GMT" ], "Content-Length": [ "914" @@ -5530,17 +5688,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG0a6822cd\",\r\n \"friendlyName\": \"PSTestVM0a6821\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGcfc245b4\",\r\n \"friendlyName\": \"PSTestVMcfc241\",\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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1280943-b7ad-4b8f-b38d-c7ec6eaf11ba" + "0c746aaf-cec5-4733-9f5f-6c66252ce1ae" ], "Accept-Language": [ "en-US" @@ -5548,8 +5706,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5563,11 +5721,11 @@ "nosniff" ], "x-ms-request-id": [ - "41daecad-77be-4c82-b7ac-64e6b1bd823a" + "2c56ea56-33c3-4519-b7d2-cc15d104221f" ], "x-ms-client-request-id": [ - "d1280943-b7ad-4b8f-b38d-c7ec6eaf11ba", - "d1280943-b7ad-4b8f-b38d-c7ec6eaf11ba" + "0c746aaf-cec5-4733-9f5f-6c66252ce1ae", + "0c746aaf-cec5-4733-9f5f-6c66252ce1ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5582,13 +5740,13 @@ "149" ], "x-ms-correlation-request-id": [ - "41daecad-77be-4c82-b7ac-64e6b1bd823a" + "2c56ea56-33c3-4519-b7d2-cc15d104221f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063759Z:41daecad-77be-4c82-b7ac-64e6b1bd823a" + "SOUTHINDIA:20210518T092915Z:2c56ea56-33c3-4519-b7d2-cc15d104221f" ], "Date": [ - "Tue, 16 Feb 2021 06:37:59 GMT" + "Tue, 18 May 2021 09:29:14 GMT" ], "Content-Length": [ "762" @@ -5600,17 +5758,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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-16T16:30: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-16T16:30: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/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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-05-18T19: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-05-18T19: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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1cbabaa4-4870-4dec-be8c-cc477233415c" + "9979eb08-dbc4-4867-a238-d0b69d96069b" ], "Accept-Language": [ "en-US" @@ -5618,8 +5776,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5633,11 +5791,11 @@ "nosniff" ], "x-ms-request-id": [ - "96dea25d-1a7d-40ec-bdea-8d93e46baa58" + "a0c768b3-6f7d-4512-bdf5-930b933470b1" ], "x-ms-client-request-id": [ - "1cbabaa4-4870-4dec-be8c-cc477233415c", - "1cbabaa4-4870-4dec-be8c-cc477233415c" + "9979eb08-dbc4-4867-a238-d0b69d96069b", + "9979eb08-dbc4-4867-a238-d0b69d96069b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5652,13 +5810,13 @@ "148" ], "x-ms-correlation-request-id": [ - "96dea25d-1a7d-40ec-bdea-8d93e46baa58" + "a0c768b3-6f7d-4512-bdf5-930b933470b1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063849Z:96dea25d-1a7d-40ec-bdea-8d93e46baa58" + "SOUTHINDIA:20210518T093015Z:a0c768b3-6f7d-4512-bdf5-930b933470b1" ], "Date": [ - "Tue, 16 Feb 2021 06:38:48 GMT" + "Tue, 18 May 2021 09:30:14 GMT" ], "Content-Length": [ "762" @@ -5670,17 +5828,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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-16T16:30: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-16T16:30: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\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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-05-18T19: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-05-18T19: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\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Accept-Language": [ "en-US" @@ -5688,8 +5846,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5703,11 +5861,11 @@ "nosniff" ], "x-ms-request-id": [ - "a89e9765-b0d2-493c-bc72-46ef0706fc09" + "db67987d-2eb8-4380-886f-1e435ff57066" ], "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1", - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7", + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5722,16 +5880,16 @@ "149" ], "x-ms-correlation-request-id": [ - "a89e9765-b0d2-493c-bc72-46ef0706fc09" + "db67987d-2eb8-4380-886f-1e435ff57066" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063800Z:a89e9765-b0d2-493c-bc72-46ef0706fc09" + "SOUTHINDIA:20210518T092915Z:db67987d-2eb8-4380-886f-1e435ff57066" ], "Date": [ - "Tue, 16 Feb 2021 06:38:00 GMT" + "Tue, 18 May 2021 09:29:14 GMT" ], "Content-Length": [ - "20688" + "7143" ], "Content-Type": [ "application/json" @@ -5740,17 +5898,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz/protectableItems/vm;iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz\",\r\n \"name\": \"iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz\",\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/vmerestoreaniz\",\r\n \"virtualMachineVersion\": \"ClassicCompute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.ClassicCompute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreaniz\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk/protectableItems/vm;iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk\",\r\n \"name\": \"iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk\",\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/vmerestoreemsk\",\r\n \"virtualMachineVersion\": \"ClassicCompute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.ClassicCompute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreemsk\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk/protectableItems/vm;iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk\",\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/vmerestoreajmk\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreajmk\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf/protectableItems/vm;iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf\",\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-czrfglf\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new.czr\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaasext-czrfglf\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn/protectableItems/vm;iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn\",\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/vmnrestoreevpn\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"vmnrestoreevpn\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821/protectableItems/vm;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG0a6822cd\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM0a6821\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822/protectableItems/vm;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG0a6822cd\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM0a6822\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241/protectableItems/vm;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGcfc245b4\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMcfc241\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242/protectableItems/vm;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGcfc245b4\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMcfc242\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Accept-Language": [ "en-US" @@ -5758,8 +5916,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5773,11 +5931,11 @@ "nosniff" ], "x-ms-request-id": [ - "339a464a-b7df-4296-8c57-297e8f51fa84" + "2a910a25-bca8-41c7-90ff-947d72862dd1" ], "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f", - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428", + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5792,16 +5950,16 @@ "148" ], "x-ms-correlation-request-id": [ - "339a464a-b7df-4296-8c57-297e8f51fa84" + "2a910a25-bca8-41c7-90ff-947d72862dd1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063849Z:339a464a-b7df-4296-8c57-297e8f51fa84" + "SOUTHINDIA:20210518T093015Z:2a910a25-bca8-41c7-90ff-947d72862dd1" ], "Date": [ - "Tue, 16 Feb 2021 06:38:49 GMT" + "Tue, 18 May 2021 09:30:14 GMT" ], "Content-Length": [ - "19794" + "6249" ], "Content-Type": [ "application/json" @@ -5810,17 +5968,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz/protectableItems/vm;iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz\",\r\n \"name\": \"iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz\",\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/vmerestoreaniz\",\r\n \"virtualMachineVersion\": \"ClassicCompute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.ClassicCompute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreaniz\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk/protectableItems/vm;iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk\",\r\n \"name\": \"iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk\",\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/vmerestoreemsk\",\r\n \"virtualMachineVersion\": \"ClassicCompute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.ClassicCompute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreemsk\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk/protectableItems/vm;iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk\",\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/vmerestoreajmk\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreajmk\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf/protectableItems/vm;iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf\",\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-czrfglf\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new.czr\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaasext-czrfglf\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn/protectableItems/vm;iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn\",\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/vmnrestoreevpn\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"vmnrestoreevpn\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822/protectableItems/vm;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG0a6822cd\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM0a6822\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242/protectableItems/vm;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"name\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGcfc245b4\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVMcfc242\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg0a6822cd%3Bpstestvm0a6821/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg0a6822cd%3Bpstestvm0a6821?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwYTY4MjJjZCUzQnBzdGVzdHZtMGE2ODIxL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzBhNjgyMmNkJTNCcHN0ZXN0dm0wYTY4MjE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgcfc245b4%3Bpstestvmcfc241/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgcfc245b4%3Bpstestvmcfc241?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjZmMyNDViNCUzQnBzdGVzdHZtY2ZjMjQxL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NmYzI0NWI0JTNCcHN0ZXN0dm1jZmMyNDE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Accept-Language": [ "en-US" @@ -5828,8 +5986,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5846,23 +6004,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821/protectedItems/vm;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821/operationResults/fde24936-08b0-4094-9048-f4f932f884ca?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241/protectedItems/vm;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241/operationResults/a62440fd-2b0a-4605-baea-ba0462faa77b?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821/protectedItems/vm;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821/operationsStatus/fde24936-08b0-4094-9048-f4f932f884ca?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241/protectedItems/vm;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241/operationsStatus/a62440fd-2b0a-4605-baea-ba0462faa77b?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "42e29c90-cb43-42eb-bb2d-4501d4959cb6" + "5a6b52cd-72c9-4e5e-9f30-e0d0ae63a411" ], "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1", - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7", + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5871,16 +6029,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "42e29c90-cb43-42eb-bb2d-4501d4959cb6" + "5a6b52cd-72c9-4e5e-9f30-e0d0ae63a411" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063801Z:42e29c90-cb43-42eb-bb2d-4501d4959cb6" + "SOUTHINDIA:20210518T092916Z:5a6b52cd-72c9-4e5e-9f30-e0d0ae63a411" ], "Date": [ - "Tue, 16 Feb 2021 06:38:01 GMT" + "Tue, 18 May 2021 09:29:15 GMT" ], "Expires": [ "-1" @@ -5893,13 +6051,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/fde24936-08b0-4094-9048-f4f932f884ca?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zL2ZkZTI0OTM2LTA4YjAtNDA5NC05MDQ4LWY0ZjkzMmY4ODRjYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/a62440fd-2b0a-4605-baea-ba0462faa77b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2E2MjQ0MGZkLTJiMGEtNDYwNS1iYWVhLWJhMDQ2MmZhYTc3Yj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Accept-Language": [ "en-US" @@ -5907,8 +6065,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5922,11 +6080,11 @@ "nosniff" ], "x-ms-request-id": [ - "cc8ad669-26d4-4222-a8f5-0eedec9c49eb" + "65f0213f-e440-47c4-8340-d312cd012c47" ], "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1", - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7", + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -5941,16 +6099,16 @@ "149" ], "x-ms-correlation-request-id": [ - "cc8ad669-26d4-4222-a8f5-0eedec9c49eb" + "65f0213f-e440-47c4-8340-d312cd012c47" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063801Z:cc8ad669-26d4-4222-a8f5-0eedec9c49eb" + "SOUTHINDIA:20210518T092916Z:65f0213f-e440-47c4-8340-d312cd012c47" ], "Date": [ - "Tue, 16 Feb 2021 06:38:01 GMT" + "Tue, 18 May 2021 09:29:15 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -5959,17 +6117,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"fde24936-08b0-4094-9048-f4f932f884ca\",\r\n \"name\": \"fde24936-08b0-4094-9048-f4f932f884ca\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:38:01.4947261Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"name\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:29:15.851132Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/fde24936-08b0-4094-9048-f4f932f884ca?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zL2ZkZTI0OTM2LTA4YjAtNDA5NC05MDQ4LWY0ZjkzMmY4ODRjYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/a62440fd-2b0a-4605-baea-ba0462faa77b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2E2MjQ0MGZkLTJiMGEtNDYwNS1iYWVhLWJhMDQ2MmZhYTc3Yj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Accept-Language": [ "en-US" @@ -5977,8 +6135,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5992,11 +6150,11 @@ "nosniff" ], "x-ms-request-id": [ - "0055857d-92c4-4d1b-b919-d62c301c4959" + "d4f4310c-fd8c-4331-9e1f-10e2035e6dc9" ], "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1", - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7", + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6011,16 +6169,16 @@ "148" ], "x-ms-correlation-request-id": [ - "0055857d-92c4-4d1b-b919-d62c301c4959" + "d4f4310c-fd8c-4331-9e1f-10e2035e6dc9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063812Z:0055857d-92c4-4d1b-b919-d62c301c4959" + "SOUTHINDIA:20210518T092926Z:d4f4310c-fd8c-4331-9e1f-10e2035e6dc9" ], "Date": [ - "Tue, 16 Feb 2021 06:38:11 GMT" + "Tue, 18 May 2021 09:29:25 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -6029,17 +6187,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"fde24936-08b0-4094-9048-f4f932f884ca\",\r\n \"name\": \"fde24936-08b0-4094-9048-f4f932f884ca\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:38:01.4947261Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"name\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:29:15.851132Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/fde24936-08b0-4094-9048-f4f932f884ca?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zL2ZkZTI0OTM2LTA4YjAtNDA5NC05MDQ4LWY0ZjkzMmY4ODRjYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/a62440fd-2b0a-4605-baea-ba0462faa77b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2E2MjQ0MGZkLTJiMGEtNDYwNS1iYWVhLWJhMDQ2MmZhYTc3Yj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Accept-Language": [ "en-US" @@ -6047,8 +6205,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6062,11 +6220,11 @@ "nosniff" ], "x-ms-request-id": [ - "ef7d32a4-c5b6-40f3-8a7f-fe998df9ece6" + "558f1821-c585-4900-95fc-14893f1d890a" ], "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1", - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7", + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6081,16 +6239,16 @@ "147" ], "x-ms-correlation-request-id": [ - "ef7d32a4-c5b6-40f3-8a7f-fe998df9ece6" + "558f1821-c585-4900-95fc-14893f1d890a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063822Z:ef7d32a4-c5b6-40f3-8a7f-fe998df9ece6" + "SOUTHINDIA:20210518T092936Z:558f1821-c585-4900-95fc-14893f1d890a" ], "Date": [ - "Tue, 16 Feb 2021 06:38:21 GMT" + "Tue, 18 May 2021 09:29:36 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -6099,17 +6257,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"fde24936-08b0-4094-9048-f4f932f884ca\",\r\n \"name\": \"fde24936-08b0-4094-9048-f4f932f884ca\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:38:01.4947261Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"name\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:29:15.851132Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/fde24936-08b0-4094-9048-f4f932f884ca?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zL2ZkZTI0OTM2LTA4YjAtNDA5NC05MDQ4LWY0ZjkzMmY4ODRjYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/a62440fd-2b0a-4605-baea-ba0462faa77b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2E2MjQ0MGZkLTJiMGEtNDYwNS1iYWVhLWJhMDQ2MmZhYTc3Yj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Accept-Language": [ "en-US" @@ -6117,8 +6275,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6132,11 +6290,11 @@ "nosniff" ], "x-ms-request-id": [ - "5c5da008-b580-49cd-9540-2db45f2df730" + "78214403-1de9-4c82-a461-b8d6df576341" ], "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1", - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7", + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6151,16 +6309,16 @@ "146" ], "x-ms-correlation-request-id": [ - "5c5da008-b580-49cd-9540-2db45f2df730" + "78214403-1de9-4c82-a461-b8d6df576341" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063832Z:5c5da008-b580-49cd-9540-2db45f2df730" + "SOUTHINDIA:20210518T092947Z:78214403-1de9-4c82-a461-b8d6df576341" ], "Date": [ - "Tue, 16 Feb 2021 06:38:32 GMT" + "Tue, 18 May 2021 09:29:46 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -6169,17 +6327,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"fde24936-08b0-4094-9048-f4f932f884ca\",\r\n \"name\": \"fde24936-08b0-4094-9048-f4f932f884ca\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:38:01.4947261Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"name\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:29:15.851132Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/fde24936-08b0-4094-9048-f4f932f884ca?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zL2ZkZTI0OTM2LTA4YjAtNDA5NC05MDQ4LWY0ZjkzMmY4ODRjYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/a62440fd-2b0a-4605-baea-ba0462faa77b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2E2MjQ0MGZkLTJiMGEtNDYwNS1iYWVhLWJhMDQ2MmZhYTc3Yj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Accept-Language": [ "en-US" @@ -6187,8 +6345,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6202,11 +6360,11 @@ "nosniff" ], "x-ms-request-id": [ - "8523ec20-f3d8-439b-b619-bd6267ab7d8d" + "353abb6b-7962-4ed0-a94f-78ac3dfcbd80" ], "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1", - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7", + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6221,16 +6379,16 @@ "145" ], "x-ms-correlation-request-id": [ - "8523ec20-f3d8-439b-b619-bd6267ab7d8d" + "353abb6b-7962-4ed0-a94f-78ac3dfcbd80" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063842Z:8523ec20-f3d8-439b-b619-bd6267ab7d8d" + "SOUTHINDIA:20210518T092957Z:353abb6b-7962-4ed0-a94f-78ac3dfcbd80" ], "Date": [ - "Tue, 16 Feb 2021 06:38:42 GMT" + "Tue, 18 May 2021 09:29:56 GMT" ], "Content-Length": [ - "304" + "187" ], "Content-Type": [ "application/json" @@ -6239,17 +6397,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"fde24936-08b0-4094-9048-f4f932f884ca\",\r\n \"name\": \"fde24936-08b0-4094-9048-f4f932f884ca\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:38:01.4947261Z\",\r\n \"endTime\": \"2021-02-16T06:38:01.4947261Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a3a19795-445f-45fe-b149-fc0e0825aa6f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"name\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:29:15.851132Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/fde24936-08b0-4094-9048-f4f932f884ca?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zL2ZkZTI0OTM2LTA4YjAtNDA5NC05MDQ4LWY0ZjkzMmY4ODRjYT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/a62440fd-2b0a-4605-baea-ba0462faa77b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2E2MjQ0MGZkLTJiMGEtNDYwNS1iYWVhLWJhMDQ2MmZhYTc3Yj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Accept-Language": [ "en-US" @@ -6257,8 +6415,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6272,11 +6430,11 @@ "nosniff" ], "x-ms-request-id": [ - "5cd6628d-ec4a-4442-8f0f-133bb013b7ea" + "7e3a81df-947d-4409-965e-ccd08766e8b4" ], "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1", - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7", + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6291,16 +6449,16 @@ "144" ], "x-ms-correlation-request-id": [ - "5cd6628d-ec4a-4442-8f0f-133bb013b7ea" + "7e3a81df-947d-4409-965e-ccd08766e8b4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063842Z:5cd6628d-ec4a-4442-8f0f-133bb013b7ea" + "SOUTHINDIA:20210518T093007Z:7e3a81df-947d-4409-965e-ccd08766e8b4" ], "Date": [ - "Tue, 16 Feb 2021 06:38:42 GMT" + "Tue, 18 May 2021 09:30:07 GMT" ], "Content-Length": [ - "304" + "302" ], "Content-Type": [ "application/json" @@ -6309,17 +6467,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"fde24936-08b0-4094-9048-f4f932f884ca\",\r\n \"name\": \"fde24936-08b0-4094-9048-f4f932f884ca\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:38:01.4947261Z\",\r\n \"endTime\": \"2021-02-16T06:38:01.4947261Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"a3a19795-445f-45fe-b149-fc0e0825aa6f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"name\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:29:15.851132Z\",\r\n \"endTime\": \"2021-05-18T09:29:15.851132Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"5e21ec01-b738-4a13-b14a-2fd77911b358\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupJobs/a3a19795-445f-45fe-b149-fc0e0825aa6f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBKb2JzL2EzYTE5Nzk1LTQ0NWYtNDVmZS1iMTQ5LWZjMGUwODI1YWE2Zj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/a62440fd-2b0a-4605-baea-ba0462faa77b?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2E2MjQ0MGZkLTJiMGEtNDYwNS1iYWVhLWJhMDQ2MmZhYTc3Yj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "Accept-Language": [ "en-US" @@ -6327,8 +6485,78 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "30d7a909-6546-4ae9-8b95-6de6ed68f428" + ], + "x-ms-client-request-id": [ + "b76ae498-e4e2-427d-838c-4efbef76c4e7", + "b76ae498-e4e2-427d-838c-4efbef76c4e7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "143" + ], + "x-ms-correlation-request-id": [ + "30d7a909-6546-4ae9-8b95-6de6ed68f428" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T093008Z:30d7a909-6546-4ae9-8b95-6de6ed68f428" + ], + "Date": [ + "Tue, 18 May 2021 09:30:07 GMT" + ], + "Content-Length": [ + "302" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"name\": \"a62440fd-2b0a-4605-baea-ba0462faa77b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:29:15.851132Z\",\r\n \"endTime\": \"2021-05-18T09:29:15.851132Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"5e21ec01-b738-4a13-b14a-2fd77911b358\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupJobs/5e21ec01-b738-4a13-b14a-2fd77911b358?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBKb2JzLzVlMjFlYzAxLWI3MzgtNGExMy1iMTRhLTJmZDc3OTExYjM1OD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b76ae498-e4e2-427d-838c-4efbef76c4e7" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6346,11 +6574,11 @@ "nosniff" ], "x-ms-request-id": [ - "63fad4fc-cd65-4338-91b4-ba36e6eafdc3" + "6369e89a-05f8-4261-b3dc-b6f9788f204c" ], "x-ms-client-request-id": [ - "3cda671a-f146-4434-8d02-4432ae4f27c1", - "3cda671a-f146-4434-8d02-4432ae4f27c1" + "b76ae498-e4e2-427d-838c-4efbef76c4e7", + "b76ae498-e4e2-427d-838c-4efbef76c4e7" ], "X-Powered-By": [ "ASP.NET" @@ -6362,16 +6590,16 @@ "149" ], "x-ms-correlation-request-id": [ - "63fad4fc-cd65-4338-91b4-ba36e6eafdc3" + "6369e89a-05f8-4261-b3dc-b6f9788f204c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063843Z:63fad4fc-cd65-4338-91b4-ba36e6eafdc3" + "SOUTHINDIA:20210518T093008Z:6369e89a-05f8-4261-b3dc-b6f9788f204c" ], "Date": [ - "Tue, 16 Feb 2021 06:38:42 GMT" + "Tue, 18 May 2021 09:30:07 GMT" ], "Content-Length": [ - "840" + "839" ], "Content-Type": [ "application/json" @@ -6380,17 +6608,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupJobs/a3a19795-445f-45fe-b149-fc0e0825aa6f\",\r\n \"name\": \"a3a19795-445f-45fe-b149-fc0e0825aa6f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"duration\": \"PT31.0419501S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm0a6821\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm0a6821\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T06:38:01.4947261Z\",\r\n \"endTime\": \"2021-02-16T06:38:32.5366762Z\",\r\n \"activityId\": \"3cda671a-f146-4434-8d02-4432ae4f27c1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupJobs/5e21ec01-b738-4a13-b14a-2fd77911b358\",\r\n \"name\": \"5e21ec01-b738-4a13-b14a-2fd77911b358\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"duration\": \"PT41.1421031S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmcfc241\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmcfc241\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:29:15.851132Z\",\r\n \"endTime\": \"2021-05-18T09:29:56.9932351Z\",\r\n \"activityId\": \"b76ae498-e4e2-427d-838c-4efbef76c4e7\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fdbcfa76-6c1c-4998-ac67-19acc5c42fd4" + "584c10a7-b2f7-44a2-85d6-891efb0ce84d" ], "Accept-Language": [ "en-US" @@ -6398,8 +6626,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6413,11 +6641,11 @@ "nosniff" ], "x-ms-request-id": [ - "42cd157c-c357-4b35-9d75-3630728abf8b" + "1eadc88d-8d26-40da-ac7e-402c05ca8d41" ], "x-ms-client-request-id": [ - "fdbcfa76-6c1c-4998-ac67-19acc5c42fd4", - "fdbcfa76-6c1c-4998-ac67-19acc5c42fd4" + "584c10a7-b2f7-44a2-85d6-891efb0ce84d", + "584c10a7-b2f7-44a2-85d6-891efb0ce84d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6432,16 +6660,16 @@ "149" ], "x-ms-correlation-request-id": [ - "42cd157c-c357-4b35-9d75-3630728abf8b" + "1eadc88d-8d26-40da-ac7e-402c05ca8d41" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063843Z:42cd157c-c357-4b35-9d75-3630728abf8b" + "SOUTHINDIA:20210518T093009Z:1eadc88d-8d26-40da-ac7e-402c05ca8d41" ], "Date": [ - "Tue, 16 Feb 2021 06:38:43 GMT" + "Tue, 18 May 2021 09:30:08 GMT" ], "Content-Length": [ - "1491" + "1495" ], "Content-Type": [ "application/json" @@ -6450,17 +6678,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821/protectedItems/VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM0a6821\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\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\": \"1122256080\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241/protectedItems/VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMcfc241\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\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\": \"35186235807720\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5ef7835-4439-4329-88b0-ce0f2ca5bf3f" + "897401d3-7e02-4fb0-b308-c1dff651c8f7" ], "Accept-Language": [ "en-US" @@ -6468,8 +6696,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6483,11 +6711,11 @@ "nosniff" ], "x-ms-request-id": [ - "99b9e4f0-1d71-4714-940d-a6ef929e879c" + "c9660dd5-664e-40e1-860c-116e2f35042d" ], "x-ms-client-request-id": [ - "c5ef7835-4439-4329-88b0-ce0f2ca5bf3f", - "c5ef7835-4439-4329-88b0-ce0f2ca5bf3f" + "897401d3-7e02-4fb0-b308-c1dff651c8f7", + "897401d3-7e02-4fb0-b308-c1dff651c8f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6502,16 +6730,16 @@ "148" ], "x-ms-correlation-request-id": [ - "99b9e4f0-1d71-4714-940d-a6ef929e879c" + "c9660dd5-664e-40e1-860c-116e2f35042d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063933Z:99b9e4f0-1d71-4714-940d-a6ef929e879c" + "SOUTHINDIA:20210518T093058Z:c9660dd5-664e-40e1-860c-116e2f35042d" ], "Date": [ - "Tue, 16 Feb 2021 06:39:33 GMT" + "Tue, 18 May 2021 09:30:57 GMT" ], "Content-Length": [ - "2970" + "2979" ], "Content-Type": [ "application/json" @@ -6520,17 +6748,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821/protectedItems/VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM0a6821\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\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\": \"1122256080\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822/protectedItems/VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM0a6822\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\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\": \"345143768\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241/protectedItems/VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMcfc241\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\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\": \"35186235807720\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242/protectedItems/VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMcfc242\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\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\": \"35185170159505\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b8413b5-b9f6-43b3-889e-1be8f814cf3a" + "a63f94e7-2fa9-4733-a504-721eb78de65f" ], "Accept-Language": [ "en-US" @@ -6538,8 +6766,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6553,11 +6781,11 @@ "nosniff" ], "x-ms-request-id": [ - "4551d09d-a560-4e69-afc8-4373f9e2096a" + "38ad969f-ad16-42b9-b958-bbbd3eae3566" ], "x-ms-client-request-id": [ - "2b8413b5-b9f6-43b3-889e-1be8f814cf3a", - "2b8413b5-b9f6-43b3-889e-1be8f814cf3a" + "a63f94e7-2fa9-4733-a504-721eb78de65f", + "a63f94e7-2fa9-4733-a504-721eb78de65f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6572,16 +6800,16 @@ "147" ], "x-ms-correlation-request-id": [ - "4551d09d-a560-4e69-afc8-4373f9e2096a" + "38ad969f-ad16-42b9-b958-bbbd3eae3566" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063934Z:4551d09d-a560-4e69-afc8-4373f9e2096a" + "SOUTHINDIA:20210518T093059Z:38ad969f-ad16-42b9-b958-bbbd3eae3566" ], "Date": [ - "Tue, 16 Feb 2021 06:39:34 GMT" + "Tue, 18 May 2021 09:30:59 GMT" ], "Content-Length": [ - "2970" + "2979" ], "Content-Type": [ "application/json" @@ -6590,17 +6818,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821/protectedItems/VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM0a6821\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\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\": \"1122256080\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822/protectedItems/VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM0a6822\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\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\": \"345143768\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241/protectedItems/VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMcfc241\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\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\": \"35186235807720\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242/protectedItems/VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMcfc242\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\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\": \"35185170159505\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85a54853-3948-4f55-87ea-c69caaae9d78" + "b614165b-2182-438c-b723-db5e1a4292b6" ], "Accept-Language": [ "en-US" @@ -6608,8 +6836,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6623,11 +6851,11 @@ "nosniff" ], "x-ms-request-id": [ - "6f16e596-28fa-40d9-b1a9-57a7159ea821" + "9eea3abb-c8b1-45ae-879d-60cf6581a3f1" ], "x-ms-client-request-id": [ - "85a54853-3948-4f55-87ea-c69caaae9d78", - "85a54853-3948-4f55-87ea-c69caaae9d78" + "b614165b-2182-438c-b723-db5e1a4292b6", + "b614165b-2182-438c-b723-db5e1a4292b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6642,16 +6870,16 @@ "146" ], "x-ms-correlation-request-id": [ - "6f16e596-28fa-40d9-b1a9-57a7159ea821" + "9eea3abb-c8b1-45ae-879d-60cf6581a3f1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064128Z:6f16e596-28fa-40d9-b1a9-57a7159ea821" + "SOUTHINDIA:20210518T093253Z:9eea3abb-c8b1-45ae-879d-60cf6581a3f1" ], "Date": [ - "Tue, 16 Feb 2021 06:41:28 GMT" + "Tue, 18 May 2021 09:32:53 GMT" ], "Content-Length": [ - "1490" + "1495" ], "Content-Type": [ "application/json" @@ -6660,17 +6888,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822/protectedItems/VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM0a6822\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\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\": \"345143768\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242/protectedItems/VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMcfc242\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\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\": \"35185170159505\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg0a6822cd%3Bpstestvm0a6821/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg0a6822cd%3Bpstestvm0a6821?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwYTY4MjJjZCUzQnBzdGVzdHZtMGE2ODIxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzBhNjgyMmNkJTNCcHN0ZXN0dm0wYTY4MjE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgcfc245b4%3Bpstestvmcfc241/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgcfc245b4%3Bpstestvmcfc241?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjZmMyNDViNCUzQnBzdGVzdHZtY2ZjMjQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NmYzI0NWI0JTNCcHN0ZXN0dm1jZmMyNDE/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fdbcfa76-6c1c-4998-ac67-19acc5c42fd4" + "584c10a7-b2f7-44a2-85d6-891efb0ce84d" ], "Accept-Language": [ "en-US" @@ -6678,8 +6906,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6693,11 +6921,11 @@ "nosniff" ], "x-ms-request-id": [ - "609db5b2-b3bb-4a72-a08e-a1df7dfa2d24" + "f9806a71-f4d5-4a2f-8347-d97ac475ea21" ], "x-ms-client-request-id": [ - "fdbcfa76-6c1c-4998-ac67-19acc5c42fd4", - "fdbcfa76-6c1c-4998-ac67-19acc5c42fd4" + "584c10a7-b2f7-44a2-85d6-891efb0ce84d", + "584c10a7-b2f7-44a2-85d6-891efb0ce84d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6712,16 +6940,16 @@ "149" ], "x-ms-correlation-request-id": [ - "609db5b2-b3bb-4a72-a08e-a1df7dfa2d24" + "f9806a71-f4d5-4a2f-8347-d97ac475ea21" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063843Z:609db5b2-b3bb-4a72-a08e-a1df7dfa2d24" + "SOUTHINDIA:20210518T093009Z:f9806a71-f4d5-4a2f-8347-d97ac475ea21" ], "Date": [ - "Tue, 16 Feb 2021 06:38:43 GMT" + "Tue, 18 May 2021 09:30:08 GMT" ], "Content-Length": [ - "1546" + "1550" ], "Content-Type": [ "application/json" @@ -6730,17 +6958,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821/protectedItems/VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM0a6821\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\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\": \"1122256080\",\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;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241/protectedItems/VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMcfc241\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\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\": \"35186235807720\",\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;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM0a6822'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMGE2ODIyJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMcfc242'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNY2ZjMjQyJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7535d06e-f859-41e5-855f-e77f108d7269" + "9d55769f-fbc0-4896-9cf1-a1fe39999e9b" ], "Accept-Language": [ "en-US" @@ -6748,8 +6976,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6763,11 +6991,11 @@ "nosniff" ], "x-ms-request-id": [ - "44c96078-22ba-47cb-b8fb-c48c662ba6f8" + "1db60a1b-6049-4714-b17f-2e19a6bbff05" ], "x-ms-client-request-id": [ - "7535d06e-f859-41e5-855f-e77f108d7269", - "7535d06e-f859-41e5-855f-e77f108d7269" + "9d55769f-fbc0-4896-9cf1-a1fe39999e9b", + "9d55769f-fbc0-4896-9cf1-a1fe39999e9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6782,13 +7010,13 @@ "147" ], "x-ms-correlation-request-id": [ - "44c96078-22ba-47cb-b8fb-c48c662ba6f8" + "1db60a1b-6049-4714-b17f-2e19a6bbff05" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063849Z:44c96078-22ba-47cb-b8fb-c48c662ba6f8" + "SOUTHINDIA:20210518T093014Z:1db60a1b-6049-4714-b17f-2e19a6bbff05" ], "Date": [ - "Tue, 16 Feb 2021 06:38:48 GMT" + "Tue, 18 May 2021 09:30:13 GMT" ], "Content-Length": [ "12" @@ -6804,13 +7032,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM0a6822'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMGE2ODIyJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVMcfc242'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNY2ZjMjQyJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86b880d6-d804-4c65-b5ee-594f72189070" + "47932fd8-8fb1-4107-a81f-6a078195ad95" ], "Accept-Language": [ "en-US" @@ -6818,8 +7046,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6833,11 +7061,11 @@ "nosniff" ], "x-ms-request-id": [ - "22b8be7a-f46d-4350-bcde-e6c0acdb3c7d" + "ed1ab963-d6c3-42a7-ab8a-3b2bd04e5f0a" ], "x-ms-client-request-id": [ - "86b880d6-d804-4c65-b5ee-594f72189070", - "86b880d6-d804-4c65-b5ee-594f72189070" + "47932fd8-8fb1-4107-a81f-6a078195ad95", + "47932fd8-8fb1-4107-a81f-6a078195ad95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6852,13 +7080,13 @@ "146" ], "x-ms-correlation-request-id": [ - "22b8be7a-f46d-4350-bcde-e6c0acdb3c7d" + "ed1ab963-d6c3-42a7-ab8a-3b2bd04e5f0a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063932Z:22b8be7a-f46d-4350-bcde-e6c0acdb3c7d" + "SOUTHINDIA:20210518T093057Z:ed1ab963-d6c3-42a7-ab8a-3b2bd04e5f0a" ], "Date": [ - "Tue, 16 Feb 2021 06:39:31 GMT" + "Tue, 18 May 2021 09:30:57 GMT" ], "Content-Length": [ "914" @@ -6870,17 +7098,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG0a6822cd\",\r\n \"friendlyName\": \"PSTestVM0a6822\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGcfc245b4\",\r\n \"friendlyName\": \"PSTestVMcfc242\",\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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg0a6822cd%3Bpstestvm0a6822/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg0a6822cd%3Bpstestvm0a6822?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwYTY4MjJjZCUzQnBzdGVzdHZtMGE2ODIyL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzBhNjgyMmNkJTNCcHN0ZXN0dm0wYTY4MjI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgcfc245b4%3Bpstestvmcfc242/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrgcfc245b4%3Bpstestvmcfc242?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjZmMyNDViNCUzQnBzdGVzdHZtY2ZjMjQyL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NmYzI0NWI0JTNCcHN0ZXN0dm1jZmMyNDI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Accept-Language": [ "en-US" @@ -6888,8 +7116,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -6906,23 +7134,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822/protectedItems/vm;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822/operationResults/d08b1456-9416-4507-940e-f2f57fe18625?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242/protectedItems/vm;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242/operationResults/0eed2dcd-7fba-4726-8df0-a1650722b623?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822/protectedItems/vm;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822/operationsStatus/d08b1456-9416-4507-940e-f2f57fe18625?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242/protectedItems/vm;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242/operationsStatus/0eed2dcd-7fba-4726-8df0-a1650722b623?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "62a54fc1-756d-4174-9af4-cc4445f95601" + "bec708b5-38e9-4909-b4d3-db3281e34017" ], "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f", - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428", + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6931,16 +7159,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "62a54fc1-756d-4174-9af4-cc4445f95601" + "bec708b5-38e9-4909-b4d3-db3281e34017" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063850Z:62a54fc1-756d-4174-9af4-cc4445f95601" + "SOUTHINDIA:20210518T093016Z:bec708b5-38e9-4909-b4d3-db3281e34017" ], "Date": [ - "Tue, 16 Feb 2021 06:38:49 GMT" + "Tue, 18 May 2021 09:30:15 GMT" ], "Expires": [ "-1" @@ -6953,13 +7181,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/d08b1456-9416-4507-940e-f2f57fe18625?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zL2QwOGIxNDU2LTk0MTYtNDUwNy05NDBlLWYyZjU3ZmUxODYyNT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/0eed2dcd-7fba-4726-8df0-a1650722b623?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzBlZWQyZGNkLTdmYmEtNDcyNi04ZGYwLWExNjUwNzIyYjYyMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Accept-Language": [ "en-US" @@ -6967,8 +7195,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6982,11 +7210,11 @@ "nosniff" ], "x-ms-request-id": [ - "34f40c41-f201-449a-a4a5-0e9055b49346" + "0525fb26-fb59-41ca-96d7-65b9fa668c65" ], "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f", - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428", + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -6998,19 +7226,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "142" ], "x-ms-correlation-request-id": [ - "34f40c41-f201-449a-a4a5-0e9055b49346" + "0525fb26-fb59-41ca-96d7-65b9fa668c65" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063850Z:34f40c41-f201-449a-a4a5-0e9055b49346" + "SOUTHINDIA:20210518T093016Z:0525fb26-fb59-41ca-96d7-65b9fa668c65" ], "Date": [ - "Tue, 16 Feb 2021 06:38:50 GMT" + "Tue, 18 May 2021 09:30:15 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -7019,17 +7247,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d08b1456-9416-4507-940e-f2f57fe18625\",\r\n \"name\": \"d08b1456-9416-4507-940e-f2f57fe18625\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:38:50.1480962Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"0eed2dcd-7fba-4726-8df0-a1650722b623\",\r\n \"name\": \"0eed2dcd-7fba-4726-8df0-a1650722b623\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:30:15.921229Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/d08b1456-9416-4507-940e-f2f57fe18625?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zL2QwOGIxNDU2LTk0MTYtNDUwNy05NDBlLWYyZjU3ZmUxODYyNT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/0eed2dcd-7fba-4726-8df0-a1650722b623?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzBlZWQyZGNkLTdmYmEtNDcyNi04ZGYwLWExNjUwNzIyYjYyMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Accept-Language": [ "en-US" @@ -7037,8 +7265,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7052,11 +7280,11 @@ "nosniff" ], "x-ms-request-id": [ - "49206fdb-cdf9-490b-818e-eb0bdc5ac888" + "de218741-486b-490c-85e2-e1525668826c" ], "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f", - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428", + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7068,19 +7296,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "141" ], "x-ms-correlation-request-id": [ - "49206fdb-cdf9-490b-818e-eb0bdc5ac888" + "de218741-486b-490c-85e2-e1525668826c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063900Z:49206fdb-cdf9-490b-818e-eb0bdc5ac888" + "SOUTHINDIA:20210518T093026Z:de218741-486b-490c-85e2-e1525668826c" ], "Date": [ - "Tue, 16 Feb 2021 06:39:00 GMT" + "Tue, 18 May 2021 09:30:26 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -7089,17 +7317,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d08b1456-9416-4507-940e-f2f57fe18625\",\r\n \"name\": \"d08b1456-9416-4507-940e-f2f57fe18625\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:38:50.1480962Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"0eed2dcd-7fba-4726-8df0-a1650722b623\",\r\n \"name\": \"0eed2dcd-7fba-4726-8df0-a1650722b623\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:30:15.921229Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/d08b1456-9416-4507-940e-f2f57fe18625?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zL2QwOGIxNDU2LTk0MTYtNDUwNy05NDBlLWYyZjU3ZmUxODYyNT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/0eed2dcd-7fba-4726-8df0-a1650722b623?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzBlZWQyZGNkLTdmYmEtNDcyNi04ZGYwLWExNjUwNzIyYjYyMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Accept-Language": [ "en-US" @@ -7107,8 +7335,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7122,11 +7350,11 @@ "nosniff" ], "x-ms-request-id": [ - "18fd24a6-4529-44a8-93d0-85a26405f51e" + "ce75d308-2a22-452e-ab47-567b08770cb2" ], "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f", - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428", + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7138,19 +7366,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "140" ], "x-ms-correlation-request-id": [ - "18fd24a6-4529-44a8-93d0-85a26405f51e" + "ce75d308-2a22-452e-ab47-567b08770cb2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063910Z:18fd24a6-4529-44a8-93d0-85a26405f51e" + "SOUTHINDIA:20210518T093036Z:ce75d308-2a22-452e-ab47-567b08770cb2" ], "Date": [ - "Tue, 16 Feb 2021 06:39:10 GMT" + "Tue, 18 May 2021 09:30:36 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -7159,17 +7387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d08b1456-9416-4507-940e-f2f57fe18625\",\r\n \"name\": \"d08b1456-9416-4507-940e-f2f57fe18625\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:38:50.1480962Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"0eed2dcd-7fba-4726-8df0-a1650722b623\",\r\n \"name\": \"0eed2dcd-7fba-4726-8df0-a1650722b623\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:30:15.921229Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/d08b1456-9416-4507-940e-f2f57fe18625?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zL2QwOGIxNDU2LTk0MTYtNDUwNy05NDBlLWYyZjU3ZmUxODYyNT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/0eed2dcd-7fba-4726-8df0-a1650722b623?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzBlZWQyZGNkLTdmYmEtNDcyNi04ZGYwLWExNjUwNzIyYjYyMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Accept-Language": [ "en-US" @@ -7177,8 +7405,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7192,11 +7420,11 @@ "nosniff" ], "x-ms-request-id": [ - "ecb10a1f-e337-4efe-9fe9-d8183288c5b3" + "bab64363-a0e4-44c9-a0ac-00093625e240" ], "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f", - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428", + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7208,19 +7436,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "139" ], "x-ms-correlation-request-id": [ - "ecb10a1f-e337-4efe-9fe9-d8183288c5b3" + "bab64363-a0e4-44c9-a0ac-00093625e240" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063921Z:ecb10a1f-e337-4efe-9fe9-d8183288c5b3" + "SOUTHINDIA:20210518T093047Z:bab64363-a0e4-44c9-a0ac-00093625e240" ], "Date": [ - "Tue, 16 Feb 2021 06:39:21 GMT" + "Tue, 18 May 2021 09:30:46 GMT" ], "Content-Length": [ - "188" + "187" ], "Content-Type": [ "application/json" @@ -7229,17 +7457,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d08b1456-9416-4507-940e-f2f57fe18625\",\r\n \"name\": \"d08b1456-9416-4507-940e-f2f57fe18625\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:38:50.1480962Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"0eed2dcd-7fba-4726-8df0-a1650722b623\",\r\n \"name\": \"0eed2dcd-7fba-4726-8df0-a1650722b623\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:30:15.921229Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/d08b1456-9416-4507-940e-f2f57fe18625?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zL2QwOGIxNDU2LTk0MTYtNDUwNy05NDBlLWYyZjU3ZmUxODYyNT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/0eed2dcd-7fba-4726-8df0-a1650722b623?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzBlZWQyZGNkLTdmYmEtNDcyNi04ZGYwLWExNjUwNzIyYjYyMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Accept-Language": [ "en-US" @@ -7247,8 +7475,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7262,11 +7490,11 @@ "nosniff" ], "x-ms-request-id": [ - "e5e6f2b7-e397-4ca6-a4f2-58edd768e62d" + "01247c2e-70f2-4bbf-86e5-a0a3ad812e2d" ], "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f", - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428", + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7278,19 +7506,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "138" ], "x-ms-correlation-request-id": [ - "e5e6f2b7-e397-4ca6-a4f2-58edd768e62d" + "01247c2e-70f2-4bbf-86e5-a0a3ad812e2d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063932Z:e5e6f2b7-e397-4ca6-a4f2-58edd768e62d" + "SOUTHINDIA:20210518T093057Z:01247c2e-70f2-4bbf-86e5-a0a3ad812e2d" ], "Date": [ - "Tue, 16 Feb 2021 06:39:31 GMT" + "Tue, 18 May 2021 09:30:56 GMT" ], "Content-Length": [ - "304" + "302" ], "Content-Type": [ "application/json" @@ -7299,17 +7527,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d08b1456-9416-4507-940e-f2f57fe18625\",\r\n \"name\": \"d08b1456-9416-4507-940e-f2f57fe18625\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:38:50.1480962Z\",\r\n \"endTime\": \"2021-02-16T06:38:50.1480962Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e0b48d97-0ee6-4ad3-b131-f86e12660641\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"0eed2dcd-7fba-4726-8df0-a1650722b623\",\r\n \"name\": \"0eed2dcd-7fba-4726-8df0-a1650722b623\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:30:15.921229Z\",\r\n \"endTime\": \"2021-05-18T09:30:15.921229Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"78ea1450-579d-49e9-8580-20bc23670db1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/d08b1456-9416-4507-940e-f2f57fe18625?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zL2QwOGIxNDU2LTk0MTYtNDUwNy05NDBlLWYyZjU3ZmUxODYyNT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/0eed2dcd-7fba-4726-8df0-a1650722b623?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzBlZWQyZGNkLTdmYmEtNDcyNi04ZGYwLWExNjUwNzIyYjYyMz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Accept-Language": [ "en-US" @@ -7317,8 +7545,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7332,11 +7560,11 @@ "nosniff" ], "x-ms-request-id": [ - "20a94a69-87e6-4f6a-8540-59dca8c17f24" + "74bbf310-a714-499a-b405-e61ca64a19a8" ], "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f", - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428", + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7348,19 +7576,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "137" ], "x-ms-correlation-request-id": [ - "20a94a69-87e6-4f6a-8540-59dca8c17f24" + "74bbf310-a714-499a-b405-e61ca64a19a8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063932Z:20a94a69-87e6-4f6a-8540-59dca8c17f24" + "SOUTHINDIA:20210518T093057Z:74bbf310-a714-499a-b405-e61ca64a19a8" ], "Date": [ - "Tue, 16 Feb 2021 06:39:31 GMT" + "Tue, 18 May 2021 09:30:57 GMT" ], "Content-Length": [ - "304" + "302" ], "Content-Type": [ "application/json" @@ -7369,17 +7597,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"d08b1456-9416-4507-940e-f2f57fe18625\",\r\n \"name\": \"d08b1456-9416-4507-940e-f2f57fe18625\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:38:50.1480962Z\",\r\n \"endTime\": \"2021-02-16T06:38:50.1480962Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e0b48d97-0ee6-4ad3-b131-f86e12660641\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"0eed2dcd-7fba-4726-8df0-a1650722b623\",\r\n \"name\": \"0eed2dcd-7fba-4726-8df0-a1650722b623\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:30:15.921229Z\",\r\n \"endTime\": \"2021-05-18T09:30:15.921229Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"78ea1450-579d-49e9-8580-20bc23670db1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupJobs/e0b48d97-0ee6-4ad3-b131-f86e12660641?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBKb2JzL2UwYjQ4ZDk3LTBlZTYtNGFkMy1iMTMxLWY4NmUxMjY2MDY0MT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupJobs/78ea1450-579d-49e9-8580-20bc23670db1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBKb2JzLzc4ZWExNDUwLTU3OWQtNDllOS04NTgwLTIwYmMyMzY3MGRiMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "Accept-Language": [ "en-US" @@ -7387,8 +7615,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7406,11 +7634,11 @@ "nosniff" ], "x-ms-request-id": [ - "cd1335fb-5be7-46bd-b3de-6bc1a4a24167" + "a68e5921-d0d8-4ee5-9bf2-adc2c45620cb" ], "x-ms-client-request-id": [ - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f", - "8bf96d20-da68-4206-8bdf-2e87c8d4a95f" + "a3c0767b-26a5-4230-a583-ef017db8a428", + "a3c0767b-26a5-4230-a583-ef017db8a428" ], "X-Powered-By": [ "ASP.NET" @@ -7422,16 +7650,16 @@ "148" ], "x-ms-correlation-request-id": [ - "cd1335fb-5be7-46bd-b3de-6bc1a4a24167" + "a68e5921-d0d8-4ee5-9bf2-adc2c45620cb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063932Z:cd1335fb-5be7-46bd-b3de-6bc1a4a24167" + "SOUTHINDIA:20210518T093057Z:a68e5921-d0d8-4ee5-9bf2-adc2c45620cb" ], "Date": [ - "Tue, 16 Feb 2021 06:39:31 GMT" + "Tue, 18 May 2021 09:30:57 GMT" ], "Content-Length": [ - "840" + "839" ], "Content-Type": [ "application/json" @@ -7440,17 +7668,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupJobs/e0b48d97-0ee6-4ad3-b131-f86e12660641\",\r\n \"name\": \"e0b48d97-0ee6-4ad3-b131-f86e12660641\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"duration\": \"PT31.2342673S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm0a6822\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm0a6822\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T06:38:50.1480962Z\",\r\n \"endTime\": \"2021-02-16T06:39:21.3823635Z\",\r\n \"activityId\": \"8bf96d20-da68-4206-8bdf-2e87c8d4a95f\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupJobs/78ea1450-579d-49e9-8580-20bc23670db1\",\r\n \"name\": \"78ea1450-579d-49e9-8580-20bc23670db1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"duration\": \"PT31.1312578S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvmcfc242\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvmcfc242\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:30:15.921229Z\",\r\n \"endTime\": \"2021-05-18T09:30:47.0524868Z\",\r\n \"activityId\": \"a3c0767b-26a5-4230-a583-ef017db8a428\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg0a6822cd%3Bpstestvm0a6822/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg0a6822cd%3Bpstestvm0a6822?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwYTY4MjJjZCUzQnBzdGVzdHZtMGE2ODIyL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzBhNjgyMmNkJTNCcHN0ZXN0dm0wYTY4MjI/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgcfc245b4%3Bpstestvmcfc242/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgcfc245b4%3Bpstestvmcfc242?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjZmMyNDViNCUzQnBzdGVzdHZtY2ZjMjQyL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NmYzI0NWI0JTNCcHN0ZXN0dm1jZmMyNDI/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5ef7835-4439-4329-88b0-ce0f2ca5bf3f" + "897401d3-7e02-4fb0-b308-c1dff651c8f7" ], "Accept-Language": [ "en-US" @@ -7458,8 +7686,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7473,11 +7701,11 @@ "nosniff" ], "x-ms-request-id": [ - "622c3591-4088-4e21-ba0b-51c5e1ca911a" + "fa71fe4e-9004-4a25-9c1c-ca68f5972132" ], "x-ms-client-request-id": [ - "c5ef7835-4439-4329-88b0-ce0f2ca5bf3f", - "c5ef7835-4439-4329-88b0-ce0f2ca5bf3f" + "897401d3-7e02-4fb0-b308-c1dff651c8f7", + "897401d3-7e02-4fb0-b308-c1dff651c8f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7492,16 +7720,16 @@ "148" ], "x-ms-correlation-request-id": [ - "622c3591-4088-4e21-ba0b-51c5e1ca911a" + "fa71fe4e-9004-4a25-9c1c-ca68f5972132" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063933Z:622c3591-4088-4e21-ba0b-51c5e1ca911a" + "SOUTHINDIA:20210518T093058Z:fa71fe4e-9004-4a25-9c1c-ca68f5972132" ], "Date": [ - "Tue, 16 Feb 2021 06:39:33 GMT" + "Tue, 18 May 2021 09:30:58 GMT" ], "Content-Length": [ - "1545" + "1550" ], "Content-Type": [ "application/json" @@ -7510,17 +7738,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822/protectedItems/VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM0a6822\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\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\": \"345143768\",\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;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242/protectedItems/VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVMcfc242\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\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\": \"35185170159505\",\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;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupJobs?$filter=operation%20eq%20''%20and%20startTime%20eq%20'2021-02-15%2006:39:33%20AM'%20and%20endTime%20eq%20'2021-02-16%2006:39:33%20AM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBKb2JzPyRmaWx0ZXI9b3BlcmF0aW9uJTIwZXElMjAnJyUyMGFuZCUyMHN0YXJ0VGltZSUyMGVxJTIwJzIwMjEtMDItMTUlMjAwNjozOTozMyUyMEFNJyUyMGFuZCUyMGVuZFRpbWUlMjBlcSUyMCcyMDIxLTAyLTE2JTIwMDY6Mzk6MzMlMjBBTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupJobs?$filter=operation%20eq%20''%20and%20startTime%20eq%20'2021-05-17%2009:30:58%20AM'%20and%20endTime%20eq%20'2021-05-18%2009:30:58%20AM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBKb2JzPyRmaWx0ZXI9b3BlcmF0aW9uJTIwZXElMjAnJyUyMGFuZCUyMHN0YXJ0VGltZSUyMGVxJTIwJzIwMjEtMDUtMTclMjAwOTozMDo1OCUyMEFNJyUyMGFuZCUyMGVuZFRpbWUlMjBlcSUyMCcyMDIxLTA1LTE4JTIwMDk6MzA6NTglMjBBTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a206ee61-c93e-4b17-8860-1eba0a474ac3" + "555a260e-81dd-4d3c-babf-3b8ca9fe00bc" ], "Accept-Language": [ "en-US" @@ -7528,8 +7756,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7547,11 +7775,11 @@ "nosniff" ], "x-ms-request-id": [ - "c139756d-6478-44b9-b57c-d4dedfeec83d" + "615204e3-3348-425f-a777-86f8de831d21" ], "x-ms-client-request-id": [ - "a206ee61-c93e-4b17-8860-1eba0a474ac3", - "a206ee61-c93e-4b17-8860-1eba0a474ac3" + "555a260e-81dd-4d3c-babf-3b8ca9fe00bc", + "555a260e-81dd-4d3c-babf-3b8ca9fe00bc" ], "X-Powered-By": [ "ASP.NET" @@ -7563,16 +7791,16 @@ "147" ], "x-ms-correlation-request-id": [ - "c139756d-6478-44b9-b57c-d4dedfeec83d" + "615204e3-3348-425f-a777-86f8de831d21" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063933Z:c139756d-6478-44b9-b57c-d4dedfeec83d" + "SOUTHINDIA:20210518T093058Z:615204e3-3348-425f-a777-86f8de831d21" ], "Date": [ - "Tue, 16 Feb 2021 06:39:33 GMT" + "Tue, 18 May 2021 09:30:58 GMT" ], "Content-Length": [ - "1483" + "1481" ], "Content-Type": [ "application/json" @@ -7581,17 +7809,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupJobs/e0b48d97-0ee6-4ad3-b131-f86e12660641\",\r\n \"name\": \"e0b48d97-0ee6-4ad3-b131-f86e12660641\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"duration\": \"PT31.2342673S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvm0a6822\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T06:38:50.1480962Z\",\r\n \"endTime\": \"2021-02-16T06:39:21.3823635Z\",\r\n \"activityId\": \"8bf96d20-da68-4206-8bdf-2e87c8d4a95f\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupJobs/a3a19795-445f-45fe-b149-fc0e0825aa6f\",\r\n \"name\": \"a3a19795-445f-45fe-b149-fc0e0825aa6f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"duration\": \"PT31.0419501S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvm0a6821\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T06:38:01.4947261Z\",\r\n \"endTime\": \"2021-02-16T06:38:32.5366762Z\",\r\n \"activityId\": \"3cda671a-f146-4434-8d02-4432ae4f27c1\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupJobs/78ea1450-579d-49e9-8580-20bc23670db1\",\r\n \"name\": \"78ea1450-579d-49e9-8580-20bc23670db1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"duration\": \"PT31.1312578S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmcfc242\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:30:15.921229Z\",\r\n \"endTime\": \"2021-05-18T09:30:47.0524868Z\",\r\n \"activityId\": \"a3c0767b-26a5-4230-a583-ef017db8a428\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupJobs/5e21ec01-b738-4a13-b14a-2fd77911b358\",\r\n \"name\": \"5e21ec01-b738-4a13-b14a-2fd77911b358\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"duration\": \"PT41.1421031S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"entityFriendlyName\": \"pstestvmcfc241\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:29:15.851132Z\",\r\n \"endTime\": \"2021-05-18T09:29:56.9932351Z\",\r\n \"activityId\": \"b76ae498-e4e2-427d-838c-4efbef76c4e7\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c480a3fb-f696-4ad0-8a59-e93ecbc09f20" + "633bee2b-8cc7-4f55-9ec9-ac28f17a7186" ], "Accept-Language": [ "en-US" @@ -7599,7 +7827,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -7614,10 +7842,10 @@ "nosniff" ], "x-ms-request-id": [ - "295bb9ab-be76-4f07-abbc-5448f677237e" + "fd5937dc-997e-4d0d-89bf-7ed58093da4a" ], "x-ms-client-request-id": [ - "c480a3fb-f696-4ad0-8a59-e93ecbc09f20" + "633bee2b-8cc7-4f55-9ec9-ac28f17a7186" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7626,16 +7854,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-correlation-request-id": [ - "295bb9ab-be76-4f07-abbc-5448f677237e" + "fd5937dc-997e-4d0d-89bf-7ed58093da4a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063934Z:295bb9ab-be76-4f07-abbc-5448f677237e" + "SOUTHINDIA:20210518T093059Z:fd5937dc-997e-4d0d-89bf-7ed58093da4a" ], "Date": [ - "Tue, 16 Feb 2021 06:39:33 GMT" + "Tue, 18 May 2021 09:30:59 GMT" ], "Content-Length": [ "478" @@ -7647,17 +7875,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV0a6822cd\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T06%3A37%3A53.4186179Z'\\\"\",\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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSVcfc245b4\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T09%3A29%3A07.9913662Z'\\\"\",\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/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4\",\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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92f05bf5-80fd-4b31-ace6-1a30717481d4" + "84539ad9-5de7-4559-aa74-149f4d181538" ], "Accept-Language": [ "en-US" @@ -7665,8 +7893,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7680,11 +7908,11 @@ "nosniff" ], "x-ms-request-id": [ - "e2e598ae-790e-4386-ac82-938b271e9619" + "81c42fdf-4566-4e3f-987e-48bbffd4b51d" ], "x-ms-client-request-id": [ - "92f05bf5-80fd-4b31-ace6-1a30717481d4", - "92f05bf5-80fd-4b31-ace6-1a30717481d4" + "84539ad9-5de7-4559-aa74-149f4d181538", + "84539ad9-5de7-4559-aa74-149f4d181538" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7699,13 +7927,13 @@ "145" ], "x-ms-correlation-request-id": [ - "e2e598ae-790e-4386-ac82-938b271e9619" + "81c42fdf-4566-4e3f-987e-48bbffd4b51d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063934Z:e2e598ae-790e-4386-ac82-938b271e9619" + "SOUTHINDIA:20210518T093059Z:81c42fdf-4566-4e3f-987e-48bbffd4b51d" ], "Date": [ - "Tue, 16 Feb 2021 06:39:34 GMT" + "Tue, 18 May 2021 09:30:59 GMT" ], "Content-Length": [ "1817" @@ -7717,17 +7945,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6821\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG0a6822cd\",\r\n \"friendlyName\": \"PSTestVM0a6821\",\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 \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.Compute/virtualMachines/PSTestVM0a6822\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG0a6822cd\",\r\n \"friendlyName\": \"PSTestVM0a6822\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc241\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGcfc245b4\",\r\n \"friendlyName\": \"PSTestVMcfc241\",\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 \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.Compute/virtualMachines/PSTestVMcfc242\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRGcfc245b4\",\r\n \"friendlyName\": \"PSTestVMcfc242\",\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/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg0a6822cd%3Bpstestvm0a6821/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg0a6822cd%3Bpstestvm0a6821?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwYTY4MjJjZCUzQnBzdGVzdHZtMGE2ODIxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzBhNjgyMmNkJTNCcHN0ZXN0dm0wYTY4MjE/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgcfc245b4%3Bpstestvmcfc241/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgcfc245b4%3Bpstestvmcfc241?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjZmMyNDViNCUzQnBzdGVzdHZtY2ZjMjQxL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NmYzI0NWI0JTNCcHN0ZXN0dm1jZmMyNDE/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -7735,8 +7963,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7747,23 +7975,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperationResults/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperationResults/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "79657acf-36cc-452a-8976-c60de9a5e6a7" + "720076f8-7247-4398-9a40-465bcdc9f465" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7775,13 +8003,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "79657acf-36cc-452a-8976-c60de9a5e6a7" + "720076f8-7247-4398-9a40-465bcdc9f465" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063935Z:79657acf-36cc-452a-8976-c60de9a5e6a7" + "SOUTHINDIA:20210518T093100Z:720076f8-7247-4398-9a40-465bcdc9f465" ], "Date": [ - "Tue, 16 Feb 2021 06:39:35 GMT" + "Tue, 18 May 2021 09:30:59 GMT" ], "Expires": [ "-1" @@ -7794,13 +8022,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzQzNDIzNGU5LTJjODUtNDEyNy1hOGFlLTQxN2E3YjQxZWNhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzk4MzI4ZmU2LWE2ZTgtNGY4Yy1hZjM1LWZhMTNhMTg4OTZlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -7808,8 +8036,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7823,11 +8051,11 @@ "nosniff" ], "x-ms-request-id": [ - "36d392e7-39b5-41b7-8d03-6f1491f99597" + "10192adf-014f-4c31-b6ec-aff2fb04b931" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7839,16 +8067,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "136" ], "x-ms-correlation-request-id": [ - "36d392e7-39b5-41b7-8d03-6f1491f99597" + "10192adf-014f-4c31-b6ec-aff2fb04b931" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063935Z:36d392e7-39b5-41b7-8d03-6f1491f99597" + "SOUTHINDIA:20210518T093100Z:10192adf-014f-4c31-b6ec-aff2fb04b931" ], "Date": [ - "Tue, 16 Feb 2021 06:39:35 GMT" + "Tue, 18 May 2021 09:31:00 GMT" ], "Content-Length": [ "188" @@ -7860,17 +8088,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"name\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"name\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzQzNDIzNGU5LTJjODUtNDEyNy1hOGFlLTQxN2E3YjQxZWNhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzk4MzI4ZmU2LWE2ZTgtNGY4Yy1hZjM1LWZhMTNhMTg4OTZlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -7878,8 +8106,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7893,11 +8121,11 @@ "nosniff" ], "x-ms-request-id": [ - "5c4c7097-7128-4bc0-8d90-06e4d97d04a5" + "e532fc19-c238-4e92-95f8-6c48c7e6426b" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7909,16 +8137,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "135" ], "x-ms-correlation-request-id": [ - "5c4c7097-7128-4bc0-8d90-06e4d97d04a5" + "e532fc19-c238-4e92-95f8-6c48c7e6426b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063945Z:5c4c7097-7128-4bc0-8d90-06e4d97d04a5" + "SOUTHINDIA:20210518T093110Z:e532fc19-c238-4e92-95f8-6c48c7e6426b" ], "Date": [ - "Tue, 16 Feb 2021 06:39:45 GMT" + "Tue, 18 May 2021 09:31:10 GMT" ], "Content-Length": [ "188" @@ -7930,17 +8158,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"name\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"name\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzQzNDIzNGU5LTJjODUtNDEyNy1hOGFlLTQxN2E3YjQxZWNhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzk4MzI4ZmU2LWE2ZTgtNGY4Yy1hZjM1LWZhMTNhMTg4OTZlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -7948,8 +8176,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7963,11 +8191,11 @@ "nosniff" ], "x-ms-request-id": [ - "6c0fbc75-6fec-47bf-b0fa-59811c48038d" + "d642a8bd-5ab7-453f-9528-3f2b45c44ba6" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -7979,16 +8207,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "134" ], "x-ms-correlation-request-id": [ - "6c0fbc75-6fec-47bf-b0fa-59811c48038d" + "d642a8bd-5ab7-453f-9528-3f2b45c44ba6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T063955Z:6c0fbc75-6fec-47bf-b0fa-59811c48038d" + "SOUTHINDIA:20210518T093121Z:d642a8bd-5ab7-453f-9528-3f2b45c44ba6" ], "Date": [ - "Tue, 16 Feb 2021 06:39:55 GMT" + "Tue, 18 May 2021 09:31:20 GMT" ], "Content-Length": [ "188" @@ -8000,17 +8228,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"name\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"name\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzQzNDIzNGU5LTJjODUtNDEyNy1hOGFlLTQxN2E3YjQxZWNhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzk4MzI4ZmU2LWE2ZTgtNGY4Yy1hZjM1LWZhMTNhMTg4OTZlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -8018,8 +8246,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8033,11 +8261,11 @@ "nosniff" ], "x-ms-request-id": [ - "33df1024-86b2-49cc-b16d-699cf172aa6f" + "875aeb31-a4ab-48f6-935b-b531ec113e82" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8049,16 +8277,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "133" ], "x-ms-correlation-request-id": [ - "33df1024-86b2-49cc-b16d-699cf172aa6f" + "875aeb31-a4ab-48f6-935b-b531ec113e82" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064006Z:33df1024-86b2-49cc-b16d-699cf172aa6f" + "SOUTHINDIA:20210518T093131Z:875aeb31-a4ab-48f6-935b-b531ec113e82" ], "Date": [ - "Tue, 16 Feb 2021 06:40:05 GMT" + "Tue, 18 May 2021 09:31:30 GMT" ], "Content-Length": [ "188" @@ -8070,17 +8298,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"name\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"name\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzQzNDIzNGU5LTJjODUtNDEyNy1hOGFlLTQxN2E3YjQxZWNhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzk4MzI4ZmU2LWE2ZTgtNGY4Yy1hZjM1LWZhMTNhMTg4OTZlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -8088,8 +8316,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8103,11 +8331,11 @@ "nosniff" ], "x-ms-request-id": [ - "ba5e920b-3a1e-42d3-8f51-89c1d71fde21" + "25e826ab-eebb-41a0-afd7-2c152dc367de" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8119,16 +8347,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "132" ], "x-ms-correlation-request-id": [ - "ba5e920b-3a1e-42d3-8f51-89c1d71fde21" + "25e826ab-eebb-41a0-afd7-2c152dc367de" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064016Z:ba5e920b-3a1e-42d3-8f51-89c1d71fde21" + "SOUTHINDIA:20210518T093141Z:25e826ab-eebb-41a0-afd7-2c152dc367de" ], "Date": [ - "Tue, 16 Feb 2021 06:40:15 GMT" + "Tue, 18 May 2021 09:31:40 GMT" ], "Content-Length": [ "188" @@ -8140,17 +8368,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"name\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"name\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzQzNDIzNGU5LTJjODUtNDEyNy1hOGFlLTQxN2E3YjQxZWNhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzk4MzI4ZmU2LWE2ZTgtNGY4Yy1hZjM1LWZhMTNhMTg4OTZlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -8158,8 +8386,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8173,11 +8401,11 @@ "nosniff" ], "x-ms-request-id": [ - "b95e7d3f-a0be-4d68-ab53-8e72fa7c0750" + "25fbff23-a757-4c21-a0b8-09e669303f4a" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8189,16 +8417,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "131" ], "x-ms-correlation-request-id": [ - "b95e7d3f-a0be-4d68-ab53-8e72fa7c0750" + "25fbff23-a757-4c21-a0b8-09e669303f4a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064026Z:b95e7d3f-a0be-4d68-ab53-8e72fa7c0750" + "SOUTHINDIA:20210518T093151Z:25fbff23-a757-4c21-a0b8-09e669303f4a" ], "Date": [ - "Tue, 16 Feb 2021 06:40:26 GMT" + "Tue, 18 May 2021 09:31:50 GMT" ], "Content-Length": [ "188" @@ -8210,17 +8438,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"name\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"name\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzQzNDIzNGU5LTJjODUtNDEyNy1hOGFlLTQxN2E3YjQxZWNhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzk4MzI4ZmU2LWE2ZTgtNGY4Yy1hZjM1LWZhMTNhMTg4OTZlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -8228,8 +8456,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8243,11 +8471,11 @@ "nosniff" ], "x-ms-request-id": [ - "8f2bea8d-8fab-48ae-9d42-ef7e4704ff41" + "37383568-f2c0-4b35-8ecd-4835f13b07c6" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8259,16 +8487,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "130" ], "x-ms-correlation-request-id": [ - "8f2bea8d-8fab-48ae-9d42-ef7e4704ff41" + "37383568-f2c0-4b35-8ecd-4835f13b07c6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064036Z:8f2bea8d-8fab-48ae-9d42-ef7e4704ff41" + "SOUTHINDIA:20210518T093201Z:37383568-f2c0-4b35-8ecd-4835f13b07c6" ], "Date": [ - "Tue, 16 Feb 2021 06:40:36 GMT" + "Tue, 18 May 2021 09:32:01 GMT" ], "Content-Length": [ "188" @@ -8280,17 +8508,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"name\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"name\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzQzNDIzNGU5LTJjODUtNDEyNy1hOGFlLTQxN2E3YjQxZWNhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzk4MzI4ZmU2LWE2ZTgtNGY4Yy1hZjM1LWZhMTNhMTg4OTZlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -8298,8 +8526,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8313,11 +8541,11 @@ "nosniff" ], "x-ms-request-id": [ - "e9c02c81-1fdd-49fc-abd7-93861afe5a13" + "75a4fe55-eb85-4e1b-af55-1ca2311eb8af" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8329,16 +8557,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "129" ], "x-ms-correlation-request-id": [ - "e9c02c81-1fdd-49fc-abd7-93861afe5a13" + "75a4fe55-eb85-4e1b-af55-1ca2311eb8af" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064047Z:e9c02c81-1fdd-49fc-abd7-93861afe5a13" + "SOUTHINDIA:20210518T093212Z:75a4fe55-eb85-4e1b-af55-1ca2311eb8af" ], "Date": [ - "Tue, 16 Feb 2021 06:40:46 GMT" + "Tue, 18 May 2021 09:32:12 GMT" ], "Content-Length": [ "188" @@ -8350,17 +8578,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"name\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"name\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzQzNDIzNGU5LTJjODUtNDEyNy1hOGFlLTQxN2E3YjQxZWNhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzk4MzI4ZmU2LWE2ZTgtNGY4Yy1hZjM1LWZhMTNhMTg4OTZlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -8368,8 +8596,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8383,11 +8611,11 @@ "nosniff" ], "x-ms-request-id": [ - "329379e8-2cce-4921-b3e1-3ea514a621d0" + "74b39f68-eac6-4ef8-9709-a293866094bd" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8399,16 +8627,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "128" ], "x-ms-correlation-request-id": [ - "329379e8-2cce-4921-b3e1-3ea514a621d0" + "74b39f68-eac6-4ef8-9709-a293866094bd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064057Z:329379e8-2cce-4921-b3e1-3ea514a621d0" + "SOUTHINDIA:20210518T093222Z:74b39f68-eac6-4ef8-9709-a293866094bd" ], "Date": [ - "Tue, 16 Feb 2021 06:40:57 GMT" + "Tue, 18 May 2021 09:32:22 GMT" ], "Content-Length": [ "188" @@ -8420,17 +8648,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"name\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"name\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzQzNDIzNGU5LTJjODUtNDEyNy1hOGFlLTQxN2E3YjQxZWNhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzk4MzI4ZmU2LWE2ZTgtNGY4Yy1hZjM1LWZhMTNhMTg4OTZlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -8438,8 +8666,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8453,11 +8681,11 @@ "nosniff" ], "x-ms-request-id": [ - "25eaff87-3e20-49b1-84dc-f0ff92d06eab" + "166adcba-2286-4216-a60d-70aeacb8dc21" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8469,16 +8697,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "127" ], "x-ms-correlation-request-id": [ - "25eaff87-3e20-49b1-84dc-f0ff92d06eab" + "166adcba-2286-4216-a60d-70aeacb8dc21" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064107Z:25eaff87-3e20-49b1-84dc-f0ff92d06eab" + "SOUTHINDIA:20210518T093232Z:166adcba-2286-4216-a60d-70aeacb8dc21" ], "Date": [ - "Tue, 16 Feb 2021 06:41:06 GMT" + "Tue, 18 May 2021 09:32:32 GMT" ], "Content-Length": [ "188" @@ -8490,17 +8718,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"name\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"name\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzQzNDIzNGU5LTJjODUtNDEyNy1hOGFlLTQxN2E3YjQxZWNhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzk4MzI4ZmU2LWE2ZTgtNGY4Yy1hZjM1LWZhMTNhMTg4OTZlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -8508,8 +8736,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8523,11 +8751,11 @@ "nosniff" ], "x-ms-request-id": [ - "3f2df589-f4a3-41dc-b5e7-da0f4f484b5f" + "48aa5fd0-c145-400b-aa86-d105629f4766" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8539,16 +8767,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "126" ], "x-ms-correlation-request-id": [ - "3f2df589-f4a3-41dc-b5e7-da0f4f484b5f" + "48aa5fd0-c145-400b-aa86-d105629f4766" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064117Z:3f2df589-f4a3-41dc-b5e7-da0f4f484b5f" + "SOUTHINDIA:20210518T093243Z:48aa5fd0-c145-400b-aa86-d105629f4766" ], "Date": [ - "Tue, 16 Feb 2021 06:41:17 GMT" + "Tue, 18 May 2021 09:32:42 GMT" ], "Content-Length": [ "188" @@ -8560,17 +8788,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"name\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"name\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzQzNDIzNGU5LTJjODUtNDEyNy1hOGFlLTQxN2E3YjQxZWNhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzk4MzI4ZmU2LWE2ZTgtNGY4Yy1hZjM1LWZhMTNhMTg4OTZlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -8578,8 +8806,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8593,11 +8821,11 @@ "nosniff" ], "x-ms-request-id": [ - "1c65062f-0e84-486f-9098-bc98e735c1b5" + "d998404c-17ee-4645-849a-96a67abebcba" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8609,16 +8837,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "125" ], "x-ms-correlation-request-id": [ - "1c65062f-0e84-486f-9098-bc98e735c1b5" + "d998404c-17ee-4645-849a-96a67abebcba" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064127Z:1c65062f-0e84-486f-9098-bc98e735c1b5" + "SOUTHINDIA:20210518T093253Z:d998404c-17ee-4645-849a-96a67abebcba" ], "Date": [ - "Tue, 16 Feb 2021 06:41:27 GMT" + "Tue, 18 May 2021 09:32:52 GMT" ], "Content-Length": [ "304" @@ -8630,17 +8858,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"name\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"4023122a-87f2-49da-9829-7812e7c35bd1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"name\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"49337672-bf71-469e-8a12-9b2ef5779ae5\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/434234e9-2c85-4127-a8ae-417a7b41ecaf?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzQzNDIzNGU5LTJjODUtNDEyNy1hOGFlLTQxN2E3YjQxZWNhZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/98328fe6-a6e8-4f8c-af35-fa13a18896e5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zLzk4MzI4ZmU2LWE2ZTgtNGY4Yy1hZjM1LWZhMTNhMTg4OTZlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -8648,8 +8876,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8663,11 +8891,11 @@ "nosniff" ], "x-ms-request-id": [ - "936f783d-20ff-4f98-981b-06959d96581f" + "f8112eeb-15a9-4622-9c57-06a32308dc4c" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8679,16 +8907,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "124" ], "x-ms-correlation-request-id": [ - "936f783d-20ff-4f98-981b-06959d96581f" + "f8112eeb-15a9-4622-9c57-06a32308dc4c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064128Z:936f783d-20ff-4f98-981b-06959d96581f" + "SOUTHINDIA:20210518T093253Z:f8112eeb-15a9-4622-9c57-06a32308dc4c" ], "Date": [ - "Tue, 16 Feb 2021 06:41:27 GMT" + "Tue, 18 May 2021 09:32:53 GMT" ], "Content-Length": [ "304" @@ -8700,17 +8928,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"name\": \"434234e9-2c85-4127-a8ae-417a7b41ecaf\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"4023122a-87f2-49da-9829-7812e7c35bd1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"name\": \"98328fe6-a6e8-4f8c-af35-fa13a18896e5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"49337672-bf71-469e-8a12-9b2ef5779ae5\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupJobs/4023122a-87f2-49da-9829-7812e7c35bd1?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBKb2JzLzQwMjMxMjJhLTg3ZjItNDlkYS05ODI5LTc4MTJlN2MzNWJkMT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupJobs/49337672-bf71-469e-8a12-9b2ef5779ae5?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBKb2JzLzQ5MzM3NjcyLWJmNzEtNDY5ZS04YTEyLTliMmVmNTc3OWFlNT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "Accept-Language": [ "en-US" @@ -8718,8 +8946,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8737,11 +8965,11 @@ "nosniff" ], "x-ms-request-id": [ - "431e5355-4ccf-47d2-9f3b-8a1d9307afde" + "0d554678-5c92-4b67-8839-f35edf888125" ], "x-ms-client-request-id": [ - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86", - "6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86" + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16", + "589e74fa-3d2e-4ee0-9c96-4b4805ff7c16" ], "X-Powered-By": [ "ASP.NET" @@ -8753,13 +8981,13 @@ "146" ], "x-ms-correlation-request-id": [ - "431e5355-4ccf-47d2-9f3b-8a1d9307afde" + "0d554678-5c92-4b67-8839-f35edf888125" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064128Z:431e5355-4ccf-47d2-9f3b-8a1d9307afde" + "SOUTHINDIA:20210518T093253Z:0d554678-5c92-4b67-8839-f35edf888125" ], "Date": [ - "Tue, 16 Feb 2021 06:41:28 GMT" + "Tue, 18 May 2021 09:32:53 GMT" ], "Content-Length": [ "845" @@ -8771,17 +8999,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupJobs/4023122a-87f2-49da-9829-7812e7c35bd1\",\r\n \"name\": \"4023122a-87f2-49da-9829-7812e7c35bd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6821\",\r\n \"duration\": \"PT1M52.0758435S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM0a6821\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM0a6821\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T06:39:35.0788951Z\",\r\n \"endTime\": \"2021-02-16T06:41:27.1547386Z\",\r\n \"activityId\": \"6ea238ea-cd66-40a2-9ddc-b9cd9ba53e86\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupJobs/49337672-bf71-469e-8a12-9b2ef5779ae5\",\r\n \"name\": \"49337672-bf71-469e-8a12-9b2ef5779ae5\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc241\",\r\n \"duration\": \"PT1M51.5596244S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMcfc241\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMcfc241\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:31:00.0903351Z\",\r\n \"endTime\": \"2021-05-18T09:32:51.6499595Z\",\r\n \"activityId\": \"589e74fa-3d2e-4ee0-9c96-4b4805ff7c16\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg0a6822cd%3Bpstestvm0a6822/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg0a6822cd%3Bpstestvm0a6822?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwYTY4MjJjZCUzQnBzdGVzdHZtMGE2ODIyL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzBhNjgyMmNkJTNCcHN0ZXN0dm0wYTY4MjI/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrgcfc245b4%3Bpstestvmcfc242/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrgcfc245b4%3Bpstestvmcfc242?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmdjZmMyNDViNCUzQnBzdGVzdHZtY2ZjMjQyL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZ2NmYzI0NWI0JTNCcHN0ZXN0dm1jZmMyNDI/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -8789,8 +9017,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8801,23 +9029,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperationResults/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperationResults/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "974deba9-9ffb-4f48-8331-4a5cad28b276" + "7838d517-d3cc-4bf7-9d0b-4ab9cae20d7e" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8829,13 +9057,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "974deba9-9ffb-4f48-8331-4a5cad28b276" + "7838d517-d3cc-4bf7-9d0b-4ab9cae20d7e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064128Z:974deba9-9ffb-4f48-8331-4a5cad28b276" + "SOUTHINDIA:20210518T093254Z:7838d517-d3cc-4bf7-9d0b-4ab9cae20d7e" ], "Date": [ - "Tue, 16 Feb 2021 06:41:28 GMT" + "Tue, 18 May 2021 09:32:54 GMT" ], "Expires": [ "-1" @@ -8848,13 +9076,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzBhODc1NmYyLWVmZGUtNGFhZC04YjdmLTQxMzNhMGU3MGU0Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2JjYmZkYjk3LTI0YjUtNGQwMi1iMmUyLTZiNDNjZTQ4ZWU5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -8862,8 +9090,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8877,11 +9105,11 @@ "nosniff" ], "x-ms-request-id": [ - "f2434cc2-1093-4846-8ab6-30a332c0a84b" + "199bed23-0a8c-4800-b589-b315ca9cb302" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8893,16 +9121,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "123" ], "x-ms-correlation-request-id": [ - "f2434cc2-1093-4846-8ab6-30a332c0a84b" + "199bed23-0a8c-4800-b589-b315ca9cb302" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064129Z:f2434cc2-1093-4846-8ab6-30a332c0a84b" + "SOUTHINDIA:20210518T093254Z:199bed23-0a8c-4800-b589-b315ca9cb302" ], "Date": [ - "Tue, 16 Feb 2021 06:41:28 GMT" + "Tue, 18 May 2021 09:32:54 GMT" ], "Content-Length": [ "188" @@ -8914,17 +9142,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"name\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"name\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzBhODc1NmYyLWVmZGUtNGFhZC04YjdmLTQxMzNhMGU3MGU0Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2JjYmZkYjk3LTI0YjUtNGQwMi1iMmUyLTZiNDNjZTQ4ZWU5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -8932,8 +9160,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8947,11 +9175,11 @@ "nosniff" ], "x-ms-request-id": [ - "3d86ef84-e4fb-4d3e-a5e7-fe63d3962a56" + "a5d73020-8430-4bdc-8cc3-422ebbc49e5f" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8963,16 +9191,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "123" + "122" ], "x-ms-correlation-request-id": [ - "3d86ef84-e4fb-4d3e-a5e7-fe63d3962a56" + "a5d73020-8430-4bdc-8cc3-422ebbc49e5f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064139Z:3d86ef84-e4fb-4d3e-a5e7-fe63d3962a56" + "SOUTHINDIA:20210518T093304Z:a5d73020-8430-4bdc-8cc3-422ebbc49e5f" ], "Date": [ - "Tue, 16 Feb 2021 06:41:38 GMT" + "Tue, 18 May 2021 09:33:04 GMT" ], "Content-Length": [ "188" @@ -8984,17 +9212,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"name\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"name\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzBhODc1NmYyLWVmZGUtNGFhZC04YjdmLTQxMzNhMGU3MGU0Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2JjYmZkYjk3LTI0YjUtNGQwMi1iMmUyLTZiNDNjZTQ4ZWU5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -9002,8 +9230,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9017,11 +9245,11 @@ "nosniff" ], "x-ms-request-id": [ - "eafb7473-e0e5-4fcb-8b71-b42830df22d4" + "2c83dd1d-7eaf-425f-9ad0-9f507f69d446" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9033,16 +9261,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "122" + "121" ], "x-ms-correlation-request-id": [ - "eafb7473-e0e5-4fcb-8b71-b42830df22d4" + "2c83dd1d-7eaf-425f-9ad0-9f507f69d446" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064149Z:eafb7473-e0e5-4fcb-8b71-b42830df22d4" + "SOUTHINDIA:20210518T093315Z:2c83dd1d-7eaf-425f-9ad0-9f507f69d446" ], "Date": [ - "Tue, 16 Feb 2021 06:41:48 GMT" + "Tue, 18 May 2021 09:33:14 GMT" ], "Content-Length": [ "188" @@ -9054,17 +9282,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"name\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"name\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzBhODc1NmYyLWVmZGUtNGFhZC04YjdmLTQxMzNhMGU3MGU0Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2JjYmZkYjk3LTI0YjUtNGQwMi1iMmUyLTZiNDNjZTQ4ZWU5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -9072,8 +9300,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9087,32 +9315,32 @@ "nosniff" ], "x-ms-request-id": [ - "faf16a19-8439-405f-b39e-573f11a0af26" + "b5c98d8c-fc59-489b-95c9-d218f8c0a19c" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" - ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "120" + ], "x-ms-correlation-request-id": [ - "faf16a19-8439-405f-b39e-573f11a0af26" + "b5c98d8c-fc59-489b-95c9-d218f8c0a19c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064159Z:faf16a19-8439-405f-b39e-573f11a0af26" + "SOUTHINDIA:20210518T093325Z:b5c98d8c-fc59-489b-95c9-d218f8c0a19c" ], "Date": [ - "Tue, 16 Feb 2021 06:41:59 GMT" + "Tue, 18 May 2021 09:33:24 GMT" ], "Content-Length": [ "188" @@ -9124,17 +9352,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"name\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"name\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzBhODc1NmYyLWVmZGUtNGFhZC04YjdmLTQxMzNhMGU3MGU0Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2JjYmZkYjk3LTI0YjUtNGQwMi1iMmUyLTZiNDNjZTQ4ZWU5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -9142,8 +9370,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9157,11 +9385,11 @@ "nosniff" ], "x-ms-request-id": [ - "3e0ef76b-3082-430f-89a2-42be7ec0e8bc" + "aa75e039-02f4-48ad-93ac-3d17198d034e" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9173,16 +9401,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "119" ], "x-ms-correlation-request-id": [ - "3e0ef76b-3082-430f-89a2-42be7ec0e8bc" + "aa75e039-02f4-48ad-93ac-3d17198d034e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064210Z:3e0ef76b-3082-430f-89a2-42be7ec0e8bc" + "SOUTHINDIA:20210518T093335Z:aa75e039-02f4-48ad-93ac-3d17198d034e" ], "Date": [ - "Tue, 16 Feb 2021 06:42:09 GMT" + "Tue, 18 May 2021 09:33:34 GMT" ], "Content-Length": [ "188" @@ -9194,17 +9422,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"name\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"name\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzBhODc1NmYyLWVmZGUtNGFhZC04YjdmLTQxMzNhMGU3MGU0Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2JjYmZkYjk3LTI0YjUtNGQwMi1iMmUyLTZiNDNjZTQ4ZWU5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -9212,8 +9440,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9227,11 +9455,11 @@ "nosniff" ], "x-ms-request-id": [ - "87a0e870-f5f6-4e6d-85c9-fd8aed6f6d1c" + "69d59062-7ce2-45f4-b0c0-6e46f2106966" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9243,16 +9471,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "119" + "118" ], "x-ms-correlation-request-id": [ - "87a0e870-f5f6-4e6d-85c9-fd8aed6f6d1c" + "69d59062-7ce2-45f4-b0c0-6e46f2106966" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064220Z:87a0e870-f5f6-4e6d-85c9-fd8aed6f6d1c" + "SOUTHINDIA:20210518T093345Z:69d59062-7ce2-45f4-b0c0-6e46f2106966" ], "Date": [ - "Tue, 16 Feb 2021 06:42:20 GMT" + "Tue, 18 May 2021 09:33:45 GMT" ], "Content-Length": [ "188" @@ -9264,17 +9492,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"name\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"name\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzBhODc1NmYyLWVmZGUtNGFhZC04YjdmLTQxMzNhMGU3MGU0Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2JjYmZkYjk3LTI0YjUtNGQwMi1iMmUyLTZiNDNjZTQ4ZWU5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -9282,8 +9510,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9297,11 +9525,11 @@ "nosniff" ], "x-ms-request-id": [ - "f5f6fa81-75a8-476c-be8a-917a34aa399b" + "58770138-fbf6-48e1-896a-ac068dc1a05e" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9313,16 +9541,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "118" + "117" ], "x-ms-correlation-request-id": [ - "f5f6fa81-75a8-476c-be8a-917a34aa399b" + "58770138-fbf6-48e1-896a-ac068dc1a05e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064230Z:f5f6fa81-75a8-476c-be8a-917a34aa399b" + "SOUTHINDIA:20210518T093356Z:58770138-fbf6-48e1-896a-ac068dc1a05e" ], "Date": [ - "Tue, 16 Feb 2021 06:42:30 GMT" + "Tue, 18 May 2021 09:33:55 GMT" ], "Content-Length": [ "188" @@ -9334,17 +9562,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"name\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"name\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzBhODc1NmYyLWVmZGUtNGFhZC04YjdmLTQxMzNhMGU3MGU0Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2JjYmZkYjk3LTI0YjUtNGQwMi1iMmUyLTZiNDNjZTQ4ZWU5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -9352,8 +9580,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9367,11 +9595,11 @@ "nosniff" ], "x-ms-request-id": [ - "a0e9ec64-90f2-40f9-9507-892c650f73be" + "0326ba51-fb2d-4a82-9b71-95ae85aef9fc" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9383,16 +9611,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" + "116" ], "x-ms-correlation-request-id": [ - "a0e9ec64-90f2-40f9-9507-892c650f73be" + "0326ba51-fb2d-4a82-9b71-95ae85aef9fc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064241Z:a0e9ec64-90f2-40f9-9507-892c650f73be" + "SOUTHINDIA:20210518T093406Z:0326ba51-fb2d-4a82-9b71-95ae85aef9fc" ], "Date": [ - "Tue, 16 Feb 2021 06:42:40 GMT" + "Tue, 18 May 2021 09:34:05 GMT" ], "Content-Length": [ "188" @@ -9404,17 +9632,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"name\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"name\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzBhODc1NmYyLWVmZGUtNGFhZC04YjdmLTQxMzNhMGU3MGU0Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2JjYmZkYjk3LTI0YjUtNGQwMi1iMmUyLTZiNDNjZTQ4ZWU5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -9422,8 +9650,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9437,11 +9665,11 @@ "nosniff" ], "x-ms-request-id": [ - "98fa3f2d-1718-41d9-a49c-754a36a88403" + "13e388ad-a8b6-4ae4-aeb2-36aa09122aed" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9453,16 +9681,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "116" + "115" ], "x-ms-correlation-request-id": [ - "98fa3f2d-1718-41d9-a49c-754a36a88403" + "13e388ad-a8b6-4ae4-aeb2-36aa09122aed" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064251Z:98fa3f2d-1718-41d9-a49c-754a36a88403" + "SOUTHINDIA:20210518T093416Z:13e388ad-a8b6-4ae4-aeb2-36aa09122aed" ], "Date": [ - "Tue, 16 Feb 2021 06:42:51 GMT" + "Tue, 18 May 2021 09:34:16 GMT" ], "Content-Length": [ "188" @@ -9474,17 +9702,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"name\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"name\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzBhODc1NmYyLWVmZGUtNGFhZC04YjdmLTQxMzNhMGU3MGU0Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2JjYmZkYjk3LTI0YjUtNGQwMi1iMmUyLTZiNDNjZTQ4ZWU5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -9492,8 +9720,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9507,32 +9735,32 @@ "nosniff" ], "x-ms-request-id": [ - "4376677d-28df-4c12-8824-8fc3a871e327" + "46719554-4e4f-4ea5-85e2-95e044fc2692" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "114" + ], "Server": [ "Microsoft-IIS/10.0" ], "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "115" - ], "x-ms-correlation-request-id": [ - "4376677d-28df-4c12-8824-8fc3a871e327" + "46719554-4e4f-4ea5-85e2-95e044fc2692" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064301Z:4376677d-28df-4c12-8824-8fc3a871e327" + "SOUTHINDIA:20210518T093426Z:46719554-4e4f-4ea5-85e2-95e044fc2692" ], "Date": [ - "Tue, 16 Feb 2021 06:43:00 GMT" + "Tue, 18 May 2021 09:34:26 GMT" ], "Content-Length": [ "188" @@ -9544,17 +9772,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"name\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"name\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzBhODc1NmYyLWVmZGUtNGFhZC04YjdmLTQxMzNhMGU3MGU0Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2JjYmZkYjk3LTI0YjUtNGQwMi1iMmUyLTZiNDNjZTQ4ZWU5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -9562,8 +9790,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9577,11 +9805,11 @@ "nosniff" ], "x-ms-request-id": [ - "408aefb7-1759-49d2-98f4-cb6e76ab3d00" + "bf64417f-50d7-4a01-99e0-406b2afdf787" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9593,16 +9821,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "114" + "113" ], "x-ms-correlation-request-id": [ - "408aefb7-1759-49d2-98f4-cb6e76ab3d00" + "bf64417f-50d7-4a01-99e0-406b2afdf787" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064311Z:408aefb7-1759-49d2-98f4-cb6e76ab3d00" + "SOUTHINDIA:20210518T093437Z:bf64417f-50d7-4a01-99e0-406b2afdf787" ], "Date": [ - "Tue, 16 Feb 2021 06:43:10 GMT" + "Tue, 18 May 2021 09:34:37 GMT" ], "Content-Length": [ "188" @@ -9614,17 +9842,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"name\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"name\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzBhODc1NmYyLWVmZGUtNGFhZC04YjdmLTQxMzNhMGU3MGU0Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2JjYmZkYjk3LTI0YjUtNGQwMi1iMmUyLTZiNDNjZTQ4ZWU5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -9632,8 +9860,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9647,11 +9875,11 @@ "nosniff" ], "x-ms-request-id": [ - "ffe8cceb-398d-4b20-a47f-763fae1c218b" + "f689fab5-6586-4e5f-93ac-b06e6c203dfc" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9663,16 +9891,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "113" + "112" ], "x-ms-correlation-request-id": [ - "ffe8cceb-398d-4b20-a47f-763fae1c218b" + "f689fab5-6586-4e5f-93ac-b06e6c203dfc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064322Z:ffe8cceb-398d-4b20-a47f-763fae1c218b" + "SOUTHINDIA:20210518T093447Z:f689fab5-6586-4e5f-93ac-b06e6c203dfc" ], "Date": [ - "Tue, 16 Feb 2021 06:43:21 GMT" + "Tue, 18 May 2021 09:34:47 GMT" ], "Content-Length": [ "304" @@ -9684,17 +9912,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"name\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e5bd112a-04d8-4829-900b-195184efb536\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"name\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"ffc0956e-380e-443b-b2be-f321d93138e1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupOperations/0a8756f2-efde-4aad-8b7f-4133a0e70e46?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBPcGVyYXRpb25zLzBhODc1NmYyLWVmZGUtNGFhZC04YjdmLTQxMzNhMGU3MGU0Nj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupOperations/bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBPcGVyYXRpb25zL2JjYmZkYjk3LTI0YjUtNGQwMi1iMmUyLTZiNDNjZTQ4ZWU5Zj9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -9702,8 +9930,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9717,11 +9945,11 @@ "nosniff" ], "x-ms-request-id": [ - "ae9c39a6-7057-4b9d-af93-64b1ee4aea8c" + "9b636eb6-a32a-4f25-be67-5070f6070423" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9733,16 +9961,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "112" + "111" ], "x-ms-correlation-request-id": [ - "ae9c39a6-7057-4b9d-af93-64b1ee4aea8c" + "9b636eb6-a32a-4f25-be67-5070f6070423" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064322Z:ae9c39a6-7057-4b9d-af93-64b1ee4aea8c" + "SOUTHINDIA:20210518T093448Z:9b636eb6-a32a-4f25-be67-5070f6070423" ], "Date": [ - "Tue, 16 Feb 2021 06:43:21 GMT" + "Tue, 18 May 2021 09:34:47 GMT" ], "Content-Length": [ "304" @@ -9754,17 +9982,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"name\": \"0a8756f2-efde-4aad-8b7f-4133a0e70e46\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"e5bd112a-04d8-4829-900b-195184efb536\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"name\": \"bcbfdb97-24b5-4d02-b2e2-6b43ce48ee9f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"ffc0956e-380e-443b-b2be-f321d93138e1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupJobs/e5bd112a-04d8-4829-900b-195184efb536?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZC9iYWNrdXBKb2JzL2U1YmQxMTJhLTA0ZDgtNDgyOS05MDBiLTE5NTE4NGVmYjUzNj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupJobs/ffc0956e-380e-443b-b2be-f321d93138e1?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViNC9iYWNrdXBKb2JzL2ZmYzA5NTZlLTM4MGUtNDQzYi1iMmJlLWYzMjFkOTMxMzhlMT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "Accept-Language": [ "en-US" @@ -9772,8 +10000,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9791,11 +10019,11 @@ "nosniff" ], "x-ms-request-id": [ - "e4c95633-637e-4ccd-b71c-b5754154a7fe" + "8585df74-ee89-4bb8-9c82-c781be019215" ], "x-ms-client-request-id": [ - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2", - "53fddac8-3ff4-4032-b69a-cf67d01f2dd2" + "b5de2258-de92-4e9c-8e79-71735ea78c6f", + "b5de2258-de92-4e9c-8e79-71735ea78c6f" ], "X-Powered-By": [ "ASP.NET" @@ -9807,13 +10035,13 @@ "145" ], "x-ms-correlation-request-id": [ - "e4c95633-637e-4ccd-b71c-b5754154a7fe" + "8585df74-ee89-4bb8-9c82-c781be019215" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064322Z:e4c95633-637e-4ccd-b71c-b5754154a7fe" + "SOUTHINDIA:20210518T093448Z:8585df74-ee89-4bb8-9c82-c781be019215" ], "Date": [ - "Tue, 16 Feb 2021 06:43:21 GMT" + "Tue, 18 May 2021 09:34:47 GMT" ], "Content-Length": [ "844" @@ -9825,17 +10053,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd/backupJobs/e5bd112a-04d8-4829-900b-195184efb536\",\r\n \"name\": \"e5bd112a-04d8-4829-900b-195184efb536\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg0a6822cd;pstestvm0a6822\",\r\n \"duration\": \"PT1M51.5430065S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM0a6822\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM0a6822\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T06:41:28.8523675Z\",\r\n \"endTime\": \"2021-02-16T06:43:20.395374Z\",\r\n \"activityId\": \"53fddac8-3ff4-4032-b69a-cf67d01f2dd2\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4/backupJobs/ffc0956e-380e-443b-b2be-f321d93138e1\",\r\n \"name\": \"ffc0956e-380e-443b-b2be-f321d93138e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrgcfc245b4;pstestvmcfc242\",\r\n \"duration\": \"PT1M52.1791533S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVMcfc242\",\r\n \"Number of Recovery Points\": \"0\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVMcfc242\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:32:54.3108747Z\",\r\n \"endTime\": \"2021-05-18T09:34:46.490028Z\",\r\n \"activityId\": \"b5de2258-de92-4e9c-8e79-71735ea78c6f\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG0a6822cd/providers/Microsoft.RecoveryServices/vaults/PSTestRSV0a6822cd?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMGE2ODIyY2QvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwYTY4MjJjZD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRGcfc245b4/providers/Microsoft.RecoveryServices/vaults/PSTestRSVcfc245b4?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1ZjZmMyNDViND9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e472271f-7c51-45e5-9e4e-a1ebe6de0b2c" + "77908127-bd12-4e08-9b74-1afe22b4d064" ], "Accept-Language": [ "en-US" @@ -9843,7 +10071,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -9858,25 +10086,25 @@ "nosniff" ], "x-ms-request-id": [ - "03aba80d-3d0f-4c09-aec7-db73257ebf60" + "8da6b250-ae97-4803-bfd6-0a274c7d9250" ], "x-ms-client-request-id": [ - "e472271f-7c51-45e5-9e4e-a1ebe6de0b2c" + "77908127-bd12-4e08-9b74-1afe22b4d064" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "9" + "8" ], "x-ms-correlation-request-id": [ - "03aba80d-3d0f-4c09-aec7-db73257ebf60" + "8da6b250-ae97-4803-bfd6-0a274c7d9250" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064327Z:03aba80d-3d0f-4c09-aec7-db73257ebf60" + "SOUTHINDIA:20210518T093451Z:8da6b250-ae97-4803-bfd6-0a274c7d9250" ], "Date": [ - "Tue, 16 Feb 2021 06:43:26 GMT" + "Tue, 18 May 2021 09:34:51 GMT" ], "Expires": [ "-1" @@ -9889,13 +10117,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG0a6822cd?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMGE2ODIyY2Q/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRGcfc245b4?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHY2ZjMjQ1YjQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "854e38a2-1086-46f3-9025-cdb08c093859" + "4e92882f-eec8-4e53-833d-94a1c35c7cff" ], "Accept-Language": [ "en-US" @@ -9903,8 +10131,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -9915,22 +10143,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14997" ], "x-ms-request-id": [ - "d8d8a105-c29a-4691-9e96-4dc3ca2827e9" + "de1dbae4-7a23-495e-b404-af914813ff28" ], "x-ms-correlation-request-id": [ - "d8d8a105-c29a-4691-9e96-4dc3ca2827e9" + "de1dbae4-7a23-495e-b404-af914813ff28" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064328Z:d8d8a105-c29a-4691-9e96-4dc3ca2827e9" + "SOUTHINDIA:20210518T093453Z:de1dbae4-7a23-495e-b404-af914813ff28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9939,7 +10167,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:43:28 GMT" + "Tue, 18 May 2021 09:34:52 GMT" ], "Expires": [ "-1" @@ -9952,16 +10180,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -9972,22 +10200,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-request-id": [ - "fb536c53-38ab-41b2-946d-ff76b8aa0ccd" + "42f08f1a-598a-4541-8db6-cd375bbb39be" ], "x-ms-correlation-request-id": [ - "fb536c53-38ab-41b2-946d-ff76b8aa0ccd" + "42f08f1a-598a-4541-8db6-cd375bbb39be" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064344Z:fb536c53-38ab-41b2-946d-ff76b8aa0ccd" + "SOUTHINDIA:20210518T093508Z:42f08f1a-598a-4541-8db6-cd375bbb39be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9996,7 +10224,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:43:43 GMT" + "Tue, 18 May 2021 09:35:08 GMT" ], "Expires": [ "-1" @@ -10009,16 +10237,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10029,22 +10257,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "5f43375b-23e4-428f-8d62-959d718a380b" + "1a6d63a5-9e75-4e81-8583-1c6461abb64d" ], "x-ms-correlation-request-id": [ - "5f43375b-23e4-428f-8d62-959d718a380b" + "1a6d63a5-9e75-4e81-8583-1c6461abb64d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064359Z:5f43375b-23e4-428f-8d62-959d718a380b" + "SOUTHINDIA:20210518T093523Z:1a6d63a5-9e75-4e81-8583-1c6461abb64d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10053,7 +10281,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:43:58 GMT" + "Tue, 18 May 2021 09:35:23 GMT" ], "Expires": [ "-1" @@ -10066,16 +10294,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10086,22 +10314,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "0ba342c3-83c9-4073-a15c-37cc1dac58f8" + "d32863c6-b9db-4150-a5e6-c83793ae2e06" ], "x-ms-correlation-request-id": [ - "0ba342c3-83c9-4073-a15c-37cc1dac58f8" + "d32863c6-b9db-4150-a5e6-c83793ae2e06" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064414Z:0ba342c3-83c9-4073-a15c-37cc1dac58f8" + "SOUTHINDIA:20210518T093538Z:d32863c6-b9db-4150-a5e6-c83793ae2e06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10110,7 +10338,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:44:13 GMT" + "Tue, 18 May 2021 09:35:38 GMT" ], "Expires": [ "-1" @@ -10123,16 +10351,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10143,22 +10371,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "4e21ba67-e724-4162-89df-4047fb967b0f" + "e0e4ca9d-6c30-4b0e-ac6b-3020f9fd3d93" ], "x-ms-correlation-request-id": [ - "4e21ba67-e724-4162-89df-4047fb967b0f" + "e0e4ca9d-6c30-4b0e-ac6b-3020f9fd3d93" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064429Z:4e21ba67-e724-4162-89df-4047fb967b0f" + "SOUTHINDIA:20210518T093553Z:e0e4ca9d-6c30-4b0e-ac6b-3020f9fd3d93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10167,7 +10395,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:44:29 GMT" + "Tue, 18 May 2021 09:35:53 GMT" ], "Expires": [ "-1" @@ -10180,16 +10408,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10200,22 +10428,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "f4633847-a0fd-4abc-9dc1-acb94261edf9" + "4241e59f-39ac-4459-b6eb-a12ce54f68bc" ], "x-ms-correlation-request-id": [ - "f4633847-a0fd-4abc-9dc1-acb94261edf9" + "4241e59f-39ac-4459-b6eb-a12ce54f68bc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064444Z:f4633847-a0fd-4abc-9dc1-acb94261edf9" + "SOUTHINDIA:20210518T093609Z:4241e59f-39ac-4459-b6eb-a12ce54f68bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10224,7 +10452,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:44:44 GMT" + "Tue, 18 May 2021 09:36:08 GMT" ], "Expires": [ "-1" @@ -10237,16 +10465,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10257,22 +10485,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "dff04e9d-7289-4e37-ab89-9c1af09a2724" + "dcbfd014-da70-4e5e-b648-582959d4b50e" ], "x-ms-correlation-request-id": [ - "dff04e9d-7289-4e37-ab89-9c1af09a2724" + "dcbfd014-da70-4e5e-b648-582959d4b50e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064459Z:dff04e9d-7289-4e37-ab89-9c1af09a2724" + "SOUTHINDIA:20210518T093624Z:dcbfd014-da70-4e5e-b648-582959d4b50e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10281,7 +10509,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:44:59 GMT" + "Tue, 18 May 2021 09:36:23 GMT" ], "Expires": [ "-1" @@ -10294,16 +10522,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10314,22 +10542,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-request-id": [ - "83936b54-1aea-46eb-95b3-9ff8d62d755e" + "3dae9386-6bf5-4056-9066-4da52a42d40f" ], "x-ms-correlation-request-id": [ - "83936b54-1aea-46eb-95b3-9ff8d62d755e" + "3dae9386-6bf5-4056-9066-4da52a42d40f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064515Z:83936b54-1aea-46eb-95b3-9ff8d62d755e" + "SOUTHINDIA:20210518T093639Z:3dae9386-6bf5-4056-9066-4da52a42d40f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10338,7 +10566,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:45:14 GMT" + "Tue, 18 May 2021 09:36:39 GMT" ], "Expires": [ "-1" @@ -10351,16 +10579,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10371,22 +10599,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11988" ], "x-ms-request-id": [ - "3988d7e9-2488-4220-9d16-016a03093bd1" + "d69a67ef-2c73-40bd-bcea-cb319b41a216" ], "x-ms-correlation-request-id": [ - "3988d7e9-2488-4220-9d16-016a03093bd1" + "d69a67ef-2c73-40bd-bcea-cb319b41a216" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064530Z:3988d7e9-2488-4220-9d16-016a03093bd1" + "SOUTHINDIA:20210518T093654Z:d69a67ef-2c73-40bd-bcea-cb319b41a216" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10395,7 +10623,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:45:29 GMT" + "Tue, 18 May 2021 09:36:54 GMT" ], "Expires": [ "-1" @@ -10408,16 +10636,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10428,22 +10656,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11987" ], "x-ms-request-id": [ - "64d45280-2374-450b-b650-88b76d4284d4" + "8be6eadd-6c15-4d05-8bf2-807d2c7a462d" ], "x-ms-correlation-request-id": [ - "64d45280-2374-450b-b650-88b76d4284d4" + "8be6eadd-6c15-4d05-8bf2-807d2c7a462d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064545Z:64d45280-2374-450b-b650-88b76d4284d4" + "SOUTHINDIA:20210518T093709Z:8be6eadd-6c15-4d05-8bf2-807d2c7a462d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10452,7 +10680,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:45:44 GMT" + "Tue, 18 May 2021 09:37:09 GMT" ], "Expires": [ "-1" @@ -10465,16 +10693,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10485,22 +10713,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-request-id": [ - "7754c418-4857-42b9-b8e8-97c78d9c7dbf" + "fa68660d-7447-4079-a56b-e57adc999d8e" ], "x-ms-correlation-request-id": [ - "7754c418-4857-42b9-b8e8-97c78d9c7dbf" + "fa68660d-7447-4079-a56b-e57adc999d8e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064600Z:7754c418-4857-42b9-b8e8-97c78d9c7dbf" + "SOUTHINDIA:20210518T093724Z:fa68660d-7447-4079-a56b-e57adc999d8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10509,7 +10737,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:46:00 GMT" + "Tue, 18 May 2021 09:37:24 GMT" ], "Expires": [ "-1" @@ -10522,16 +10750,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10542,22 +10770,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "5a1decc5-3c97-4de4-baff-96bfeeb38c58" + "f78040cc-eee3-48bf-b31e-756bec92cc37" ], "x-ms-correlation-request-id": [ - "5a1decc5-3c97-4de4-baff-96bfeeb38c58" + "f78040cc-eee3-48bf-b31e-756bec92cc37" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064615Z:5a1decc5-3c97-4de4-baff-96bfeeb38c58" + "SOUTHINDIA:20210518T093740Z:f78040cc-eee3-48bf-b31e-756bec92cc37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10566,7 +10794,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:46:15 GMT" + "Tue, 18 May 2021 09:37:39 GMT" ], "Expires": [ "-1" @@ -10579,16 +10807,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10599,22 +10827,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "1fb4aab0-06d3-40fe-8b25-3585a65273bf" + "691d6fea-a001-4efe-9f33-f7f9dc87ccb4" ], "x-ms-correlation-request-id": [ - "1fb4aab0-06d3-40fe-8b25-3585a65273bf" + "691d6fea-a001-4efe-9f33-f7f9dc87ccb4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064630Z:1fb4aab0-06d3-40fe-8b25-3585a65273bf" + "SOUTHINDIA:20210518T093755Z:691d6fea-a001-4efe-9f33-f7f9dc87ccb4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10623,7 +10851,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:46:29 GMT" + "Tue, 18 May 2021 09:37:54 GMT" ], "Expires": [ "-1" @@ -10636,16 +10864,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10656,22 +10884,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "81f8e051-6383-46e8-83ea-a7ed94d12a14" + "dc8f8105-3a66-4bf9-ab34-b396a52f92a7" ], "x-ms-correlation-request-id": [ - "81f8e051-6383-46e8-83ea-a7ed94d12a14" + "dc8f8105-3a66-4bf9-ab34-b396a52f92a7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064646Z:81f8e051-6383-46e8-83ea-a7ed94d12a14" + "SOUTHINDIA:20210518T093810Z:dc8f8105-3a66-4bf9-ab34-b396a52f92a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10680,7 +10908,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:46:45 GMT" + "Tue, 18 May 2021 09:38:09 GMT" ], "Expires": [ "-1" @@ -10693,16 +10921,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10713,22 +10941,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11995" ], "x-ms-request-id": [ - "35fd5448-8a89-4f0c-a911-f172fdc7bd99" + "439e65df-2824-4264-9f68-012dc68cee36" ], "x-ms-correlation-request-id": [ - "35fd5448-8a89-4f0c-a911-f172fdc7bd99" + "439e65df-2824-4264-9f68-012dc68cee36" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064701Z:35fd5448-8a89-4f0c-a911-f172fdc7bd99" + "SOUTHINDIA:20210518T093825Z:439e65df-2824-4264-9f68-012dc68cee36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10737,7 +10965,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:47:01 GMT" + "Tue, 18 May 2021 09:38:25 GMT" ], "Expires": [ "-1" @@ -10750,16 +10978,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10770,22 +10998,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11994" ], "x-ms-request-id": [ - "dd6ba288-2319-4023-94e3-affb420563bf" + "680a8b6a-4c6c-4cea-a47d-d582b3e15d9c" ], "x-ms-correlation-request-id": [ - "dd6ba288-2319-4023-94e3-affb420563bf" + "680a8b6a-4c6c-4cea-a47d-d582b3e15d9c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064716Z:dd6ba288-2319-4023-94e3-affb420563bf" + "SOUTHINDIA:20210518T093840Z:680a8b6a-4c6c-4cea-a47d-d582b3e15d9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10794,7 +11022,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:47:16 GMT" + "Tue, 18 May 2021 09:38:40 GMT" ], "Expires": [ "-1" @@ -10807,16 +11035,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10827,22 +11055,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11993" ], "x-ms-request-id": [ - "0567ea1e-ceba-4dfc-bea5-eb23134e0644" + "02311b48-29c4-4787-ae46-e6520b7a1618" ], "x-ms-correlation-request-id": [ - "0567ea1e-ceba-4dfc-bea5-eb23134e0644" + "02311b48-29c4-4787-ae46-e6520b7a1618" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064731Z:0567ea1e-ceba-4dfc-bea5-eb23134e0644" + "SOUTHINDIA:20210518T093855Z:02311b48-29c4-4787-ae46-e6520b7a1618" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10851,7 +11079,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:47:30 GMT" + "Tue, 18 May 2021 09:38:55 GMT" ], "Expires": [ "-1" @@ -10864,16 +11092,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10884,22 +11112,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11992" ], "x-ms-request-id": [ - "068956be-86fc-47cd-aba0-422ed3565e2d" + "a6b474c0-e36a-45ab-b03c-5166c68c9f96" ], "x-ms-correlation-request-id": [ - "068956be-86fc-47cd-aba0-422ed3565e2d" + "a6b474c0-e36a-45ab-b03c-5166c68c9f96" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064746Z:068956be-86fc-47cd-aba0-422ed3565e2d" + "SOUTHINDIA:20210518T093910Z:a6b474c0-e36a-45ab-b03c-5166c68c9f96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10908,7 +11136,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:47:46 GMT" + "Tue, 18 May 2021 09:39:10 GMT" ], "Expires": [ "-1" @@ -10921,16 +11149,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10941,22 +11169,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11991" ], "x-ms-request-id": [ - "1b351da2-56e6-403e-b0c9-7a7ad33b0470" + "35d58a98-902c-4455-96bb-83765e48d244" ], "x-ms-correlation-request-id": [ - "1b351da2-56e6-403e-b0c9-7a7ad33b0470" + "35d58a98-902c-4455-96bb-83765e48d244" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064801Z:1b351da2-56e6-403e-b0c9-7a7ad33b0470" + "SOUTHINDIA:20210518T093926Z:35d58a98-902c-4455-96bb-83765e48d244" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10965,7 +11193,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:48:01 GMT" + "Tue, 18 May 2021 09:39:25 GMT" ], "Expires": [ "-1" @@ -10978,16 +11206,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10998,16 +11226,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11990" ], "x-ms-request-id": [ - "5bfcedc9-1448-4cb9-847a-5f48b0fe6768" + "0917f6ec-862e-4d66-995a-ae21441157b6" ], "x-ms-correlation-request-id": [ - "5bfcedc9-1448-4cb9-847a-5f48b0fe6768" + "0917f6ec-862e-4d66-995a-ae21441157b6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064817Z:5bfcedc9-1448-4cb9-847a-5f48b0fe6768" + "SOUTHINDIA:20210518T093941Z:0917f6ec-862e-4d66-995a-ae21441157b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11016,7 +11244,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:48:16 GMT" + "Tue, 18 May 2021 09:39:40 GMT" ], "Expires": [ "-1" @@ -11029,16 +11257,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzBBNjgyMkNELVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekJCTmpneU1rTkVMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSR0NGQzI0NUI0LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSME5HUXpJME5VSTBMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11049,16 +11277,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11989" ], "x-ms-request-id": [ - "4a1e2d97-7239-43f9-9449-7e08845bf5da" + "afeab6d5-3319-4df1-92f9-5dae77c56884" ], "x-ms-correlation-request-id": [ - "4a1e2d97-7239-43f9-9449-7e08845bf5da" + "afeab6d5-3319-4df1-92f9-5dae77c56884" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T064817Z:4a1e2d97-7239-43f9-9449-7e08845bf5da" + "SOUTHINDIA:20210518T093941Z:afeab6d5-3319-4df1-92f9-5dae77c56884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11067,7 +11295,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:48:16 GMT" + "Tue, 18 May 2021 09:39:40 GMT" ], "Expires": [ "-1" @@ -11082,14 +11310,12 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "0a6822cd-535e-4e8a-9bef-d2211237251a", - "StartTime1": "2021-02-15 06:39:33Z", - "EndTime1": "2021-02-16 06:39:33Z", - "StartTime2": "01/27/2021 12:09:33", - "StartTime3": "2021-01-07 06:39:33Z", - "EndTime3": "2021-02-16 06:39:33Z", - "StartTime4": "2121-02-15 06:39:33Z", - "EndTime4": "2121-02-16 06:39:33Z" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", + "NamingSuffix": "cfc245b4-ba0f-47a0-9729-edb3c9e6db88", + "StartTime1": "2021-05-17 09:30:58Z", + "EndTime1": "2021-05-18 09:30:58Z", + "StartTime2": "04/28/2021 15:00:58", + "StartTime4": "2121-05-17 09:30:58Z", + "EndTime4": "2121-05-18 09:30:58Z" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMWaitJob.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMWaitJob.json index 73db318bf04b..229257113a40 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMWaitJob.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.JobTests/TestAzureVMWaitJob.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG4a1876d8?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNGExODc2ZDg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG080f34a5?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMDgwZjM0YTU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5339620-4062-4a38-862c-bb7d84187138" + "7ed410e7-e514-423f-a389-8c92c1391c13" ], "Accept-Language": [ "en-US" @@ -15,8 +15,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -30,16 +30,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11996" ], "x-ms-request-id": [ - "282023e2-db49-4e83-9786-93aa352b804b" + "55a786c8-c8ba-41a8-a7c3-0495902912c5" ], "x-ms-correlation-request-id": [ - "282023e2-db49-4e83-9786-93aa352b804b" + "55a786c8-c8ba-41a8-a7c3-0495902912c5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054525Z:282023e2-db49-4e83-9786-93aa352b804b" + "SOUTHINDIA:20210518T083711Z:55a786c8-c8ba-41a8-a7c3-0495902912c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:24 GMT" + "Tue, 18 May 2021 08:37:11 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -60,17 +60,17 @@ "108" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG4a1876d8' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG080f34a5' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG4a1876d8?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNGExODc2ZDg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG080f34a5?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMDgwZjM0YTU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74ff4896-2b64-4b2c-9b1c-67d0fc1ef343" + "7d99ff14-f6eb-4d66-afe9-4b5e96a82966" ], "Accept-Language": [ "en-US" @@ -78,8 +78,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11980" ], "x-ms-request-id": [ - "01a64a41-26d4-4ba4-8e6f-2ec8c1893525" + "3fc83d57-24a4-4a1f-8a03-b308ee5d60a2" ], "x-ms-correlation-request-id": [ - "01a64a41-26d4-4ba4-8e6f-2ec8c1893525" + "3fc83d57-24a4-4a1f-8a03-b308ee5d60a2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062300Z:01a64a41-26d4-4ba4-8e6f-2ec8c1893525" + "SOUTHINDIA:20210518T091348Z:3fc83d57-24a4-4a1f-8a03-b308ee5d60a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:23:00 GMT" + "Tue, 18 May 2021 09:13:47 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,17 +120,17 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8\",\r\n \"name\": \"PSTestRG4a1876d8\",\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/PSTestRG080f34a5\",\r\n \"name\": \"PSTestRG080f34a5\",\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/PSTestRG4a1876d8?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNGExODc2ZDg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG080f34a5?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMDgwZjM0YTU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b3c843e5-3244-4985-997c-ba37806b32bd" + "3129c6d3-d138-4141-b6fe-751a2c1ac8ce" ], "Accept-Language": [ "en-US" @@ -138,8 +138,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "1199" ], "x-ms-request-id": [ - "9008f625-b2c2-4b85-9c57-3914bfc38746" + "cc32ac50-74d4-46f5-8685-c9cbe1b1954f" ], "x-ms-correlation-request-id": [ - "9008f625-b2c2-4b85-9c57-3914bfc38746" + "cc32ac50-74d4-46f5-8685-c9cbe1b1954f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054526Z:9008f625-b2c2-4b85-9c57-3914bfc38746" + "SOUTHINDIA:20210518T083712Z:cc32ac50-74d4-46f5-8685-c9cbe1b1954f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:26 GMT" + "Tue, 18 May 2021 08:37:12 GMT" ], "Content-Length": [ "192" @@ -186,17 +186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8\",\r\n \"name\": \"PSTestRG4a1876d8\",\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/PSTestRG080f34a5\",\r\n \"name\": \"PSTestRG080f34a5\",\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/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTRhMTg3MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTA4MGYzMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ba86b0e-5c92-4896-98c6-6733070f4e61" + "bda3974f-280b-4e1d-862f-307f5b8c8e0b" ], "Accept-Language": [ "en-US" @@ -204,8 +204,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "92007228-4069-4e51-9af1-8cb024994660" + "867f4dee-5486-4a2f-8efd-631ae00af305" ], "x-ms-correlation-request-id": [ - "92007228-4069-4e51-9af1-8cb024994660" + "867f4dee-5486-4a2f-8efd-631ae00af305" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054526Z:92007228-4069-4e51-9af1-8cb024994660" + "SOUTHINDIA:20210518T083713Z:867f4dee-5486-4a2f-8efd-631ae00af305" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:26 GMT" + "Tue, 18 May 2021 08:37:12 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,23 +246,23 @@ "236" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/PSTestVM4a1870' under resource group 'PSTestRG4a1876d8' 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/PSTestVM080f30' under resource group 'PSTestRG080f34a5' 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/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTRhMTg3MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTA4MGYzMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -273,35 +273,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31992" + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a4fddcd4-7a48-4fa4-8ab5-07c275c17710" + "b9bfd338-5c01-4cec-85e4-4e1975437e8f" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11991" ], "x-ms-correlation-request-id": [ - "6b0dc18a-f982-4fe6-b51a-2cbbc37c92d4" + "2921bde1-05be-408a-800f-19b55fe8aa5d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054830Z:6b0dc18a-f982-4fe6-b51a-2cbbc37c92d4" + "SOUTHINDIA:20210518T083927Z:2921bde1-05be-408a-800f-19b55fe8aa5d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:48:30 GMT" + "Tue, 18 May 2021 08:39:26 GMT" ], "Content-Length": [ - "2184" + "2180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -310,17 +310,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0cff6b69-af75-49c5-93c9-db3148ba827e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM4a1870_OsDisk_1_8e1ef5bea62340ce8361603eaa5fd455\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/disks/PSTestVM4a1870_OsDisk_1_8e1ef5bea62340ce8361603eaa5fd455\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM4a1870\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a346d51a-df6e-4dd7-b124-a60f0c116c8c\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM080f30_OsDisk_1_7239a88f396b4ff38ceb6d2b03f4c9ce\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/disks/PSTestVM080f30_OsDisk_1_7239a88f396b4ff38ceb6d2b03f4c9ce\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM080f30\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTRhMTg3MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTA4MGYzMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87c32200-8591-48a7-866a-13969d546d13" + "4e52de07-00fd-4eb7-9301-db358460db45" ], "Accept-Language": [ "en-US" @@ -328,8 +328,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -340,35 +340,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31990" + "Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2ea9f235-c946-4fa9-a968-38c5c0548b10" + "3ee6e99b-288f-4f1e-9834-16e7ddecd650" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11982" ], "x-ms-correlation-request-id": [ - "b8b701e0-6af5-4edb-8982-771f1469ad81" + "8ad24dcf-15f6-4058-93b7-c5a60cfca390" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055035Z:b8b701e0-6af5-4edb-8982-771f1469ad81" + "SOUTHINDIA:20210518T084131Z:8ad24dcf-15f6-4058-93b7-c5a60cfca390" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:50:34 GMT" + "Tue, 18 May 2021 08:41:30 GMT" ], "Content-Length": [ - "2747" + "2743" ], "Content-Type": [ "application/json; charset=utf-8" @@ -377,17 +377,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0cff6b69-af75-49c5-93c9-db3148ba827e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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\": \"PSTestVM4a1870_OsDisk_1_8e1ef5bea62340ce8361603eaa5fd455\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/disks/PSTestVM4a1870_OsDisk_1_8e1ef5bea62340ce8361603eaa5fd455\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM4a1870\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870/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 }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a346d51a-df6e-4dd7-b124-a60f0c116c8c\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"PSTestVM080f30_OsDisk_1_7239a88f396b4ff38ceb6d2b03f4c9ce\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/disks/PSTestVM080f30_OsDisk_1_7239a88f396b4ff38ceb6d2b03f4c9ce\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM080f30\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30/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 }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUNGExODcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMDgwZjMwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da1bca70-734c-4d9e-acd2-555c134e141d" + "8929ddbe-0736-4bbc-9818-5b4935f0cddd" ], "Accept-Language": [ "en-US" @@ -395,8 +395,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -410,13 +410,13 @@ "gateway" ], "x-ms-request-id": [ - "c68bf1a0-d4a1-4e4e-8b9b-f15e3ca7e94b" + "3d9264b2-6050-4bdf-b359-2509f7797804" ], "x-ms-correlation-request-id": [ - "c68bf1a0-d4a1-4e4e-8b9b-f15e3ca7e94b" + "3d9264b2-6050-4bdf-b359-2509f7797804" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054527Z:c68bf1a0-d4a1-4e4e-8b9b-f15e3ca7e94b" + "SOUTHINDIA:20210518T083713Z:3d9264b2-6050-4bdf-b359-2509f7797804" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -425,7 +425,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:26 GMT" + "Tue, 18 May 2021 08:37:13 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -437,23 +437,23 @@ "238" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/PSTestVNET4a1870' under resource group 'PSTestRG4a1876d8' 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/PSTestVNET080f30' under resource group 'PSTestRG080f34a5' 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/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUNGExODcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMDgwZjMwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da1bca70-734c-4d9e-acd2-555c134e141d" + "8929ddbe-0736-4bbc-9818-5b4935f0cddd" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -464,16 +464,16 @@ "no-cache" ], "ETag": [ - "W/\"ba212fe7-5e57-4783-a95c-97b7a7a6b235\"" + "W/\"5081ace8-5368-4afb-8495-0550537f5912\"" ], "x-ms-request-id": [ - "3552736d-906b-4a0b-9b77-1d019498a797" + "91ab16da-b855-40be-8945-efa4df93529e" ], "x-ms-correlation-request-id": [ - "d1f90b4f-556e-49af-93a5-2b59e44298ef" + "1b76beeb-e194-4ca8-85c1-e2e4dd535b78" ], "x-ms-arm-service-request-id": [ - "58781f7b-9306-4a88-b2ce-b831ccb29d14" + "b17fc472-1e7b-4b6d-8091-0aaab46c539d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -486,16 +486,16 @@ "11996" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054535Z:d1f90b4f-556e-49af-93a5-2b59e44298ef" + "SOUTHINDIA:20210518T083720Z:1b76beeb-e194-4ca8-85c1-e2e4dd535b78" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:35 GMT" + "Tue, 18 May 2021 08:37:20 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -504,17 +504,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870\",\r\n \"etag\": \"W/\\\"ba212fe7-5e57-4783-a95c-97b7a7a6b235\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"13ee8786-2a34-47da-a118-120b5ea0306a\",\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\": \"PSTestSNC4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870/subnets/PSTestSNC4a1870\",\r\n \"etag\": \"W/\\\"ba212fe7-5e57-4783-a95c-97b7a7a6b235\\\"\",\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\": \"PSTestVNET080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30\",\r\n \"etag\": \"W/\\\"5081ace8-5368-4afb-8495-0550537f5912\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f56ed782-5706-49ac-aba2-c3a5beb6da00\",\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\": \"PSTestSNC080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30/subnets/PSTestSNC080f30\",\r\n \"etag\": \"W/\\\"5081ace8-5368-4afb-8495-0550537f5912\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUNGExODcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMDgwZjMwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da1bca70-734c-4d9e-acd2-555c134e141d" + "8929ddbe-0736-4bbc-9818-5b4935f0cddd" ], "Accept-Language": [ "en-US" @@ -522,8 +522,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -534,16 +534,16 @@ "no-cache" ], "ETag": [ - "W/\"ba212fe7-5e57-4783-a95c-97b7a7a6b235\"" + "W/\"5081ace8-5368-4afb-8495-0550537f5912\"" ], "x-ms-request-id": [ - "d4d80bbf-12cf-4e10-9dda-77504631bff0" + "99a80128-f099-4e47-a663-3fc1573937b7" ], "x-ms-correlation-request-id": [ - "c5de7cbe-c8a9-490d-bef2-1e71bcec372d" + "b5655bb7-31f5-4850-8c71-a80dd317131e" ], "x-ms-arm-service-request-id": [ - "dda27947-0efd-48e4-9eb7-8c20dd4547ad" + "65b5f559-9c30-4d85-b4f1-09704900c368" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -556,16 +556,16 @@ "11995" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054535Z:c5de7cbe-c8a9-490d-bef2-1e71bcec372d" + "SOUTHINDIA:20210518T083720Z:b5655bb7-31f5-4850-8c71-a80dd317131e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:35 GMT" + "Tue, 18 May 2021 08:37:20 GMT" ], "Content-Length": [ - "1349" + "1315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -574,17 +574,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870\",\r\n \"etag\": \"W/\\\"ba212fe7-5e57-4783-a95c-97b7a7a6b235\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"13ee8786-2a34-47da-a118-120b5ea0306a\",\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\": \"PSTestSNC4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870/subnets/PSTestSNC4a1870\",\r\n \"etag\": \"W/\\\"ba212fe7-5e57-4783-a95c-97b7a7a6b235\\\"\",\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\": \"PSTestVNET080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30\",\r\n \"etag\": \"W/\\\"5081ace8-5368-4afb-8495-0550537f5912\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f56ed782-5706-49ac-aba2-c3a5beb6da00\",\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\": \"PSTestSNC080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30/subnets/PSTestSNC080f30\",\r\n \"etag\": \"W/\\\"5081ace8-5368-4afb-8495-0550537f5912\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUNGExODcwP2FwaS12ZXJzaW9uPTIwMjAtMDgtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9QU1Rlc3RWTkVUMDgwZjMwP2FwaS12ZXJzaW9uPTIwMjAtMTEtMDE=", "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\": \"PSTestSNC4a1870\"\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\": \"PSTestSNC080f30\"\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": [ - "da1bca70-734c-4d9e-acd2-555c134e141d" + "8929ddbe-0736-4bbc-9818-5b4935f0cddd" ], "Accept-Language": [ "en-US" @@ -592,8 +592,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -613,19 +613,19 @@ "3" ], "x-ms-request-id": [ - "71d1049c-37e4-4095-a78f-30d28022cbc8" + "109c7e03-706c-4415-9812-45d5bffc0b62" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/71d1049c-37e4-4095-a78f-30d28022cbc8?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/109c7e03-706c-4415-9812-45d5bffc0b62?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "82ae610b-396b-40c4-83bb-de28b5ed7b0b" + "1e5eb214-885f-4ea3-a79d-a28650292a04" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "5b5e8054-bcc0-4f44-8c47-493dae67998e" + "c874c052-3fa8-4192-8160-9a42962f0789" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -638,16 +638,16 @@ "1199" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054531Z:82ae610b-396b-40c4-83bb-de28b5ed7b0b" + "SOUTHINDIA:20210518T083716Z:1e5eb214-885f-4ea3-a79d-a28650292a04" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:31 GMT" + "Tue, 18 May 2021 08:37:16 GMT" ], "Content-Length": [ - "1347" + "1313" ], "Content-Type": [ "application/json; charset=utf-8" @@ -656,23 +656,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVNET4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870\",\r\n \"etag\": \"W/\\\"5273a90c-2f15-4737-9973-8aa6169f9a69\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"13ee8786-2a34-47da-a118-120b5ea0306a\",\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\": \"PSTestSNC4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870/subnets/PSTestSNC4a1870\",\r\n \"etag\": \"W/\\\"5273a90c-2f15-4737-9973-8aa6169f9a69\\\"\",\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\": \"PSTestVNET080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30\",\r\n \"etag\": \"W/\\\"7cab9c40-bf3b-44f6-9aee-ce8035846fb8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"f56ed782-5706-49ac-aba2-c3a5beb6da00\",\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\": \"PSTestSNC080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30/subnets/PSTestSNC080f30\",\r\n \"etag\": \"W/\\\"7cab9c40-bf3b-44f6-9aee-ce8035846fb8\\\"\",\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/71d1049c-37e4-4095-a78f-30d28022cbc8?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzcxZDEwNDljLTM3ZTQtNDA5NS1hNzhmLTMwZDI4MDIyY2JjOD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/109c7e03-706c-4415-9812-45d5bffc0b62?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzEwOWM3ZTAzLTcwNmMtNDQxNS05ODEyLTQ1ZDViZmZjMGI2Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da1bca70-734c-4d9e-acd2-555c134e141d" + "8929ddbe-0736-4bbc-9818-5b4935f0cddd" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -683,13 +683,13 @@ "no-cache" ], "x-ms-request-id": [ - "b7dde718-9069-41ec-9383-edb02d3d6735" + "75aa673a-e2ae-407d-ade9-c9775ee1c039" ], "x-ms-correlation-request-id": [ - "840676d3-8fc4-43f1-935c-3a31b5b706c8" + "d35008fb-a950-4b4d-9fa8-66b06857e546" ], "x-ms-arm-service-request-id": [ - "3ebce745-1a46-4dcd-aa65-32e3111fbffd" + "7c8b511e-868c-4a59-941b-ed66071ade7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -702,13 +702,13 @@ "11997" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054535Z:840676d3-8fc4-43f1-935c-3a31b5b706c8" + "SOUTHINDIA:20210518T083720Z:d35008fb-a950-4b4d-9fa8-66b06857e546" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:35 GMT" + "Tue, 18 May 2021 08:37:20 GMT" ], "Content-Length": [ "29" @@ -724,13 +724,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczRhMTg3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczA4MGYzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d55d3464-8bf1-469c-b388-8b4a929e5518" + "7109cfe6-7c96-411e-8b07-6c7854ed5aec" ], "Accept-Language": [ "en-US" @@ -738,8 +738,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -753,13 +753,13 @@ "gateway" ], "x-ms-request-id": [ - "133430e2-dbfc-496f-87a8-fc644b4257d3" + "14fb4847-cef8-467d-bf88-ac069faae178" ], "x-ms-correlation-request-id": [ - "133430e2-dbfc-496f-87a8-fc644b4257d3" + "14fb4847-cef8-467d-bf88-ac069faae178" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054535Z:133430e2-dbfc-496f-87a8-fc644b4257d3" + "SOUTHINDIA:20210518T083720Z:14fb4847-cef8-467d-bf88-ac069faae178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -768,7 +768,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:35 GMT" + "Tue, 18 May 2021 08:37:20 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -780,23 +780,23 @@ "245" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/pstestpublicdns4a1870' under resource group 'PSTestRG4a1876d8' 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/pstestpublicdns080f30' under resource group 'PSTestRG080f34a5' 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/PSTestRG4a1876d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczRhMTg3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczA4MGYzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d55d3464-8bf1-469c-b388-8b4a929e5518" + "7109cfe6-7c96-411e-8b07-6c7854ed5aec" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -807,16 +807,16 @@ "no-cache" ], "ETag": [ - "W/\"7e3ea599-6929-4828-861c-2a37cb3d8fb6\"" + "W/\"c956a63b-0df1-4528-8780-cd418e9ad120\"" ], "x-ms-request-id": [ - "283a8daf-5479-4fbe-aff9-2ef471979412" + "2c22dbde-eadc-4da8-bc84-14bbdc36767f" ], "x-ms-correlation-request-id": [ - "59304ac8-f24b-4c86-943d-88cfb0c1f930" + "fe828346-9ffd-4795-97e2-d74cef2b1efb" ], "x-ms-arm-service-request-id": [ - "bc61f339-eb28-49cd-948c-31d24ed0e47c" + "d07c373a-bf50-4071-b858-ef03fb25015b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -829,13 +829,13 @@ "11992" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054538Z:59304ac8-f24b-4c86-943d-88cfb0c1f930" + "SOUTHINDIA:20210518T083723Z:fe828346-9ffd-4795-97e2-d74cef2b1efb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:38 GMT" + "Tue, 18 May 2021 08:37:23 GMT" ], "Content-Length": [ "697" @@ -847,17 +847,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns4a1870\",\r\n \"etag\": \"W/\\\"7e3ea599-6929-4828-861c-2a37cb3d8fb6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b34b6e68-01a7-4e74-830d-6582d322e39e\",\r\n \"ipAddress\": \"52.187.116.5\",\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\": \"pstestpublicdns080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns080f30\",\r\n \"etag\": \"W/\\\"c956a63b-0df1-4528-8780-cd418e9ad120\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"43e220ef-5a05-4d8d-9552-7751a4e8a4f0\",\r\n \"ipAddress\": \"52.187.47.35\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczRhMTg3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczA4MGYzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d55d3464-8bf1-469c-b388-8b4a929e5518" + "7109cfe6-7c96-411e-8b07-6c7854ed5aec" ], "Accept-Language": [ "en-US" @@ -865,8 +865,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -877,16 +877,16 @@ "no-cache" ], "ETag": [ - "W/\"7e3ea599-6929-4828-861c-2a37cb3d8fb6\"" + "W/\"c956a63b-0df1-4528-8780-cd418e9ad120\"" ], "x-ms-request-id": [ - "29da28d6-5f20-4013-beec-8fdad0a5c276" + "fb60c47a-5745-4cb6-abf8-db8db2a8c35a" ], "x-ms-correlation-request-id": [ - "be652536-e48d-41b4-a4c7-0b2667ea294e" + "bbc779a4-0919-43fb-a9c5-e5de497d562a" ], "x-ms-arm-service-request-id": [ - "b17473f8-ad1b-45db-8e2f-b42019de2158" + "307e6e30-8ef9-4d7f-ba91-58197849f4b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -899,13 +899,13 @@ "11991" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054538Z:be652536-e48d-41b4-a4c7-0b2667ea294e" + "SOUTHINDIA:20210518T083723Z:bbc779a4-0919-43fb-a9c5-e5de497d562a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:38 GMT" + "Tue, 18 May 2021 08:37:23 GMT" ], "Content-Length": [ "697" @@ -917,17 +917,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns4a1870\",\r\n \"etag\": \"W/\\\"7e3ea599-6929-4828-861c-2a37cb3d8fb6\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b34b6e68-01a7-4e74-830d-6582d322e39e\",\r\n \"ipAddress\": \"52.187.116.5\",\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\": \"pstestpublicdns080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns080f30\",\r\n \"etag\": \"W/\\\"c956a63b-0df1-4528-8780-cd418e9ad120\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"43e220ef-5a05-4d8d-9552-7751a4e8a4f0\",\r\n \"ipAddress\": \"52.187.47.35\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczRhMTg3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BzdGVzdHB1YmxpY2RuczA4MGYzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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": [ - "d55d3464-8bf1-469c-b388-8b4a929e5518" + "7109cfe6-7c96-411e-8b07-6c7854ed5aec" ], "Accept-Language": [ "en-US" @@ -935,8 +935,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -956,19 +956,19 @@ "1" ], "x-ms-request-id": [ - "bb91180e-5f31-4e19-ad8c-b66bf7bb1c46" + "c39049f4-5630-46e6-81ac-910ad6e72ccd" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/bb91180e-5f31-4e19-ad8c-b66bf7bb1c46?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/c39049f4-5630-46e6-81ac-910ad6e72ccd?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "d5221998-42da-4e9b-9ec3-9a43a6554709" + "36039881-b585-4e6f-80e7-ec42cd9a865f" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "a1779b60-ca34-4c3c-9e9a-4009879f632e" + "518fd108-9ebc-480b-b609-45c5cf011124" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -981,13 +981,13 @@ "1198" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054537Z:d5221998-42da-4e9b-9ec3-9a43a6554709" + "SOUTHINDIA:20210518T083721Z:36039881-b585-4e6f-80e7-ec42cd9a865f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:37 GMT" + "Tue, 18 May 2021 08:37:21 GMT" ], "Content-Length": [ "662" @@ -999,23 +999,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pstestpublicdns4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns4a1870\",\r\n \"etag\": \"W/\\\"f6a5715d-c9b4-4bec-b891-296ffb8745f5\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b34b6e68-01a7-4e74-830d-6582d322e39e\",\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\": \"pstestpublicdns080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns080f30\",\r\n \"etag\": \"W/\\\"703710b4-600c-44bc-8b59-c2a8340b5320\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"43e220ef-5a05-4d8d-9552-7751a4e8a4f0\",\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/bb91180e-5f31-4e19-ad8c-b66bf7bb1c46?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2JiOTExODBlLTVmMzEtNGUxOS1hZDhjLWI2NmJmN2JiMWM0Nj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/c39049f4-5630-46e6-81ac-910ad6e72ccd?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2MzOTA0OWY0LTU2MzAtNDZlNi04MWFjLTkxMGFkNmU3MmNjZD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d55d3464-8bf1-469c-b388-8b4a929e5518" + "7109cfe6-7c96-411e-8b07-6c7854ed5aec" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1026,13 +1026,13 @@ "no-cache" ], "x-ms-request-id": [ - "d6aa9b9d-397b-498d-a539-5ddcbfdf0863" + "9f6a126f-d728-4003-b7dd-c26469d69be8" ], "x-ms-correlation-request-id": [ - "bebf33f0-fcf9-441e-9d10-f99ac5c90fc0" + "72bd58df-8c23-4f02-b72a-a20f3f8c1a39" ], "x-ms-arm-service-request-id": [ - "3bfe1bc2-3b9c-4c95-a198-4e76ee6339fc" + "99a64700-6191-4ba8-b6b5-4056211ad705" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1045,13 +1045,13 @@ "11993" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054538Z:bebf33f0-fcf9-441e-9d10-f99ac5c90fc0" + "SOUTHINDIA:20210518T083723Z:72bd58df-8c23-4f02-b72a-a20f3f8c1a39" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:38 GMT" + "Tue, 18 May 2021 08:37:22 GMT" ], "Content-Length": [ "29" @@ -1067,13 +1067,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c0YTE4NzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwODBmMzA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca9f68c4-a894-4fb8-a016-48bd283428ff" + "dc72eed1-0a0d-4454-a5cd-a0c16640bf08" ], "Accept-Language": [ "en-US" @@ -1081,8 +1081,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1096,13 +1096,13 @@ "gateway" ], "x-ms-request-id": [ - "edbf5f1c-0cbf-4659-bdc3-9742300172bf" + "9dd62493-235c-4288-b5fa-3c66dbbc6174" ], "x-ms-correlation-request-id": [ - "edbf5f1c-0cbf-4659-bdc3-9742300172bf" + "9dd62493-235c-4288-b5fa-3c66dbbc6174" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054538Z:edbf5f1c-0cbf-4659-bdc3-9742300172bf" + "SOUTHINDIA:20210518T083723Z:9dd62493-235c-4288-b5fa-3c66dbbc6174" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1111,7 +1111,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:38 GMT" + "Tue, 18 May 2021 08:37:23 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1123,23 +1123,23 @@ "243" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870' under resource group 'PSTestRG4a1876d8' 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/PSTestNSG080f30' under resource group 'PSTestRG080f34a5' 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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c0YTE4NzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwODBmMzA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca9f68c4-a894-4fb8-a016-48bd283428ff" + "dc72eed1-0a0d-4454-a5cd-a0c16640bf08" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1150,16 +1150,16 @@ "no-cache" ], "ETag": [ - "W/\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\"" + "W/\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\"" ], "x-ms-request-id": [ - "ad30b370-5bd6-4bd7-a204-05fa76c3e561" + "3d31d6cd-7d4a-46f9-8a95-662370d81811" ], "x-ms-correlation-request-id": [ - "d7a7cb32-a4c3-4aa3-a51a-54bf53b5858d" + "cef2c75b-6004-451a-a4ec-ceb58d1eba46" ], "x-ms-arm-service-request-id": [ - "eec495c8-39bc-47c2-9d6e-d758fa5c531a" + "0f733fc9-9d6b-494d-a697-1205b64ce24a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1172,13 +1172,13 @@ "11988" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054543Z:d7a7cb32-a4c3-4aa3-a51a-54bf53b5858d" + "SOUTHINDIA:20210518T083727Z:cef2c75b-6004-451a-a4ec-ceb58d1eba46" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:42 GMT" + "Tue, 18 May 2021 08:37:27 GMT" ], "Content-Length": [ "8475" @@ -1190,17 +1190,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b98bade1-ca58-4d11-94b6-f9239049cdc5\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/securityRules/PSTestNSGRuleRDP4a1870\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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\": \"PSTestNSGRuleWeb4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/securityRules/PSTestNSGRuleWeb4a1870\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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\": \"PSTestNSG080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2dc6545a-4960-492b-aa73-d7acffd60816\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/securityRules/PSTestNSGRuleRDP080f30\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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\": \"PSTestNSGRuleWeb080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/securityRules/PSTestNSGRuleWeb080f30\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c0YTE4NzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwODBmMzA/YXBpLXZlcnNpb249MjAyMC0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca9f68c4-a894-4fb8-a016-48bd283428ff" + "dc72eed1-0a0d-4454-a5cd-a0c16640bf08" ], "Accept-Language": [ "en-US" @@ -1208,8 +1208,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1220,16 +1220,16 @@ "no-cache" ], "ETag": [ - "W/\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\"" + "W/\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\"" ], "x-ms-request-id": [ - "a26c341b-3feb-4bbf-9e6d-14c0310e4017" + "306c966e-a957-4320-a2d4-f3f52a49080d" ], "x-ms-correlation-request-id": [ - "6f78812b-668d-4ce2-904a-d6c9b8f0e060" + "044948c3-2a5f-4200-8c96-c663a8135a3c" ], "x-ms-arm-service-request-id": [ - "2369170b-d0c3-4604-870e-f782db80a690" + "0d9d9941-5304-4fcd-b5f2-5555ef43da35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1242,13 +1242,13 @@ "11987" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054543Z:6f78812b-668d-4ce2-904a-d6c9b8f0e060" + "SOUTHINDIA:20210518T083727Z:044948c3-2a5f-4200-8c96-c663a8135a3c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:43 GMT" + "Tue, 18 May 2021 08:37:27 GMT" ], "Content-Length": [ "8475" @@ -1260,17 +1260,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b98bade1-ca58-4d11-94b6-f9239049cdc5\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/securityRules/PSTestNSGRuleRDP4a1870\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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\": \"PSTestNSGRuleWeb4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/securityRules/PSTestNSGRuleWeb4a1870\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"f7a2aae0-d865-4fc7-b3ad-a2c9c0469c11\\\"\",\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\": \"PSTestNSG080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2dc6545a-4960-492b-aa73-d7acffd60816\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/securityRules/PSTestNSGRuleRDP080f30\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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\": \"PSTestNSGRuleWeb080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/securityRules/PSTestNSGRuleWeb080f30\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"c754bcfb-bca7-4e28-8485-df39b0b64fa1\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0c0YTE4NzA/YXBpLXZlcnNpb249MjAyMC0wOC0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtTZWN1cml0eUdyb3Vwcy9QU1Rlc3ROU0cwODBmMzA/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\": \"PSTestNSGRuleRDP4a1870\"\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\": \"PSTestNSGRuleWeb4a1870\"\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\": \"PSTestNSGRuleRDP080f30\"\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\": \"PSTestNSGRuleWeb080f30\"\r\n }\r\n ]\r\n },\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ca9f68c4-a894-4fb8-a016-48bd283428ff" + "dc72eed1-0a0d-4454-a5cd-a0c16640bf08" ], "Accept-Language": [ "en-US" @@ -1278,8 +1278,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1299,19 +1299,19 @@ "3" ], "x-ms-request-id": [ - "2526df9f-7374-4e47-9a87-a84d5a3941ab" + "41ad6c17-b015-44d2-88f6-94f0ffe00e62" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/2526df9f-7374-4e47-9a87-a84d5a3941ab?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/41ad6c17-b015-44d2-88f6-94f0ffe00e62?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "cfddbbdb-a583-420f-90ab-7b0358317733" + "88314180-b505-4235-9d3b-6dc2a77ed2a1" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "4926c69e-4685-4035-a175-40bfba9345b6" + "e709f908-2317-4f74-9d2d-fe3e633a3ef6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1324,13 +1324,13 @@ "1197" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054540Z:cfddbbdb-a583-420f-90ab-7b0358317733" + "SOUTHINDIA:20210518T083724Z:88314180-b505-4235-9d3b-6dc2a77ed2a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:39 GMT" + "Tue, 18 May 2021 08:37:24 GMT" ], "Content-Length": [ "8466" @@ -1342,23 +1342,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNSG4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870\",\r\n \"etag\": \"W/\\\"c0254b1f-0fe1-4e52-b27c-8abd8ff26e2a\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b98bade1-ca58-4d11-94b6-f9239049cdc5\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/securityRules/PSTestNSGRuleRDP4a1870\",\r\n \"etag\": \"W/\\\"c0254b1f-0fe1-4e52-b27c-8abd8ff26e2a\\\"\",\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\": \"PSTestNSGRuleWeb4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/securityRules/PSTestNSGRuleWeb4a1870\",\r\n \"etag\": \"W/\\\"c0254b1f-0fe1-4e52-b27c-8abd8ff26e2a\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"c0254b1f-0fe1-4e52-b27c-8abd8ff26e2a\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"c0254b1f-0fe1-4e52-b27c-8abd8ff26e2a\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"c0254b1f-0fe1-4e52-b27c-8abd8ff26e2a\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"c0254b1f-0fe1-4e52-b27c-8abd8ff26e2a\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"c0254b1f-0fe1-4e52-b27c-8abd8ff26e2a\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"c0254b1f-0fe1-4e52-b27c-8abd8ff26e2a\\\"\",\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\": \"PSTestNSG080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30\",\r\n \"etag\": \"W/\\\"6a430687-12fb-467f-8dbc-3ec75433db0a\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2dc6545a-4960-492b-aa73-d7acffd60816\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"PSTestNSGRuleRDP080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/securityRules/PSTestNSGRuleRDP080f30\",\r\n \"etag\": \"W/\\\"6a430687-12fb-467f-8dbc-3ec75433db0a\\\"\",\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\": \"PSTestNSGRuleWeb080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/securityRules/PSTestNSGRuleWeb080f30\",\r\n \"etag\": \"W/\\\"6a430687-12fb-467f-8dbc-3ec75433db0a\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"6a430687-12fb-467f-8dbc-3ec75433db0a\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"6a430687-12fb-467f-8dbc-3ec75433db0a\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"6a430687-12fb-467f-8dbc-3ec75433db0a\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"6a430687-12fb-467f-8dbc-3ec75433db0a\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"6a430687-12fb-467f-8dbc-3ec75433db0a\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"6a430687-12fb-467f-8dbc-3ec75433db0a\\\"\",\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/2526df9f-7374-4e47-9a87-a84d5a3941ab?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzI1MjZkZjlmLTczNzQtNGU0Ny05YTg3LWE4NGQ1YTM5NDFhYj9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/41ad6c17-b015-44d2-88f6-94f0ffe00e62?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzQxYWQ2YzE3LWIwMTUtNDRkMi04OGY2LTk0ZjBmZmUwMGU2Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca9f68c4-a894-4fb8-a016-48bd283428ff" + "dc72eed1-0a0d-4454-a5cd-a0c16640bf08" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1369,13 +1369,13 @@ "no-cache" ], "x-ms-request-id": [ - "eecd8cd9-c02d-4554-a662-5facb5509e5f" + "013867cb-d04f-4d98-a63e-aa11a3dba052" ], "x-ms-correlation-request-id": [ - "b894aae7-7308-4121-bf0c-958d677783c3" + "3ebadf78-2c1f-4f91-93dc-51e8e5f165bd" ], "x-ms-arm-service-request-id": [ - "16ebf424-fe9c-4e06-ae2b-33863a067c39" + "016829eb-2835-490d-b312-1bab974dae15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1388,13 +1388,13 @@ "11989" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054543Z:b894aae7-7308-4121-bf0c-958d677783c3" + "SOUTHINDIA:20210518T083727Z:3ebadf78-2c1f-4f91-93dc-51e8e5f165bd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:42 GMT" + "Tue, 18 May 2021 08:37:27 GMT" ], "Content-Length": [ "29" @@ -1410,13 +1410,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzRhMTg3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzA4MGYzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18c6c2f6-73e1-455e-8a6e-25bf47d71cae" + "67fcc858-9e06-4908-8f11-25e965c75861" ], "Accept-Language": [ "en-US" @@ -1424,8 +1424,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1439,13 +1439,13 @@ "gateway" ], "x-ms-request-id": [ - "00c262e7-d5fd-4d62-8c5f-effef44b1089" + "9ceda7ea-c066-44c3-81a0-72626a2e6d27" ], "x-ms-correlation-request-id": [ - "00c262e7-d5fd-4d62-8c5f-effef44b1089" + "9ceda7ea-c066-44c3-81a0-72626a2e6d27" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054543Z:00c262e7-d5fd-4d62-8c5f-effef44b1089" + "SOUTHINDIA:20210518T083728Z:9ceda7ea-c066-44c3-81a0-72626a2e6d27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1454,7 +1454,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:43 GMT" + "Tue, 18 May 2021 08:37:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1466,23 +1466,23 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/PSTestNIC4a1870' under resource group 'PSTestRG4a1876d8' 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/PSTestNIC080f30' under resource group 'PSTestRG080f34a5' 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/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzRhMTg3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzA4MGYzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18c6c2f6-73e1-455e-8a6e-25bf47d71cae" + "67fcc858-9e06-4908-8f11-25e965c75861" ], "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1493,16 +1493,16 @@ "no-cache" ], "ETag": [ - "W/\"ff2d2753-cc1d-4bf1-a61d-27b283646dd9\"" + "W/\"7e4a9378-9e7f-4552-8b7f-454254a77b63\"" ], "x-ms-request-id": [ - "7cfad34d-b2aa-467d-84f1-7ae3ea31201b" + "d12696ba-7a64-4291-9f5a-dc787e042b2d" ], "x-ms-correlation-request-id": [ - "92f00ded-0784-4cd9-b697-bf12f10e78f8" + "4faa8f7e-3449-4e77-b7e1-2d743d228604" ], "x-ms-arm-service-request-id": [ - "c92753d0-8026-42ac-86d4-5e86c9b50595" + "5e22c680-aa2c-4685-9303-2433bd1c5ba3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1515,13 +1515,13 @@ "11985" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054545Z:92f00ded-0784-4cd9-b697-bf12f10e78f8" + "SOUTHINDIA:20210518T083729Z:4faa8f7e-3449-4e77-b7e1-2d743d228604" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:44 GMT" + "Tue, 18 May 2021 08:37:29 GMT" ], "Content-Length": [ "2104" @@ -1533,17 +1533,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870\",\r\n \"etag\": \"W/\\\"ff2d2753-cc1d-4bf1-a61d-27b283646dd9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7124ccd5-c66f-4ed6-a0c0-fb041b8543c2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"ff2d2753-cc1d-4bf1-a61d-27b283646dd9\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns4a1870\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870/subnets/PSTestSNC4a1870\"\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\": \"q0d42ezuflnepiiycifv3ibqnc.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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870\"\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\": \"PSTestNIC080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30\",\r\n \"etag\": \"W/\\\"7e4a9378-9e7f-4552-8b7f-454254a77b63\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e0f6b556-d2db-44eb-a186-95cc43139366\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"7e4a9378-9e7f-4552-8b7f-454254a77b63\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns080f30\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30/subnets/PSTestSNC080f30\"\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\": \"qllw33igk4wetk3cyos13nw0aa.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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30\"\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzRhMTg3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzA4MGYzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18c6c2f6-73e1-455e-8a6e-25bf47d71cae" + "67fcc858-9e06-4908-8f11-25e965c75861" ], "Accept-Language": [ "en-US" @@ -1551,8 +1551,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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": { @@ -1563,16 +1563,16 @@ "no-cache" ], "ETag": [ - "W/\"ff2d2753-cc1d-4bf1-a61d-27b283646dd9\"" + "W/\"7e4a9378-9e7f-4552-8b7f-454254a77b63\"" ], "x-ms-request-id": [ - "79830ab3-ee6b-47b6-9144-8ac1103dbddf" + "5740dbb2-b708-4065-a80c-c75a9d43465f" ], "x-ms-correlation-request-id": [ - "74958730-1d7b-4500-9280-7638f5f1b221" + "daf81787-7884-4e80-9f89-137212bc1492" ], "x-ms-arm-service-request-id": [ - "10fc3e0d-22d5-4c1b-b5b1-718e4aa50b3d" + "ba59cef4-dd60-4229-97fa-1afaa0921dde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1585,13 +1585,13 @@ "11984" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054545Z:74958730-1d7b-4500-9280-7638f5f1b221" + "SOUTHINDIA:20210518T083730Z:daf81787-7884-4e80-9f89-137212bc1492" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:44 GMT" + "Tue, 18 May 2021 08:37:29 GMT" ], "Content-Length": [ "2104" @@ -1603,17 +1603,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870\",\r\n \"etag\": \"W/\\\"ff2d2753-cc1d-4bf1-a61d-27b283646dd9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7124ccd5-c66f-4ed6-a0c0-fb041b8543c2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"ff2d2753-cc1d-4bf1-a61d-27b283646dd9\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns4a1870\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870/subnets/PSTestSNC4a1870\"\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\": \"q0d42ezuflnepiiycifv3ibqnc.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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870\"\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\": \"PSTestNIC080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30\",\r\n \"etag\": \"W/\\\"7e4a9378-9e7f-4552-8b7f-454254a77b63\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e0f6b556-d2db-44eb-a186-95cc43139366\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"7e4a9378-9e7f-4552-8b7f-454254a77b63\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns080f30\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30/subnets/PSTestSNC080f30\"\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\": \"qllw33igk4wetk3cyos13nw0aa.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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30\"\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870?api-version=2020-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzRhMTg3MD9hcGktdmVyc2lvbj0yMDIwLTA4LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL1BTVGVzdE5JQzA4MGYzMD9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870/subnets/PSTestSNC4a1870\"\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/PSTestRG4a1876d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns4a1870\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30\",\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/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30/subnets/PSTestSNC080f30\"\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/PSTestRG080f34a5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns080f30\",\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": [ - "18c6c2f6-73e1-455e-8a6e-25bf47d71cae" + "67fcc858-9e06-4908-8f11-25e965c75861" ], "Accept-Language": [ "en-US" @@ -1621,8 +1621,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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" @@ -1639,19 +1639,19 @@ "no-cache" ], "x-ms-request-id": [ - "0cf87b1b-5279-4744-a419-72a4c536d16d" + "d58cc151-d1e1-4e09-8ed9-3e0a3b0772fe" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Network/locations/southeastasia/operations/0cf87b1b-5279-4744-a419-72a4c536d16d?api-version=2020-08-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Network/locations/southeastasia/operations/d58cc151-d1e1-4e09-8ed9-3e0a3b0772fe?api-version=2020-11-01" ], "x-ms-correlation-request-id": [ - "bc7ae4c5-2005-4d8b-815b-3537cec50f02" + "34c0f6f7-43c6-4b8d-8322-a4096b011a75" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "0818dc7b-f357-4906-aa55-a04c498862cc" + "feb249be-7796-456a-9f85-fbcc8bacb027" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1664,13 +1664,13 @@ "1196" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054545Z:bc7ae4c5-2005-4d8b-815b-3537cec50f02" + "SOUTHINDIA:20210518T083729Z:34c0f6f7-43c6-4b8d-8322-a4096b011a75" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:44 GMT" + "Tue, 18 May 2021 08:37:29 GMT" ], "Content-Length": [ "2104" @@ -1682,17 +1682,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestNIC4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870\",\r\n \"etag\": \"W/\\\"ff2d2753-cc1d-4bf1-a61d-27b283646dd9\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7124ccd5-c66f-4ed6-a0c0-fb041b8543c2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"ff2d2753-cc1d-4bf1-a61d-27b283646dd9\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns4a1870\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Network/virtualNetworks/PSTestVNET4a1870/subnets/PSTestSNC4a1870\"\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\": \"q0d42ezuflnepiiycifv3ibqnc.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/PSTestRG4a1876d8/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG4a1870\"\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\": \"PSTestNIC080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30\",\r\n \"etag\": \"W/\\\"7e4a9378-9e7f-4552-8b7f-454254a77b63\\\"\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e0f6b556-d2db-44eb-a186-95cc43139366\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30/ipConfigurations/ipconfig1\",\r\n \"etag\": \"W/\\\"7e4a9378-9e7f-4552-8b7f-454254a77b63\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.Network/publicIPAddresses/pstestpublicdns080f30\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Network/virtualNetworks/PSTestVNET080f30/subnets/PSTestSNC080f30\"\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\": \"qllw33igk4wetk3cyos13nw0aa.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/PSTestRG080f34a5/providers/Microsoft.Network/networkSecurityGroups/PSTestNSG080f30\"\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/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "Accept-Language": [ "en-US" @@ -1700,8 +1700,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1712,16 +1712,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11968" ], "x-ms-request-id": [ - "0307c08c-9bea-46cf-9a19-551855a48a32" + "fe81b540-54a8-4e6a-b76b-b7aa5850ac00" ], "x-ms-correlation-request-id": [ - "0307c08c-9bea-46cf-9a19-551855a48a32" + "fe81b540-54a8-4e6a-b76b-b7aa5850ac00" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054546Z:0307c08c-9bea-46cf-9a19-551855a48a32" + "SOUTHINDIA:20210518T083730Z:fe81b540-54a8-4e6a-b76b-b7aa5850ac00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1730,7 +1730,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:45 GMT" + "Tue, 18 May 2021 08:37:29 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1746,13 +1746,13 @@ "StatusCode": 200 }, { - "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": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "Accept-Language": [ "en-US" @@ -1760,8 +1760,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -1772,21 +1772,27 @@ "no-cache" ], "x-ms-original-request-ids": [ - "f607903d-38e6-4b70-92ff-ea28003f758b", - "fcc0e70c-8626-4252-8340-7c89bb880d9f", - "01410f5d-727c-473c-86ed-e3fd0c77f83e" + "9932f00a-7b65-4c41-b90f-4bc3785a4e2c", + "32ec105f-a7cc-444c-a328-460cdd9777da", + "7d734b08-44aa-4ccf-8256-39b3016009b6", + "8dc2891d-76a4-4430-bc4c-a1e65edcd712", + "8c13ec4a-e719-413b-a222-42eca2204df4", + "2d22fd9c-93ad-4f38-b2c3-3717c187cd4c", + "3b4a8a56-12d8-4a40-b19e-dd102d2612d4", + "06744cad-b2f4-40fe-a7e8-83093459523e", + "f2a7d6e8-5191-4099-8451-cdae72881318" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11967" ], "x-ms-request-id": [ - "8e2bb8c9-37ae-47db-b330-0df07865ffc8" + "334830d5-fe71-4c16-a9b6-7a4671b1dbaa" ], "x-ms-correlation-request-id": [ - "8e2bb8c9-37ae-47db-b330-0df07865ffc8" + "334830d5-fe71-4c16-a9b6-7a4671b1dbaa" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054547Z:8e2bb8c9-37ae-47db-b330-0df07865ffc8" + "SOUTHINDIA:20210518T083730Z:334830d5-fe71-4c16-a9b6-7a4671b1dbaa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1795,7 +1801,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:46 GMT" + "Tue, 18 May 2021 08:37:30 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1804,20 +1810,20 @@ "-1" ], "Content-Length": [ - "28983" + "57084" ] }, - "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_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\": \"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/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTRhMTg3MD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTA4MGYzMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM4a1870\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"4a1876d8-a31\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM080f30\",\r\n \"adminUsername\": \"demouser\",\r\n \"adminPassword\": \"080f34a5-ef2\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.blob.core.windows.net/\"\r\n }\r\n }\r\n },\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "Accept-Language": [ "en-US" @@ -1825,14 +1831,14 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1152" + "1148" ] }, "ResponseHeaders": { @@ -1846,41 +1852,41 @@ "10" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/1dd6c46b-d096-403a-9346-4141c31923a4?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/cb6ec3a9-2e68-421c-8c5a-763aa1304f40?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1dd6c46b-d096-403a-9346-4141c31923a4" + "cb6ec3a9-2e68-421c-8c5a-763aa1304f40" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-correlation-request-id": [ - "c088685b-bb69-47cf-a9f9-04d11386e95e" + "630d6015-2ac1-4e64-b6fb-638a2a7d41d7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054549Z:c088685b-bb69-47cf-a9f9-04d11386e95e" + "SOUTHINDIA:20210518T083736Z:630d6015-2ac1-4e64-b6fb-638a2a7d41d7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:45:49 GMT" + "Tue, 18 May 2021 08:37:35 GMT" ], "Content-Length": [ - "1911" + "1907" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1889,23 +1895,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"PSTestVM4a1870\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"DeleteBy\": \"05-2020\",\r\n \"AutoShutDown\": \"No\",\r\n \"Owner\": \"sarath\",\r\n \"MabUsed\": \"Yes\",\r\n \"Purpose\": \"PSTest\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"0cff6b69-af75-49c5-93c9-db3148ba827e\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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 \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM4a1870\",\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/PSTestRG4a1876d8/providers/Microsoft.Network/networkInterfaces/PSTestNIC4a1870\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://aasavigationestdiag.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"PSTestVM080f30\",\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"AutoShutDown\": \"No\",\r\n \"MabUsed\": \"Yes\",\r\n \"DeleteBy\": \"06-2022\",\r\n \"Purpose\": \"PSTest\",\r\n \"Owner\": \"sarath\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"a346d51a-df6e-4dd7-b124-a60f0c116c8c\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D1_v2\"\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.4402.2105052108\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"PSTestVM080f30\",\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/PSTestRG080f34a5/providers/Microsoft.Network/networkInterfaces/PSTestNIC080f30\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://00prjai32tbdiag.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/1dd6c46b-d096-403a-9346-4141c31923a4?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZDZjNDZiLWQwOTYtNDAzYS05MzQ2LTQxNDFjMzE5MjNhND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/cb6ec3a9-2e68-421c-8c5a-763aa1304f40?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NiNmVjM2E5LTJlNjgtNDIxYy04YzVhLTc2M2FhMTMwNGY0MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -1919,96 +1925,32 @@ "50" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "7bda12fb-b804-4d5b-8377-fb723021cf30" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-correlation-request-id": [ - "5abc73a1-0ea1-4778-81d0-98cd9f0e7609" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054559Z:5abc73a1-0ea1-4778-81d0-98cd9f0e7609" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 16 Feb 2021 05:45:58 GMT" - ], - "Content-Length": [ - "134" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T11:15:48.3759947+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1dd6c46b-d096-403a-9346-4141c31923a4\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/1dd6c46b-d096-403a-9346-4141c31923a4?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZDZjNDZiLWQwOTYtNDAzYS05MzQ2LTQxNDFjMzE5MjNhND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" - ], - "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;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b7d400fc-bf82-475d-abc8-1eb5ec2ea00e" + "9e29c86c-20f1-44eb-b739-afd65574a612" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11994" ], "x-ms-correlation-request-id": [ - "e05d67c4-430c-4258-8e07-709774a9cdf1" + "5321477f-3c4e-4e0e-8e70-4fe20887397b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054650Z:e05d67c4-430c-4258-8e07-709774a9cdf1" + "SOUTHINDIA:20210518T083746Z:5321477f-3c4e-4e0e-8e70-4fe20887397b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:46:49 GMT" + "Tue, 18 May 2021 08:37:46 GMT" ], "Content-Length": [ "134" @@ -2020,23 +1962,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T11:15:48.3759947+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1dd6c46b-d096-403a-9346-4141c31923a4\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:07:35.5523872+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cb6ec3a9-2e68-421c-8c5a-763aa1304f40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/1dd6c46b-d096-403a-9346-4141c31923a4?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZDZjNDZiLWQwOTYtNDAzYS05MzQ2LTQxNDFjMzE5MjNhND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/cb6ec3a9-2e68-421c-8c5a-763aa1304f40?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NiNmVjM2E5LTJlNjgtNDIxYy04YzVhLTc2M2FhMTMwNGY0MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2047,32 +1989,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29972" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5b6204f6-1808-42b3-9664-c1e0c7ca24bd" + "257a093d-0594-41d7-b397-148d441f9761" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11993" ], "x-ms-correlation-request-id": [ - "b43f620f-e580-4e49-bde3-6b33005b49db" + "8ea367ef-d793-4772-829e-b8904858e375" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054740Z:b43f620f-e580-4e49-bde3-6b33005b49db" + "SOUTHINDIA:20210518T083837Z:8ea367ef-d793-4772-829e-b8904858e375" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:47:40 GMT" + "Tue, 18 May 2021 08:38:36 GMT" ], "Content-Length": [ "134" @@ -2084,23 +2026,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T11:15:48.3759947+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"1dd6c46b-d096-403a-9346-4141c31923a4\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:07:35.5523872+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cb6ec3a9-2e68-421c-8c5a-763aa1304f40\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/1dd6c46b-d096-403a-9346-4141c31923a4?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzFkZDZjNDZiLWQwOTYtNDAzYS05MzQ2LTQxNDFjMzE5MjNhND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/cb6ec3a9-2e68-421c-8c5a-763aa1304f40?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zL2NiNmVjM2E5LTJlNjgtNDIxYy04YzVhLTc2M2FhMTMwNGY0MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2111,32 +2053,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f4963863-be3c-4498-8d3a-83fd63b9cc8d" + "864037ab-a437-4131-b592-1f628edb69f2" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11992" ], "x-ms-correlation-request-id": [ - "330a0e42-a879-4d81-90f6-21f29f59669e" + "8538037d-9466-47aa-bf35-3190284143b3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054830Z:330a0e42-a879-4d81-90f6-21f29f59669e" + "SOUTHINDIA:20210518T083927Z:8538037d-9466-47aa-bf35-3190284143b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:48:30 GMT" + "Tue, 18 May 2021 08:39:26 GMT" ], "Content-Length": [ "184" @@ -2148,17 +2090,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T11:15:48.3759947+05:30\",\r\n \"endTime\": \"2021-02-16T11:18:04.5321761+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1dd6c46b-d096-403a-9346-4141c31923a4\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:07:35.5523872+05:30\",\r\n \"endTime\": \"2021-05-18T14:09:06.5361093+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"cb6ec3a9-2e68-421c-8c5a-763aa1304f40\"\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": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "Accept-Language": [ "en-US" @@ -2166,8 +2108,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2181,32 +2123,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "8d76ef5d-2d17-4297-8566-4612360b9f5a_132553775999999061" + "8d76ef5d-2d17-4297-8566-4612360b9f5a_132654242075723307" ], "x-ms-request-id": [ - "cd14991a-1ced-47da-a699-2cbb532e1c99" + "c5810491-6b1b-47f7-92c0-c209eabab25c" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11990" ], "x-ms-correlation-request-id": [ - "6e0525d5-0f4d-41ed-9deb-ebe09f2c98a4" + "20e4186a-9dd3-45e9-a3e2-157d02809040" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054831Z:6e0525d5-0f4d-41ed-9deb-ebe09f2c98a4" + "SOUTHINDIA:20210518T083928Z:20e4186a-9dd3-45e9-a3e2-157d02809040" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:48:31 GMT" + "Tue, 18 May 2021 08:39:27 GMT" ], "Content-Length": [ - "361030" + "377832" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2215,17 +2157,17 @@ "-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\": \"sinequa\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/sinequa\"\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\": \"turbonet\",\r\n \"id\": \"/Subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/turbonet\"\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\": \"aisundowninc1618516322959\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/aisundowninc1618516322959\"\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.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\": \"centrixeltd1594135951373\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/centrixeltd1594135951373\"\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\": \"cloudknox\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/cloudknox\"\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\": \"excelero1608461290726\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/excelero1608461290726\"\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\": \"ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ibm-alliance-usa-ny-armonk-hq-ibmstorage-6201192\"\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\": \"iliimbiliimveyazlmsistemlerisanvetica1617000555584\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iliimbiliimveyazlmsistemlerisanvetica1617000555584\"\r\n },\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"illuminainc1586452220102\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/illuminainc1586452220102\"\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\": \"iquate\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/iquate\"\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\": \"itrsgroupltd1620310702149\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/itrsgroupltd1620310702149\"\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.Automation.HybridWorker.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.Azure.Automation.HybridWorker.Test\"\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.AzureData.Test\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/Microsoft.AzureData.Test\"\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\": \"myarchinc1614657280935\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/myarchinc1614657280935\"\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\": \"nasunicorporation\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nasunicorporation\"\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\": \"nilespartnersinc1617691698386\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/nilespartnersinc1617691698386\"\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\": \"ovaledge1618392232783\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/ovaledge1618392232783\"\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\": \"perforce\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/perforce\"\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\": \"pixitmedia1591611150480\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/pixitmedia1591611150480\"\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\": \"runecastsolutionslimited1614186396822\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/runecastsolutionslimited1614186396822\"\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\": \"truata1612259728221\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/truata1612259728221\"\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\": \"vmlabinc1613642184700\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/vmlabinc1613642184700\"\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\": \"wood1595864497589\",\r\n \"id\": \"/Subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/Providers/Microsoft.Compute/Locations/southeastasia/Publishers/wood1595864497589\"\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": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "Accept-Language": [ "en-US" @@ -2233,8 +2175,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2245,35 +2187,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22499" + "Microsoft.Compute/ListVMExtensionTypes3Min;17999,Microsoft.Compute/ListVMExtensionTypes30Min;22497" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "ae324a67-c3ec-4362-979a-300e072de642" + "ce5c773f-f847-4664-8e6c-cd2e7bb98ddc" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11989" ], "x-ms-correlation-request-id": [ - "7cda5a93-b39c-44ac-b6f8-f6be659c442f" + "4ddf9a17-3fb3-4e40-b034-8b59637aa14b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054831Z:7cda5a93-b39c-44ac-b6f8-f6be659c442f" + "SOUTHINDIA:20210518T083928Z:4ddf9a17-3fb3-4e40-b034-8b59637aa14b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:48:31 GMT" + "Tue, 18 May 2021 08:39:27 GMT" ], "Content-Length": [ "1089" @@ -2285,17 +2227,17 @@ "-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": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "Accept-Language": [ "en-US" @@ -2303,8 +2245,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2315,35 +2257,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21999" + "Microsoft.Compute/ListVMExtensions3Min;9999,Microsoft.Compute/ListVMExtensions30Min;21993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132434852360052536" + "1f3ad383-bb66-4279-b2a8-fbbcd093a7e3_132640970465283214" ], "x-ms-request-id": [ - "87637285-bc2d-4fba-b014-8c2cdb5f47a5" + "e3c163a1-02c3-4671-a201-ccd67b960894" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11988" ], "x-ms-correlation-request-id": [ - "5b18c730-abb2-483f-b9e5-9c61b31309bd" + "c1677449-f177-4086-b5e3-23c45d107719" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054832Z:5b18c730-abb2-483f-b9e5-9c61b31309bd" + "SOUTHINDIA:20210518T083928Z:c1677449-f177-4086-b5e3-23c45d107719" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:48:31 GMT" + "Tue, 18 May 2021 08:39:27 GMT" ], "Content-Length": [ "1326" @@ -2355,17 +2297,17 @@ "-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/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTRhMTg3MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTA4MGYzMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "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": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "Accept-Language": [ "en-US" @@ -2373,8 +2315,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2391,38 +2333,38 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/2df4732e-3bfe-4aa6-8070-a2ac6e1e1cc5?api-version=2020-06-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8794a5f0-7143-4dfa-99aa-f1f91071a2ef?api-version=2020-12-01" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1197" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2df4732e-3bfe-4aa6-8070-a2ac6e1e1cc5" + "8794a5f0-7143-4dfa-99aa-f1f91071a2ef" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1198" ], "x-ms-correlation-request-id": [ - "f452fe81-c967-40e9-a9b0-601bd5695a5b" + "577683c0-e4ec-41ab-b7bd-e30aea42d64d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054834Z:f452fe81-c967-40e9-a9b0-601bd5695a5b" + "SOUTHINDIA:20210518T083930Z:577683c0-e4ec-41ab-b7bd-e30aea42d64d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:48:33 GMT" + "Tue, 18 May 2021 08:39:29 GMT" ], "Content-Length": [ "484" @@ -2434,23 +2376,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870/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/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30/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/2df4732e-3bfe-4aa6-8070-a2ac6e1e1cc5?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkZjQ3MzJlLTNiZmUtNGFhNi04MDcwLWEyYWM2ZTFlMWNjNT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8794a5f0-7143-4dfa-99aa-f1f91071a2ef?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg3OTRhNWYwLTcxNDMtNGRmYS05OWFhLWYxZjkxMDcxYTJlZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2461,35 +2403,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "84ef7142-25f9-457a-ab0d-452cb748af59" + "a035097d-1cbc-4741-8db0-fdbcc7388b79" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11987" ], "x-ms-correlation-request-id": [ - "8077552d-00be-4ae0-a0c7-3b2895843edc" + "95a9c679-4fd8-44d2-92ed-30099072b511" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054904Z:8077552d-00be-4ae0-a0c7-3b2895843edc" + "SOUTHINDIA:20210518T084000Z:95a9c679-4fd8-44d2-92ed-30099072b511" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:49:04 GMT" + "Tue, 18 May 2021 08:40:00 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2498,23 +2440,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T11:18:33.828968+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2df4732e-3bfe-4aa6-8070-a2ac6e1e1cc5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:09:30.0046541+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8794a5f0-7143-4dfa-99aa-f1f91071a2ef\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/2df4732e-3bfe-4aa6-8070-a2ac6e1e1cc5?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkZjQ3MzJlLTNiZmUtNGFhNi04MDcwLWEyYWM2ZTFlMWNjNT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8794a5f0-7143-4dfa-99aa-f1f91071a2ef?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg3OTRhNWYwLTcxNDMtNGRmYS05OWFhLWYxZjkxMDcxYTJlZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2525,35 +2467,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29992" + "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fb3ab8f6-ad16-4a67-bdef-57f67cf7a144" + "87051f8f-8dad-440b-a0ce-41fbd0ffa3ca" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11986" ], "x-ms-correlation-request-id": [ - "6f6940c4-08f4-4d0b-9a18-b84928488d42" + "1614a631-f9a6-4655-8ecc-3e78cb000cd3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T054934Z:6f6940c4-08f4-4d0b-9a18-b84928488d42" + "SOUTHINDIA:20210518T084030Z:1614a631-f9a6-4655-8ecc-3e78cb000cd3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:49:34 GMT" + "Tue, 18 May 2021 08:40:30 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2562,23 +2504,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T11:18:33.828968+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2df4732e-3bfe-4aa6-8070-a2ac6e1e1cc5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:09:30.0046541+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8794a5f0-7143-4dfa-99aa-f1f91071a2ef\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/2df4732e-3bfe-4aa6-8070-a2ac6e1e1cc5?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkZjQ3MzJlLTNiZmUtNGFhNi04MDcwLWEyYWM2ZTFlMWNjNT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8794a5f0-7143-4dfa-99aa-f1f91071a2ef?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg3OTRhNWYwLTcxNDMtNGRmYS05OWFhLWYxZjkxMDcxYTJlZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2589,35 +2531,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991" + "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29967" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9829aaa2-b4eb-43fe-8da3-1a74836cef20" + "ff1937f5-fdf5-4db1-bd88-c69e9b84b33a" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11985" ], "x-ms-correlation-request-id": [ - "3a09dce1-0f31-4c18-b72b-412ac8fc6740" + "9108aa65-abdc-4e68-bf67-1d5003bf85f7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055005Z:3a09dce1-0f31-4c18-b72b-412ac8fc6740" + "SOUTHINDIA:20210518T084100Z:9108aa65-abdc-4e68-bf67-1d5003bf85f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:50:05 GMT" + "Tue, 18 May 2021 08:41:00 GMT" ], "Content-Length": [ - "133" + "134" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2626,23 +2568,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T11:18:33.828968+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2df4732e-3bfe-4aa6-8070-a2ac6e1e1cc5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:09:30.0046541+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8794a5f0-7143-4dfa-99aa-f1f91071a2ef\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/providers/Microsoft.Compute/locations/southeastasia/operations/2df4732e-3bfe-4aa6-8070-a2ac6e1e1cc5?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzJkZjQ3MzJlLTNiZmUtNGFhNi04MDcwLWEyYWM2ZTFlMWNjNT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/providers/Microsoft.Compute/locations/southeastasia/operations/8794a5f0-7143-4dfa-99aa-f1f91071a2ef?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9vcGVyYXRpb25zLzg3OTRhNWYwLTcxNDMtNGRmYS05OWFhLWYxZjkxMDcxYTJlZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2653,35 +2595,35 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29989" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9a097d86-57e9-47b6-bfb5-c65b86a6dbf8" + "24b75ec5-b5a5-403d-8ca2-72c1950e67f0" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11984" ], "x-ms-correlation-request-id": [ - "13a1714b-de7b-4300-98d0-ec06fe51ff1b" + "a56117bc-f9ba-4422-8309-9537d378add4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055035Z:13a1714b-de7b-4300-98d0-ec06fe51ff1b" + "SOUTHINDIA:20210518T084131Z:a56117bc-f9ba-4422-8309-9537d378add4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:50:34 GMT" + "Tue, 18 May 2021 08:41:30 GMT" ], "Content-Length": [ - "183" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2690,23 +2632,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-02-16T11:18:33.828968+05:30\",\r\n \"endTime\": \"2021-02-16T11:20:08.3132031+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2df4732e-3bfe-4aa6-8070-a2ac6e1e1cc5\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2021-05-18T14:09:30.0046541+05:30\",\r\n \"endTime\": \"2021-05-18T14:11:27.3163131+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8794a5f0-7143-4dfa-99aa-f1f91071a2ef\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870/extensions/BGInfo?api-version=2020-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTRhMTg3MC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30/extensions/BGInfo?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy9QU1Rlc3RWTTA4MGYzMC9leHRlbnNpb25zL0JHSW5mbz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0426951-a2f8-4013-b937-efdc3a709e15" + "fc146ec6-02a2-4a8e-b35e-07f2310200b6" ], "User-Agent": [ "FxVersion/4.6.29719.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/46.0.0" ] }, "ResponseHeaders": { @@ -2717,32 +2659,32 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31991" + "Microsoft.Compute/LowCostGet3Min;3995,Microsoft.Compute/LowCostGet30Min;31963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1f479c83-d93c-4cbb-9026-b647509d2de9" + "1feaa167-d981-4025-be62-8da31a6c157d" ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11983" ], "x-ms-correlation-request-id": [ - "46faa26c-0f6f-44c7-bc82-b64715005687" + "93b63dbd-d423-40d2-bb70-c2825a13d142" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055035Z:46faa26c-0f6f-44c7-bc82-b64715005687" + "SOUTHINDIA:20210518T084131Z:93b63dbd-d423-40d2-bb70-c2825a13d142" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:50:34 GMT" + "Tue, 18 May 2021 08:41:30 GMT" ], "Content-Length": [ "485" @@ -2754,17 +2696,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"BGInfo\",\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870/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/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ef3b8ab-2db9-4e47-80ed-3034eb02b45a" + "69574040-ec39-45e1-a8dd-03891c985394" ], "Accept-Language": [ "en-US" @@ -2772,7 +2714,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -2787,13 +2729,13 @@ "gateway" ], "x-ms-request-id": [ - "518fed32-b593-4bc2-9767-fa1a65dd9eb1" + "8f25f4d1-0d0f-45e8-8977-76fbb6aebe87" ], "x-ms-correlation-request-id": [ - "518fed32-b593-4bc2-9767-fa1a65dd9eb1" + "8f25f4d1-0d0f-45e8-8977-76fbb6aebe87" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055035Z:518fed32-b593-4bc2-9767-fa1a65dd9eb1" + "SOUTHINDIA:20210518T084132Z:8f25f4d1-0d0f-45e8-8977-76fbb6aebe87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2802,7 +2744,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 05:50:35 GMT" + "Tue, 18 May 2021 08:41:31 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2814,17 +2756,17 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8' under resource group 'PSTestRG4a1876d8' 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/PSTestRSV080f34a5' under resource group 'PSTestRG080f34a5' 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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "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": [ - "b534713d-e632-4fcb-9fe2-d7e606e5710e" + "eb6be49f-2845-4047-a680-17dacf21e1fb" ], "Accept-Language": [ "en-US" @@ -2832,7 +2774,7 @@ "User-Agent": [ "FxVersion/4.6.29719.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": [ @@ -2853,10 +2795,10 @@ "nosniff" ], "x-ms-request-id": [ - "a5db8c14-3c88-4630-b054-a44ecda53d1e" + "8642d6e5-8d4e-4b13-97b8-ee67fd099f64" ], "x-ms-client-request-id": [ - "b534713d-e632-4fcb-9fe2-d7e606e5710e" + "eb6be49f-2845-4047-a680-17dacf21e1fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2868,16 +2810,16 @@ "209" ], "x-ms-correlation-request-id": [ - "a5db8c14-3c88-4630-b054-a44ecda53d1e" + "8642d6e5-8d4e-4b13-97b8-ee67fd099f64" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055040Z:a5db8c14-3c88-4630-b054-a44ecda53d1e" + "SOUTHINDIA:20210518T084135Z:8642d6e5-8d4e-4b13-97b8-ee67fd099f64" ], "Date": [ - "Tue, 16 Feb 2021 05:50:39 GMT" + "Tue, 18 May 2021 08:41:35 GMT" ], "Content-Length": [ - "463" + "466" ], "Content-Type": [ "application/json" @@ -2886,17 +2828,163 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV4a1876d8\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T05%3A50%3A39.5698Z'\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8\",\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\": \"PSTestRSV080f34a5\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T08%3A41%3A35.4514927Z'\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5\",\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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM4a1870'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNNGExODcwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f13480ec-591c-45c7-a274-597be8013711" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "acdcfc4e-b360-47ee-bd0f-990dd7a091a6" + ], + "x-ms-client-request-id": [ + "f13480ec-591c-45c7-a274-597be8013711", + "f13480ec-591c-45c7-a274-597be8013711" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "acdcfc4e-b360-47ee-bd0f-990dd7a091a6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T084136Z:acdcfc4e-b360-47ee-bd0f-990dd7a091a6" + ], + "Date": [ + "Tue, 18 May 2021 08:41:35 GMT" + ], + "Content-Length": [ + "380" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupconfig/vaultconfig?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBjb25maWcvdmF1bHRjb25maWc/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"enhancedSecurityState\": \"Enabled\",\r\n \"softDeleteFeatureState\": \"Disabled\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f13480ec-591c-45c7-a274-597be8013711" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "111" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "656fdf67-9fe2-48ac-9ecc-e06c7c013b66" + ], + "x-ms-client-request-id": [ + "f13480ec-591c-45c7-a274-597be8013711", + "f13480ec-591c-45c7-a274-597be8013711" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "656fdf67-9fe2-48ac-9ecc-e06c7c013b66" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T084137Z:656fdf67-9fe2-48ac-9ecc-e06c7c013b66" + ], + "Date": [ + "Tue, 18 May 2021 08:41:37 GMT" + ], + "Content-Length": [ + "381" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/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/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM080f30'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMDgwZjMwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "364a652e-7f25-43c9-b584-bc0dff953383" + "8fdfe2a3-f529-426e-85d5-bd0572a49e10" ], "Accept-Language": [ "en-US" @@ -2904,8 +2992,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2919,11 +3007,11 @@ "nosniff" ], "x-ms-request-id": [ - "f9d24bcf-1a90-49da-985c-509042397ddd" + "f5c4a53d-f514-496c-a19e-de974a078347" ], "x-ms-client-request-id": [ - "364a652e-7f25-43c9-b584-bc0dff953383", - "364a652e-7f25-43c9-b584-bc0dff953383" + "8fdfe2a3-f529-426e-85d5-bd0572a49e10", + "8fdfe2a3-f529-426e-85d5-bd0572a49e10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2938,13 +3026,13 @@ "149" ], "x-ms-correlation-request-id": [ - "f9d24bcf-1a90-49da-985c-509042397ddd" + "f5c4a53d-f514-496c-a19e-de974a078347" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055046Z:f9d24bcf-1a90-49da-985c-509042397ddd" + "SOUTHINDIA:20210518T084143Z:f5c4a53d-f514-496c-a19e-de974a078347" ], "Date": [ - "Tue, 16 Feb 2021 05:50:45 GMT" + "Tue, 18 May 2021 08:41:42 GMT" ], "Content-Length": [ "12" @@ -2960,13 +3048,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM4a1870'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNNGExODcwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupProtectionContainers?$filter=friendlyName%20eq%20'PSTestVM080f30'%20and%20backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWZyaWVuZGx5TmFtZSUyMGVxJTIwJ1BTVGVzdFZNMDgwZjMwJyUyMGFuZCUyMGJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f53a9a88-f48f-4530-a0bf-e4f77bb54461" + "131d813e-9c4d-4434-8908-8a99731d2324" ], "Accept-Language": [ "en-US" @@ -2974,8 +3062,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -2989,11 +3077,11 @@ "nosniff" ], "x-ms-request-id": [ - "bba72d79-1cd0-49fb-b0e2-4492d1dc556c" + "8bd9cd33-d06b-4e0d-a5cc-4373b9e485c7" ], "x-ms-client-request-id": [ - "f53a9a88-f48f-4530-a0bf-e4f77bb54461", - "f53a9a88-f48f-4530-a0bf-e4f77bb54461" + "131d813e-9c4d-4434-8908-8a99731d2324", + "131d813e-9c4d-4434-8908-8a99731d2324" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3008,13 +3096,13 @@ "148" ], "x-ms-correlation-request-id": [ - "bba72d79-1cd0-49fb-b0e2-4492d1dc556c" + "8bd9cd33-d06b-4e0d-a5cc-4373b9e485c7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055121Z:bba72d79-1cd0-49fb-b0e2-4492d1dc556c" + "SOUTHINDIA:20210518T084228Z:8bd9cd33-d06b-4e0d-a5cc-4373b9e485c7" ], "Date": [ - "Tue, 16 Feb 2021 05:51:20 GMT" + "Tue, 18 May 2021 08:42:27 GMT" ], "Content-Length": [ "914" @@ -3026,17 +3114,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG4a1876d8\",\r\n \"friendlyName\": \"PSTestVM4a1870\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG080f34a5\",\r\n \"friendlyName\": \"PSTestVM080f30\",\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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0bdaad08-2cfb-4e9a-88bf-2a6bfa4d5836" + "b965eaa3-f66f-4cf0-b535-8506529147ec" ], "Accept-Language": [ "en-US" @@ -3044,8 +3132,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3059,11 +3147,11 @@ "nosniff" ], "x-ms-request-id": [ - "6eb741af-f8e2-4524-b089-5f5233ea7e6f" + "a6b2a201-1676-47c4-b13f-1cb69adc8796" ], "x-ms-client-request-id": [ - "0bdaad08-2cfb-4e9a-88bf-2a6bfa4d5836", - "0bdaad08-2cfb-4e9a-88bf-2a6bfa4d5836" + "b965eaa3-f66f-4cf0-b535-8506529147ec", + "b965eaa3-f66f-4cf0-b535-8506529147ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3078,13 +3166,13 @@ "149" ], "x-ms-correlation-request-id": [ - "6eb741af-f8e2-4524-b089-5f5233ea7e6f" + "a6b2a201-1676-47c4-b13f-1cb69adc8796" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055046Z:6eb741af-f8e2-4524-b089-5f5233ea7e6f" + "SOUTHINDIA:20210518T084143Z:a6b2a201-1676-47c4-b13f-1cb69adc8796" ], "Date": [ - "Tue, 16 Feb 2021 05:50:45 GMT" + "Tue, 18 May 2021 08:41:43 GMT" ], "Content-Length": [ "762" @@ -3096,17 +3184,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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-16T15:30: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-16T15:30: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/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/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-05-18T18:30: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-05-18T18:30: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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupProtectableItems?$filter=backupManagementType%20eq%20'AzureIaasVM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBQcm90ZWN0YWJsZUl0ZW1zPyRmaWx0ZXI9YmFja3VwTWFuYWdlbWVudFR5cGUlMjBlcSUyMCdBenVyZUlhYXNWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Accept-Language": [ "en-US" @@ -3114,8 +3202,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3129,11 +3217,11 @@ "nosniff" ], "x-ms-request-id": [ - "3f631177-8b03-4947-b33a-21a45c77a2ff" + "845c375f-2d41-4e66-ba35-9df260876402" ], "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf", - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185", + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3148,16 +3236,16 @@ "149" ], "x-ms-correlation-request-id": [ - "3f631177-8b03-4947-b33a-21a45c77a2ff" + "845c375f-2d41-4e66-ba35-9df260876402" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055047Z:3f631177-8b03-4947-b33a-21a45c77a2ff" + "SOUTHINDIA:20210518T084144Z:845c375f-2d41-4e66-ba35-9df260876402" ], "Date": [ - "Tue, 16 Feb 2021 05:50:46 GMT" + "Tue, 18 May 2021 08:41:43 GMT" ], "Content-Length": [ - "19794" + "6249" ], "Content-Type": [ "application/json" @@ -3166,17 +3254,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz/protectableItems/vm;iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz\",\r\n \"name\": \"iaasvmcontainer;iaasvm.existing.restore;vmerestoreaniz\",\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/vmerestoreaniz\",\r\n \"virtualMachineVersion\": \"ClassicCompute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.ClassicCompute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreaniz\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk/protectableItems/vm;iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk\",\r\n \"name\": \"iaasvmcontainer;iaasvm.existing.restore;vmerestoreemsk\",\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/vmerestoreemsk\",\r\n \"virtualMachineVersion\": \"ClassicCompute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.ClassicCompute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreemsk\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk/protectableItems/vm;iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.existing.restore;vmerestoreajmk\",\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/vmerestoreajmk\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.existing.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"vmerestoreajmk\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf/protectableItems/vm;iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new.czr;iaasext-czrfglf\",\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-czrfglf\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new.czr\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"iaasext-czrfglf\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn/protectableItems/vm;iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn\",\r\n \"name\": \"iaasvmcontainerv2;iaasvm.new.restore;vmnrestoreevpn\",\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/vmnrestoreevpn\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"iaasvm.new.restore\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"vmnrestoreevpn\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870/protectableItems/vm;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG4a1876d8\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM4a1870\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/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/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/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/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/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/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/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/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30/protectableItems/vm;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"name\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectableItems\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG080f34a5\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"protectableItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"friendlyName\": \"PSTestVM080f30\",\r\n \"protectionState\": \"NotProtected\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/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/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg4a1876d8%3Bpstestvm4a1870/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg4a1876d8%3Bpstestvm4a1870?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc0YTE4NzZkOCUzQnBzdGVzdHZtNGExODcwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzRhMTg3NmQ4JTNCcHN0ZXN0dm00YTE4NzA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg080f34a5%3Bpstestvm080f30/protectedItems/vm%3Biaasvmcontainerv2%3Bpstestrg080f34a5%3Bpstestvm080f30?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwODBmMzRhNSUzQnBzdGVzdHZtMDgwZjMwL3Byb3RlY3RlZEl0ZW1zL3ZtJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzA4MGYzNGE1JTNCcHN0ZXN0dm0wODBmMzA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupPolicies/DefaultPolicy\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupPolicies/DefaultPolicy\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Accept-Language": [ "en-US" @@ -3184,8 +3272,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3202,23 +3290,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870/protectedItems/vm;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870/operationResults/4a9d6e41-a973-4f32-a1de-3c11bff734ac?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30/protectedItems/vm;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30/operationResults/d15ad69b-7c96-4c1b-a94c-72eef0e2c47a?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870/protectedItems/vm;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870/operationsStatus/4a9d6e41-a973-4f32-a1de-3c11bff734ac?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30/protectedItems/vm;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30/operationsStatus/d15ad69b-7c96-4c1b-a94c-72eef0e2c47a?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "c1d5348b-171c-4dec-b42d-f400750ecbc2" + "4ecf2704-b3b9-4510-bcfb-be0615f1b80d" ], "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf", - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185", + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3227,16 +3315,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1194" ], "x-ms-correlation-request-id": [ - "c1d5348b-171c-4dec-b42d-f400750ecbc2" + "4ecf2704-b3b9-4510-bcfb-be0615f1b80d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055048Z:c1d5348b-171c-4dec-b42d-f400750ecbc2" + "SOUTHINDIA:20210518T084144Z:4ecf2704-b3b9-4510-bcfb-be0615f1b80d" ], "Date": [ - "Tue, 16 Feb 2021 05:50:47 GMT" + "Tue, 18 May 2021 08:41:44 GMT" ], "Expires": [ "-1" @@ -3249,13 +3337,153 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/4a9d6e41-a973-4f32-a1de-3c11bff734ac?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zLzRhOWQ2ZTQxLWE5NzMtNGYzMi1hMWRlLTNjMTFiZmY3MzRhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/d15ad69b-7c96-4c1b-a94c-72eef0e2c47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zL2QxNWFkNjliLTdjOTYtNGMxYi1hOTRjLTcyZWVmMGUyYzQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d42821af-af22-48bb-85f4-d97b5d728185" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "c9130e9e-7f26-40e4-896e-63e904ed3d2c" + ], + "x-ms-client-request-id": [ + "d42821af-af22-48bb-85f4-d97b5d728185", + "d42821af-af22-48bb-85f4-d97b5d728185" + ], + "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" + ], + "x-ms-correlation-request-id": [ + "c9130e9e-7f26-40e4-896e-63e904ed3d2c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T084145Z:c9130e9e-7f26-40e4-896e-63e904ed3d2c" + ], + "Date": [ + "Tue, 18 May 2021 08:41:44 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"name\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:41:44.6222539Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/d15ad69b-7c96-4c1b-a94c-72eef0e2c47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zL2QxNWFkNjliLTdjOTYtNGMxYi1hOTRjLTcyZWVmMGUyYzQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d42821af-af22-48bb-85f4-d97b5d728185" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1b17d4db-03dc-45a8-987c-3606a2e599f6" + ], + "x-ms-client-request-id": [ + "d42821af-af22-48bb-85f4-d97b5d728185", + "d42821af-af22-48bb-85f4-d97b5d728185" + ], + "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": [ + "1b17d4db-03dc-45a8-987c-3606a2e599f6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T084150Z:1b17d4db-03dc-45a8-987c-3606a2e599f6" + ], + "Date": [ + "Tue, 18 May 2021 08:41:49 GMT" + ], + "Content-Length": [ + "188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"name\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:41:44.6222539Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/d15ad69b-7c96-4c1b-a94c-72eef0e2c47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zL2QxNWFkNjliLTdjOTYtNGMxYi1hOTRjLTcyZWVmMGUyYzQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Accept-Language": [ "en-US" @@ -3263,8 +3491,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3278,11 +3506,11 @@ "nosniff" ], "x-ms-request-id": [ - "7461a7eb-063f-4e19-9e71-d5aca65be956" + "ee3cea9d-f010-4180-8edb-31efcd3f1053" ], "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf", - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185", + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3294,16 +3522,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "149" + "147" ], "x-ms-correlation-request-id": [ - "7461a7eb-063f-4e19-9e71-d5aca65be956" + "ee3cea9d-f010-4180-8edb-31efcd3f1053" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055048Z:7461a7eb-063f-4e19-9e71-d5aca65be956" + "SOUTHINDIA:20210518T084155Z:ee3cea9d-f010-4180-8edb-31efcd3f1053" ], "Date": [ - "Tue, 16 Feb 2021 05:50:48 GMT" + "Tue, 18 May 2021 08:41:55 GMT" ], "Content-Length": [ "188" @@ -3315,17 +3543,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"name\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:50:48.4266677Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"name\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:41:44.6222539Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/4a9d6e41-a973-4f32-a1de-3c11bff734ac?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zLzRhOWQ2ZTQxLWE5NzMtNGYzMi1hMWRlLTNjMTFiZmY3MzRhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/d15ad69b-7c96-4c1b-a94c-72eef0e2c47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zL2QxNWFkNjliLTdjOTYtNGMxYi1hOTRjLTcyZWVmMGUyYzQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Accept-Language": [ "en-US" @@ -3333,8 +3561,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3348,11 +3576,11 @@ "nosniff" ], "x-ms-request-id": [ - "a5527119-4c1d-4460-9626-f1902e41061b" + "0bb64795-fe7e-42c1-b9c6-afd39b6083f6" ], "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf", - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185", + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3364,16 +3592,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "148" + "146" ], "x-ms-correlation-request-id": [ - "a5527119-4c1d-4460-9626-f1902e41061b" + "0bb64795-fe7e-42c1-b9c6-afd39b6083f6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055054Z:a5527119-4c1d-4460-9626-f1902e41061b" + "SOUTHINDIA:20210518T084201Z:0bb64795-fe7e-42c1-b9c6-afd39b6083f6" ], "Date": [ - "Tue, 16 Feb 2021 05:50:54 GMT" + "Tue, 18 May 2021 08:42:00 GMT" ], "Content-Length": [ "188" @@ -3385,17 +3613,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"name\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:50:48.4266677Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"name\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:41:44.6222539Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/4a9d6e41-a973-4f32-a1de-3c11bff734ac?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zLzRhOWQ2ZTQxLWE5NzMtNGYzMi1hMWRlLTNjMTFiZmY3MzRhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/d15ad69b-7c96-4c1b-a94c-72eef0e2c47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zL2QxNWFkNjliLTdjOTYtNGMxYi1hOTRjLTcyZWVmMGUyYzQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Accept-Language": [ "en-US" @@ -3403,8 +3631,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3418,11 +3646,11 @@ "nosniff" ], "x-ms-request-id": [ - "223811e1-a499-4f2a-a85a-43076dc1f85d" + "a3e68ab0-8ecf-42fc-826c-5c95fc7b224a" ], "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf", - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185", + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3434,16 +3662,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "147" + "145" ], "x-ms-correlation-request-id": [ - "223811e1-a499-4f2a-a85a-43076dc1f85d" + "a3e68ab0-8ecf-42fc-826c-5c95fc7b224a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055059Z:223811e1-a499-4f2a-a85a-43076dc1f85d" + "SOUTHINDIA:20210518T084206Z:a3e68ab0-8ecf-42fc-826c-5c95fc7b224a" ], "Date": [ - "Tue, 16 Feb 2021 05:50:59 GMT" + "Tue, 18 May 2021 08:42:05 GMT" ], "Content-Length": [ "188" @@ -3455,17 +3683,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"name\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:50:48.4266677Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"name\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:41:44.6222539Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/4a9d6e41-a973-4f32-a1de-3c11bff734ac?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zLzRhOWQ2ZTQxLWE5NzMtNGYzMi1hMWRlLTNjMTFiZmY3MzRhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/d15ad69b-7c96-4c1b-a94c-72eef0e2c47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zL2QxNWFkNjliLTdjOTYtNGMxYi1hOTRjLTcyZWVmMGUyYzQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Accept-Language": [ "en-US" @@ -3473,8 +3701,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3488,11 +3716,11 @@ "nosniff" ], "x-ms-request-id": [ - "3a313fef-567d-4525-8b26-76de325c9c35" + "06212092-6699-4bb8-a20f-6d01645b0a95" ], "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf", - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185", + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3504,16 +3732,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "146" + "144" ], "x-ms-correlation-request-id": [ - "3a313fef-567d-4525-8b26-76de325c9c35" + "06212092-6699-4bb8-a20f-6d01645b0a95" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055104Z:3a313fef-567d-4525-8b26-76de325c9c35" + "SOUTHINDIA:20210518T084211Z:06212092-6699-4bb8-a20f-6d01645b0a95" ], "Date": [ - "Tue, 16 Feb 2021 05:51:03 GMT" + "Tue, 18 May 2021 08:42:10 GMT" ], "Content-Length": [ "188" @@ -3525,17 +3753,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"name\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:50:48.4266677Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"name\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:41:44.6222539Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/4a9d6e41-a973-4f32-a1de-3c11bff734ac?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zLzRhOWQ2ZTQxLWE5NzMtNGYzMi1hMWRlLTNjMTFiZmY3MzRhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/d15ad69b-7c96-4c1b-a94c-72eef0e2c47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zL2QxNWFkNjliLTdjOTYtNGMxYi1hOTRjLTcyZWVmMGUyYzQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Accept-Language": [ "en-US" @@ -3543,8 +3771,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3558,11 +3786,11 @@ "nosniff" ], "x-ms-request-id": [ - "5d602868-7de9-4b4d-98e7-ca4d7931f20c" + "dd1783c9-261f-4627-a065-4e6982773347" ], "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf", - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185", + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3574,16 +3802,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "145" + "143" ], "x-ms-correlation-request-id": [ - "5d602868-7de9-4b4d-98e7-ca4d7931f20c" + "dd1783c9-261f-4627-a065-4e6982773347" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055109Z:5d602868-7de9-4b4d-98e7-ca4d7931f20c" + "SOUTHINDIA:20210518T084217Z:dd1783c9-261f-4627-a065-4e6982773347" ], "Date": [ - "Tue, 16 Feb 2021 05:51:09 GMT" + "Tue, 18 May 2021 08:42:16 GMT" ], "Content-Length": [ "188" @@ -3595,17 +3823,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"name\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:50:48.4266677Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"name\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:41:44.6222539Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/4a9d6e41-a973-4f32-a1de-3c11bff734ac?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zLzRhOWQ2ZTQxLWE5NzMtNGYzMi1hMWRlLTNjMTFiZmY3MzRhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/d15ad69b-7c96-4c1b-a94c-72eef0e2c47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zL2QxNWFkNjliLTdjOTYtNGMxYi1hOTRjLTcyZWVmMGUyYzQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Accept-Language": [ "en-US" @@ -3613,8 +3841,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3628,11 +3856,11 @@ "nosniff" ], "x-ms-request-id": [ - "ffb8f4ea-1ac0-4f9c-881d-ff04e18cae03" + "cb92e7bc-c5d8-47f1-a2bd-ac3aae7a14af" ], "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf", - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185", + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3644,16 +3872,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "144" + "142" ], "x-ms-correlation-request-id": [ - "ffb8f4ea-1ac0-4f9c-881d-ff04e18cae03" + "cb92e7bc-c5d8-47f1-a2bd-ac3aae7a14af" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055115Z:ffb8f4ea-1ac0-4f9c-881d-ff04e18cae03" + "SOUTHINDIA:20210518T084222Z:cb92e7bc-c5d8-47f1-a2bd-ac3aae7a14af" ], "Date": [ - "Tue, 16 Feb 2021 05:51:14 GMT" + "Tue, 18 May 2021 08:42:21 GMT" ], "Content-Length": [ "188" @@ -3665,17 +3893,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"name\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:50:48.4266677Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"name\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:41:44.6222539Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/4a9d6e41-a973-4f32-a1de-3c11bff734ac?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zLzRhOWQ2ZTQxLWE5NzMtNGYzMi1hMWRlLTNjMTFiZmY3MzRhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/d15ad69b-7c96-4c1b-a94c-72eef0e2c47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zL2QxNWFkNjliLTdjOTYtNGMxYi1hOTRjLTcyZWVmMGUyYzQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Accept-Language": [ "en-US" @@ -3683,8 +3911,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3698,11 +3926,11 @@ "nosniff" ], "x-ms-request-id": [ - "609deb0d-ae22-43cf-889c-425e474e712e" + "70bb5a61-f41b-4a01-b439-51ffa8536e8f" ], "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf", - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185", + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3714,16 +3942,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "143" + "141" ], "x-ms-correlation-request-id": [ - "609deb0d-ae22-43cf-889c-425e474e712e" + "70bb5a61-f41b-4a01-b439-51ffa8536e8f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055120Z:609deb0d-ae22-43cf-889c-425e474e712e" + "SOUTHINDIA:20210518T084227Z:70bb5a61-f41b-4a01-b439-51ffa8536e8f" ], "Date": [ - "Tue, 16 Feb 2021 05:51:19 GMT" + "Tue, 18 May 2021 08:42:26 GMT" ], "Content-Length": [ "304" @@ -3735,17 +3963,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"name\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T05:50:48.4266677Z\",\r\n \"endTime\": \"2021-02-16T05:50:48.4266677Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"f5192839-b066-484e-8487-62fedf4ab99b\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"name\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T08:41:44.6222539Z\",\r\n \"endTime\": \"2021-05-18T08:41:44.6222539Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"1457dde3-94dd-4563-979f-ddd7f178ef65\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/4a9d6e41-a973-4f32-a1de-3c11bff734ac?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zLzRhOWQ2ZTQxLWE5NzMtNGYzMi1hMWRlLTNjMTFiZmY3MzRhYz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/d15ad69b-7c96-4c1b-a94c-72eef0e2c47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zL2QxNWFkNjliLTdjOTYtNGMxYi1hOTRjLTcyZWVmMGUyYzQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Accept-Language": [ "en-US" @@ -3753,8 +3981,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3768,11 +3996,11 @@ "nosniff" ], "x-ms-request-id": [ - "266822d3-8b7d-4b3c-a9ec-51f4c19ca432" + "bfa4f6f7-94d1-41d7-9ace-4891892aa2f5" ], "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf", - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185", + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3784,16 +4012,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "142" + "140" ], "x-ms-correlation-request-id": [ - "266822d3-8b7d-4b3c-a9ec-51f4c19ca432" + "bfa4f6f7-94d1-41d7-9ace-4891892aa2f5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055120Z:266822d3-8b7d-4b3c-a9ec-51f4c19ca432" + "SOUTHINDIA:20210518T084228Z:bfa4f6f7-94d1-41d7-9ace-4891892aa2f5" ], "Date": [ - "Tue, 16 Feb 2021 05:51:19 GMT" + "Tue, 18 May 2021 08:42:27 GMT" ], "Content-Length": [ "304" @@ -3805,17 +4033,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"name\": \"4a9d6e41-a973-4f32-a1de-3c11bff734ac\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T05:50:48.4266677Z\",\r\n \"endTime\": \"2021-02-16T05:50:48.4266677Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"f5192839-b066-484e-8487-62fedf4ab99b\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"name\": \"d15ad69b-7c96-4c1b-a94c-72eef0e2c47a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T08:41:44.6222539Z\",\r\n \"endTime\": \"2021-05-18T08:41:44.6222539Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"1457dde3-94dd-4563-979f-ddd7f178ef65\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/f5192839-b066-484e-8487-62fedf4ab99b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzL2Y1MTkyODM5LWIwNjYtNDg0ZS04NDg3LTYyZmVkZjRhYjk5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/1457dde3-94dd-4563-979f-ddd7f178ef65?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzE0NTdkZGUzLTk0ZGQtNDU2My05NzlmLWRkZDdmMTc4ZWY2NT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185" ], "Accept-Language": [ "en-US" @@ -3823,8 +4051,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3842,11 +4070,11 @@ "nosniff" ], "x-ms-request-id": [ - "5cc59c8d-7499-49e8-b392-55b63e268daf" + "824b08ec-72a0-42aa-acca-1e2334b06342" ], "x-ms-client-request-id": [ - "b4cd183e-bfc0-417b-a232-55115e5192cf", - "b4cd183e-bfc0-417b-a232-55115e5192cf" + "d42821af-af22-48bb-85f4-d97b5d728185", + "d42821af-af22-48bb-85f4-d97b5d728185" ], "X-Powered-By": [ "ASP.NET" @@ -3858,16 +4086,16 @@ "149" ], "x-ms-correlation-request-id": [ - "5cc59c8d-7499-49e8-b392-55b63e268daf" + "824b08ec-72a0-42aa-acca-1e2334b06342" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055120Z:5cc59c8d-7499-49e8-b392-55b63e268daf" + "SOUTHINDIA:20210518T084228Z:824b08ec-72a0-42aa-acca-1e2334b06342" ], "Date": [ - "Tue, 16 Feb 2021 05:51:19 GMT" + "Tue, 18 May 2021 08:42:27 GMT" ], "Content-Length": [ - "840" + "839" ], "Content-Type": [ "application/json" @@ -3876,17 +4104,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/f5192839-b066-484e-8487-62fedf4ab99b\",\r\n \"name\": \"f5192839-b066-484e-8487-62fedf4ab99b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT30.9815941S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm4a1870\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T05:50:48.4266677Z\",\r\n \"endTime\": \"2021-02-16T05:51:19.4082618Z\",\r\n \"activityId\": \"b4cd183e-bfc0-417b-a232-55115e5192cf\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/1457dde3-94dd-4563-979f-ddd7f178ef65\",\r\n \"name\": \"1457dde3-94dd-4563-979f-ddd7f178ef65\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT41.4585075S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"pstestvm080f30\",\r\n \"Policy Name\": \"DefaultPolicy\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"ConfigureBackup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T08:41:44.6322345Z\",\r\n \"endTime\": \"2021-05-18T08:42:26.090742Z\",\r\n \"activityId\": \"d42821af-af22-48bb-85f4-d97b5d728185\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34098015-b99c-46b9-ba63-fadc7552c70a" + "45d60487-bfbc-4c3d-ade4-92153adeb16f" ], "Accept-Language": [ "en-US" @@ -3894,8 +4122,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3909,11 +4137,11 @@ "nosniff" ], "x-ms-request-id": [ - "0fc2e5ba-555d-460b-9f52-641a6fd85822" + "ee7847e1-3976-4e48-b453-ab6873b3ce7c" ], "x-ms-client-request-id": [ - "34098015-b99c-46b9-ba63-fadc7552c70a", - "34098015-b99c-46b9-ba63-fadc7552c70a" + "45d60487-bfbc-4c3d-ade4-92153adeb16f", + "45d60487-bfbc-4c3d-ade4-92153adeb16f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3928,13 +4156,13 @@ "149" ], "x-ms-correlation-request-id": [ - "0fc2e5ba-555d-460b-9f52-641a6fd85822" + "ee7847e1-3976-4e48-b453-ab6873b3ce7c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055121Z:0fc2e5ba-555d-460b-9f52-641a6fd85822" + "SOUTHINDIA:20210518T084229Z:ee7847e1-3976-4e48-b453-ab6873b3ce7c" ], "Date": [ - "Tue, 16 Feb 2021 05:51:20 GMT" + "Tue, 18 May 2021 08:42:28 GMT" ], "Content-Length": [ "1495" @@ -3946,17 +4174,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870/protectedItems/VM;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM4a1870\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870\",\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\": \"35185311324101\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30/protectedItems/VM;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM080f30\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30\",\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\": \"17592472005321\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupProtectedItems?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20itemType%20eq%20'VM'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBQcm90ZWN0ZWRJdGVtcz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwaXRlbVR5cGUlMjBlcSUyMCdWTScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "463104e6-ca44-432e-8892-0f258b8f6e51" + "f7c11cf3-c011-4430-9621-3d56173d1323" ], "Accept-Language": [ "en-US" @@ -3964,8 +4192,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -3979,11 +4207,11 @@ "nosniff" ], "x-ms-request-id": [ - "dba5d512-b94f-415e-a602-bdaf7cbc5b15" + "02294db2-5806-4cc3-82f1-87edd8633474" ], "x-ms-client-request-id": [ - "463104e6-ca44-432e-8892-0f258b8f6e51", - "463104e6-ca44-432e-8892-0f258b8f6e51" + "f7c11cf3-c011-4430-9621-3d56173d1323", + "f7c11cf3-c011-4430-9621-3d56173d1323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3998,16 +4226,16 @@ "148" ], "x-ms-correlation-request-id": [ - "dba5d512-b94f-415e-a602-bdaf7cbc5b15" + "02294db2-5806-4cc3-82f1-87edd8633474" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062301Z:dba5d512-b94f-415e-a602-bdaf7cbc5b15" + "SOUTHINDIA:20210518T091349Z:02294db2-5806-4cc3-82f1-87edd8633474" ], "Date": [ - "Tue, 16 Feb 2021 06:23:00 GMT" + "Tue, 18 May 2021 09:13:49 GMT" ], "Content-Length": [ - "1920" + "1869" ], "Content-Type": [ "application/json" @@ -4016,17 +4244,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870/protectedItems/VM;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\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 },\r\n \"friendlyName\": \"PSTestVM4a1870\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870\",\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-16T05:51:22.0582772Z\",\r\n \"protectedItemDataId\": \"35185311324101\",\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;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"lastRecoveryPoint\": \"2021-02-16T05:51:25.906515Z\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30/protectedItems/VM;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\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 },\r\n \"friendlyName\": \"PSTestVM080f30\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30\",\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-05-18T08:42:30.1430171Z\",\r\n \"protectedItemDataId\": \"17592472005321\",\r\n \"protectedItemType\": \"Microsoft.Compute/virtualMachines\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"workloadType\": \"VM\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"lastRecoveryPoint\": \"2021-05-18T08:42:33.815833Z\",\r\n \"isArchiveEnabled\": false\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg4a1876d8%3Bpstestvm4a1870/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg4a1876d8%3Bpstestvm4a1870?$filter=expand%20eq%20'extendedinfo'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc0YTE4NzZkOCUzQnBzdGVzdHZtNGExODcwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzRhMTg3NmQ4JTNCcHN0ZXN0dm00YTE4NzA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg080f34a5%3Bpstestvm080f30/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg080f34a5%3Bpstestvm080f30?$filter=expand%20eq%20'extendedinfo'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwODBmMzRhNSUzQnBzdGVzdHZtMDgwZjMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzA4MGYzNGE1JTNCcHN0ZXN0dm0wODBmMzA/JGZpbHRlcj1leHBhbmQlMjBlcSUyMCdleHRlbmRlZGluZm8nJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34098015-b99c-46b9-ba63-fadc7552c70a" + "45d60487-bfbc-4c3d-ade4-92153adeb16f" ], "Accept-Language": [ "en-US" @@ -4034,8 +4262,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4049,11 +4277,11 @@ "nosniff" ], "x-ms-request-id": [ - "be2a094b-a16e-41f8-a31d-9c6947bf4eb2" + "dea1e36f-667c-4a66-82b4-a8d90b39a524" ], "x-ms-client-request-id": [ - "34098015-b99c-46b9-ba63-fadc7552c70a", - "34098015-b99c-46b9-ba63-fadc7552c70a" + "45d60487-bfbc-4c3d-ade4-92153adeb16f", + "45d60487-bfbc-4c3d-ade4-92153adeb16f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4068,13 +4296,13 @@ "149" ], "x-ms-correlation-request-id": [ - "be2a094b-a16e-41f8-a31d-9c6947bf4eb2" + "dea1e36f-667c-4a66-82b4-a8d90b39a524" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055121Z:be2a094b-a16e-41f8-a31d-9c6947bf4eb2" + "SOUTHINDIA:20210518T084229Z:dea1e36f-667c-4a66-82b4-a8d90b39a524" ], "Date": [ - "Tue, 16 Feb 2021 05:51:20 GMT" + "Tue, 18 May 2021 08:42:28 GMT" ], "Content-Length": [ "1550" @@ -4086,17 +4314,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870/protectedItems/VM;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM4a1870\",\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870\",\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\": \"35185311324101\",\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;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"sourceResourceId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870\",\r\n \"policyId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30/protectedItems/VM;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"name\": \"VM;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"properties\": {\r\n \"kpisHealths\": {},\r\n \"friendlyName\": \"PSTestVM080f30\",\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30\",\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\": \"17592472005321\",\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;pstestrg080f34a5;pstestvm080f30\",\r\n \"sourceResourceId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30\",\r\n \"policyId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupPolicies/DefaultPolicy\",\r\n \"policyName\": \"DefaultPolicy\",\r\n \"isArchiveEnabled\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg4a1876d8%3Bpstestvm4a1870/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg4a1876d8%3Bpstestvm4a1870/backup?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc0YTE4NzZkOCUzQnBzdGVzdHZtNGExODcwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzRhMTg3NmQ4JTNCcHN0ZXN0dm00YTE4NzAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg080f34a5%3Bpstestvm080f30/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg080f34a5%3Bpstestvm080f30/backup?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwODBmMzRhNSUzQnBzdGVzdHZtMDgwZjMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzA4MGYzNGE1JTNCcHN0ZXN0dm0wODBmMzAvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"objectType\": \"IaasVMBackupRequest\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a645bc62-833b-4a7f-88d7-e34e84e89eaa" + "3aa14a42-8d1a-4e02-afc7-1d591815d20c" ], "Accept-Language": [ "en-US" @@ -4104,8 +4332,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4122,23 +4350,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870/protectedItems/VM;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870/operationResults/89c6632a-bd03-4e50-95e3-eb8aa90caa0f?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30/protectedItems/VM;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30/operationResults/b3e462d8-c10e-4785-bd2b-aef379a8b610?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870/protectedItems/VM;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870/operationsStatus/89c6632a-bd03-4e50-95e3-eb8aa90caa0f?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30/protectedItems/VM;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30/operationsStatus/b3e462d8-c10e-4785-bd2b-aef379a8b610?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "afd33ce0-3b9e-4ab0-980e-7481b9f8597a" + "45644d89-0e83-49a0-bccd-cfd8a6603022" ], "x-ms-client-request-id": [ - "a645bc62-833b-4a7f-88d7-e34e84e89eaa", - "a645bc62-833b-4a7f-88d7-e34e84e89eaa" + "3aa14a42-8d1a-4e02-afc7-1d591815d20c", + "3aa14a42-8d1a-4e02-afc7-1d591815d20c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4150,13 +4378,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "afd33ce0-3b9e-4ab0-980e-7481b9f8597a" + "45644d89-0e83-49a0-bccd-cfd8a6603022" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055122Z:afd33ce0-3b9e-4ab0-980e-7481b9f8597a" + "SOUTHINDIA:20210518T084230Z:45644d89-0e83-49a0-bccd-cfd8a6603022" ], "Date": [ - "Tue, 16 Feb 2021 05:51:21 GMT" + "Tue, 18 May 2021 08:42:29 GMT" ], "Expires": [ "-1" @@ -4169,13 +4397,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/89c6632a-bd03-4e50-95e3-eb8aa90caa0f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zLzg5YzY2MzJhLWJkMDMtNGU1MC05NWUzLWViOGFhOTBjYWEwZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/b3e462d8-c10e-4785-bd2b-aef379a8b610?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zL2IzZTQ2MmQ4LWMxMGUtNDc4NS1iZDJiLWFlZjM3OWE4YjYxMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a645bc62-833b-4a7f-88d7-e34e84e89eaa" + "3aa14a42-8d1a-4e02-afc7-1d591815d20c" ], "Accept-Language": [ "en-US" @@ -4183,8 +4411,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4198,11 +4426,11 @@ "nosniff" ], "x-ms-request-id": [ - "5855805e-94b4-487c-af89-7f702ca157b7" + "0fd2467a-d475-49f4-8eec-a417c7d2cc97" ], "x-ms-client-request-id": [ - "a645bc62-833b-4a7f-88d7-e34e84e89eaa", - "a645bc62-833b-4a7f-88d7-e34e84e89eaa" + "3aa14a42-8d1a-4e02-afc7-1d591815d20c", + "3aa14a42-8d1a-4e02-afc7-1d591815d20c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4214,16 +4442,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "141" + "139" ], "x-ms-correlation-request-id": [ - "5855805e-94b4-487c-af89-7f702ca157b7" + "0fd2467a-d475-49f4-8eec-a417c7d2cc97" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055122Z:5855805e-94b4-487c-af89-7f702ca157b7" + "SOUTHINDIA:20210518T084230Z:0fd2467a-d475-49f4-8eec-a417c7d2cc97" ], "Date": [ - "Tue, 16 Feb 2021 05:51:21 GMT" + "Tue, 18 May 2021 08:42:29 GMT" ], "Content-Length": [ "188" @@ -4235,17 +4463,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"89c6632a-bd03-4e50-95e3-eb8aa90caa0f\",\r\n \"name\": \"89c6632a-bd03-4e50-95e3-eb8aa90caa0f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"b3e462d8-c10e-4785-bd2b-aef379a8b610\",\r\n \"name\": \"b3e462d8-c10e-4785-bd2b-aef379a8b610\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/89c6632a-bd03-4e50-95e3-eb8aa90caa0f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zLzg5YzY2MzJhLWJkMDMtNGU1MC05NWUzLWViOGFhOTBjYWEwZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/b3e462d8-c10e-4785-bd2b-aef379a8b610?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zL2IzZTQ2MmQ4LWMxMGUtNDc4NS1iZDJiLWFlZjM3OWE4YjYxMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a645bc62-833b-4a7f-88d7-e34e84e89eaa" + "3aa14a42-8d1a-4e02-afc7-1d591815d20c" ], "Accept-Language": [ "en-US" @@ -4253,8 +4481,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4268,11 +4496,11 @@ "nosniff" ], "x-ms-request-id": [ - "a211a23f-3876-487a-9536-1ddfd2d0892d" + "425eeb2d-fad4-4a22-abe7-63ee5ac13d80" ], "x-ms-client-request-id": [ - "a645bc62-833b-4a7f-88d7-e34e84e89eaa", - "a645bc62-833b-4a7f-88d7-e34e84e89eaa" + "3aa14a42-8d1a-4e02-afc7-1d591815d20c", + "3aa14a42-8d1a-4e02-afc7-1d591815d20c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4284,16 +4512,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "140" + "138" ], "x-ms-correlation-request-id": [ - "a211a23f-3876-487a-9536-1ddfd2d0892d" + "425eeb2d-fad4-4a22-abe7-63ee5ac13d80" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055127Z:a211a23f-3876-487a-9536-1ddfd2d0892d" + "SOUTHINDIA:20210518T084235Z:425eeb2d-fad4-4a22-abe7-63ee5ac13d80" ], "Date": [ - "Tue, 16 Feb 2021 05:51:27 GMT" + "Tue, 18 May 2021 08:42:34 GMT" ], "Content-Length": [ "304" @@ -4305,17 +4533,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"89c6632a-bd03-4e50-95e3-eb8aa90caa0f\",\r\n \"name\": \"89c6632a-bd03-4e50-95e3-eb8aa90caa0f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"endTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"b3e462d8-c10e-4785-bd2b-aef379a8b610\",\r\n \"name\": \"b3e462d8-c10e-4785-bd2b-aef379a8b610\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"endTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/89c6632a-bd03-4e50-95e3-eb8aa90caa0f?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zLzg5YzY2MzJhLWJkMDMtNGU1MC05NWUzLWViOGFhOTBjYWEwZj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/b3e462d8-c10e-4785-bd2b-aef379a8b610?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zL2IzZTQ2MmQ4LWMxMGUtNDc4NS1iZDJiLWFlZjM3OWE4YjYxMD9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a645bc62-833b-4a7f-88d7-e34e84e89eaa" + "3aa14a42-8d1a-4e02-afc7-1d591815d20c" ], "Accept-Language": [ "en-US" @@ -4323,8 +4551,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4338,11 +4566,11 @@ "nosniff" ], "x-ms-request-id": [ - "f7d99641-0656-48ad-b341-c633e719c944" + "c0ca9d93-2fa9-465f-aa9d-7ef492038f7d" ], "x-ms-client-request-id": [ - "a645bc62-833b-4a7f-88d7-e34e84e89eaa", - "a645bc62-833b-4a7f-88d7-e34e84e89eaa" + "3aa14a42-8d1a-4e02-afc7-1d591815d20c", + "3aa14a42-8d1a-4e02-afc7-1d591815d20c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4354,16 +4582,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "139" + "137" ], "x-ms-correlation-request-id": [ - "f7d99641-0656-48ad-b341-c633e719c944" + "c0ca9d93-2fa9-465f-aa9d-7ef492038f7d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055127Z:f7d99641-0656-48ad-b341-c633e719c944" + "SOUTHINDIA:20210518T084236Z:c0ca9d93-2fa9-465f-aa9d-7ef492038f7d" ], "Date": [ - "Tue, 16 Feb 2021 05:51:27 GMT" + "Tue, 18 May 2021 08:42:35 GMT" ], "Content-Length": [ "304" @@ -4375,17 +4603,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"89c6632a-bd03-4e50-95e3-eb8aa90caa0f\",\r\n \"name\": \"89c6632a-bd03-4e50-95e3-eb8aa90caa0f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"endTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"b3e462d8-c10e-4785-bd2b-aef379a8b610\",\r\n \"name\": \"b3e462d8-c10e-4785-bd2b-aef379a8b610\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"endTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a645bc62-833b-4a7f-88d7-e34e84e89eaa" + "3aa14a42-8d1a-4e02-afc7-1d591815d20c" ], "Accept-Language": [ "en-US" @@ -4393,8 +4621,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4412,11 +4640,11 @@ "nosniff" ], "x-ms-request-id": [ - "e82e3331-73d5-4072-9c1c-257c2d3f5965" + "af701088-18ce-4d44-b20a-a801dea674c7" ], "x-ms-client-request-id": [ - "a645bc62-833b-4a7f-88d7-e34e84e89eaa", - "a645bc62-833b-4a7f-88d7-e34e84e89eaa" + "3aa14a42-8d1a-4e02-afc7-1d591815d20c", + "3aa14a42-8d1a-4e02-afc7-1d591815d20c" ], "X-Powered-By": [ "ASP.NET" @@ -4428,13 +4656,13 @@ "148" ], "x-ms-correlation-request-id": [ - "e82e3331-73d5-4072-9c1c-257c2d3f5965" + "af701088-18ce-4d44-b20a-a801dea674c7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055128Z:e82e3331-73d5-4072-9c1c-257c2d3f5965" + "SOUTHINDIA:20210518T084236Z:af701088-18ce-4d44-b20a-a801dea674c7" ], "Date": [ - "Tue, 16 Feb 2021 05:51:27 GMT" + "Tue, 18 May 2021 08:42:35 GMT" ], "Content-Length": [ "968" @@ -4446,17 +4674,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT5.8439497S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT6.4207772S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -4464,8 +4692,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4483,11 +4711,11 @@ "nosniff" ], "x-ms-request-id": [ - "e016e672-7b87-4f7d-b923-eacd60f2385e" + "4a975c57-59a7-452d-b878-1d23d24bcc0e" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -4499,13 +4727,13 @@ "147" ], "x-ms-correlation-request-id": [ - "e016e672-7b87-4f7d-b923-eacd60f2385e" + "4a975c57-59a7-452d-b878-1d23d24bcc0e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055128Z:e016e672-7b87-4f7d-b923-eacd60f2385e" + "SOUTHINDIA:20210518T084237Z:4a975c57-59a7-452d-b878-1d23d24bcc0e" ], "Date": [ - "Tue, 16 Feb 2021 05:51:28 GMT" + "Tue, 18 May 2021 08:42:36 GMT" ], "Content-Length": [ "968" @@ -4517,17 +4745,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT6.4114982S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT6.9136135S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -4535,8 +4763,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4554,11 +4782,11 @@ "nosniff" ], "x-ms-request-id": [ - "e5e83237-b3fc-42b1-8715-49fc099bdb00" + "b2ede70f-cafc-4e83-82fe-bfefb5331dfd" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -4570,13 +4798,13 @@ "146" ], "x-ms-correlation-request-id": [ - "e5e83237-b3fc-42b1-8715-49fc099bdb00" + "b2ede70f-cafc-4e83-82fe-bfefb5331dfd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055159Z:e5e83237-b3fc-42b1-8715-49fc099bdb00" + "SOUTHINDIA:20210518T084307Z:b2ede70f-cafc-4e83-82fe-bfefb5331dfd" ], "Date": [ - "Tue, 16 Feb 2021 05:51:59 GMT" + "Tue, 18 May 2021 08:43:07 GMT" ], "Content-Length": [ "969" @@ -4588,17 +4816,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT36.8226157S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT37.3395804S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -4606,8 +4834,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4625,11 +4853,11 @@ "nosniff" ], "x-ms-request-id": [ - "206d687d-2ea8-46ce-b9b0-e5fd07128570" + "de95bf78-a23e-4ed7-a369-a9706f220b7e" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -4641,16 +4869,16 @@ "145" ], "x-ms-correlation-request-id": [ - "206d687d-2ea8-46ce-b9b0-e5fd07128570" + "de95bf78-a23e-4ed7-a369-a9706f220b7e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055229Z:206d687d-2ea8-46ce-b9b0-e5fd07128570" + "SOUTHINDIA:20210518T084338Z:de95bf78-a23e-4ed7-a369-a9706f220b7e" ], "Date": [ - "Tue, 16 Feb 2021 05:52:29 GMT" + "Tue, 18 May 2021 08:43:38 GMT" ], "Content-Length": [ - "970" + "969" ], "Content-Type": [ "application/json" @@ -4659,17 +4887,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT1M7.2954945S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT1M8.054552S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -4677,8 +4905,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4696,11 +4924,11 @@ "nosniff" ], "x-ms-request-id": [ - "5b28f9ee-9a71-4459-a2f3-a2b55d63d2b3" + "15728343-33c9-40df-a51c-dccf9a82d0ff" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -4712,13 +4940,13 @@ "144" ], "x-ms-correlation-request-id": [ - "5b28f9ee-9a71-4459-a2f3-a2b55d63d2b3" + "15728343-33c9-40df-a51c-dccf9a82d0ff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055300Z:5b28f9ee-9a71-4459-a2f3-a2b55d63d2b3" + "SOUTHINDIA:20210518T084408Z:15728343-33c9-40df-a51c-dccf9a82d0ff" ], "Date": [ - "Tue, 16 Feb 2021 05:52:59 GMT" + "Tue, 18 May 2021 08:44:08 GMT" ], "Content-Length": [ "971" @@ -4730,17 +4958,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT1M37.7005783S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT1M38.5246187S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -4748,8 +4976,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4767,11 +4995,11 @@ "nosniff" ], "x-ms-request-id": [ - "099ae59c-e4e5-4c1d-b430-48d4d18cebe5" + "b33d8889-9609-4290-a388-1f3383a88a11" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -4783,13 +5011,13 @@ "143" ], "x-ms-correlation-request-id": [ - "099ae59c-e4e5-4c1d-b430-48d4d18cebe5" + "b33d8889-9609-4290-a388-1f3383a88a11" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055330Z:099ae59c-e4e5-4c1d-b430-48d4d18cebe5" + "SOUTHINDIA:20210518T084440Z:b33d8889-9609-4290-a388-1f3383a88a11" ], "Date": [ - "Tue, 16 Feb 2021 05:53:30 GMT" + "Tue, 18 May 2021 08:44:40 GMT" ], "Content-Length": [ "970" @@ -4801,17 +5029,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT2M8.1548727S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT2M9.5992431S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -4819,8 +5047,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4838,11 +5066,11 @@ "nosniff" ], "x-ms-request-id": [ - "a7e2d423-6fb3-40d5-a3b1-80210263c230" + "c9611e9b-55bd-4faa-b6eb-b28e8ee0bcdf" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -4854,16 +5082,16 @@ "142" ], "x-ms-correlation-request-id": [ - "a7e2d423-6fb3-40d5-a3b1-80210263c230" + "c9611e9b-55bd-4faa-b6eb-b28e8ee0bcdf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055401Z:a7e2d423-6fb3-40d5-a3b1-80210263c230" + "SOUTHINDIA:20210518T084511Z:c9611e9b-55bd-4faa-b6eb-b28e8ee0bcdf" ], "Date": [ - "Tue, 16 Feb 2021 05:54:00 GMT" + "Tue, 18 May 2021 08:45:10 GMT" ], "Content-Length": [ - "969" + "971" ], "Content-Type": [ "application/json" @@ -4872,17 +5100,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT2M38.62243S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT2M40.9268043S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -4890,8 +5118,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4909,11 +5137,11 @@ "nosniff" ], "x-ms-request-id": [ - "f288c3fa-b369-460b-8d4b-44a1cde86567" + "a091af7c-3052-415c-bfdc-91d9a9fdb937" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -4925,16 +5153,16 @@ "141" ], "x-ms-correlation-request-id": [ - "f288c3fa-b369-460b-8d4b-44a1cde86567" + "a091af7c-3052-415c-bfdc-91d9a9fdb937" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055431Z:f288c3fa-b369-460b-8d4b-44a1cde86567" + "SOUTHINDIA:20210518T084542Z:a091af7c-3052-415c-bfdc-91d9a9fdb937" ], "Date": [ - "Tue, 16 Feb 2021 05:54:31 GMT" + "Tue, 18 May 2021 08:45:41 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -4943,17 +5171,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT3M9.0225861S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT3M11.7092513S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -4961,8 +5189,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -4980,11 +5208,11 @@ "nosniff" ], "x-ms-request-id": [ - "e5b78983-bb82-4cbb-87b5-7b4afa296e05" + "a11ef4e5-7876-4da9-880c-84d7a27cf41b" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -4996,13 +5224,13 @@ "140" ], "x-ms-correlation-request-id": [ - "e5b78983-bb82-4cbb-87b5-7b4afa296e05" + "a11ef4e5-7876-4da9-880c-84d7a27cf41b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055502Z:e5b78983-bb82-4cbb-87b5-7b4afa296e05" + "SOUTHINDIA:20210518T084612Z:a11ef4e5-7876-4da9-880c-84d7a27cf41b" ], "Date": [ - "Tue, 16 Feb 2021 05:55:01 GMT" + "Tue, 18 May 2021 08:46:12 GMT" ], "Content-Length": [ "971" @@ -5014,17 +5242,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT3M39.5535219S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT3M42.2626504S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5032,8 +5260,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5051,11 +5279,11 @@ "nosniff" ], "x-ms-request-id": [ - "1e3c4069-9fe8-48e1-b725-bacee4ff10c1" + "aede5083-6bae-419c-99df-e224eca17603" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5067,13 +5295,13 @@ "139" ], "x-ms-correlation-request-id": [ - "1e3c4069-9fe8-48e1-b725-bacee4ff10c1" + "aede5083-6bae-419c-99df-e224eca17603" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055532Z:1e3c4069-9fe8-48e1-b725-bacee4ff10c1" + "SOUTHINDIA:20210518T084643Z:aede5083-6bae-419c-99df-e224eca17603" ], "Date": [ - "Tue, 16 Feb 2021 05:55:32 GMT" + "Tue, 18 May 2021 08:46:42 GMT" ], "Content-Length": [ "971" @@ -5085,17 +5313,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT4M10.0454364S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT4M12.6886674S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5103,8 +5331,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5122,11 +5350,11 @@ "nosniff" ], "x-ms-request-id": [ - "eecab204-e546-4acd-ab80-f422df07afcb" + "fc99ada2-78fd-44c9-88af-587b558fa6eb" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5138,16 +5366,16 @@ "138" ], "x-ms-correlation-request-id": [ - "eecab204-e546-4acd-ab80-f422df07afcb" + "fc99ada2-78fd-44c9-88af-587b558fa6eb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055602Z:eecab204-e546-4acd-ab80-f422df07afcb" + "SOUTHINDIA:20210518T084713Z:fc99ada2-78fd-44c9-88af-587b558fa6eb" ], "Date": [ - "Tue, 16 Feb 2021 05:56:02 GMT" + "Tue, 18 May 2021 08:47:12 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -5156,17 +5384,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT4M40.511442S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT4M43.1452255S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5174,8 +5402,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5193,11 +5421,11 @@ "nosniff" ], "x-ms-request-id": [ - "6e218c6e-b5d0-4ba8-b113-99e60dd6cbc2" + "0b4bc28b-5c93-454c-9a46-ebed37e4db30" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5209,13 +5437,13 @@ "137" ], "x-ms-correlation-request-id": [ - "6e218c6e-b5d0-4ba8-b113-99e60dd6cbc2" + "0b4bc28b-5c93-454c-9a46-ebed37e4db30" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055633Z:6e218c6e-b5d0-4ba8-b113-99e60dd6cbc2" + "SOUTHINDIA:20210518T084744Z:0b4bc28b-5c93-454c-9a46-ebed37e4db30" ], "Date": [ - "Tue, 16 Feb 2021 05:56:33 GMT" + "Tue, 18 May 2021 08:47:44 GMT" ], "Content-Length": [ "971" @@ -5227,17 +5455,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT5M11.3927168S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT5M14.1093761S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5245,8 +5473,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5264,11 +5492,11 @@ "nosniff" ], "x-ms-request-id": [ - "5c86b6e5-feb0-4183-b4fa-767a706c2829" + "169bfd1e-d97f-435c-965d-04a102d73939" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5280,13 +5508,13 @@ "136" ], "x-ms-correlation-request-id": [ - "5c86b6e5-feb0-4183-b4fa-767a706c2829" + "169bfd1e-d97f-435c-965d-04a102d73939" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055704Z:5c86b6e5-feb0-4183-b4fa-767a706c2829" + "SOUTHINDIA:20210518T084815Z:169bfd1e-d97f-435c-965d-04a102d73939" ], "Date": [ - "Tue, 16 Feb 2021 05:57:03 GMT" + "Tue, 18 May 2021 08:48:15 GMT" ], "Content-Length": [ "971" @@ -5298,17 +5526,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT5M41.7895195S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT5M44.8199446S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5316,8 +5544,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5335,11 +5563,11 @@ "nosniff" ], "x-ms-request-id": [ - "2d5e800d-573b-48db-9467-3c9f5e3dc49d" + "e3c425b7-eae4-4ebc-bbf9-9d5039108b87" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5351,13 +5579,13 @@ "135" ], "x-ms-correlation-request-id": [ - "2d5e800d-573b-48db-9467-3c9f5e3dc49d" + "e3c425b7-eae4-4ebc-bbf9-9d5039108b87" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055734Z:2d5e800d-573b-48db-9467-3c9f5e3dc49d" + "SOUTHINDIA:20210518T084845Z:e3c425b7-eae4-4ebc-bbf9-9d5039108b87" ], "Date": [ - "Tue, 16 Feb 2021 05:57:34 GMT" + "Tue, 18 May 2021 08:48:45 GMT" ], "Content-Length": [ "971" @@ -5369,17 +5597,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT6M12.2299274S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT6M15.5436798S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5387,8 +5615,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5406,11 +5634,11 @@ "nosniff" ], "x-ms-request-id": [ - "d7e5b31e-4a0b-47ab-9678-6c46e97c3c68" + "69c507c1-bb32-4561-a6e8-6c2537092d63" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5422,13 +5650,13 @@ "134" ], "x-ms-correlation-request-id": [ - "d7e5b31e-4a0b-47ab-9678-6c46e97c3c68" + "69c507c1-bb32-4561-a6e8-6c2537092d63" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055805Z:d7e5b31e-4a0b-47ab-9678-6c46e97c3c68" + "SOUTHINDIA:20210518T084916Z:69c507c1-bb32-4561-a6e8-6c2537092d63" ], "Date": [ - "Tue, 16 Feb 2021 05:58:04 GMT" + "Tue, 18 May 2021 08:49:15 GMT" ], "Content-Length": [ "971" @@ -5440,17 +5668,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT6M42.6801301S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT6M46.1096266S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5458,8 +5686,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5477,11 +5705,11 @@ "nosniff" ], "x-ms-request-id": [ - "5ad665d8-1255-436f-aab8-0ddd91d67432" + "f97b5a5c-827b-424e-8e57-3f61f1d248f3" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5493,16 +5721,16 @@ "133" ], "x-ms-correlation-request-id": [ - "5ad665d8-1255-436f-aab8-0ddd91d67432" + "f97b5a5c-827b-424e-8e57-3f61f1d248f3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055835Z:5ad665d8-1255-436f-aab8-0ddd91d67432" + "SOUTHINDIA:20210518T084947Z:f97b5a5c-827b-424e-8e57-3f61f1d248f3" ], "Date": [ - "Tue, 16 Feb 2021 05:58:35 GMT" + "Tue, 18 May 2021 08:49:46 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -5511,17 +5739,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT7M13.125132S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT7M16.6530714S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5529,8 +5757,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5548,11 +5776,11 @@ "nosniff" ], "x-ms-request-id": [ - "5a02904d-dcf1-45a3-ba7d-f690f6dec33a" + "ff4d0991-db6c-4738-b623-cc0268c0ef88" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5564,13 +5792,13 @@ "132" ], "x-ms-correlation-request-id": [ - "5a02904d-dcf1-45a3-ba7d-f690f6dec33a" + "ff4d0991-db6c-4738-b623-cc0268c0ef88" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055905Z:5a02904d-dcf1-45a3-ba7d-f690f6dec33a" + "SOUTHINDIA:20210518T085017Z:ff4d0991-db6c-4738-b623-cc0268c0ef88" ], "Date": [ - "Tue, 16 Feb 2021 05:59:05 GMT" + "Tue, 18 May 2021 08:50:17 GMT" ], "Content-Length": [ "970" @@ -5582,17 +5810,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT7M43.4896832S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT7M47.0814961S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5600,8 +5828,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5619,11 +5847,11 @@ "nosniff" ], "x-ms-request-id": [ - "5644aa2e-557e-4fad-a945-d6ad508ddc8d" + "2b712996-02be-4351-a060-1647247b3e28" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5635,16 +5863,16 @@ "131" ], "x-ms-correlation-request-id": [ - "5644aa2e-557e-4fad-a945-d6ad508ddc8d" + "2b712996-02be-4351-a060-1647247b3e28" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T055936Z:5644aa2e-557e-4fad-a945-d6ad508ddc8d" + "SOUTHINDIA:20210518T085048Z:2b712996-02be-4351-a060-1647247b3e28" ], "Date": [ - "Tue, 16 Feb 2021 05:59:35 GMT" + "Tue, 18 May 2021 08:50:48 GMT" ], "Content-Length": [ - "969" + "970" ], "Content-Type": [ "application/json" @@ -5653,17 +5881,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT8M13.894847S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT8M18.2896634S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5671,8 +5899,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5690,11 +5918,11 @@ "nosniff" ], "x-ms-request-id": [ - "a1393cf4-1126-44dc-81b4-f0b2c9afc24f" + "8850da2d-7de7-4fca-a644-1f544349060c" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5706,13 +5934,13 @@ "130" ], "x-ms-correlation-request-id": [ - "a1393cf4-1126-44dc-81b4-f0b2c9afc24f" + "8850da2d-7de7-4fca-a644-1f544349060c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060006Z:a1393cf4-1126-44dc-81b4-f0b2c9afc24f" + "SOUTHINDIA:20210518T085119Z:8850da2d-7de7-4fca-a644-1f544349060c" ], "Date": [ - "Tue, 16 Feb 2021 06:00:05 GMT" + "Tue, 18 May 2021 08:51:18 GMT" ], "Content-Length": [ "970" @@ -5724,17 +5952,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT8M44.2884633S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT8M48.8219069S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5742,8 +5970,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5761,11 +5989,11 @@ "nosniff" ], "x-ms-request-id": [ - "2ebec230-d3d3-481b-9bf1-7587689a0656" + "015e0008-3e8d-4ede-83be-38fe1fee703f" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5777,13 +6005,13 @@ "129" ], "x-ms-correlation-request-id": [ - "2ebec230-d3d3-481b-9bf1-7587689a0656" + "015e0008-3e8d-4ede-83be-38fe1fee703f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060037Z:2ebec230-d3d3-481b-9bf1-7587689a0656" + "SOUTHINDIA:20210518T085149Z:015e0008-3e8d-4ede-83be-38fe1fee703f" ], "Date": [ - "Tue, 16 Feb 2021 06:00:37 GMT" + "Tue, 18 May 2021 08:51:49 GMT" ], "Content-Length": [ "970" @@ -5795,17 +6023,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT9M14.7558212S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT9M19.2039565S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5813,8 +6041,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5832,11 +6060,11 @@ "nosniff" ], "x-ms-request-id": [ - "ccadc65c-05ed-4779-83c2-aafc74b3458a" + "97542c96-2ea7-4d6a-9c59-8775de7a43ec" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5848,13 +6076,13 @@ "128" ], "x-ms-correlation-request-id": [ - "ccadc65c-05ed-4779-83c2-aafc74b3458a" + "97542c96-2ea7-4d6a-9c59-8775de7a43ec" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060107Z:ccadc65c-05ed-4779-83c2-aafc74b3458a" + "SOUTHINDIA:20210518T085220Z:97542c96-2ea7-4d6a-9c59-8775de7a43ec" ], "Date": [ - "Tue, 16 Feb 2021 06:01:07 GMT" + "Tue, 18 May 2021 08:52:20 GMT" ], "Content-Length": [ "970" @@ -5866,17 +6094,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT9M45.1567653S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT9M50.0767556S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5884,8 +6112,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5903,11 +6131,11 @@ "nosniff" ], "x-ms-request-id": [ - "9987789f-6ebc-4df4-83fc-e5778c292832" + "6750ff0f-ff17-4103-8cba-b0d00524be55" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5919,13 +6147,13 @@ "127" ], "x-ms-correlation-request-id": [ - "9987789f-6ebc-4df4-83fc-e5778c292832" + "6750ff0f-ff17-4103-8cba-b0d00524be55" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060138Z:9987789f-6ebc-4df4-83fc-e5778c292832" + "SOUTHINDIA:20210518T085251Z:6750ff0f-ff17-4103-8cba-b0d00524be55" ], "Date": [ - "Tue, 16 Feb 2021 06:01:37 GMT" + "Tue, 18 May 2021 08:52:50 GMT" ], "Content-Length": [ "971" @@ -5937,17 +6165,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT10M15.5739729S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT10M20.6416549S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -5955,8 +6183,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -5974,11 +6202,11 @@ "nosniff" ], "x-ms-request-id": [ - "474b703f-52ef-4839-8c6c-9e11bda1355a" + "b47f7b5b-dc5c-4dcb-b349-51a258a1a560" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -5990,13 +6218,13 @@ "126" ], "x-ms-correlation-request-id": [ - "474b703f-52ef-4839-8c6c-9e11bda1355a" + "b47f7b5b-dc5c-4dcb-b349-51a258a1a560" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060208Z:474b703f-52ef-4839-8c6c-9e11bda1355a" + "SOUTHINDIA:20210518T085321Z:b47f7b5b-dc5c-4dcb-b349-51a258a1a560" ], "Date": [ - "Tue, 16 Feb 2021 06:02:07 GMT" + "Tue, 18 May 2021 08:53:21 GMT" ], "Content-Length": [ "971" @@ -6008,17 +6236,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT10M46.0368363S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT10M51.1276046S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6026,8 +6254,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6045,11 +6273,11 @@ "nosniff" ], "x-ms-request-id": [ - "df71ca7d-834e-4f7d-838d-52a8ef50c4a3" + "3165f071-8f1e-4e5b-a483-440a05147bb6" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6061,16 +6289,16 @@ "125" ], "x-ms-correlation-request-id": [ - "df71ca7d-834e-4f7d-838d-52a8ef50c4a3" + "3165f071-8f1e-4e5b-a483-440a05147bb6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060239Z:df71ca7d-834e-4f7d-838d-52a8ef50c4a3" + "SOUTHINDIA:20210518T085352Z:3165f071-8f1e-4e5b-a483-440a05147bb6" ], "Date": [ - "Tue, 16 Feb 2021 06:02:38 GMT" + "Tue, 18 May 2021 08:53:51 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -6079,17 +6307,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT11M16.842074S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT11M21.8089752S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6097,8 +6325,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6116,11 +6344,11 @@ "nosniff" ], "x-ms-request-id": [ - "fce8afe4-835d-4c92-900a-6a89dc1ef97d" + "b533835f-345c-4b77-b4d4-c0a42966a167" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6132,13 +6360,13 @@ "124" ], "x-ms-correlation-request-id": [ - "fce8afe4-835d-4c92-900a-6a89dc1ef97d" + "b533835f-345c-4b77-b4d4-c0a42966a167" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060309Z:fce8afe4-835d-4c92-900a-6a89dc1ef97d" + "SOUTHINDIA:20210518T085422Z:b533835f-345c-4b77-b4d4-c0a42966a167" ], "Date": [ - "Tue, 16 Feb 2021 06:03:09 GMT" + "Tue, 18 May 2021 08:54:21 GMT" ], "Content-Length": [ "971" @@ -6150,17 +6378,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT11M47.2873712S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT11M52.4613173S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6168,8 +6396,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6187,11 +6415,11 @@ "nosniff" ], "x-ms-request-id": [ - "e15db417-2baf-467d-962f-2d2b145d1229" + "ced538b5-f854-493c-95f9-c471b65caa5f" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6203,13 +6431,13 @@ "123" ], "x-ms-correlation-request-id": [ - "e15db417-2baf-467d-962f-2d2b145d1229" + "ced538b5-f854-493c-95f9-c471b65caa5f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060340Z:e15db417-2baf-467d-962f-2d2b145d1229" + "SOUTHINDIA:20210518T085453Z:ced538b5-f854-493c-95f9-c471b65caa5f" ], "Date": [ - "Tue, 16 Feb 2021 06:03:39 GMT" + "Tue, 18 May 2021 08:54:53 GMT" ], "Content-Length": [ "971" @@ -6221,17 +6449,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT12M17.7799654S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT12M22.8472507S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6239,8 +6467,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6258,11 +6486,11 @@ "nosniff" ], "x-ms-request-id": [ - "c54ea9c1-2ef0-4816-a215-b0a21a62104d" + "6b934e7d-6bdf-42e0-8866-7cd954f6fc7f" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6274,13 +6502,13 @@ "122" ], "x-ms-correlation-request-id": [ - "c54ea9c1-2ef0-4816-a215-b0a21a62104d" + "6b934e7d-6bdf-42e0-8866-7cd954f6fc7f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060411Z:c54ea9c1-2ef0-4816-a215-b0a21a62104d" + "SOUTHINDIA:20210518T085523Z:6b934e7d-6bdf-42e0-8866-7cd954f6fc7f" ], "Date": [ - "Tue, 16 Feb 2021 06:04:11 GMT" + "Tue, 18 May 2021 08:55:23 GMT" ], "Content-Length": [ "971" @@ -6292,17 +6520,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT12M48.2237567S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT12M53.1887493S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6310,8 +6538,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6329,11 +6557,11 @@ "nosniff" ], "x-ms-request-id": [ - "1a69b848-811d-4413-a4c5-683a92665c73" + "8bde173e-28e6-4b18-afbf-9d30164cfebe" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6345,13 +6573,13 @@ "121" ], "x-ms-correlation-request-id": [ - "1a69b848-811d-4413-a4c5-683a92665c73" + "8bde173e-28e6-4b18-afbf-9d30164cfebe" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060442Z:1a69b848-811d-4413-a4c5-683a92665c73" + "SOUTHINDIA:20210518T085554Z:8bde173e-28e6-4b18-afbf-9d30164cfebe" ], "Date": [ - "Tue, 16 Feb 2021 06:04:42 GMT" + "Tue, 18 May 2021 08:55:53 GMT" ], "Content-Length": [ "971" @@ -6363,17 +6591,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT13M19.5228838S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT13M23.6219211S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6381,8 +6609,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6400,11 +6628,11 @@ "nosniff" ], "x-ms-request-id": [ - "fda8242f-ff9a-41f8-9c55-1f2b97ca9146" + "177e1530-125a-4913-8e46-f47f8cb730a1" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6416,16 +6644,16 @@ "120" ], "x-ms-correlation-request-id": [ - "fda8242f-ff9a-41f8-9c55-1f2b97ca9146" + "177e1530-125a-4913-8e46-f47f8cb730a1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060512Z:fda8242f-ff9a-41f8-9c55-1f2b97ca9146" + "SOUTHINDIA:20210518T085624Z:177e1530-125a-4913-8e46-f47f8cb730a1" ], "Date": [ - "Tue, 16 Feb 2021 06:05:11 GMT" + "Tue, 18 May 2021 08:56:23 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -6434,17 +6662,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT13M49.982856S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT13M54.0784227S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6452,8 +6680,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6471,11 +6699,11 @@ "nosniff" ], "x-ms-request-id": [ - "38af0613-5d8f-4cea-bee5-92f92d36ffc8" + "50569459-c5cc-4dce-8707-2605e8280b1f" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6487,16 +6715,16 @@ "119" ], "x-ms-correlation-request-id": [ - "38af0613-5d8f-4cea-bee5-92f92d36ffc8" + "50569459-c5cc-4dce-8707-2605e8280b1f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060542Z:38af0613-5d8f-4cea-bee5-92f92d36ffc8" + "SOUTHINDIA:20210518T085655Z:50569459-c5cc-4dce-8707-2605e8280b1f" ], "Date": [ - "Tue, 16 Feb 2021 06:05:42 GMT" + "Tue, 18 May 2021 08:56:54 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -6505,17 +6733,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT14M20.445085S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT14M24.6128214S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6523,8 +6751,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6542,11 +6770,11 @@ "nosniff" ], "x-ms-request-id": [ - "dea71cba-2460-4de7-9e7c-23a9628ebc37" + "2430ca9c-be15-45a1-9745-896a7bc5299d" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6558,13 +6786,13 @@ "118" ], "x-ms-correlation-request-id": [ - "dea71cba-2460-4de7-9e7c-23a9628ebc37" + "2430ca9c-be15-45a1-9745-896a7bc5299d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060613Z:dea71cba-2460-4de7-9e7c-23a9628ebc37" + "SOUTHINDIA:20210518T085725Z:2430ca9c-be15-45a1-9745-896a7bc5299d" ], "Date": [ - "Tue, 16 Feb 2021 06:06:12 GMT" + "Tue, 18 May 2021 08:57:25 GMT" ], "Content-Length": [ "971" @@ -6576,17 +6804,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT14M50.8215827S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT14M55.0386063S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6594,8 +6822,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6613,11 +6841,11 @@ "nosniff" ], "x-ms-request-id": [ - "ee3e4b93-7d1a-496c-b911-03ecc98f58ee" + "e65d98f1-b7eb-46a8-850d-888995e147a7" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6629,13 +6857,13 @@ "117" ], "x-ms-correlation-request-id": [ - "ee3e4b93-7d1a-496c-b911-03ecc98f58ee" + "e65d98f1-b7eb-46a8-850d-888995e147a7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060643Z:ee3e4b93-7d1a-496c-b911-03ecc98f58ee" + "SOUTHINDIA:20210518T085756Z:e65d98f1-b7eb-46a8-850d-888995e147a7" ], "Date": [ - "Tue, 16 Feb 2021 06:06:43 GMT" + "Tue, 18 May 2021 08:57:55 GMT" ], "Content-Length": [ "971" @@ -6647,17 +6875,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT15M21.2276091S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT15M25.8624547S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6665,8 +6893,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6684,11 +6912,11 @@ "nosniff" ], "x-ms-request-id": [ - "c0b25f4c-8f79-4f6f-b9da-a8f5d4d92327" + "95cf19c2-1bb9-42e2-b2e0-203971e42b91" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6700,13 +6928,13 @@ "116" ], "x-ms-correlation-request-id": [ - "c0b25f4c-8f79-4f6f-b9da-a8f5d4d92327" + "95cf19c2-1bb9-42e2-b2e0-203971e42b91" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060714Z:c0b25f4c-8f79-4f6f-b9da-a8f5d4d92327" + "SOUTHINDIA:20210518T085826Z:95cf19c2-1bb9-42e2-b2e0-203971e42b91" ], "Date": [ - "Tue, 16 Feb 2021 06:07:14 GMT" + "Tue, 18 May 2021 08:58:26 GMT" ], "Content-Length": [ "971" @@ -6718,17 +6946,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT15M51.6983577S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT15M56.3931361S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6736,8 +6964,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6755,11 +6983,11 @@ "nosniff" ], "x-ms-request-id": [ - "9b8912d3-3782-4e45-9eec-91687bc8df07" + "619e0699-b25b-4f1c-af51-15c53bcdb1d6" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6771,13 +6999,13 @@ "115" ], "x-ms-correlation-request-id": [ - "9b8912d3-3782-4e45-9eec-91687bc8df07" + "619e0699-b25b-4f1c-af51-15c53bcdb1d6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060744Z:9b8912d3-3782-4e45-9eec-91687bc8df07" + "SOUTHINDIA:20210518T085857Z:619e0699-b25b-4f1c-af51-15c53bcdb1d6" ], "Date": [ - "Tue, 16 Feb 2021 06:07:43 GMT" + "Tue, 18 May 2021 08:58:57 GMT" ], "Content-Length": [ "971" @@ -6789,17 +7017,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT16M22.2019403S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT16M27.1148018S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6807,8 +7035,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6826,11 +7054,11 @@ "nosniff" ], "x-ms-request-id": [ - "b2688a10-2d57-409e-8b79-f43aebb811a3" + "a2cba958-83da-48b4-ba36-6055e0ca148e" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6842,13 +7070,13 @@ "114" ], "x-ms-correlation-request-id": [ - "b2688a10-2d57-409e-8b79-f43aebb811a3" + "a2cba958-83da-48b4-ba36-6055e0ca148e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060815Z:b2688a10-2d57-409e-8b79-f43aebb811a3" + "SOUTHINDIA:20210518T085928Z:a2cba958-83da-48b4-ba36-6055e0ca148e" ], "Date": [ - "Tue, 16 Feb 2021 06:08:14 GMT" + "Tue, 18 May 2021 08:59:27 GMT" ], "Content-Length": [ "971" @@ -6860,17 +7088,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT16M52.5807777S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT16M57.7779426S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6878,8 +7106,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6897,11 +7125,11 @@ "nosniff" ], "x-ms-request-id": [ - "1799fe40-6699-4389-8031-82ef0a3d04a8" + "4fefdbc2-d2ee-4798-be06-39d417f0c1d5" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6913,13 +7141,13 @@ "113" ], "x-ms-correlation-request-id": [ - "1799fe40-6699-4389-8031-82ef0a3d04a8" + "4fefdbc2-d2ee-4798-be06-39d417f0c1d5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060845Z:1799fe40-6699-4389-8031-82ef0a3d04a8" + "SOUTHINDIA:20210518T085958Z:4fefdbc2-d2ee-4798-be06-39d417f0c1d5" ], "Date": [ - "Tue, 16 Feb 2021 06:08:45 GMT" + "Tue, 18 May 2021 08:59:58 GMT" ], "Content-Length": [ "971" @@ -6931,17 +7159,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT17M23.3326419S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT17M28.5249826S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -6949,8 +7177,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -6968,11 +7196,11 @@ "nosniff" ], "x-ms-request-id": [ - "f206e600-5b21-4ff5-9757-4afc3d112719" + "c504928c-20bf-4541-927e-d530d4120d90" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -6984,16 +7212,16 @@ "112" ], "x-ms-correlation-request-id": [ - "f206e600-5b21-4ff5-9757-4afc3d112719" + "c504928c-20bf-4541-927e-d530d4120d90" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060916Z:f206e600-5b21-4ff5-9757-4afc3d112719" + "SOUTHINDIA:20210518T090029Z:c504928c-20bf-4541-927e-d530d4120d90" ], "Date": [ - "Tue, 16 Feb 2021 06:09:15 GMT" + "Tue, 18 May 2021 09:00:28 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -7002,17 +7230,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT17M53.787985S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT17M59.0309171S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7020,8 +7248,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7039,11 +7267,11 @@ "nosniff" ], "x-ms-request-id": [ - "a7b939ff-8e73-4e17-a02c-c93eeb10a74a" + "ff3f4234-a2c8-4d3b-98cf-ac887b560000" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7055,13 +7283,13 @@ "111" ], "x-ms-correlation-request-id": [ - "a7b939ff-8e73-4e17-a02c-c93eeb10a74a" + "ff3f4234-a2c8-4d3b-98cf-ac887b560000" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T060946Z:a7b939ff-8e73-4e17-a02c-c93eeb10a74a" + "SOUTHINDIA:20210518T090100Z:ff3f4234-a2c8-4d3b-98cf-ac887b560000" ], "Date": [ - "Tue, 16 Feb 2021 06:09:45 GMT" + "Tue, 18 May 2021 09:00:59 GMT" ], "Content-Length": [ "971" @@ -7073,17 +7301,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT18M24.1770591S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT18M29.7642388S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7091,8 +7319,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7110,11 +7338,11 @@ "nosniff" ], "x-ms-request-id": [ - "6d699729-19f3-47f9-9653-949f1edb8ae3" + "cf1deaae-9c5e-4a24-a16f-92c84610ec01" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7126,16 +7354,16 @@ "110" ], "x-ms-correlation-request-id": [ - "6d699729-19f3-47f9-9653-949f1edb8ae3" + "cf1deaae-9c5e-4a24-a16f-92c84610ec01" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061017Z:6d699729-19f3-47f9-9653-949f1edb8ae3" + "SOUTHINDIA:20210518T090130Z:cf1deaae-9c5e-4a24-a16f-92c84610ec01" ], "Date": [ - "Tue, 16 Feb 2021 06:10:16 GMT" + "Tue, 18 May 2021 09:01:29 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7144,17 +7372,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT18M54.5554024S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT19M0.4232343S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7162,8 +7390,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7181,11 +7409,11 @@ "nosniff" ], "x-ms-request-id": [ - "40913b24-ff45-4b15-81d4-83d572977b6c" + "856b78ed-920e-4c9d-bcb3-e0a2fcd524cc" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7197,13 +7425,13 @@ "109" ], "x-ms-correlation-request-id": [ - "40913b24-ff45-4b15-81d4-83d572977b6c" + "856b78ed-920e-4c9d-bcb3-e0a2fcd524cc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061047Z:40913b24-ff45-4b15-81d4-83d572977b6c" + "SOUTHINDIA:20210518T090201Z:856b78ed-920e-4c9d-bcb3-e0a2fcd524cc" ], "Date": [ - "Tue, 16 Feb 2021 06:10:47 GMT" + "Tue, 18 May 2021 09:02:01 GMT" ], "Content-Length": [ "971" @@ -7215,17 +7443,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT19M25.0492963S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT19M30.8751076S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7233,8 +7461,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7252,11 +7480,11 @@ "nosniff" ], "x-ms-request-id": [ - "85e46a1f-b85e-4ffd-9004-550270df9a57" + "9d97b93e-e1e0-47c1-bd36-651c49711f0c" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7268,16 +7496,16 @@ "108" ], "x-ms-correlation-request-id": [ - "85e46a1f-b85e-4ffd-9004-550270df9a57" + "9d97b93e-e1e0-47c1-bd36-651c49711f0c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061118Z:85e46a1f-b85e-4ffd-9004-550270df9a57" + "SOUTHINDIA:20210518T090231Z:9d97b93e-e1e0-47c1-bd36-651c49711f0c" ], "Date": [ - "Tue, 16 Feb 2021 06:11:18 GMT" + "Tue, 18 May 2021 09:02:31 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7286,17 +7514,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT19M55.6524218S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT20M1.4421491S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7304,8 +7532,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7323,11 +7551,11 @@ "nosniff" ], "x-ms-request-id": [ - "0b39faeb-89cc-4b86-afa1-24bb224a9b79" + "8b0b1860-f19a-4053-9fee-312c32cec88d" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7339,13 +7567,13 @@ "107" ], "x-ms-correlation-request-id": [ - "0b39faeb-89cc-4b86-afa1-24bb224a9b79" + "8b0b1860-f19a-4053-9fee-312c32cec88d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061148Z:0b39faeb-89cc-4b86-afa1-24bb224a9b79" + "SOUTHINDIA:20210518T090302Z:8b0b1860-f19a-4053-9fee-312c32cec88d" ], "Date": [ - "Tue, 16 Feb 2021 06:11:48 GMT" + "Tue, 18 May 2021 09:03:01 GMT" ], "Content-Length": [ "971" @@ -7357,17 +7585,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT20M26.0925211S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT20M32.1354266S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7375,8 +7603,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7394,11 +7622,11 @@ "nosniff" ], "x-ms-request-id": [ - "74536a5d-25c8-4237-b798-ed2b5df65336" + "9e4674be-55f7-4a8f-98fb-fb87daa0c1b2" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7410,16 +7638,16 @@ "106" ], "x-ms-correlation-request-id": [ - "74536a5d-25c8-4237-b798-ed2b5df65336" + "9e4674be-55f7-4a8f-98fb-fb87daa0c1b2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061218Z:74536a5d-25c8-4237-b798-ed2b5df65336" + "SOUTHINDIA:20210518T090333Z:9e4674be-55f7-4a8f-98fb-fb87daa0c1b2" ], "Date": [ - "Tue, 16 Feb 2021 06:12:18 GMT" + "Tue, 18 May 2021 09:03:32 GMT" ], "Content-Length": [ - "971" + "969" ], "Content-Type": [ "application/json" @@ -7428,17 +7656,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT20M56.4960127S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT21M3.025961S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7446,8 +7674,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7465,11 +7693,11 @@ "nosniff" ], "x-ms-request-id": [ - "0f067a52-fa48-41be-880d-fed674190262" + "d6ef587b-ba22-404f-9a05-939141c09c6f" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7481,13 +7709,13 @@ "105" ], "x-ms-correlation-request-id": [ - "0f067a52-fa48-41be-880d-fed674190262" + "d6ef587b-ba22-404f-9a05-939141c09c6f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061249Z:0f067a52-fa48-41be-880d-fed674190262" + "SOUTHINDIA:20210518T090403Z:d6ef587b-ba22-404f-9a05-939141c09c6f" ], "Date": [ - "Tue, 16 Feb 2021 06:12:49 GMT" + "Tue, 18 May 2021 09:04:03 GMT" ], "Content-Length": [ "971" @@ -7499,17 +7727,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT21M27.0140893S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT21M33.4878684S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7517,8 +7745,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7536,11 +7764,11 @@ "nosniff" ], "x-ms-request-id": [ - "7e4dff55-c2f0-498f-8923-5d39cb5b8f70" + "11cfe74d-4f47-4b0d-8c6c-fe31c1c18c82" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7552,16 +7780,16 @@ "104" ], "x-ms-correlation-request-id": [ - "7e4dff55-c2f0-498f-8923-5d39cb5b8f70" + "11cfe74d-4f47-4b0d-8c6c-fe31c1c18c82" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061319Z:7e4dff55-c2f0-498f-8923-5d39cb5b8f70" + "SOUTHINDIA:20210518T090434Z:11cfe74d-4f47-4b0d-8c6c-fe31c1c18c82" ], "Date": [ - "Tue, 16 Feb 2021 06:13:19 GMT" + "Tue, 18 May 2021 09:04:34 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7570,17 +7798,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT21M57.4176582S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT22M3.8913801S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7588,8 +7816,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7607,11 +7835,11 @@ "nosniff" ], "x-ms-request-id": [ - "f4e04c82-e35a-4274-98c5-ed1e606f2ca4" + "aad66ade-32d6-4d81-a682-b49088132575" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7623,13 +7851,13 @@ "103" ], "x-ms-correlation-request-id": [ - "f4e04c82-e35a-4274-98c5-ed1e606f2ca4" + "aad66ade-32d6-4d81-a682-b49088132575" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061350Z:f4e04c82-e35a-4274-98c5-ed1e606f2ca4" + "SOUTHINDIA:20210518T090504Z:aad66ade-32d6-4d81-a682-b49088132575" ], "Date": [ - "Tue, 16 Feb 2021 06:13:49 GMT" + "Tue, 18 May 2021 09:05:04 GMT" ], "Content-Length": [ "971" @@ -7641,17 +7869,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT22M27.8778078S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT22M34.5324743S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7659,8 +7887,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7678,11 +7906,11 @@ "nosniff" ], "x-ms-request-id": [ - "d831692c-f9d3-4da2-9a32-819ada2f0819" + "2f58c5c7-de03-4fd4-bc0f-e33b86a95f1a" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7694,16 +7922,16 @@ "102" ], "x-ms-correlation-request-id": [ - "d831692c-f9d3-4da2-9a32-819ada2f0819" + "2f58c5c7-de03-4fd4-bc0f-e33b86a95f1a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061420Z:d831692c-f9d3-4da2-9a32-819ada2f0819" + "SOUTHINDIA:20210518T090538Z:2f58c5c7-de03-4fd4-bc0f-e33b86a95f1a" ], "Date": [ - "Tue, 16 Feb 2021 06:14:20 GMT" + "Tue, 18 May 2021 09:05:37 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7712,17 +7940,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT22M58.2850015S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT23M7.8893153S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7730,8 +7958,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7749,11 +7977,11 @@ "nosniff" ], "x-ms-request-id": [ - "1bc233cc-7e0d-4bda-8f87-f890a08390ca" + "7af2ed21-f1c8-4d39-8718-39a3acd0e8f6" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7765,16 +7993,16 @@ "101" ], "x-ms-correlation-request-id": [ - "1bc233cc-7e0d-4bda-8f87-f890a08390ca" + "7af2ed21-f1c8-4d39-8718-39a3acd0e8f6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061451Z:1bc233cc-7e0d-4bda-8f87-f890a08390ca" + "SOUTHINDIA:20210518T090608Z:7af2ed21-f1c8-4d39-8718-39a3acd0e8f6" ], "Date": [ - "Tue, 16 Feb 2021 06:14:51 GMT" + "Tue, 18 May 2021 09:06:08 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -7783,17 +8011,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT23M29.131663S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT23M38.4385524S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7801,8 +8029,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7820,11 +8048,11 @@ "nosniff" ], "x-ms-request-id": [ - "32ba30fd-f047-4e4e-8c37-91c0b3d57276" + "8ffa6950-3c02-4584-87c8-35f6a39f9994" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7836,16 +8064,16 @@ "100" ], "x-ms-correlation-request-id": [ - "32ba30fd-f047-4e4e-8c37-91c0b3d57276" + "8ffa6950-3c02-4584-87c8-35f6a39f9994" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061522Z:32ba30fd-f047-4e4e-8c37-91c0b3d57276" + "SOUTHINDIA:20210518T090639Z:8ffa6950-3c02-4584-87c8-35f6a39f9994" ], "Date": [ - "Tue, 16 Feb 2021 06:15:21 GMT" + "Tue, 18 May 2021 09:06:39 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -7854,17 +8082,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT23M59.5215904S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT24M9.1382435S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7872,8 +8100,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7891,11 +8119,11 @@ "nosniff" ], "x-ms-request-id": [ - "2313c093-1cd4-4d9c-bf60-5342dc1156b3" + "d017e08d-f036-489a-a133-a6f02f07ae06" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7907,13 +8135,13 @@ "99" ], "x-ms-correlation-request-id": [ - "2313c093-1cd4-4d9c-bf60-5342dc1156b3" + "d017e08d-f036-489a-a133-a6f02f07ae06" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061552Z:2313c093-1cd4-4d9c-bf60-5342dc1156b3" + "SOUTHINDIA:20210518T090710Z:d017e08d-f036-489a-a133-a6f02f07ae06" ], "Date": [ - "Tue, 16 Feb 2021 06:15:52 GMT" + "Tue, 18 May 2021 09:07:09 GMT" ], "Content-Length": [ "971" @@ -7925,17 +8153,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT24M29.9760351S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT24M39.9598334S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -7943,8 +8171,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -7962,11 +8190,11 @@ "nosniff" ], "x-ms-request-id": [ - "fca477e8-eca4-4eba-a93c-35436a806a93" + "fe5e1a3a-a3a3-489b-abc6-a5a6e008747c" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -7978,16 +8206,16 @@ "98" ], "x-ms-correlation-request-id": [ - "fca477e8-eca4-4eba-a93c-35436a806a93" + "fe5e1a3a-a3a3-489b-abc6-a5a6e008747c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061622Z:fca477e8-eca4-4eba-a93c-35436a806a93" + "SOUTHINDIA:20210518T090741Z:fe5e1a3a-a3a3-489b-abc6-a5a6e008747c" ], "Date": [ - "Tue, 16 Feb 2021 06:16:22 GMT" + "Tue, 18 May 2021 09:07:40 GMT" ], "Content-Length": [ - "969" + "971" ], "Content-Type": [ "application/json" @@ -7996,17 +8224,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT25M0.414241S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT25M10.6013171S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -8014,8 +8242,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8033,11 +8261,11 @@ "nosniff" ], "x-ms-request-id": [ - "52618f54-60b1-432f-9417-7f44d44039f8" + "6326e551-43ad-4335-94d9-b3c1f0c42272" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -8049,13 +8277,13 @@ "97" ], "x-ms-correlation-request-id": [ - "52618f54-60b1-432f-9417-7f44d44039f8" + "6326e551-43ad-4335-94d9-b3c1f0c42272" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061653Z:52618f54-60b1-432f-9417-7f44d44039f8" + "SOUTHINDIA:20210518T090811Z:6326e551-43ad-4335-94d9-b3c1f0c42272" ], "Date": [ - "Tue, 16 Feb 2021 06:16:52 GMT" + "Tue, 18 May 2021 09:08:10 GMT" ], "Content-Length": [ "971" @@ -8067,17 +8295,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT25M30.8796326S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT25M41.0310648S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -8085,8 +8313,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8104,11 +8332,11 @@ "nosniff" ], "x-ms-request-id": [ - "831fe1d9-03b1-495b-89e7-9f71f2d7f90f" + "dc73512a-d817-481b-adc4-2421e235d2ea" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -8120,16 +8348,16 @@ "96" ], "x-ms-correlation-request-id": [ - "831fe1d9-03b1-495b-89e7-9f71f2d7f90f" + "dc73512a-d817-481b-adc4-2421e235d2ea" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061723Z:831fe1d9-03b1-495b-89e7-9f71f2d7f90f" + "SOUTHINDIA:20210518T090842Z:dc73512a-d817-481b-adc4-2421e235d2ea" ], "Date": [ - "Tue, 16 Feb 2021 06:17:23 GMT" + "Tue, 18 May 2021 09:08:42 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -8138,17 +8366,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT26M1.3500214S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT26M12.0531428S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -8156,8 +8384,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8175,11 +8403,11 @@ "nosniff" ], "x-ms-request-id": [ - "a71f09ea-c1ae-4120-ab29-cce03f4ab360" + "c9793de4-b064-4c61-9240-06b5113b256b" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -8191,13 +8419,13 @@ "95" ], "x-ms-correlation-request-id": [ - "a71f09ea-c1ae-4120-ab29-cce03f4ab360" + "c9793de4-b064-4c61-9240-06b5113b256b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061754Z:a71f09ea-c1ae-4120-ab29-cce03f4ab360" + "SOUTHINDIA:20210518T090912Z:c9793de4-b064-4c61-9240-06b5113b256b" ], "Date": [ - "Tue, 16 Feb 2021 06:17:54 GMT" + "Tue, 18 May 2021 09:09:12 GMT" ], "Content-Length": [ "971" @@ -8209,17 +8437,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT26M31.8609059S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT26M42.5212135S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -8227,8 +8455,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8246,11 +8474,11 @@ "nosniff" ], "x-ms-request-id": [ - "eaf9d5e2-710e-4135-b912-65be6b4e8132" + "37bc5764-7e38-479d-8bd1-8cf5b7c182d1" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -8262,16 +8490,16 @@ "94" ], "x-ms-correlation-request-id": [ - "eaf9d5e2-710e-4135-b912-65be6b4e8132" + "37bc5764-7e38-479d-8bd1-8cf5b7c182d1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061824Z:eaf9d5e2-710e-4135-b912-65be6b4e8132" + "SOUTHINDIA:20210518T090943Z:37bc5764-7e38-479d-8bd1-8cf5b7c182d1" ], "Date": [ - "Tue, 16 Feb 2021 06:18:24 GMT" + "Tue, 18 May 2021 09:09:43 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -8280,17 +8508,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT27M2.2826208S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT27M13.1781982S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -8298,8 +8526,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8317,11 +8545,11 @@ "nosniff" ], "x-ms-request-id": [ - "6e0d2696-bd6a-452b-92f1-aaa5741aa845" + "ae90751e-7e65-4a51-960f-3751a3a8725d" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -8333,13 +8561,13 @@ "93" ], "x-ms-correlation-request-id": [ - "6e0d2696-bd6a-452b-92f1-aaa5741aa845" + "ae90751e-7e65-4a51-960f-3751a3a8725d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061856Z:6e0d2696-bd6a-452b-92f1-aaa5741aa845" + "SOUTHINDIA:20210518T091014Z:ae90751e-7e65-4a51-960f-3751a3a8725d" ], "Date": [ - "Tue, 16 Feb 2021 06:18:55 GMT" + "Tue, 18 May 2021 09:10:13 GMT" ], "Content-Length": [ "971" @@ -8351,17 +8579,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT27M32.8786672S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT27M43.5839314S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -8369,8 +8597,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8388,11 +8616,11 @@ "nosniff" ], "x-ms-request-id": [ - "17e54d72-f699-4c75-ae7d-354a1f941c71" + "e44c74e8-5747-47a4-a476-7c830c6e8b0a" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -8404,13 +8632,13 @@ "92" ], "x-ms-correlation-request-id": [ - "17e54d72-f699-4c75-ae7d-354a1f941c71" + "e44c74e8-5747-47a4-a476-7c830c6e8b0a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061926Z:17e54d72-f699-4c75-ae7d-354a1f941c71" + "SOUTHINDIA:20210518T091044Z:e44c74e8-5747-47a4-a476-7c830c6e8b0a" ], "Date": [ - "Tue, 16 Feb 2021 06:19:26 GMT" + "Tue, 18 May 2021 09:10:43 GMT" ], "Content-Length": [ "970" @@ -8422,17 +8650,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT28M4.1033606S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT28M14.052832S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -8440,8 +8668,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8459,11 +8687,11 @@ "nosniff" ], "x-ms-request-id": [ - "316fd67b-fd92-4bb0-b2c7-9d1ab531bc18" + "c96f37a5-a8f3-48c1-9e36-a242eae7a0ce" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -8475,13 +8703,13 @@ "91" ], "x-ms-correlation-request-id": [ - "316fd67b-fd92-4bb0-b2c7-9d1ab531bc18" + "c96f37a5-a8f3-48c1-9e36-a242eae7a0ce" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T061957Z:316fd67b-fd92-4bb0-b2c7-9d1ab531bc18" + "SOUTHINDIA:20210518T091115Z:c96f37a5-a8f3-48c1-9e36-a242eae7a0ce" ], "Date": [ - "Tue, 16 Feb 2021 06:19:56 GMT" + "Tue, 18 May 2021 09:11:15 GMT" ], "Content-Length": [ "971" @@ -8493,17 +8721,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT28M34.5777233S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT28M44.7192216S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -8511,8 +8739,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8530,11 +8758,11 @@ "nosniff" ], "x-ms-request-id": [ - "13aceceb-708b-49ad-82b0-2d65e8ccb66d" + "773b9a4d-2d3e-4569-99cc-c3628454e43e" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -8546,16 +8774,16 @@ "90" ], "x-ms-correlation-request-id": [ - "13aceceb-708b-49ad-82b0-2d65e8ccb66d" + "773b9a4d-2d3e-4569-99cc-c3628454e43e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062027Z:13aceceb-708b-49ad-82b0-2d65e8ccb66d" + "SOUTHINDIA:20210518T091145Z:773b9a4d-2d3e-4569-99cc-c3628454e43e" ], "Date": [ - "Tue, 16 Feb 2021 06:20:27 GMT" + "Tue, 18 May 2021 09:11:45 GMT" ], "Content-Length": [ - "970" + "971" ], "Content-Type": [ "application/json" @@ -8564,17 +8792,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT29M5.0287332S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT29M15.3970182S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -8582,8 +8810,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8601,11 +8829,11 @@ "nosniff" ], "x-ms-request-id": [ - "57f4f55c-31de-48c1-955a-c72fc5a35948" + "879b8df7-13e9-492e-a71f-9718c3a81825" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -8617,16 +8845,16 @@ "89" ], "x-ms-correlation-request-id": [ - "57f4f55c-31de-48c1-955a-c72fc5a35948" + "879b8df7-13e9-492e-a71f-9718c3a81825" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062058Z:57f4f55c-31de-48c1-955a-c72fc5a35948" + "SOUTHINDIA:20210518T091216Z:879b8df7-13e9-492e-a71f-9718c3a81825" ], "Date": [ - "Tue, 16 Feb 2021 06:20:57 GMT" + "Tue, 18 May 2021 09:12:16 GMT" ], "Content-Length": [ - "971" + "970" ], "Content-Type": [ "application/json" @@ -8635,17 +8863,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT29M35.8322764S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT29M46.256016S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -8653,8 +8881,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8672,11 +8900,11 @@ "nosniff" ], "x-ms-request-id": [ - "a1e31b98-1a00-4aac-93f0-44b534ef2423" + "141d366f-e797-43ec-a18d-ce6a35b299bf" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -8688,16 +8916,16 @@ "88" ], "x-ms-correlation-request-id": [ - "a1e31b98-1a00-4aac-93f0-44b534ef2423" + "141d366f-e797-43ec-a18d-ce6a35b299bf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062128Z:a1e31b98-1a00-4aac-93f0-44b534ef2423" + "SOUTHINDIA:20210518T091247Z:141d366f-e797-43ec-a18d-ce6a35b299bf" ], "Date": [ - "Tue, 16 Feb 2021 06:21:28 GMT" + "Tue, 18 May 2021 09:12:46 GMT" ], "Content-Length": [ - "969" + "971" ], "Content-Type": [ "application/json" @@ -8706,17 +8934,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT30M6.371063S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT30M16.8816515S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -8724,8 +8952,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8743,11 +8971,11 @@ "nosniff" ], "x-ms-request-id": [ - "2756d8be-d78e-423d-be19-8644051544db" + "e9d0ead8-0215-448f-a025-9fdedd45fe09" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -8759,13 +8987,13 @@ "87" ], "x-ms-correlation-request-id": [ - "2756d8be-d78e-423d-be19-8644051544db" + "e9d0ead8-0215-448f-a025-9fdedd45fe09" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062159Z:2756d8be-d78e-423d-be19-8644051544db" + "SOUTHINDIA:20210518T091317Z:e9d0ead8-0215-448f-a025-9fdedd45fe09" ], "Date": [ - "Tue, 16 Feb 2021 06:21:58 GMT" + "Tue, 18 May 2021 09:13:17 GMT" ], "Content-Length": [ "971" @@ -8777,17 +9005,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT30M36.8145468S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT30M47.2916465S\",\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\": \"pstestvm080f30\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzM0NGRmMjllLTAyZmQtNDVkMy05N2M3LWE1ZTkyMjVhNmYwNz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "Accept-Language": [ "en-US" @@ -8795,8 +9023,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -8814,11 +9042,11 @@ "nosniff" ], "x-ms-request-id": [ - "9c5782b3-3688-40d2-a308-976c7eb15e06" + "9f247885-dac9-451a-a54e-cbc04baa6805" ], "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" + "cf957977-9a11-4a14-a5d7-2a53c2907fe5", + "cf957977-9a11-4a14-a5d7-2a53c2907fe5" ], "X-Powered-By": [ "ASP.NET" @@ -8830,87 +9058,16 @@ "86" ], "x-ms-correlation-request-id": [ - "9c5782b3-3688-40d2-a308-976c7eb15e06" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062229Z:9c5782b3-3688-40d2-a308-976c7eb15e06" - ], - "Date": [ - "Tue, 16 Feb 2021 06:22:29 GMT" - ], - "Content-Length": [ - "970" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT31M7.2389786S\",\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\": \"pstestvm4a1870\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzgyM2U1NmEzLTdkNGEtNDEwYy05Y2IzLTIxM2NjNWNhMTQ5YT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "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": [ - "c23ce63c-506d-40aa-80fc-f061b8ea31ba" - ], - "x-ms-client-request-id": [ - "f3336551-bf61-425a-a883-6b122487bc9d", - "f3336551-bf61-425a-a883-6b122487bc9d" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "85" - ], - "x-ms-correlation-request-id": [ - "c23ce63c-506d-40aa-80fc-f061b8ea31ba" + "9f247885-dac9-451a-a54e-cbc04baa6805" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062259Z:c23ce63c-506d-40aa-80fc-f061b8ea31ba" + "SOUTHINDIA:20210518T091348Z:9f247885-dac9-451a-a54e-cbc04baa6805" ], "Date": [ - "Tue, 16 Feb 2021 06:22:59 GMT" + "Tue, 18 May 2021 09:13:47 GMT" ], "Content-Length": [ - "1035" + "1032" ], "Content-Type": [ "application/json" @@ -8919,17 +9076,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"name\": \"823e56a3-7d4a-410c-9cb3-213cc5ca149a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT31M11.9368675S\",\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\": \"pstestvm4a1870\",\r\n \"Backup Size\": \"11470 MB\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T05:51:22.0582772Z\",\r\n \"endTime\": \"2021-02-16T06:22:33.9951447Z\",\r\n \"activityId\": \"a645bc62-833b-4a7f-88d7-e34e84e89eaa\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"name\": \"344df29e-02fd-45d3-97c7-a5e9225a6f07\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT31M12.90639S\",\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\": \"pstestvm080f30\",\r\n \"Backup Size\": \"9822 MB\"\r\n },\r\n \"internalPropertyBag\": {\r\n \"IsInstantRpJob\": \"True\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"pstestvm080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"Backup\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T08:42:30.1430171Z\",\r\n \"endTime\": \"2021-05-18T09:13:43.0494071Z\",\r\n \"activityId\": \"3aa14a42-8d1a-4e02-afc7-1d591815d20c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01e3440f-8162-475b-ae7a-ce6bc5b50015" + "2201e0a3-7edc-4a92-bf0c-199e3fbc614b" ], "Accept-Language": [ "en-US" @@ -8937,7 +9094,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -8952,10 +9109,10 @@ "nosniff" ], "x-ms-request-id": [ - "2cc109e3-7b8c-4e41-b897-07609016e27c" + "53cb7412-937f-4b8d-b300-8d4f2b7b81cc" ], "x-ms-client-request-id": [ - "01e3440f-8162-475b-ae7a-ce6bc5b50015" + "2201e0a3-7edc-4a92-bf0c-199e3fbc614b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -8964,19 +9121,19 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "2cc109e3-7b8c-4e41-b897-07609016e27c" + "53cb7412-937f-4b8d-b300-8d4f2b7b81cc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062300Z:2cc109e3-7b8c-4e41-b897-07609016e27c" + "SOUTHINDIA:20210518T091349Z:53cb7412-937f-4b8d-b300-8d4f2b7b81cc" ], "Date": [ - "Tue, 16 Feb 2021 06:23:00 GMT" + "Tue, 18 May 2021 09:13:48 GMT" ], "Content-Length": [ - "475" + "478" ], "Content-Type": [ "application/json" @@ -8985,17 +9142,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV4a1876d8\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T05%3A50%3A39.5698Z'\\\"\",\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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV080f34a5\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T08%3A41%3A35.4514927Z'\\\"\",\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/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5\",\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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3e7610d-dc1d-45a6-b2a0-04fbce25e468" + "99ed7612-16c9-424e-8081-852c168af1f3" ], "Accept-Language": [ "en-US" @@ -9003,8 +9160,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9018,11 +9175,11 @@ "nosniff" ], "x-ms-request-id": [ - "c24b8e61-07f8-4e27-9b49-499fbe02fd92" + "3d9ffb40-4ff1-409c-b2ac-d3f117b5bc9e" ], "x-ms-client-request-id": [ - "a3e7610d-dc1d-45a6-b2a0-04fbce25e468", - "a3e7610d-dc1d-45a6-b2a0-04fbce25e468" + "99ed7612-16c9-424e-8081-852c168af1f3", + "99ed7612-16c9-424e-8081-852c168af1f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9037,13 +9194,13 @@ "147" ], "x-ms-correlation-request-id": [ - "c24b8e61-07f8-4e27-9b49-499fbe02fd92" + "3d9ffb40-4ff1-409c-b2ac-d3f117b5bc9e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062301Z:c24b8e61-07f8-4e27-9b49-499fbe02fd92" + "SOUTHINDIA:20210518T091349Z:3d9ffb40-4ff1-409c-b2ac-d3f117b5bc9e" ], "Date": [ - "Tue, 16 Feb 2021 06:23:00 GMT" + "Tue, 18 May 2021 09:13:49 GMT" ], "Content-Length": [ "914" @@ -9055,17 +9212,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.Compute/virtualMachines/PSTestVM4a1870\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG4a1876d8\",\r\n \"friendlyName\": \"PSTestVM4a1870\",\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 \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"name\": \"IaasVMContainer;iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers\",\r\n \"properties\": {\r\n \"virtualMachineId\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.Compute/virtualMachines/PSTestVM080f30\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"resourceGroup\": \"PSTestRG080f34a5\",\r\n \"friendlyName\": \"PSTestVM080f30\",\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/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg4a1876d8%3Bpstestvm4a1870/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg4a1876d8%3Bpstestvm4a1870?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmc0YTE4NzZkOCUzQnBzdGVzdHZtNGExODcwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzRhMTg3NmQ4JTNCcHN0ZXN0dm00YTE4NzA/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupFabrics/Azure/protectionContainers/IaasVMContainer%3Biaasvmcontainerv2%3Bpstestrg080f34a5%3Bpstestvm080f30/protectedItems/VM%3Biaasvmcontainerv2%3Bpstestrg080f34a5%3Bpstestvm080f30?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBGYWJyaWNzL0F6dXJlL3Byb3RlY3Rpb25Db250YWluZXJzL0lhYXNWTUNvbnRhaW5lciUzQmlhYXN2bWNvbnRhaW5lcnYyJTNCcHN0ZXN0cmcwODBmMzRhNSUzQnBzdGVzdHZtMDgwZjMwL3Byb3RlY3RlZEl0ZW1zL1ZNJTNCaWFhc3ZtY29udGFpbmVydjIlM0Jwc3Rlc3RyZzA4MGYzNGE1JTNCcHN0ZXN0dm0wODBmMzA/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9073,8 +9230,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9085,23 +9242,23 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperationResults/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperationResults/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01" ], "Retry-After": [ "60" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-request-id": [ - "43f7f964-f754-4f31-a2c9-503a9aaf1816" + "3c410a6b-347c-49b7-a185-103d31550290" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9113,13 +9270,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "43f7f964-f754-4f31-a2c9-503a9aaf1816" + "3c410a6b-347c-49b7-a185-103d31550290" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062301Z:43f7f964-f754-4f31-a2c9-503a9aaf1816" + "SOUTHINDIA:20210518T091350Z:3c410a6b-347c-49b7-a185-103d31550290" ], "Date": [ - "Tue, 16 Feb 2021 06:23:01 GMT" + "Tue, 18 May 2021 09:13:49 GMT" ], "Expires": [ "-1" @@ -9132,13 +9289,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9146,8 +9303,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9161,11 +9318,11 @@ "nosniff" ], "x-ms-request-id": [ - "a40eb572-5dc6-4980-8a38-741418455ad5" + "97c70063-7685-403c-a29a-40b37d76d364" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9177,16 +9334,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "138" + "136" ], "x-ms-correlation-request-id": [ - "a40eb572-5dc6-4980-8a38-741418455ad5" + "97c70063-7685-403c-a29a-40b37d76d364" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062302Z:a40eb572-5dc6-4980-8a38-741418455ad5" + "SOUTHINDIA:20210518T091350Z:97c70063-7685-403c-a29a-40b37d76d364" ], "Date": [ - "Tue, 16 Feb 2021 06:23:01 GMT" + "Tue, 18 May 2021 09:13:50 GMT" ], "Content-Length": [ "188" @@ -9198,17 +9355,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9216,8 +9373,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9231,11 +9388,11 @@ "nosniff" ], "x-ms-request-id": [ - "d0de847d-7189-47d2-a2a2-93c2d7289b86" + "b07a8616-a29d-45c6-b1dd-8568ab1f9423" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9247,16 +9404,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "137" + "135" ], "x-ms-correlation-request-id": [ - "d0de847d-7189-47d2-a2a2-93c2d7289b86" + "b07a8616-a29d-45c6-b1dd-8568ab1f9423" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062307Z:d0de847d-7189-47d2-a2a2-93c2d7289b86" + "SOUTHINDIA:20210518T091355Z:b07a8616-a29d-45c6-b1dd-8568ab1f9423" ], "Date": [ - "Tue, 16 Feb 2021 06:23:06 GMT" + "Tue, 18 May 2021 09:13:55 GMT" ], "Content-Length": [ "188" @@ -9268,17 +9425,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9286,8 +9443,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9301,11 +9458,11 @@ "nosniff" ], "x-ms-request-id": [ - "c525e8b1-e122-4764-9429-7e2bb79aba34" + "4ed7ba6c-5479-40dc-a807-cac637d0ce33" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9317,16 +9474,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "136" + "134" ], "x-ms-correlation-request-id": [ - "c525e8b1-e122-4764-9429-7e2bb79aba34" + "4ed7ba6c-5479-40dc-a807-cac637d0ce33" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062312Z:c525e8b1-e122-4764-9429-7e2bb79aba34" + "SOUTHINDIA:20210518T091400Z:4ed7ba6c-5479-40dc-a807-cac637d0ce33" ], "Date": [ - "Tue, 16 Feb 2021 06:23:12 GMT" + "Tue, 18 May 2021 09:14:00 GMT" ], "Content-Length": [ "188" @@ -9338,17 +9495,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9356,8 +9513,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9371,11 +9528,11 @@ "nosniff" ], "x-ms-request-id": [ - "fe7064d7-6411-4ca6-b2ef-5a56d9626a45" + "d767b54c-099d-4b06-b00e-bf266e639822" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9387,16 +9544,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "135" + "133" ], "x-ms-correlation-request-id": [ - "fe7064d7-6411-4ca6-b2ef-5a56d9626a45" + "d767b54c-099d-4b06-b00e-bf266e639822" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062317Z:fe7064d7-6411-4ca6-b2ef-5a56d9626a45" + "SOUTHINDIA:20210518T091406Z:d767b54c-099d-4b06-b00e-bf266e639822" ], "Date": [ - "Tue, 16 Feb 2021 06:23:17 GMT" + "Tue, 18 May 2021 09:14:05 GMT" ], "Content-Length": [ "188" @@ -9408,17 +9565,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9426,8 +9583,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9441,11 +9598,11 @@ "nosniff" ], "x-ms-request-id": [ - "65a570da-436d-4d4e-8d83-d5380cf61ab4" + "a2114d7f-144c-4ef1-8f02-27594f8adbb6" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9457,16 +9614,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "134" + "132" ], "x-ms-correlation-request-id": [ - "65a570da-436d-4d4e-8d83-d5380cf61ab4" + "a2114d7f-144c-4ef1-8f02-27594f8adbb6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062323Z:65a570da-436d-4d4e-8d83-d5380cf61ab4" + "SOUTHINDIA:20210518T091411Z:a2114d7f-144c-4ef1-8f02-27594f8adbb6" ], "Date": [ - "Tue, 16 Feb 2021 06:23:22 GMT" + "Tue, 18 May 2021 09:14:11 GMT" ], "Content-Length": [ "188" @@ -9478,17 +9635,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9496,8 +9653,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9511,11 +9668,11 @@ "nosniff" ], "x-ms-request-id": [ - "7ee6bc8d-8ca1-437f-8c9c-e477e964e804" + "fcad8c7b-6c77-4f16-b40e-594c194be11d" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9527,16 +9684,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "133" + "131" ], "x-ms-correlation-request-id": [ - "7ee6bc8d-8ca1-437f-8c9c-e477e964e804" + "fcad8c7b-6c77-4f16-b40e-594c194be11d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062328Z:7ee6bc8d-8ca1-437f-8c9c-e477e964e804" + "SOUTHINDIA:20210518T091416Z:fcad8c7b-6c77-4f16-b40e-594c194be11d" ], "Date": [ - "Tue, 16 Feb 2021 06:23:27 GMT" + "Tue, 18 May 2021 09:14:16 GMT" ], "Content-Length": [ "188" @@ -9548,17 +9705,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9566,8 +9723,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9581,11 +9738,11 @@ "nosniff" ], "x-ms-request-id": [ - "20fa92ab-9fb6-4e46-88f4-853aae78409a" + "d705646c-5ec5-4fe2-acb8-7884db9f9985" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9597,16 +9754,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "132" + "130" ], "x-ms-correlation-request-id": [ - "20fa92ab-9fb6-4e46-88f4-853aae78409a" + "d705646c-5ec5-4fe2-acb8-7884db9f9985" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062333Z:20fa92ab-9fb6-4e46-88f4-853aae78409a" + "SOUTHINDIA:20210518T091422Z:d705646c-5ec5-4fe2-acb8-7884db9f9985" ], "Date": [ - "Tue, 16 Feb 2021 06:23:33 GMT" + "Tue, 18 May 2021 09:14:21 GMT" ], "Content-Length": [ "188" @@ -9618,17 +9775,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9636,8 +9793,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9651,11 +9808,11 @@ "nosniff" ], "x-ms-request-id": [ - "5a061f45-a089-496c-8422-2d8bb8c01b8d" + "53d3a2c4-c8af-4824-bb91-dcf982d3d2ac" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9667,16 +9824,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "131" + "129" ], "x-ms-correlation-request-id": [ - "5a061f45-a089-496c-8422-2d8bb8c01b8d" + "53d3a2c4-c8af-4824-bb91-dcf982d3d2ac" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062338Z:5a061f45-a089-496c-8422-2d8bb8c01b8d" + "SOUTHINDIA:20210518T091427Z:53d3a2c4-c8af-4824-bb91-dcf982d3d2ac" ], "Date": [ - "Tue, 16 Feb 2021 06:23:37 GMT" + "Tue, 18 May 2021 09:14:26 GMT" ], "Content-Length": [ "188" @@ -9688,17 +9845,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9706,8 +9863,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9721,11 +9878,11 @@ "nosniff" ], "x-ms-request-id": [ - "48c2ce95-d405-4796-bd81-995a988ce8a6" + "de80d11d-7919-4866-b052-c2c340107fae" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9737,16 +9894,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "130" + "128" ], "x-ms-correlation-request-id": [ - "48c2ce95-d405-4796-bd81-995a988ce8a6" + "de80d11d-7919-4866-b052-c2c340107fae" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062343Z:48c2ce95-d405-4796-bd81-995a988ce8a6" + "SOUTHINDIA:20210518T091432Z:de80d11d-7919-4866-b052-c2c340107fae" ], "Date": [ - "Tue, 16 Feb 2021 06:23:43 GMT" + "Tue, 18 May 2021 09:14:32 GMT" ], "Content-Length": [ "188" @@ -9758,17 +9915,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9776,8 +9933,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9791,11 +9948,11 @@ "nosniff" ], "x-ms-request-id": [ - "730cdbe6-e9fb-46a1-8c18-6eb29df9e20a" + "c272a8d3-deaa-4f2d-b561-62b3414d859f" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9807,16 +9964,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "129" + "127" ], "x-ms-correlation-request-id": [ - "730cdbe6-e9fb-46a1-8c18-6eb29df9e20a" + "c272a8d3-deaa-4f2d-b561-62b3414d859f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062349Z:730cdbe6-e9fb-46a1-8c18-6eb29df9e20a" + "SOUTHINDIA:20210518T091437Z:c272a8d3-deaa-4f2d-b561-62b3414d859f" ], "Date": [ - "Tue, 16 Feb 2021 06:23:49 GMT" + "Tue, 18 May 2021 09:14:37 GMT" ], "Content-Length": [ "188" @@ -9828,17 +9985,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9846,8 +10003,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9861,11 +10018,11 @@ "nosniff" ], "x-ms-request-id": [ - "c8911e84-4aca-4fbe-8a0b-43153a175218" + "a11d4edc-0610-463f-b3db-bd042c9081e0" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9877,16 +10034,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "128" + "126" ], "x-ms-correlation-request-id": [ - "c8911e84-4aca-4fbe-8a0b-43153a175218" + "a11d4edc-0610-463f-b3db-bd042c9081e0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062354Z:c8911e84-4aca-4fbe-8a0b-43153a175218" + "SOUTHINDIA:20210518T091443Z:a11d4edc-0610-463f-b3db-bd042c9081e0" ], "Date": [ - "Tue, 16 Feb 2021 06:23:54 GMT" + "Tue, 18 May 2021 09:14:42 GMT" ], "Content-Length": [ "188" @@ -9898,17 +10055,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9916,8 +10073,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -9931,11 +10088,11 @@ "nosniff" ], "x-ms-request-id": [ - "4173b26e-ba08-4fb3-82a1-8e8435a01a65" + "b9f9bfda-97b3-48a2-a0c6-306c4e642d13" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -9947,16 +10104,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "127" + "125" ], "x-ms-correlation-request-id": [ - "4173b26e-ba08-4fb3-82a1-8e8435a01a65" + "b9f9bfda-97b3-48a2-a0c6-306c4e642d13" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062359Z:4173b26e-ba08-4fb3-82a1-8e8435a01a65" + "SOUTHINDIA:20210518T091448Z:b9f9bfda-97b3-48a2-a0c6-306c4e642d13" ], "Date": [ - "Tue, 16 Feb 2021 06:23:58 GMT" + "Tue, 18 May 2021 09:14:47 GMT" ], "Content-Length": [ "188" @@ -9968,17 +10125,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -9986,8 +10143,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10001,11 +10158,11 @@ "nosniff" ], "x-ms-request-id": [ - "ea14dbf0-b114-44a6-a2fe-7b76dfec944f" + "83e112d1-21a7-4597-9e7d-4fd92f2b0b5e" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10017,16 +10174,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "126" + "124" ], "x-ms-correlation-request-id": [ - "ea14dbf0-b114-44a6-a2fe-7b76dfec944f" + "83e112d1-21a7-4597-9e7d-4fd92f2b0b5e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062404Z:ea14dbf0-b114-44a6-a2fe-7b76dfec944f" + "SOUTHINDIA:20210518T091453Z:83e112d1-21a7-4597-9e7d-4fd92f2b0b5e" ], "Date": [ - "Tue, 16 Feb 2021 06:24:04 GMT" + "Tue, 18 May 2021 09:14:52 GMT" ], "Content-Length": [ "188" @@ -10038,17 +10195,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -10056,8 +10213,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10071,11 +10228,11 @@ "nosniff" ], "x-ms-request-id": [ - "890d66ba-f915-45d2-9e8f-acbb6020c78d" + "3f6367b5-e43d-4ae6-b56a-4783abf78985" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10087,16 +10244,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "125" + "123" ], "x-ms-correlation-request-id": [ - "890d66ba-f915-45d2-9e8f-acbb6020c78d" + "3f6367b5-e43d-4ae6-b56a-4783abf78985" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062410Z:890d66ba-f915-45d2-9e8f-acbb6020c78d" + "SOUTHINDIA:20210518T091458Z:3f6367b5-e43d-4ae6-b56a-4783abf78985" ], "Date": [ - "Tue, 16 Feb 2021 06:24:10 GMT" + "Tue, 18 May 2021 09:14:58 GMT" ], "Content-Length": [ "188" @@ -10108,17 +10265,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -10126,8 +10283,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10141,11 +10298,11 @@ "nosniff" ], "x-ms-request-id": [ - "6543dd53-5d67-4bff-9287-cd8fad11a983" + "42a565a1-13d8-4f31-a3ac-aa0355faedf7" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10157,16 +10314,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "124" + "122" ], "x-ms-correlation-request-id": [ - "6543dd53-5d67-4bff-9287-cd8fad11a983" + "42a565a1-13d8-4f31-a3ac-aa0355faedf7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062415Z:6543dd53-5d67-4bff-9287-cd8fad11a983" + "SOUTHINDIA:20210518T091504Z:42a565a1-13d8-4f31-a3ac-aa0355faedf7" ], "Date": [ - "Tue, 16 Feb 2021 06:24:14 GMT" + "Tue, 18 May 2021 09:15:03 GMT" ], "Content-Length": [ "188" @@ -10178,17 +10335,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -10196,8 +10353,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10211,11 +10368,11 @@ "nosniff" ], "x-ms-request-id": [ - "dfa876b9-c2df-4fad-b6f9-dbbea84f8330" + "d2fca1ba-5244-4b4c-9edb-3305eeba0eee" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10227,16 +10384,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "123" + "121" ], "x-ms-correlation-request-id": [ - "dfa876b9-c2df-4fad-b6f9-dbbea84f8330" + "d2fca1ba-5244-4b4c-9edb-3305eeba0eee" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062420Z:dfa876b9-c2df-4fad-b6f9-dbbea84f8330" + "SOUTHINDIA:20210518T091509Z:d2fca1ba-5244-4b4c-9edb-3305eeba0eee" ], "Date": [ - "Tue, 16 Feb 2021 06:24:19 GMT" + "Tue, 18 May 2021 09:15:08 GMT" ], "Content-Length": [ "188" @@ -10248,17 +10405,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -10266,8 +10423,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10281,11 +10438,11 @@ "nosniff" ], "x-ms-request-id": [ - "d0163914-54b4-4c51-b57f-f143d0dca377" + "08d45aa3-3b79-4a95-8058-479568dab60e" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10297,16 +10454,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "122" + "120" ], "x-ms-correlation-request-id": [ - "d0163914-54b4-4c51-b57f-f143d0dca377" + "08d45aa3-3b79-4a95-8058-479568dab60e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062425Z:d0163914-54b4-4c51-b57f-f143d0dca377" + "SOUTHINDIA:20210518T091514Z:08d45aa3-3b79-4a95-8058-479568dab60e" ], "Date": [ - "Tue, 16 Feb 2021 06:24:25 GMT" + "Tue, 18 May 2021 09:15:14 GMT" ], "Content-Length": [ "188" @@ -10318,17 +10475,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -10336,8 +10493,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10351,11 +10508,11 @@ "nosniff" ], "x-ms-request-id": [ - "40aa90b8-10df-4b33-bc2b-b0b6d0081cb6" + "65710c9f-9808-4ca7-9413-7eca67968faf" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10367,16 +10524,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "121" + "119" ], "x-ms-correlation-request-id": [ - "40aa90b8-10df-4b33-bc2b-b0b6d0081cb6" + "65710c9f-9808-4ca7-9413-7eca67968faf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062430Z:40aa90b8-10df-4b33-bc2b-b0b6d0081cb6" + "SOUTHINDIA:20210518T091520Z:65710c9f-9808-4ca7-9413-7eca67968faf" ], "Date": [ - "Tue, 16 Feb 2021 06:24:30 GMT" + "Tue, 18 May 2021 09:15:19 GMT" ], "Content-Length": [ "188" @@ -10388,17 +10545,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -10406,8 +10563,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10421,11 +10578,11 @@ "nosniff" ], "x-ms-request-id": [ - "d6fcd282-d26c-4374-8d08-12ad8eadc669" + "f23db983-71b2-4daa-b35c-96c55e833600" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10437,16 +10594,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "120" + "118" ], "x-ms-correlation-request-id": [ - "d6fcd282-d26c-4374-8d08-12ad8eadc669" + "f23db983-71b2-4daa-b35c-96c55e833600" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062436Z:d6fcd282-d26c-4374-8d08-12ad8eadc669" + "SOUTHINDIA:20210518T091525Z:f23db983-71b2-4daa-b35c-96c55e833600" ], "Date": [ - "Tue, 16 Feb 2021 06:24:35 GMT" + "Tue, 18 May 2021 09:15:24 GMT" ], "Content-Length": [ "188" @@ -10458,17 +10615,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -10476,8 +10633,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10491,11 +10648,11 @@ "nosniff" ], "x-ms-request-id": [ - "0902852a-8274-4772-85e2-1f42841bd3e4" + "9a188b10-6924-4b09-b90e-9e5eb3137e9c" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10507,16 +10664,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "119" + "117" ], "x-ms-correlation-request-id": [ - "0902852a-8274-4772-85e2-1f42841bd3e4" + "9a188b10-6924-4b09-b90e-9e5eb3137e9c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062441Z:0902852a-8274-4772-85e2-1f42841bd3e4" + "SOUTHINDIA:20210518T091530Z:9a188b10-6924-4b09-b90e-9e5eb3137e9c" ], "Date": [ - "Tue, 16 Feb 2021 06:24:41 GMT" + "Tue, 18 May 2021 09:15:30 GMT" ], "Content-Length": [ "188" @@ -10528,17 +10685,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -10546,8 +10703,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10561,11 +10718,11 @@ "nosniff" ], "x-ms-request-id": [ - "13236ed7-8082-4f26-9f46-e9f19fc2d57a" + "dbe1262b-8d8e-4b98-bc12-afa54fe4242f" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10577,16 +10734,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "118" + "116" ], "x-ms-correlation-request-id": [ - "13236ed7-8082-4f26-9f46-e9f19fc2d57a" + "dbe1262b-8d8e-4b98-bc12-afa54fe4242f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062446Z:13236ed7-8082-4f26-9f46-e9f19fc2d57a" + "SOUTHINDIA:20210518T091536Z:dbe1262b-8d8e-4b98-bc12-afa54fe4242f" ], "Date": [ - "Tue, 16 Feb 2021 06:24:45 GMT" + "Tue, 18 May 2021 09:15:35 GMT" ], "Content-Length": [ "188" @@ -10598,17 +10755,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -10616,8 +10773,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10631,11 +10788,11 @@ "nosniff" ], "x-ms-request-id": [ - "00fca34f-421e-4414-98c7-89ba576f5a56" + "2f73bf64-cc70-475f-8bb4-c783d9995fc3" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10647,16 +10804,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "117" + "115" ], "x-ms-correlation-request-id": [ - "00fca34f-421e-4414-98c7-89ba576f5a56" + "2f73bf64-cc70-475f-8bb4-c783d9995fc3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062451Z:00fca34f-421e-4414-98c7-89ba576f5a56" + "SOUTHINDIA:20210518T091541Z:2f73bf64-cc70-475f-8bb4-c783d9995fc3" ], "Date": [ - "Tue, 16 Feb 2021 06:24:51 GMT" + "Tue, 18 May 2021 09:15:40 GMT" ], "Content-Length": [ "188" @@ -10668,17 +10825,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -10686,8 +10843,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10701,11 +10858,11 @@ "nosniff" ], "x-ms-request-id": [ - "d88b5f89-b149-4234-a47e-4a6c27f99a6b" + "3c47f714-83cc-4bde-9334-2128affe7fa1" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10717,16 +10874,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "116" + "114" ], "x-ms-correlation-request-id": [ - "d88b5f89-b149-4234-a47e-4a6c27f99a6b" + "3c47f714-83cc-4bde-9334-2128affe7fa1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062457Z:d88b5f89-b149-4234-a47e-4a6c27f99a6b" + "SOUTHINDIA:20210518T091546Z:3c47f714-83cc-4bde-9334-2128affe7fa1" ], "Date": [ - "Tue, 16 Feb 2021 06:24:56 GMT" + "Tue, 18 May 2021 09:15:45 GMT" ], "Content-Length": [ "304" @@ -10738,17 +10895,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"26282845-f31e-498a-bf3c-d0239ce614e9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"44ae1d6e-0568-4dac-afca-2fe6c64da884\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupOperations/b603b6ca-ecf6-4f14-8f86-4f337c90be9b?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBPcGVyYXRpb25zL2I2MDNiNmNhLWVjZjYtNGYxNC04Zjg2LTRmMzM3YzkwYmU5Yj9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupOperations/1063eaf1-1b34-4eb4-aa44-644e645dd47a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBPcGVyYXRpb25zLzEwNjNlYWYxLTFiMzQtNGViNC1hYTQ0LTY0NGU2NDVkZDQ3YT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -10756,8 +10913,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10771,11 +10928,11 @@ "nosniff" ], "x-ms-request-id": [ - "ae64f786-26fc-4f06-8617-373ab20eb067" + "e1f87400-ac29-4187-a16c-81bf0560f733" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10787,16 +10944,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "115" + "113" ], "x-ms-correlation-request-id": [ - "ae64f786-26fc-4f06-8617-373ab20eb067" + "e1f87400-ac29-4187-a16c-81bf0560f733" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062457Z:ae64f786-26fc-4f06-8617-373ab20eb067" + "SOUTHINDIA:20210518T091547Z:e1f87400-ac29-4187-a16c-81bf0560f733" ], "Date": [ - "Tue, 16 Feb 2021 06:24:56 GMT" + "Tue, 18 May 2021 09:15:46 GMT" ], "Content-Length": [ "304" @@ -10808,17 +10965,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"name\": \"b603b6ca-ecf6-4f14-8f86-4f337c90be9b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"26282845-f31e-498a-bf3c-d0239ce614e9\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"name\": \"1063eaf1-1b34-4eb4-aa44-644e645dd47a\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"properties\": {\r\n \"objectType\": \"OperationStatusJobExtendedInfo\",\r\n \"jobId\": \"44ae1d6e-0568-4dac-afca-2fe6c64da884\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/26282845-f31e-498a-bf3c-d0239ce614e9?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOC9iYWNrdXBKb2JzLzI2MjgyODQ1LWYzMWUtNDk4YS1iZjNjLWQwMjM5Y2U2MTRlOT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/44ae1d6e-0568-4dac-afca-2fe6c64da884?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNS9iYWNrdXBKb2JzLzQ0YWUxZDZlLTA1NjgtNGRhYy1hZmNhLTJmZTZjNjRkYTg4ND9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "Accept-Language": [ "en-US" @@ -10826,8 +10983,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -10845,11 +11002,11 @@ "nosniff" ], "x-ms-request-id": [ - "62441ff2-e91f-4ec0-835c-bb867d746ed2" + "53a03eb9-dbcf-4a65-8a40-8fe977a0deb2" ], "x-ms-client-request-id": [ - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154", - "46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154" + "0c2716f1-eda7-444b-ae41-5ab659361c52", + "0c2716f1-eda7-444b-ae41-5ab659361c52" ], "X-Powered-By": [ "ASP.NET" @@ -10858,19 +11015,19 @@ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "84" + "85" ], "x-ms-correlation-request-id": [ - "62441ff2-e91f-4ec0-835c-bb867d746ed2" + "53a03eb9-dbcf-4a65-8a40-8fe977a0deb2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062457Z:62441ff2-e91f-4ec0-835c-bb867d746ed2" + "SOUTHINDIA:20210518T091547Z:53a03eb9-dbcf-4a65-8a40-8fe977a0deb2" ], "Date": [ - "Tue, 16 Feb 2021 06:24:57 GMT" + "Tue, 18 May 2021 09:15:46 GMT" ], "Content-Length": [ - "844" + "845" ], "Content-Type": [ "application/json" @@ -10879,17 +11036,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8/backupJobs/26282845-f31e-498a-bf3c-d0239ce614e9\",\r\n \"name\": \"26282845-f31e-498a-bf3c-d0239ce614e9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg4a1876d8;pstestvm4a1870\",\r\n \"duration\": \"PT1M52.091341S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM4a1870\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM4a1870\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-02-16T06:23:01.8246754Z\",\r\n \"endTime\": \"2021-02-16T06:24:53.9160164Z\",\r\n \"activityId\": \"46e6b6d3-7d51-46f6-9bc8-f0ddeda2f154\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5/backupJobs/44ae1d6e-0568-4dac-afca-2fe6c64da884\",\r\n \"name\": \"44ae1d6e-0568-4dac-afca-2fe6c64da884\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupJobs\",\r\n \"properties\": {\r\n \"jobType\": \"AzureIaaSVMJob\",\r\n \"containerName\": \"iaasvmcontainerv2;pstestrg080f34a5;pstestvm080f30\",\r\n \"duration\": \"PT1M52.1478749S\",\r\n \"virtualMachineVersion\": \"Compute\",\r\n \"extendedInfo\": {\r\n \"tasksList\": [],\r\n \"propertyBag\": {\r\n \"VM Name\": \"PSTestVM080f30\",\r\n \"Number of Recovery Points\": \"1\"\r\n }\r\n },\r\n \"entityFriendlyName\": \"PSTestVM080f30\",\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"operation\": \"DeleteBackupData\",\r\n \"status\": \"Completed\",\r\n \"startTime\": \"2021-05-18T09:13:50.0134172Z\",\r\n \"endTime\": \"2021-05-18T09:15:42.1612921Z\",\r\n \"activityId\": \"0c2716f1-eda7-444b-ae41-5ab659361c52\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG4a1876d8/providers/Microsoft.RecoveryServices/vaults/PSTestRSV4a1876d8?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNGExODc2ZDgvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y0YTE4NzZkOD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/PSTestRG080f34a5/providers/Microsoft.RecoveryServices/vaults/PSTestRSV080f34a5?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMDgwZjM0YTUvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YwODBmMzRhNT9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "468b7530-09de-462c-a894-57142b638b20" + "92f38846-becc-42c1-afc8-fb20ad5758e8" ], "Accept-Language": [ "en-US" @@ -10897,7 +11054,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -10912,10 +11069,10 @@ "nosniff" ], "x-ms-request-id": [ - "8abb4bc4-5c38-420f-b7bf-c2643648d433" + "c7932798-09f5-4de3-8572-b98c87a000a4" ], "x-ms-client-request-id": [ - "468b7530-09de-462c-a894-57142b638b20" + "92f38846-becc-42c1-afc8-fb20ad5758e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10924,13 +11081,13 @@ "9" ], "x-ms-correlation-request-id": [ - "8abb4bc4-5c38-420f-b7bf-c2643648d433" + "c7932798-09f5-4de3-8572-b98c87a000a4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062502Z:8abb4bc4-5c38-420f-b7bf-c2643648d433" + "SOUTHINDIA:20210518T091549Z:c7932798-09f5-4de3-8572-b98c87a000a4" ], "Date": [ - "Tue, 16 Feb 2021 06:25:02 GMT" + "Tue, 18 May 2021 09:15:49 GMT" ], "Expires": [ "-1" @@ -10943,13 +11100,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG4a1876d8?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNGExODc2ZDg/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourcegroups/PSTestRG080f34a5?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMDgwZjM0YTU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "470d18b4-cbad-466b-a4e3-bc1644091f73" + "e4611d83-42c6-4561-9e52-556c61103f0a" ], "Accept-Language": [ "en-US" @@ -10957,8 +11114,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -10969,22 +11126,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14997" ], "x-ms-request-id": [ - "0594ccf2-42aa-40c3-9d55-eae0c9f93d05" + "6b042c62-3854-4779-9f76-afc05867265c" ], "x-ms-correlation-request-id": [ - "0594ccf2-42aa-40c3-9d55-eae0c9f93d05" + "6b042c62-3854-4779-9f76-afc05867265c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062504Z:0594ccf2-42aa-40c3-9d55-eae0c9f93d05" + "SOUTHINDIA:20210518T091551Z:6b042c62-3854-4779-9f76-afc05867265c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -10993,7 +11150,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:25:03 GMT" + "Tue, 18 May 2021 09:15:51 GMT" ], "Expires": [ "-1" @@ -11006,16 +11163,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11026,22 +11183,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-request-id": [ - "54dc0eec-a4df-4870-9b1a-85e3d6bedcf6" + "4fe2e57e-0f6b-409e-93d6-7be423eb42d7" ], "x-ms-correlation-request-id": [ - "54dc0eec-a4df-4870-9b1a-85e3d6bedcf6" + "4fe2e57e-0f6b-409e-93d6-7be423eb42d7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062519Z:54dc0eec-a4df-4870-9b1a-85e3d6bedcf6" + "SOUTHINDIA:20210518T091607Z:4fe2e57e-0f6b-409e-93d6-7be423eb42d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11050,7 +11207,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:25:19 GMT" + "Tue, 18 May 2021 09:16:06 GMT" ], "Expires": [ "-1" @@ -11063,16 +11220,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11083,22 +11240,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-request-id": [ - "0eb6a953-1b0d-45ab-b379-ccfe6ebb372c" + "a8e94fb3-7e48-4724-b454-3a467896c5fc" ], "x-ms-correlation-request-id": [ - "0eb6a953-1b0d-45ab-b379-ccfe6ebb372c" + "a8e94fb3-7e48-4724-b454-3a467896c5fc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062534Z:0eb6a953-1b0d-45ab-b379-ccfe6ebb372c" + "SOUTHINDIA:20210518T091622Z:a8e94fb3-7e48-4724-b454-3a467896c5fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11107,7 +11264,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:25:34 GMT" + "Tue, 18 May 2021 09:16:21 GMT" ], "Expires": [ "-1" @@ -11120,16 +11277,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11140,22 +11297,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11993" ], "x-ms-request-id": [ - "1d58565f-0f72-4fab-9b2f-abaa6fc6a44c" + "970e7857-8e0b-4d08-83e6-1820f2910cfe" ], "x-ms-correlation-request-id": [ - "1d58565f-0f72-4fab-9b2f-abaa6fc6a44c" + "970e7857-8e0b-4d08-83e6-1820f2910cfe" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062549Z:1d58565f-0f72-4fab-9b2f-abaa6fc6a44c" + "SOUTHINDIA:20210518T091637Z:970e7857-8e0b-4d08-83e6-1820f2910cfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11164,7 +11321,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:25:49 GMT" + "Tue, 18 May 2021 09:16:36 GMT" ], "Expires": [ "-1" @@ -11177,16 +11334,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11197,22 +11354,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11992" ], "x-ms-request-id": [ - "a36059d6-0050-4a12-b492-d2d193f30b94" + "a3b4cfdf-88a6-4ec3-9666-ef52b473068f" ], "x-ms-correlation-request-id": [ - "a36059d6-0050-4a12-b492-d2d193f30b94" + "a3b4cfdf-88a6-4ec3-9666-ef52b473068f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062604Z:a36059d6-0050-4a12-b492-d2d193f30b94" + "SOUTHINDIA:20210518T091652Z:a3b4cfdf-88a6-4ec3-9666-ef52b473068f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11221,7 +11378,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:26:04 GMT" + "Tue, 18 May 2021 09:16:52 GMT" ], "Expires": [ "-1" @@ -11234,16 +11391,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11254,22 +11411,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11991" ], "x-ms-request-id": [ - "383fa4f8-24dd-464e-8c83-a6b38a8eb776" + "ffa60bb7-327b-47d8-931a-cebafce47f50" ], "x-ms-correlation-request-id": [ - "383fa4f8-24dd-464e-8c83-a6b38a8eb776" + "ffa60bb7-327b-47d8-931a-cebafce47f50" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062620Z:383fa4f8-24dd-464e-8c83-a6b38a8eb776" + "SOUTHINDIA:20210518T091707Z:ffa60bb7-327b-47d8-931a-cebafce47f50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11278,7 +11435,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:26:19 GMT" + "Tue, 18 May 2021 09:17:07 GMT" ], "Expires": [ "-1" @@ -11291,16 +11448,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11311,22 +11468,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11990" ], "x-ms-request-id": [ - "2ff52a25-21ee-4b3d-93b6-42a727b508e2" + "91cf4c64-a721-45fe-a2e9-349b3c128518" ], "x-ms-correlation-request-id": [ - "2ff52a25-21ee-4b3d-93b6-42a727b508e2" + "91cf4c64-a721-45fe-a2e9-349b3c128518" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062635Z:2ff52a25-21ee-4b3d-93b6-42a727b508e2" + "SOUTHINDIA:20210518T091723Z:91cf4c64-a721-45fe-a2e9-349b3c128518" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11335,7 +11492,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:26:34 GMT" + "Tue, 18 May 2021 09:17:22 GMT" ], "Expires": [ "-1" @@ -11348,16 +11505,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11368,22 +11525,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-request-id": [ - "0b308bbf-570e-45b7-9e4a-13de5785f740" + "a7033b19-0548-4679-9aee-d862f44973e7" ], "x-ms-correlation-request-id": [ - "0b308bbf-570e-45b7-9e4a-13de5785f740" + "a7033b19-0548-4679-9aee-d862f44973e7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062650Z:0b308bbf-570e-45b7-9e4a-13de5785f740" + "SOUTHINDIA:20210518T091738Z:a7033b19-0548-4679-9aee-d862f44973e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11392,7 +11549,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:26:50 GMT" + "Tue, 18 May 2021 09:17:37 GMT" ], "Expires": [ "-1" @@ -11405,16 +11562,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11425,22 +11582,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-request-id": [ - "e2fdb425-bebd-40ff-a5ca-3e8c4d0a516a" + "ed90d91e-f94a-4aef-b30f-59111e70ca9e" ], "x-ms-correlation-request-id": [ - "e2fdb425-bebd-40ff-a5ca-3e8c4d0a516a" + "ed90d91e-f94a-4aef-b30f-59111e70ca9e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062705Z:e2fdb425-bebd-40ff-a5ca-3e8c4d0a516a" + "SOUTHINDIA:20210518T091753Z:ed90d91e-f94a-4aef-b30f-59111e70ca9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11449,7 +11606,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:27:05 GMT" + "Tue, 18 May 2021 09:17:53 GMT" ], "Expires": [ "-1" @@ -11462,16 +11619,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11482,22 +11639,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11987" ], "x-ms-request-id": [ - "94cead79-b67e-4342-b02c-e5ff291d2835" + "6bd81430-57ba-435e-9692-32e29e2b7e37" ], "x-ms-correlation-request-id": [ - "94cead79-b67e-4342-b02c-e5ff291d2835" + "6bd81430-57ba-435e-9692-32e29e2b7e37" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062720Z:94cead79-b67e-4342-b02c-e5ff291d2835" + "SOUTHINDIA:20210518T091808Z:6bd81430-57ba-435e-9692-32e29e2b7e37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11506,7 +11663,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:27:20 GMT" + "Tue, 18 May 2021 09:18:08 GMT" ], "Expires": [ "-1" @@ -11519,16 +11676,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11539,22 +11696,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11986" ], "x-ms-request-id": [ - "757f6bf6-946f-47c8-9801-e78df6e83b3b" + "038a6e17-3b75-4222-912e-575ba3b91579" ], "x-ms-correlation-request-id": [ - "757f6bf6-946f-47c8-9801-e78df6e83b3b" + "038a6e17-3b75-4222-912e-575ba3b91579" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062735Z:757f6bf6-946f-47c8-9801-e78df6e83b3b" + "SOUTHINDIA:20210518T091824Z:038a6e17-3b75-4222-912e-575ba3b91579" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11563,7 +11720,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:27:35 GMT" + "Tue, 18 May 2021 09:18:23 GMT" ], "Expires": [ "-1" @@ -11576,16 +11733,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11596,22 +11753,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11985" ], "x-ms-request-id": [ - "8a1beb20-1401-4a78-a3d1-b34dbbba1f8f" + "dce19bd0-bb16-4df9-aa90-066feae53b94" ], "x-ms-correlation-request-id": [ - "8a1beb20-1401-4a78-a3d1-b34dbbba1f8f" + "dce19bd0-bb16-4df9-aa90-066feae53b94" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062751Z:8a1beb20-1401-4a78-a3d1-b34dbbba1f8f" + "SOUTHINDIA:20210518T091839Z:dce19bd0-bb16-4df9-aa90-066feae53b94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11620,7 +11777,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:27:51 GMT" + "Tue, 18 May 2021 09:18:38 GMT" ], "Expires": [ "-1" @@ -11633,16 +11790,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11653,22 +11810,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11984" ], "x-ms-request-id": [ - "5d422211-80b0-4966-93ed-559be8ff6245" + "a6bd0384-f1b2-48ab-943c-59188b458cad" ], "x-ms-correlation-request-id": [ - "5d422211-80b0-4966-93ed-559be8ff6245" + "a6bd0384-f1b2-48ab-943c-59188b458cad" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062806Z:5d422211-80b0-4966-93ed-559be8ff6245" + "SOUTHINDIA:20210518T091854Z:a6bd0384-f1b2-48ab-943c-59188b458cad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11677,7 +11834,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:06 GMT" + "Tue, 18 May 2021 09:18:53 GMT" ], "Expires": [ "-1" @@ -11690,16 +11847,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11710,22 +11867,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11983" ], "x-ms-request-id": [ - "41abf076-f9d1-4dc7-8360-d96770265d86" + "a52cbdae-d577-4de2-9f70-4df427dba680" ], "x-ms-correlation-request-id": [ - "41abf076-f9d1-4dc7-8360-d96770265d86" + "a52cbdae-d577-4de2-9f70-4df427dba680" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062821Z:41abf076-f9d1-4dc7-8360-d96770265d86" + "SOUTHINDIA:20210518T091909Z:a52cbdae-d577-4de2-9f70-4df427dba680" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11734,7 +11891,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:20 GMT" + "Tue, 18 May 2021 09:19:09 GMT" ], "Expires": [ "-1" @@ -11747,16 +11904,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11766,17 +11923,74 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11982" + ], + "x-ms-request-id": [ + "c4d34234-96ce-4eca-8799-4ce3bf2c1923" + ], + "x-ms-correlation-request-id": [ + "c4d34234-96ce-4eca-8799-4ce3bf2c1923" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20210518T091924Z:c4d34234-96ce-4eca-8799-4ce3bf2c1923" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 18 May 2021 09:19:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29719.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" ], "x-ms-request-id": [ - "6572d9df-affd-452b-bb0a-217a900e3df9" + "68319ae1-f640-4592-9221-b7e094e3882b" ], "x-ms-correlation-request-id": [ - "6572d9df-affd-452b-bb0a-217a900e3df9" + "68319ae1-f640-4592-9221-b7e094e3882b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062836Z:6572d9df-affd-452b-bb0a-217a900e3df9" + "SOUTHINDIA:20210518T091940Z:68319ae1-f640-4592-9221-b7e094e3882b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11785,7 +11999,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:35 GMT" + "Tue, 18 May 2021 09:19:39 GMT" ], "Expires": [ "-1" @@ -11798,16 +12012,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzRBMTg3NkQ4LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelJCTVRnM05rUTRMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzA4MEYzNEE1LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekE0TUVZek5FRTFMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.29719.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.34" ] }, "ResponseHeaders": { @@ -11818,16 +12032,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11980" ], "x-ms-request-id": [ - "33a77a56-906c-419c-8e0b-860e3be8e64a" + "00a98f11-140d-4a23-8b91-7388682d1904" ], "x-ms-correlation-request-id": [ - "33a77a56-906c-419c-8e0b-860e3be8e64a" + "00a98f11-140d-4a23-8b91-7388682d1904" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T062836Z:33a77a56-906c-419c-8e0b-860e3be8e64a" + "SOUTHINDIA:20210518T091940Z:00a98f11-140d-4a23-8b91-7388682d1904" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -11836,7 +12050,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 06:28:35 GMT" + "Tue, 18 May 2021 09:19:39 GMT" ], "Expires": [ "-1" @@ -11851,7 +12065,7 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "4a1876d8-a31d-403d-996a-05811ca6657c" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535", + "NamingSuffix": "080f34a5-ef2e-4615-be57-cda5437c0ba3" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.PolicyTests/TestAzureFSPolicy.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.PolicyTests/TestAzureFSPolicy.json index 9f3809ec1178..9230a551ea21 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.PolicyTests/TestAzureFSPolicy.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.PolicyTests/TestAzureFSPolicy.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a731d21-6de5-4c6a-9c0c-dcd48d8b1c19" + "1e0bb23a-8325-45fb-96de-55fc42d218fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -30,10 +30,10 @@ "nosniff" ], "x-ms-request-id": [ - "864e7a17-1232-46cf-b617-f72e27ec30a2" + "038df0a6-8856-4d4c-a0b9-5bd292896642" ], "x-ms-client-request-id": [ - "6a731d21-6de5-4c6a-9c0c-dcd48d8b1c19" + "1e0bb23a-8325-45fb-96de-55fc42d218fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,13 +45,13 @@ "11999" ], "x-ms-correlation-request-id": [ - "864e7a17-1232-46cf-b617-f72e27ec30a2" + "038df0a6-8856-4d4c-a0b9-5bd292896642" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101653Z:864e7a17-1232-46cf-b617-f72e27ec30a2" + "SOUTHINDIA:20210518T093605Z:038df0a6-8856-4d4c-a0b9-5bd292896642" ], "Date": [ - "Tue, 16 Feb 2021 10:16:52 GMT" + "Tue, 18 May 2021 09:36:04 GMT" ], "Content-Length": [ "466" @@ -67,22 +67,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e437282c-b8f0-40b0-a93d-efe0c558119c" + "754c1b40-9e83-455c-8563-0c21941e995a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -96,11 +96,11 @@ "nosniff" ], "x-ms-request-id": [ - "b4c759e5-3fd9-49a3-9674-4b10ba21362a" + "f0630ad9-8ee4-4681-8c77-8ecfc6143ff8" ], "x-ms-client-request-id": [ - "e437282c-b8f0-40b0-a93d-efe0c558119c", - "e437282c-b8f0-40b0-a93d-efe0c558119c" + "754c1b40-9e83-455c-8563-0c21941e995a", + "754c1b40-9e83-455c-8563-0c21941e995a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -115,13 +115,13 @@ "149" ], "x-ms-correlation-request-id": [ - "b4c759e5-3fd9-49a3-9674-4b10ba21362a" + "f0630ad9-8ee4-4681-8c77-8ecfc6143ff8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101654Z:b4c759e5-3fd9-49a3-9674-4b10ba21362a" + "SOUTHINDIA:20210518T093605Z:f0630ad9-8ee4-4681-8c77-8ecfc6143ff8" ], "Date": [ - "Tue, 16 Feb 2021 10:16:54 GMT" + "Tue, 18 May 2021 09:36:05 GMT" ], "Content-Length": [ "2" @@ -137,22 +137,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e437282c-b8f0-40b0-a93d-efe0c558119c" + "754c1b40-9e83-455c-8563-0c21941e995a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -166,11 +166,11 @@ "nosniff" ], "x-ms-request-id": [ - "e5ba9459-7a22-4c5d-8391-3cca4a9bb924" + "9e753955-024b-47a6-ad1b-dec59e8212ef" ], "x-ms-client-request-id": [ - "e437282c-b8f0-40b0-a93d-efe0c558119c", - "e437282c-b8f0-40b0-a93d-efe0c558119c" + "754c1b40-9e83-455c-8563-0c21941e995a", + "754c1b40-9e83-455c-8563-0c21941e995a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -185,13 +185,13 @@ "148" ], "x-ms-correlation-request-id": [ - "e5ba9459-7a22-4c5d-8391-3cca4a9bb924" + "9e753955-024b-47a6-ad1b-dec59e8212ef" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101655Z:e5ba9459-7a22-4c5d-8391-3cca4a9bb924" + "SOUTHINDIA:20210518T093607Z:9e753955-024b-47a6-ad1b-dec59e8212ef" ], "Date": [ - "Tue, 16 Feb 2021 10:16:55 GMT" + "Tue, 18 May 2021 09:36:06 GMT" ], "Content-Length": [ "699" @@ -203,26 +203,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy\",\r\n \"name\": \"newFilePolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T20: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-16T20:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy\",\r\n \"name\": \"newFilePolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T20:30: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-05-18T20:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95fcbedf-d6c6-4170-97b3-346c3177355c" + "4e57d7f0-9c92-4e34-8af7-9e56237ebc15" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -236,11 +236,11 @@ "nosniff" ], "x-ms-request-id": [ - "679dc5a2-6012-409d-a13a-6c10de98c76c" + "80c8fb67-3065-4779-8550-a6814b85ea13" ], "x-ms-client-request-id": [ - "95fcbedf-d6c6-4170-97b3-346c3177355c", - "95fcbedf-d6c6-4170-97b3-346c3177355c" + "4e57d7f0-9c92-4e34-8af7-9e56237ebc15", + "4e57d7f0-9c92-4e34-8af7-9e56237ebc15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -255,13 +255,13 @@ "147" ], "x-ms-correlation-request-id": [ - "679dc5a2-6012-409d-a13a-6c10de98c76c" + "80c8fb67-3065-4779-8550-a6814b85ea13" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101655Z:679dc5a2-6012-409d-a13a-6c10de98c76c" + "SOUTHINDIA:20210518T093607Z:80c8fb67-3065-4779-8550-a6814b85ea13" ], "Date": [ - "Tue, 16 Feb 2021 10:16:55 GMT" + "Tue, 18 May 2021 09:36:06 GMT" ], "Content-Length": [ "699" @@ -273,26 +273,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy\",\r\n \"name\": \"newFilePolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T20: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-16T20:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy\",\r\n \"name\": \"newFilePolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T20:30: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-05-18T20:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17919bfd-f81f-4505-a63e-492105c6a0ea" + "19c91cb4-f002-4c55-8ea3-6c9853046289" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -306,11 +306,11 @@ "nosniff" ], "x-ms-request-id": [ - "c07907b4-13d5-49f3-8781-3195df0ad287" + "82aaca75-ab65-45b7-a986-9a3fb36676ed" ], "x-ms-client-request-id": [ - "17919bfd-f81f-4505-a63e-492105c6a0ea", - "17919bfd-f81f-4505-a63e-492105c6a0ea" + "19c91cb4-f002-4c55-8ea3-6c9853046289", + "19c91cb4-f002-4c55-8ea3-6c9853046289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -325,13 +325,13 @@ "146" ], "x-ms-correlation-request-id": [ - "c07907b4-13d5-49f3-8781-3195df0ad287" + "82aaca75-ab65-45b7-a986-9a3fb36676ed" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101655Z:c07907b4-13d5-49f3-8781-3195df0ad287" + "SOUTHINDIA:20210518T093607Z:82aaca75-ab65-45b7-a986-9a3fb36676ed" ], "Date": [ - "Tue, 16 Feb 2021 10:16:55 GMT" + "Tue, 18 May 2021 09:36:07 GMT" ], "Content-Length": [ "699" @@ -343,26 +343,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy\",\r\n \"name\": \"newFilePolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T20: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-16T20:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy\",\r\n \"name\": \"newFilePolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T20:30: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-05-18T20:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e5980b9-cd6e-44e5-b08a-b1355d9eb62b" + "c1cb864b-27e9-41de-84f2-7f67d498d9dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -376,11 +376,11 @@ "nosniff" ], "x-ms-request-id": [ - "98ad742e-818e-47e2-a9e1-21cbff7ed3a9" + "45de362d-5242-46c6-a958-28e071bc6f71" ], "x-ms-client-request-id": [ - "5e5980b9-cd6e-44e5-b08a-b1355d9eb62b", - "5e5980b9-cd6e-44e5-b08a-b1355d9eb62b" + "c1cb864b-27e9-41de-84f2-7f67d498d9dd", + "c1cb864b-27e9-41de-84f2-7f67d498d9dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -395,13 +395,13 @@ "145" ], "x-ms-correlation-request-id": [ - "98ad742e-818e-47e2-a9e1-21cbff7ed3a9" + "45de362d-5242-46c6-a958-28e071bc6f71" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101656Z:98ad742e-818e-47e2-a9e1-21cbff7ed3a9" + "SOUTHINDIA:20210518T093608Z:45de362d-5242-46c6-a958-28e071bc6f71" ], "Date": [ - "Tue, 16 Feb 2021 10:16:56 GMT" + "Tue, 18 May 2021 09:36:07 GMT" ], "Content-Length": [ "699" @@ -413,26 +413,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy\",\r\n \"name\": \"newFilePolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T20: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-16T20:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy\",\r\n \"name\": \"newFilePolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T20:30: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-05-18T20:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workLoadType\": \"AzureFileShare\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T20:00:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2021-02-16T20:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workLoadType\": \"AzureFileShare\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T20:30:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2021-05-18T20:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e437282c-b8f0-40b0-a93d-efe0c558119c" + "754c1b40-9e83-455c-8563-0c21941e995a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -452,11 +452,11 @@ "nosniff" ], "x-ms-request-id": [ - "a28a0ffc-87f6-47e8-aa04-e298bc4ec1df" + "b24b2992-1c4c-4912-8f9d-d38772f46a06" ], "x-ms-client-request-id": [ - "e437282c-b8f0-40b0-a93d-efe0c558119c", - "e437282c-b8f0-40b0-a93d-efe0c558119c" + "754c1b40-9e83-455c-8563-0c21941e995a", + "754c1b40-9e83-455c-8563-0c21941e995a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -471,13 +471,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "a28a0ffc-87f6-47e8-aa04-e298bc4ec1df" + "b24b2992-1c4c-4912-8f9d-d38772f46a06" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101655Z:a28a0ffc-87f6-47e8-aa04-e298bc4ec1df" + "SOUTHINDIA:20210518T093606Z:b24b2992-1c4c-4912-8f9d-d38772f46a06" ], "Date": [ - "Tue, 16 Feb 2021 10:16:54 GMT" + "Tue, 18 May 2021 09:36:06 GMT" ], "Content-Length": [ "699" @@ -489,26 +489,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy\",\r\n \"name\": \"newFilePolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T20: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-16T20:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy\",\r\n \"name\": \"newFilePolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T20:30: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-05-18T20:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workLoadType\": \"AzureFileShare\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T20:00:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2021-02-16T20:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"workLoadType\": \"AzureFileShare\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T20:30:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2021-05-18T20:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "17919bfd-f81f-4505-a63e-492105c6a0ea" + "19c91cb4-f002-4c55-8ea3-6c9853046289" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -528,11 +528,11 @@ "nosniff" ], "x-ms-request-id": [ - "86673f5e-a03a-4490-bbee-aa3ab02ac38b" + "82b8f1b7-173a-4abf-b189-9854cc0065f9" ], "x-ms-client-request-id": [ - "17919bfd-f81f-4505-a63e-492105c6a0ea", - "17919bfd-f81f-4505-a63e-492105c6a0ea" + "19c91cb4-f002-4c55-8ea3-6c9853046289", + "19c91cb4-f002-4c55-8ea3-6c9853046289" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -547,13 +547,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "86673f5e-a03a-4490-bbee-aa3ab02ac38b" + "82b8f1b7-173a-4abf-b189-9854cc0065f9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101656Z:86673f5e-a03a-4490-bbee-aa3ab02ac38b" + "SOUTHINDIA:20210518T093608Z:82b8f1b7-173a-4abf-b189-9854cc0065f9" ], "Date": [ - "Tue, 16 Feb 2021 10:16:55 GMT" + "Tue, 18 May 2021 09:36:07 GMT" ], "Content-Length": [ "699" @@ -565,26 +565,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy\",\r\n \"name\": \"newFilePolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T20: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-16T20:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy\",\r\n \"name\": \"newFilePolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureStorage\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T20:30: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-05-18T20:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies/newFilePolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXMvbmV3RmlsZVBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b83c509-b3a5-42d1-9f27-3b3d6c7e7ae3" + "2c2de7b9-024d-45c2-bec7-85efd1d5274c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -598,11 +598,11 @@ "nosniff" ], "x-ms-request-id": [ - "1ede5e2c-fd4b-45a4-b3d5-b56efcb4cc1b" + "f3d88be8-a12f-490b-8b10-a7a0765d1789" ], "x-ms-client-request-id": [ - "9b83c509-b3a5-42d1-9f27-3b3d6c7e7ae3", - "9b83c509-b3a5-42d1-9f27-3b3d6c7e7ae3" + "2c2de7b9-024d-45c2-bec7-85efd1d5274c", + "2c2de7b9-024d-45c2-bec7-85efd1d5274c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -614,13 +614,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "1ede5e2c-fd4b-45a4-b3d5-b56efcb4cc1b" + "f3d88be8-a12f-490b-8b10-a7a0765d1789" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101657Z:1ede5e2c-fd4b-45a4-b3d5-b56efcb4cc1b" + "SOUTHINDIA:20210518T093608Z:f3d88be8-a12f-490b-8b10-a7a0765d1789" ], "Date": [ - "Tue, 16 Feb 2021 10:16:56 GMT" + "Tue, 18 May 2021 09:36:08 GMT" ], "Expires": [ "-1" @@ -633,22 +633,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestrg8895/providers/Microsoft.RecoveryServices/vaults/pstestrsv8895/backupPolicies?$filter=backupManagementType%20eq%20'AzureStorage'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnODg5NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHJzdjg4OTUvYmFja3VwUG9saWNpZXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlU3RvcmFnZScmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9438a738-eca1-463d-bb16-5195e65b08af" + "95eb73a2-9c3a-42f7-9ca6-b46adafb1554" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -662,11 +662,11 @@ "nosniff" ], "x-ms-request-id": [ - "46309606-27b7-490c-9adc-4bffcfd60004" + "e528269c-7afa-4c93-8a7d-9289318b84d5" ], "x-ms-client-request-id": [ - "9438a738-eca1-463d-bb16-5195e65b08af", - "9438a738-eca1-463d-bb16-5195e65b08af" + "95eb73a2-9c3a-42f7-9ca6-b46adafb1554", + "95eb73a2-9c3a-42f7-9ca6-b46adafb1554" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -681,13 +681,13 @@ "144" ], "x-ms-correlation-request-id": [ - "46309606-27b7-490c-9adc-4bffcfd60004" + "e528269c-7afa-4c93-8a7d-9289318b84d5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101657Z:46309606-27b7-490c-9adc-4bffcfd60004" + "SOUTHINDIA:20210518T093610Z:e528269c-7afa-4c93-8a7d-9289318b84d5" ], "Date": [ - "Tue, 16 Feb 2021 10:16:56 GMT" + "Tue, 18 May 2021 09:36:09 GMT" ], "Content-Length": [ "1415" diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.PolicyTests/TestAzureVMPolicy.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.PolicyTests/TestAzureVMPolicy.json index cb738cd2ba24..1a032c4b576f 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.PolicyTests/TestAzureVMPolicy.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.PolicyTests/TestAzureVMPolicy.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG135be2a6?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMTM1YmUyYTY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG5fbd4c62?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNWZiZDRjNjI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a139d6cf-28a9-42ba-9f54-3d456c0b7f03" + "12536511-9cf4-4e0f-a4a8-fbfb3d02f3ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "dfdda9b0-3840-4eca-887e-9fc09e6f0dd9" + "fd6c8e9f-d24a-4fc4-86c0-f183c7454b8e" ], "x-ms-correlation-request-id": [ - "dfdda9b0-3840-4eca-887e-9fc09e6f0dd9" + "fd6c8e9f-d24a-4fc4-86c0-f183c7454b8e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101701Z:dfdda9b0-3840-4eca-887e-9fc09e6f0dd9" + "SOUTHINDIA:20210518T110126Z:fd6c8e9f-d24a-4fc4-86c0-f183c7454b8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 10:17:00 GMT" + "Tue, 18 May 2021 11:01:25 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 'PSTestRG135be2a6' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PSTestRG5fbd4c62' could not be found.\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG135be2a6?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMTM1YmUyYTY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG5fbd4c62?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNWZiZDRjNjI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c3f14e92-123b-441c-b77b-b4c0952ef714" + "db3b61af-fb85-48af-9a53-65604d9d57b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -90,16 +90,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-request-id": [ - "c82ab497-dcb5-4e45-8c2e-55d313d4bf2c" + "20d1ee1b-c592-47e8-ac91-488e3f1af937" ], "x-ms-correlation-request-id": [ - "c82ab497-dcb5-4e45-8c2e-55d313d4bf2c" + "20d1ee1b-c592-47e8-ac91-488e3f1af937" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101711Z:c82ab497-dcb5-4e45-8c2e-55d313d4bf2c" + "SOUTHINDIA:20210518T110136Z:20d1ee1b-c592-47e8-ac91-488e3f1af937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -108,7 +108,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 10:17:11 GMT" + "Tue, 18 May 2021 11:01:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -120,26 +120,26 @@ "192" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6\",\r\n \"name\": \"PSTestRG135be2a6\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62\",\r\n \"name\": \"PSTestRG5fbd4c62\",\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/PSTestRG135be2a6?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMTM1YmUyYTY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG5fbd4c62?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNWZiZDRjNjI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"southeastasia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "06403ce6-2218-4ac7-bfa7-a30511ad6c43" + "18318efe-f0a0-4024-b91b-6d918743af4a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "1199" ], "x-ms-request-id": [ - "48507d09-4722-4214-af12-8a39078b7f27" + "93bece38-42b3-4a06-8b4e-fdcdfd46871b" ], "x-ms-correlation-request-id": [ - "48507d09-4722-4214-af12-8a39078b7f27" + "93bece38-42b3-4a06-8b4e-fdcdfd46871b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101702Z:48507d09-4722-4214-af12-8a39078b7f27" + "SOUTHINDIA:20210518T110127Z:93bece38-42b3-4a06-8b4e-fdcdfd46871b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,7 +174,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 10:17:01 GMT" + "Tue, 18 May 2021 11:01:26 GMT" ], "Content-Length": [ "192" @@ -186,25 +186,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6\",\r\n \"name\": \"PSTestRG135be2a6\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62\",\r\n \"name\": \"PSTestRG5fbd4c62\",\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/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxMzViZTJhNj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y1ZmJkNGM2Mj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7563e36-f4fd-4b53-b998-730633c2c5e8" + "b709bcdf-aedc-4ce4-a373-3ad86bbe807b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -219,13 +219,13 @@ "gateway" ], "x-ms-request-id": [ - "56ce7fd1-dd39-4729-aa2b-114e4c297477" + "c861e2fe-dea8-4d4c-ae09-4d9999d7437f" ], "x-ms-correlation-request-id": [ - "56ce7fd1-dd39-4729-aa2b-114e4c297477" + "c861e2fe-dea8-4d4c-ae09-4d9999d7437f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101703Z:56ce7fd1-dd39-4729-aa2b-114e4c297477" + "SOUTHINDIA:20210518T110127Z:c861e2fe-dea8-4d4c-ae09-4d9999d7437f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,7 +234,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 10:17:02 GMT" + "Tue, 18 May 2021 11:01:27 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -246,25 +246,25 @@ "239" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6' under resource group 'PSTestRG135be2a6' 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/PSTestRSV5fbd4c62' under resource group 'PSTestRG5fbd4c62' 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/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxMzViZTJhNj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y1ZmJkNGM2Mj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "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": [ - "c9c31838-7bd5-4d04-836c-1bb45554c6e0" + "9d5365da-4c47-4240-8173-b9d9a1837519" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ], "Content-Type": [ @@ -285,10 +285,10 @@ "nosniff" ], "x-ms-request-id": [ - "dc725ff7-af0b-47e0-864a-9aa4c8068208" + "d66e0987-262b-485c-aa68-7e57351a04e3" ], "x-ms-client-request-id": [ - "c9c31838-7bd5-4d04-836c-1bb45554c6e0" + "9d5365da-4c47-4240-8173-b9d9a1837519" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -300,13 +300,13 @@ "209" ], "x-ms-correlation-request-id": [ - "dc725ff7-af0b-47e0-864a-9aa4c8068208" + "d66e0987-262b-485c-aa68-7e57351a04e3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101707Z:dc725ff7-af0b-47e0-864a-9aa4c8068208" + "SOUTHINDIA:20210518T110131Z:d66e0987-262b-485c-aa68-7e57351a04e3" ], "Date": [ - "Tue, 16 Feb 2021 10:17:07 GMT" + "Tue, 18 May 2021 11:01:31 GMT" ], "Content-Length": [ "466" @@ -318,26 +318,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV135be2a6\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T10%3A17%3A07.4074539Z'\\\"\",\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/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6\",\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\": \"PSTestRSV5fbd4c62\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T11%3A01%3A31.3954858Z'\\\"\",\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/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62\",\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/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxMzViZTJhNi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y1ZmJkNGM2Mi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85805f2b-1ce7-486f-8517-752bb843a724" + "e5570517-4f73-4845-9867-10e5c66a06e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -351,11 +351,11 @@ "nosniff" ], "x-ms-request-id": [ - "1312ad68-cb75-4dad-b36d-e96c981eb101" + "386a8df1-c5ba-4770-8bbf-52103843ee7b" ], "x-ms-client-request-id": [ - "85805f2b-1ce7-486f-8517-752bb843a724", - "85805f2b-1ce7-486f-8517-752bb843a724" + "e5570517-4f73-4845-9867-10e5c66a06e3", + "e5570517-4f73-4845-9867-10e5c66a06e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -370,13 +370,13 @@ "149" ], "x-ms-correlation-request-id": [ - "1312ad68-cb75-4dad-b36d-e96c981eb101" + "386a8df1-c5ba-4770-8bbf-52103843ee7b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101708Z:1312ad68-cb75-4dad-b36d-e96c981eb101" + "SOUTHINDIA:20210518T110132Z:386a8df1-c5ba-4770-8bbf-52103843ee7b" ], "Date": [ - "Tue, 16 Feb 2021 10:17:08 GMT" + "Tue, 18 May 2021 11:01:31 GMT" ], "Content-Length": [ "2" @@ -392,22 +392,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxMzViZTJhNi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y1ZmJkNGM2Mi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85805f2b-1ce7-486f-8517-752bb843a724" + "e5570517-4f73-4845-9867-10e5c66a06e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -421,11 +421,11 @@ "nosniff" ], "x-ms-request-id": [ - "974dfe4d-56c7-4b47-8eee-8f5060c7abf8" + "f8be3b4d-4a76-43c5-8c39-3eb0925d66c3" ], "x-ms-client-request-id": [ - "85805f2b-1ce7-486f-8517-752bb843a724", - "85805f2b-1ce7-486f-8517-752bb843a724" + "e5570517-4f73-4845-9867-10e5c66a06e3", + "e5570517-4f73-4845-9867-10e5c66a06e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -440,13 +440,13 @@ "148" ], "x-ms-correlation-request-id": [ - "974dfe4d-56c7-4b47-8eee-8f5060c7abf8" + "f8be3b4d-4a76-43c5-8c39-3eb0925d66c3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101709Z:974dfe4d-56c7-4b47-8eee-8f5060c7abf8" + "SOUTHINDIA:20210518T110133Z:f8be3b4d-4a76-43c5-8c39-3eb0925d66c3" ], "Date": [ - "Tue, 16 Feb 2021 10:17:09 GMT" + "Tue, 18 May 2021 11:01:32 GMT" ], "Content-Length": [ "1407" @@ -458,26 +458,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy\",\r\n \"name\": \"newPolicy\",\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-16T16:30: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-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy\",\r\n \"name\": \"newPolicy\",\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-05-18T10: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-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\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/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxMzViZTJhNi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y1ZmJkNGM2Mi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59ece3b0-9943-4e77-a6d9-73cc9368457e" + "c1ca260d-2b01-452d-abe2-3e500a2c8f52" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -491,11 +491,11 @@ "nosniff" ], "x-ms-request-id": [ - "98e9b4c4-f2af-49dd-9368-8462e76ac2ea" + "828e0da2-9a24-4814-af33-4be6f2fe0159" ], "x-ms-client-request-id": [ - "59ece3b0-9943-4e77-a6d9-73cc9368457e", - "59ece3b0-9943-4e77-a6d9-73cc9368457e" + "c1ca260d-2b01-452d-abe2-3e500a2c8f52", + "c1ca260d-2b01-452d-abe2-3e500a2c8f52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -510,13 +510,13 @@ "146" ], "x-ms-correlation-request-id": [ - "98e9b4c4-f2af-49dd-9368-8462e76ac2ea" + "828e0da2-9a24-4814-af33-4be6f2fe0159" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101709Z:98e9b4c4-f2af-49dd-9368-8462e76ac2ea" + "SOUTHINDIA:20210518T110134Z:828e0da2-9a24-4814-af33-4be6f2fe0159" ], "Date": [ - "Tue, 16 Feb 2021 10:17:09 GMT" + "Tue, 18 May 2021 11:01:33 GMT" ], "Content-Length": [ "1407" @@ -528,26 +528,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy\",\r\n \"name\": \"newPolicy\",\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-16T16:30: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-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy\",\r\n \"name\": \"newPolicy\",\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-05-18T10: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-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\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/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxMzViZTJhNi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y1ZmJkNGM2Mi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "137a31d9-40a7-4c58-a52d-578a2415c3d7" + "6b8d7cd9-2f73-42b5-a449-5d3f639e9a12" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -561,11 +561,11 @@ "nosniff" ], "x-ms-request-id": [ - "95b83c36-ebd1-4f34-b6bb-0cdd0820ca33" + "40c168c9-a8f2-491f-ad8e-dcf3afa11f9e" ], "x-ms-client-request-id": [ - "137a31d9-40a7-4c58-a52d-578a2415c3d7", - "137a31d9-40a7-4c58-a52d-578a2415c3d7" + "6b8d7cd9-2f73-42b5-a449-5d3f639e9a12", + "6b8d7cd9-2f73-42b5-a449-5d3f639e9a12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,13 +580,13 @@ "144" ], "x-ms-correlation-request-id": [ - "95b83c36-ebd1-4f34-b6bb-0cdd0820ca33" + "40c168c9-a8f2-491f-ad8e-dcf3afa11f9e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101710Z:95b83c36-ebd1-4f34-b6bb-0cdd0820ca33" + "SOUTHINDIA:20210518T110134Z:40c168c9-a8f2-491f-ad8e-dcf3afa11f9e" ], "Date": [ - "Tue, 16 Feb 2021 10:17:10 GMT" + "Tue, 18 May 2021 11:01:34 GMT" ], "Content-Length": [ "1407" @@ -598,26 +598,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy\",\r\n \"name\": \"newPolicy\",\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-16T16:30: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-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy\",\r\n \"name\": \"newPolicy\",\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-05-18T10: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-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\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/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxMzViZTJhNi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y1ZmJkNGM2Mi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7ea665f-4da4-47eb-ad65-1653a75ed57e" + "fc4d64ee-8cfc-4303-84eb-911b4f0c3d79" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -631,11 +631,11 @@ "nosniff" ], "x-ms-request-id": [ - "b812574d-f080-4c87-9f43-63680edd587a" + "2b9814af-e2ea-4415-849b-f99770716e1c" ], "x-ms-client-request-id": [ - "c7ea665f-4da4-47eb-ad65-1653a75ed57e", - "c7ea665f-4da4-47eb-ad65-1653a75ed57e" + "fc4d64ee-8cfc-4303-84eb-911b4f0c3d79", + "fc4d64ee-8cfc-4303-84eb-911b4f0c3d79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -650,13 +650,13 @@ "143" ], "x-ms-correlation-request-id": [ - "b812574d-f080-4c87-9f43-63680edd587a" + "2b9814af-e2ea-4415-849b-f99770716e1c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101711Z:b812574d-f080-4c87-9f43-63680edd587a" + "SOUTHINDIA:20210518T110135Z:2b9814af-e2ea-4415-849b-f99770716e1c" ], "Date": [ - "Tue, 16 Feb 2021 10:17:10 GMT" + "Tue, 18 May 2021 11:01:34 GMT" ], "Content-Length": [ "1486" @@ -668,26 +668,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy\",\r\n \"name\": \"newPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"instantRPDetails\": {\r\n \"azureBackupRGNamePrefix\": \"RecoveryServices\",\r\n \"azureBackupRGNameSuffix\": \"Policy\"\r\n },\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T06: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-16T06:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T06:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T06:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T06:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n },\r\n \"instantRpRetentionRangeInDays\": 5,\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy\",\r\n \"name\": \"newPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"instantRPDetails\": {\r\n \"azureBackupRGNamePrefix\": \"RecoveryServices\",\r\n \"azureBackupRGNameSuffix\": \"Policy\"\r\n },\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T16:30: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-05-18T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n },\r\n \"instantRpRetentionRangeInDays\": 5,\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxMzViZTJhNi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y1ZmJkNGM2Mi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n },\r\n \"instantRpRetentionRangeInDays\": 2,\r\n \"timeZone\": \"UTC\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n },\r\n \"instantRpRetentionRangeInDays\": 2,\r\n \"timeZone\": \"UTC\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "85805f2b-1ce7-486f-8517-752bb843a724" + "e5570517-4f73-4845-9867-10e5c66a06e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -707,11 +707,11 @@ "nosniff" ], "x-ms-request-id": [ - "9323c1f2-ce04-4080-b72b-0aefd10fd803" + "a2e89655-9955-4013-b3e0-0c6dc5848bc4" ], "x-ms-client-request-id": [ - "85805f2b-1ce7-486f-8517-752bb843a724", - "85805f2b-1ce7-486f-8517-752bb843a724" + "e5570517-4f73-4845-9867-10e5c66a06e3", + "e5570517-4f73-4845-9867-10e5c66a06e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -723,16 +723,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "9323c1f2-ce04-4080-b72b-0aefd10fd803" + "a2e89655-9955-4013-b3e0-0c6dc5848bc4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101708Z:9323c1f2-ce04-4080-b72b-0aefd10fd803" + "SOUTHINDIA:20210518T110133Z:a2e89655-9955-4013-b3e0-0c6dc5848bc4" ], "Date": [ - "Tue, 16 Feb 2021 10:17:08 GMT" + "Tue, 18 May 2021 11:01:32 GMT" ], "Content-Length": [ "1407" @@ -744,26 +744,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy\",\r\n \"name\": \"newPolicy\",\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-16T16:30: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-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy\",\r\n \"name\": \"newPolicy\",\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-05-18T10: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-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T10:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\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/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxMzViZTJhNi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y1ZmJkNGM2Mi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"instantRPDetails\": {\r\n \"azureBackupRGNamePrefix\": \"RecoveryServices\",\r\n \"azureBackupRGNameSuffix\": \"Policy\"\r\n },\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T06:00:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2021-02-16T06:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T06:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T06:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T06:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n },\r\n \"instantRpRetentionRangeInDays\": 5,\r\n \"timeZone\": \"UTC\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"instantRPDetails\": {\r\n \"azureBackupRGNamePrefix\": \"RecoveryServices\",\r\n \"azureBackupRGNameSuffix\": \"Policy\"\r\n },\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T16:30:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2021-05-18T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n },\r\n \"instantRpRetentionRangeInDays\": 5,\r\n \"timeZone\": \"UTC\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "137a31d9-40a7-4c58-a52d-578a2415c3d7" + "6b8d7cd9-2f73-42b5-a449-5d3f639e9a12" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -783,11 +783,11 @@ "nosniff" ], "x-ms-request-id": [ - "2e899874-3c02-421b-bb42-6edc30623b6d" + "51574df4-4f72-4d7a-8fd7-3fb3b3e02000" ], "x-ms-client-request-id": [ - "137a31d9-40a7-4c58-a52d-578a2415c3d7", - "137a31d9-40a7-4c58-a52d-578a2415c3d7" + "6b8d7cd9-2f73-42b5-a449-5d3f639e9a12", + "6b8d7cd9-2f73-42b5-a449-5d3f639e9a12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -799,16 +799,16 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "2e899874-3c02-421b-bb42-6edc30623b6d" + "51574df4-4f72-4d7a-8fd7-3fb3b3e02000" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101710Z:2e899874-3c02-421b-bb42-6edc30623b6d" + "SOUTHINDIA:20210518T110135Z:51574df4-4f72-4d7a-8fd7-3fb3b3e02000" ], "Date": [ - "Tue, 16 Feb 2021 10:17:10 GMT" + "Tue, 18 May 2021 11:01:34 GMT" ], "Content-Length": [ "1486" @@ -820,7 +820,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy\",\r\n \"name\": \"newPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"instantRPDetails\": {\r\n \"azureBackupRGNamePrefix\": \"RecoveryServices\",\r\n \"azureBackupRGNameSuffix\": \"Policy\"\r\n },\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T06: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-16T06:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T06:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T06:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T06:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n },\r\n \"instantRpRetentionRangeInDays\": 5,\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy\",\r\n \"name\": \"newPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureIaasVM\",\r\n \"instantRPDetails\": {\r\n \"azureBackupRGNamePrefix\": \"RecoveryServices\",\r\n \"azureBackupRGNameSuffix\": \"Policy\"\r\n },\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T16:30: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-05-18T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T16:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n },\r\n \"instantRpRetentionRangeInDays\": 5,\r\n \"timeZone\": \"UTC\",\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { @@ -830,15 +830,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3ba2ba75-4d46-4b90-83eb-19ab432bce45" + "13e746bf-70fc-431c-81d8-047471ed7034" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -853,10 +853,10 @@ "nosniff" ], "x-ms-request-id": [ - "e01465f1-9348-4b1c-b3a4-707ddc6de53e" + "2b7cc4e0-fe6a-498e-98db-d6ab992bf7c9" ], "x-ms-client-request-id": [ - "3ba2ba75-4d46-4b90-83eb-19ab432bce45" + "13e746bf-70fc-431c-81d8-047471ed7034" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -868,13 +868,13 @@ "11997" ], "x-ms-correlation-request-id": [ - "e01465f1-9348-4b1c-b3a4-707ddc6de53e" + "2b7cc4e0-fe6a-498e-98db-d6ab992bf7c9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101709Z:e01465f1-9348-4b1c-b3a4-707ddc6de53e" + "SOUTHINDIA:20210518T110134Z:2b7cc4e0-fe6a-498e-98db-d6ab992bf7c9" ], "Date": [ - "Tue, 16 Feb 2021 10:17:09 GMT" + "Tue, 18 May 2021 11:01:33 GMT" ], "Content-Length": [ "450" @@ -890,22 +890,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/sambit_rg/providers/Microsoft.RecoveryServices/vaults/sambit/backupPolicies/iaasvmretentioncheck?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3NhbWJpdF9yZy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3NhbWJpdC9iYWNrdXBQb2xpY2llcy9pYWFzdm1yZXRlbnRpb25jaGVjaz9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/sambit_rg/providers/Microsoft.RecoveryServices/vaults/sambit/backupPolicies/iaasvmretentioncheck?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3NhbWJpdF9yZy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3NhbWJpdC9iYWNrdXBQb2xpY2llcy9pYWFzdm1yZXRlbnRpb25jaGVjaz9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87ca3a1f-8be7-4231-a988-ddae032a64d2" + "31779137-88f0-46d4-b984-b010ea14e515" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -919,11 +919,11 @@ "nosniff" ], "x-ms-request-id": [ - "ec5beb9a-7ab3-4cac-8d4a-2b797a7b3126" + "f9b3d722-a39f-4c97-9548-cd79d3898801" ], "x-ms-client-request-id": [ - "87ca3a1f-8be7-4231-a988-ddae032a64d2", - "87ca3a1f-8be7-4231-a988-ddae032a64d2" + "31779137-88f0-46d4-b984-b010ea14e515", + "31779137-88f0-46d4-b984-b010ea14e515" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -938,13 +938,13 @@ "147" ], "x-ms-correlation-request-id": [ - "ec5beb9a-7ab3-4cac-8d4a-2b797a7b3126" + "f9b3d722-a39f-4c97-9548-cd79d3898801" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101709Z:ec5beb9a-7ab3-4cac-8d4a-2b797a7b3126" + "SOUTHINDIA:20210518T110134Z:f9b3d722-a39f-4c97-9548-cd79d3898801" ], "Date": [ - "Tue, 16 Feb 2021 10:17:09 GMT" + "Tue, 18 May 2021 11:01:33 GMT" ], "Content-Length": [ "1461" @@ -960,22 +960,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/DefaultPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxMzViZTJhNi9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/DefaultPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y1ZmJkNGM2Mi9iYWNrdXBQb2xpY2llcy9EZWZhdWx0UG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d688a333-3967-4bb8-b154-895e8b65334e" + "63d0a4ed-5133-4b6c-849a-6b3961ba730c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -989,11 +989,11 @@ "nosniff" ], "x-ms-request-id": [ - "6ed954c9-9582-4f31-a368-56c66d08469c" + "e70371e7-60c2-4edd-bd06-70996c07dc65" ], "x-ms-client-request-id": [ - "d688a333-3967-4bb8-b154-895e8b65334e", - "d688a333-3967-4bb8-b154-895e8b65334e" + "63d0a4ed-5133-4b6c-849a-6b3961ba730c", + "63d0a4ed-5133-4b6c-849a-6b3961ba730c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1008,13 +1008,13 @@ "145" ], "x-ms-correlation-request-id": [ - "6ed954c9-9582-4f31-a368-56c66d08469c" + "e70371e7-60c2-4edd-bd06-70996c07dc65" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101710Z:6ed954c9-9582-4f31-a368-56c66d08469c" + "SOUTHINDIA:20210518T110134Z:e70371e7-60c2-4edd-bd06-70996c07dc65" ], "Date": [ - "Tue, 16 Feb 2021 10:17:09 GMT" + "Tue, 18 May 2021 11:01:33 GMT" ], "Content-Length": [ "762" @@ -1026,26 +1026,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/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-16T20: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-16T20: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/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/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-05-18T21: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-05-18T21: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/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupPolicies/newPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxMzViZTJhNi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupPolicies/newPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y1ZmJkNGM2Mi9iYWNrdXBQb2xpY2llcy9uZXdQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbba7b7d-31fa-4464-8f22-8ce6704ee02e" + "efe5a9e4-0299-41c5-8f1a-be95edc96503" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1059,11 +1059,11 @@ "nosniff" ], "x-ms-request-id": [ - "0a5c407a-b3ec-4dae-8e93-f48f8199cdee" + "95b19727-6576-4eb2-86e7-15eb5d558d34" ], "x-ms-client-request-id": [ - "cbba7b7d-31fa-4464-8f22-8ce6704ee02e", - "cbba7b7d-31fa-4464-8f22-8ce6704ee02e" + "efe5a9e4-0299-41c5-8f1a-be95edc96503", + "efe5a9e4-0299-41c5-8f1a-be95edc96503" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1075,13 +1075,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "0a5c407a-b3ec-4dae-8e93-f48f8199cdee" + "95b19727-6576-4eb2-86e7-15eb5d558d34" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101711Z:0a5c407a-b3ec-4dae-8e93-f48f8199cdee" + "SOUTHINDIA:20210518T110136Z:95b19727-6576-4eb2-86e7-15eb5d558d34" ], "Date": [ - "Tue, 16 Feb 2021 10:17:11 GMT" + "Tue, 18 May 2021 11:01:35 GMT" ], "Expires": [ "-1" @@ -1094,21 +1094,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81e53944-109e-4df7-b26a-31c8d0f150d6" + "71322d0a-d8cf-4bc0-b4d6-414ed26386f8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -1123,10 +1123,10 @@ "nosniff" ], "x-ms-request-id": [ - "fe0bdfea-8246-44e9-b927-deed01d00f53" + "77a5945c-58b5-4910-b59e-8f7aa57200b5" ], "x-ms-client-request-id": [ - "81e53944-109e-4df7-b26a-31c8d0f150d6" + "71322d0a-d8cf-4bc0-b4d6-414ed26386f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1135,16 +1135,16 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "fe0bdfea-8246-44e9-b927-deed01d00f53" + "77a5945c-58b5-4910-b59e-8f7aa57200b5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101711Z:fe0bdfea-8246-44e9-b927-deed01d00f53" + "SOUTHINDIA:20210518T110136Z:77a5945c-58b5-4910-b59e-8f7aa57200b5" ], "Date": [ - "Tue, 16 Feb 2021 10:17:11 GMT" + "Tue, 18 May 2021 11:01:35 GMT" ], "Content-Length": [ "478" @@ -1156,26 +1156,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV135be2a6\",\r\n \"etag\": \"W/\\\"datetime'2021-02-16T10%3A17%3A07.4074539Z'\\\"\",\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/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"name\": \"PSTestRSV5fbd4c62\",\r\n \"etag\": \"W/\\\"datetime'2021-05-18T11%3A01%3A31.3954858Z'\\\"\",\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/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62\",\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/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxMzViZTJhNi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62/backupProtectionContainers?$filter=backupManagementType%20eq%20'AzureIaasVM'%20and%20status%20eq%20'Registered'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y1ZmJkNGM2Mi9iYWNrdXBQcm90ZWN0aW9uQ29udGFpbmVycz8kZmlsdGVyPWJhY2t1cE1hbmFnZW1lbnRUeXBlJTIwZXElMjAnQXp1cmVJYWFzVk0nJTIwYW5kJTIwc3RhdHVzJTIwZXElMjAnUmVnaXN0ZXJlZCcmYXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e93cca9-36b2-4a9c-a945-42e02adb4ddd" + "453e26fe-f123-451c-8595-f4f6a955d3c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.5.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.RecoveryServices.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -1189,11 +1189,11 @@ "nosniff" ], "x-ms-request-id": [ - "0b5ec8eb-4796-4026-9657-a8764b0d1a11" + "71b8bd68-d508-4cc4-94d5-4241c63556eb" ], "x-ms-client-request-id": [ - "2e93cca9-36b2-4a9c-a945-42e02adb4ddd", - "2e93cca9-36b2-4a9c-a945-42e02adb4ddd" + "453e26fe-f123-451c-8595-f4f6a955d3c7", + "453e26fe-f123-451c-8595-f4f6a955d3c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1208,13 +1208,13 @@ "149" ], "x-ms-correlation-request-id": [ - "0b5ec8eb-4796-4026-9657-a8764b0d1a11" + "71b8bd68-d508-4cc4-94d5-4241c63556eb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101712Z:0b5ec8eb-4796-4026-9657-a8764b0d1a11" + "SOUTHINDIA:20210518T110136Z:71b8bd68-d508-4cc4-94d5-4241c63556eb" ], "Date": [ - "Tue, 16 Feb 2021 10:17:11 GMT" + "Tue, 18 May 2021 11:01:35 GMT" ], "Content-Length": [ "12" @@ -1230,21 +1230,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG135be2a6/providers/Microsoft.RecoveryServices/vaults/PSTestRSV135be2a6?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHMTM1YmUyYTYvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1YxMzViZTJhNj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/PSTestRG5fbd4c62/providers/Microsoft.RecoveryServices/vaults/PSTestRSV5fbd4c62?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL1BTVGVzdFJHNWZiZDRjNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9QU1Rlc3RSU1Y1ZmJkNGM2Mj9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f59378b-c804-4217-b980-3721eef39306" + "b4d19f2a-2359-4978-8113-686961e295fb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -1259,10 +1259,10 @@ "nosniff" ], "x-ms-request-id": [ - "3e814c8c-d964-425d-8f0d-19ea174a58ac" + "16d89253-ab1e-4eaa-b6c3-4f6fefa6bcec" ], "x-ms-client-request-id": [ - "4f59378b-c804-4217-b980-3721eef39306" + "b4d19f2a-2359-4978-8113-686961e295fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1271,13 +1271,13 @@ "9" ], "x-ms-correlation-request-id": [ - "3e814c8c-d964-425d-8f0d-19ea174a58ac" + "16d89253-ab1e-4eaa-b6c3-4f6fefa6bcec" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101714Z:3e814c8c-d964-425d-8f0d-19ea174a58ac" + "SOUTHINDIA:20210518T110138Z:16d89253-ab1e-4eaa-b6c3-4f6fefa6bcec" ], "Date": [ - "Tue, 16 Feb 2021 10:17:13 GMT" + "Tue, 18 May 2021 11:01:37 GMT" ], "Expires": [ "-1" @@ -1290,22 +1290,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG135be2a6?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHMTM1YmUyYTY/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourcegroups/PSTestRG5fbd4c62?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlZ3JvdXBzL1BTVGVzdFJHNWZiZDRjNjI/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91de57cb-7ecb-4134-bfd3-dd854a11886d" + "bf30e1fa-954a-49c5-8559-5bc7b7d44d2b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1316,7 +1316,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzEzNUJFMkE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzVGQkQ0QzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" @@ -1325,13 +1325,13 @@ "14998" ], "x-ms-request-id": [ - "332ebf0d-9e6c-4e18-ac46-9f7951efd61d" + "4935accd-5dc9-4e9f-a9c6-8b8aa7a73e25" ], "x-ms-correlation-request-id": [ - "332ebf0d-9e6c-4e18-ac46-9f7951efd61d" + "4935accd-5dc9-4e9f-a9c6-8b8aa7a73e25" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101715Z:332ebf0d-9e6c-4e18-ac46-9f7951efd61d" + "SOUTHINDIA:20210518T110139Z:4935accd-5dc9-4e9f-a9c6-8b8aa7a73e25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1340,7 +1340,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 10:17:15 GMT" + "Tue, 18 May 2021 11:01:39 GMT" ], "Expires": [ "-1" @@ -1353,16 +1353,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzEzNUJFMkE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekV6TlVKRk1rRTJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzVGQkQ0QzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelZHUWtRMFF6WXlMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1373,22 +1373,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzEzNUJFMkE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzVGQkQ0QzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11997" ], "x-ms-request-id": [ - "897ae74f-63c0-4659-a855-3375550cb687" + "36d35c22-27d2-4ea3-bc54-e6c648325815" ], "x-ms-correlation-request-id": [ - "897ae74f-63c0-4659-a855-3375550cb687" + "36d35c22-27d2-4ea3-bc54-e6c648325815" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101730Z:897ae74f-63c0-4659-a855-3375550cb687" + "SOUTHINDIA:20210518T110154Z:36d35c22-27d2-4ea3-bc54-e6c648325815" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1397,7 +1397,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 10:17:30 GMT" + "Tue, 18 May 2021 11:01:54 GMT" ], "Expires": [ "-1" @@ -1410,16 +1410,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzEzNUJFMkE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekV6TlVKRk1rRTJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzVGQkQ0QzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelZHUWtRMFF6WXlMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1430,22 +1430,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzEzNUJFMkE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzVGQkQ0QzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11996" ], "x-ms-request-id": [ - "f5a87ad6-0e77-4419-883e-3d1f0d93dce6" + "79f02007-bdc7-42e3-b8fe-9d2393f366bc" ], "x-ms-correlation-request-id": [ - "f5a87ad6-0e77-4419-883e-3d1f0d93dce6" + "79f02007-bdc7-42e3-b8fe-9d2393f366bc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101745Z:f5a87ad6-0e77-4419-883e-3d1f0d93dce6" + "SOUTHINDIA:20210518T110209Z:79f02007-bdc7-42e3-b8fe-9d2393f366bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1454,7 +1454,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 10:17:44 GMT" + "Tue, 18 May 2021 11:02:09 GMT" ], "Expires": [ "-1" @@ -1467,16 +1467,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzEzNUJFMkE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekV6TlVKRk1rRTJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzVGQkQ0QzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelZHUWtRMFF6WXlMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1487,16 +1487,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11995" ], "x-ms-request-id": [ - "90279f9f-f032-40df-82e6-4858bef6dd88" + "71bf8754-fa31-479b-ada2-159ab8025cab" ], "x-ms-correlation-request-id": [ - "90279f9f-f032-40df-82e6-4858bef6dd88" + "71bf8754-fa31-479b-ada2-159ab8025cab" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101800Z:90279f9f-f032-40df-82e6-4858bef6dd88" + "SOUTHINDIA:20210518T110224Z:71bf8754-fa31-479b-ada2-159ab8025cab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1505,7 +1505,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 10:18:00 GMT" + "Tue, 18 May 2021 11:02:24 GMT" ], "Expires": [ "-1" @@ -1518,16 +1518,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzEzNUJFMkE2LVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSekV6TlVKRk1rRTJMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QU1RFU1RSRzVGQkQ0QzYyLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVTFSRlUxUlNSelZHUWtRMFF6WXlMVk5QVlZSSVJVRlRWRUZUU1VFaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5OdmRYUm9aV0Z6ZEdGemFXRWlmUT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.31" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.34" ] }, "ResponseHeaders": { @@ -1538,16 +1538,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11994" ], "x-ms-request-id": [ - "a0c0e7ab-2ba8-44c4-84a9-c2507ed8fd8b" + "ebcf93b0-f4c1-4312-844e-7435caebaec6" ], "x-ms-correlation-request-id": [ - "a0c0e7ab-2ba8-44c4-84a9-c2507ed8fd8b" + "ebcf93b0-f4c1-4312-844e-7435caebaec6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101800Z:a0c0e7ab-2ba8-44c4-84a9-c2507ed8fd8b" + "SOUTHINDIA:20210518T110224Z:ebcf93b0-f4c1-4312-844e-7435caebaec6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1556,7 +1556,7 @@ "nosniff" ], "Date": [ - "Tue, 16 Feb 2021 10:18:00 GMT" + "Tue, 18 May 2021 11:02:24 GMT" ], "Expires": [ "-1" @@ -1572,6 +1572,6 @@ "Names": {}, "Variables": { "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c", - "NamingSuffix": "135be2a6-95d0-4e03-9978-66008e8e6e27" + "NamingSuffix": "5fbd4c62-d354-4063-aea3-095224b6d5db" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.PolicyTests/TestAzureVmWorkloadPolicy.json b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.PolicyTests/TestAzureVmWorkloadPolicy.json index 9f85206c30a9..a3480ce59bfa 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.PolicyTests/TestAzureVmWorkloadPolicy.json +++ b/src/RecoveryServices/RecoveryServices.Backup.Test/SessionRecords/Microsoft.Azure.Commands.RecoveryServices.Backup.Test.ScenarioTests.PolicyTests/TestAzureVmWorkloadPolicy.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8?api-version=2016-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTg/YXBpLXZlcnNpb249MjAxNi0wNi0wMQ==", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTg/YXBpLXZlcnNpb249MjAxNi0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a0988614-220d-483c-a449-0ba2b6a2d1e3" + "e7350823-2368-4c2e-9e1c-a00d6084a8d6" ], "Accept-Language": [ "en-US" @@ -15,7 +15,7 @@ "User-Agent": [ "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.1.0" ] }, @@ -30,10 +30,10 @@ "nosniff" ], "x-ms-request-id": [ - "a1aa6708-bb2c-49e3-992e-a74148d56e00" + "3210b301-c509-4bee-939e-ab34d093346c" ], "x-ms-client-request-id": [ - "a0988614-220d-483c-a449-0ba2b6a2d1e3" + "e7350823-2368-4c2e-9e1c-a00d6084a8d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -42,19 +42,19 @@ "Microsoft-IIS/10.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11995" ], "x-ms-correlation-request-id": [ - "a1aa6708-bb2c-49e3-992e-a74148d56e00" + "3210b301-c509-4bee-939e-ab34d093346c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101807Z:a1aa6708-bb2c-49e3-992e-a74148d56e00" + "SOUTHINDIA:20210518T100812Z:3210b301-c509-4bee-939e-ab34d093346c" ], "Date": [ - "Tue, 16 Feb 2021 10:18:07 GMT" + "Tue, 18 May 2021 10:08:12 GMT" ], "Content-Length": [ - "475" + "476" ], "Content-Type": [ "application/json" @@ -63,17 +63,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pstestwlRSV1bca8\",\r\n \"etag\": \"W/\\\"datetime'2019-11-08T09%3A49%3A58.514669Z'\\\"\",\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/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"RS0\",\r\n \"tier\": \"Standard\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"location\": \"southeastasia\",\r\n \"name\": \"pstestwlRSV1bca8\",\r\n \"etag\": \"W/\\\"datetime'2019-10-30T10%3A18%3A53.8483283Z'\\\"\",\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/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"RS0\",\r\n \"tier\": \"Standard\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d6b6323-ed24-458b-8751-4f6d4f530c42" + "c647632f-72e7-4ac7-b7a4-9e040721e9c0" ], "Accept-Language": [ "en-US" @@ -81,8 +81,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -96,11 +96,11 @@ "nosniff" ], "x-ms-request-id": [ - "17a95d62-1af7-49d1-a00c-d3545d887522" + "ee79bb18-39de-44be-9cfd-43cf89477269" ], "x-ms-client-request-id": [ - "1d6b6323-ed24-458b-8751-4f6d4f530c42", - "1d6b6323-ed24-458b-8751-4f6d4f530c42" + "c647632f-72e7-4ac7-b7a4-9e040721e9c0", + "c647632f-72e7-4ac7-b7a4-9e040721e9c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -115,13 +115,13 @@ "149" ], "x-ms-correlation-request-id": [ - "17a95d62-1af7-49d1-a00c-d3545d887522" + "ee79bb18-39de-44be-9cfd-43cf89477269" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101808Z:17a95d62-1af7-49d1-a00c-d3545d887522" + "SOUTHINDIA:20210518T100812Z:ee79bb18-39de-44be-9cfd-43cf89477269" ], "Date": [ - "Tue, 16 Feb 2021 10:18:08 GMT" + "Tue, 18 May 2021 10:08:12 GMT" ], "Content-Length": [ "2" @@ -137,13 +137,13 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d6b6323-ed24-458b-8751-4f6d4f530c42" + "c647632f-72e7-4ac7-b7a4-9e040721e9c0" ], "Accept-Language": [ "en-US" @@ -151,8 +151,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -166,11 +166,11 @@ "nosniff" ], "x-ms-request-id": [ - "540dbc15-49de-4e29-a8c2-7f280926dce6" + "8c6d8203-543e-4a6c-873a-fd4cb34452dc" ], "x-ms-client-request-id": [ - "1d6b6323-ed24-458b-8751-4f6d4f530c42", - "1d6b6323-ed24-458b-8751-4f6d4f530c42" + "c647632f-72e7-4ac7-b7a4-9e040721e9c0", + "c647632f-72e7-4ac7-b7a4-9e040721e9c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -185,13 +185,13 @@ "148" ], "x-ms-correlation-request-id": [ - "540dbc15-49de-4e29-a8c2-7f280926dce6" + "8c6d8203-543e-4a6c-873a-fd4cb34452dc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101810Z:540dbc15-49de-4e29-a8c2-7f280926dce6" + "SOUTHINDIA:20210518T100814Z:8c6d8203-543e-4a6c-873a-fd4cb34452dc" ], "Date": [ - "Tue, 16 Feb 2021 10:18:09 GMT" + "Tue, 18 May 2021 10:08:13 GMT" ], "Content-Length": [ "1726" @@ -203,17 +203,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": false,\r\n \"isCompression\": false\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T03: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-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": false,\r\n \"isCompression\": false\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T11:30: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-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9fb20e5f-78dd-4f38-baff-5007141a71ba" + "de2bb60c-4b14-4807-bcf5-2c615049d6cc" ], "Accept-Language": [ "en-US" @@ -221,8 +221,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -236,11 +236,11 @@ "nosniff" ], "x-ms-request-id": [ - "7641f8e6-0e4c-4120-acc4-2f5cdb914f36" + "3fee9c79-c510-461f-9c9b-ab88514ed259" ], "x-ms-client-request-id": [ - "9fb20e5f-78dd-4f38-baff-5007141a71ba", - "9fb20e5f-78dd-4f38-baff-5007141a71ba" + "de2bb60c-4b14-4807-bcf5-2c615049d6cc", + "de2bb60c-4b14-4807-bcf5-2c615049d6cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -255,13 +255,13 @@ "147" ], "x-ms-correlation-request-id": [ - "7641f8e6-0e4c-4120-acc4-2f5cdb914f36" + "3fee9c79-c510-461f-9c9b-ab88514ed259" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101810Z:7641f8e6-0e4c-4120-acc4-2f5cdb914f36" + "SOUTHINDIA:20210518T100814Z:3fee9c79-c510-461f-9c9b-ab88514ed259" ], "Date": [ - "Tue, 16 Feb 2021 10:18:10 GMT" + "Tue, 18 May 2021 10:08:13 GMT" ], "Content-Length": [ "1726" @@ -273,17 +273,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": false,\r\n \"isCompression\": false\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T03: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-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": false,\r\n \"isCompression\": false\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T11:30: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-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "403c212a-913c-4f71-98b7-62deb726722c" + "40cc7f92-598e-4864-8b4b-1e25b82902a3" ], "Accept-Language": [ "en-US" @@ -291,8 +291,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -306,11 +306,11 @@ "nosniff" ], "x-ms-request-id": [ - "9f7dc965-c871-4cf3-b1dc-85696401b496" + "4a572b4d-1d96-4006-8c4b-78da35347f56" ], "x-ms-client-request-id": [ - "403c212a-913c-4f71-98b7-62deb726722c", - "403c212a-913c-4f71-98b7-62deb726722c" + "40cc7f92-598e-4864-8b4b-1e25b82902a3", + "40cc7f92-598e-4864-8b4b-1e25b82902a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -325,13 +325,13 @@ "146" ], "x-ms-correlation-request-id": [ - "9f7dc965-c871-4cf3-b1dc-85696401b496" + "4a572b4d-1d96-4006-8c4b-78da35347f56" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101810Z:9f7dc965-c871-4cf3-b1dc-85696401b496" + "SOUTHINDIA:20210518T100814Z:4a572b4d-1d96-4006-8c4b-78da35347f56" ], "Date": [ - "Tue, 16 Feb 2021 10:18:10 GMT" + "Tue, 18 May 2021 10:08:14 GMT" ], "Content-Length": [ "1726" @@ -343,17 +343,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": false,\r\n \"isCompression\": false\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T03: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-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": false,\r\n \"isCompression\": false\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T11:30: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-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9769ba4-4049-4cdc-a8f4-5cbde08f7d91" + "4a00d06c-e9f4-4e0f-a219-1608a6e75b74" ], "Accept-Language": [ "en-US" @@ -361,8 +361,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -376,11 +376,11 @@ "nosniff" ], "x-ms-request-id": [ - "08382f90-d073-47a4-8570-47154bc9da13" + "7c5f4bfc-96c3-4384-887c-8b913091cc27" ], "x-ms-client-request-id": [ - "e9769ba4-4049-4cdc-a8f4-5cbde08f7d91", - "e9769ba4-4049-4cdc-a8f4-5cbde08f7d91" + "4a00d06c-e9f4-4e0f-a219-1608a6e75b74", + "4a00d06c-e9f4-4e0f-a219-1608a6e75b74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -395,13 +395,13 @@ "145" ], "x-ms-correlation-request-id": [ - "08382f90-d073-47a4-8570-47154bc9da13" + "7c5f4bfc-96c3-4384-887c-8b913091cc27" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101811Z:08382f90-d073-47a4-8570-47154bc9da13" + "SOUTHINDIA:20210518T100815Z:7c5f4bfc-96c3-4384-887c-8b913091cc27" ], "Date": [ - "Tue, 16 Feb 2021 10:18:11 GMT" + "Tue, 18 May 2021 10:08:15 GMT" ], "Content-Length": [ "1985" @@ -413,17 +413,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Sunday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Differential\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Monday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Sunday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Differential\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Monday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc80cb93-45c8-4b0a-b79f-2d27f0ccefa0" + "ee4129b4-8cfa-40b6-a244-eff1ef784031" ], "Accept-Language": [ "en-US" @@ -431,8 +431,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -446,11 +446,11 @@ "nosniff" ], "x-ms-request-id": [ - "16cb4b01-3704-4b82-947e-3ffb983f4915" + "23cd1b44-e0ac-4861-b9c6-a6a1c8940873" ], "x-ms-client-request-id": [ - "bc80cb93-45c8-4b0a-b79f-2d27f0ccefa0", - "bc80cb93-45c8-4b0a-b79f-2d27f0ccefa0" + "ee4129b4-8cfa-40b6-a244-eff1ef784031", + "ee4129b4-8cfa-40b6-a244-eff1ef784031" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -465,13 +465,13 @@ "144" ], "x-ms-correlation-request-id": [ - "16cb4b01-3704-4b82-947e-3ffb983f4915" + "23cd1b44-e0ac-4861-b9c6-a6a1c8940873" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101811Z:16cb4b01-3704-4b82-947e-3ffb983f4915" + "SOUTHINDIA:20210518T100815Z:23cd1b44-e0ac-4861-b9c6-a6a1c8940873" ], "Date": [ - "Tue, 16 Feb 2021 10:18:11 GMT" + "Tue, 18 May 2021 10:08:15 GMT" ], "Content-Length": [ "1985" @@ -483,17 +483,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Sunday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Differential\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Monday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Sunday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Differential\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Monday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": false,\r\n \"isCompression\": false\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": false,\r\n \"isCompression\": false\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1d6b6323-ed24-458b-8751-4f6d4f530c42" + "c647632f-72e7-4ac7-b7a4-9e040721e9c0" ], "Accept-Language": [ "en-US" @@ -501,8 +501,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -522,11 +522,11 @@ "nosniff" ], "x-ms-request-id": [ - "9a19a5ed-e09c-4e2c-a763-5a5633faeb84" + "825f6f92-b17d-4bb4-b810-c5ceba6c265d" ], "x-ms-client-request-id": [ - "1d6b6323-ed24-458b-8751-4f6d4f530c42", - "1d6b6323-ed24-458b-8751-4f6d4f530c42" + "c647632f-72e7-4ac7-b7a4-9e040721e9c0", + "c647632f-72e7-4ac7-b7a4-9e040721e9c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -541,13 +541,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "9a19a5ed-e09c-4e2c-a763-5a5633faeb84" + "825f6f92-b17d-4bb4-b810-c5ceba6c265d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101809Z:9a19a5ed-e09c-4e2c-a763-5a5633faeb84" + "SOUTHINDIA:20210518T100813Z:825f6f92-b17d-4bb4-b810-c5ceba6c265d" ], "Date": [ - "Tue, 16 Feb 2021 10:18:09 GMT" + "Tue, 18 May 2021 10:08:13 GMT" ], "Content-Length": [ "1726" @@ -559,17 +559,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": false,\r\n \"isCompression\": false\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T03: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-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T03:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": false,\r\n \"isCompression\": false\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T11:30: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-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 180,\r\n \"durationType\": \"Days\"\r\n }\r\n },\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T11:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Sunday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Differential\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Monday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Sunday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Differential\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Monday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "403c212a-913c-4f71-98b7-62deb726722c" + "40cc7f92-598e-4864-8b4b-1e25b82902a3" ], "Accept-Language": [ "en-US" @@ -577,8 +577,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -598,11 +598,11 @@ "nosniff" ], "x-ms-request-id": [ - "ca798b45-0fb0-4dec-9cac-1489dd2ddf21" + "03b9bd30-3f73-4724-aaee-f7fbc17843a8" ], "x-ms-client-request-id": [ - "403c212a-913c-4f71-98b7-62deb726722c", - "403c212a-913c-4f71-98b7-62deb726722c" + "40cc7f92-598e-4864-8b4b-1e25b82902a3", + "40cc7f92-598e-4864-8b4b-1e25b82902a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -617,13 +617,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "ca798b45-0fb0-4dec-9cac-1489dd2ddf21" + "03b9bd30-3f73-4724-aaee-f7fbc17843a8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101811Z:ca798b45-0fb0-4dec-9cac-1489dd2ddf21" + "SOUTHINDIA:20210518T100815Z:03b9bd30-3f73-4724-aaee-f7fbc17843a8" ], "Date": [ - "Tue, 16 Feb 2021 10:18:10 GMT" + "Tue, 18 May 2021 10:08:15 GMT" ], "Content-Length": [ "1985" @@ -635,17 +635,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Sunday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Differential\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Monday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Sunday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Differential\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Monday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Sunday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Differential\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Monday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"makePolicyConsistent\": true\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Sunday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Differential\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Monday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ]\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"makePolicyConsistent\": true\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bc80cb93-45c8-4b0a-b79f-2d27f0ccefa0" + "ee4129b4-8cfa-40b6-a244-eff1ef784031" ], "Accept-Language": [ "en-US" @@ -653,8 +653,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -674,11 +674,11 @@ "nosniff" ], "x-ms-request-id": [ - "4b0d46c7-aa2f-4770-bc27-af368ca103af" + "88aa8c94-59e6-41f8-9075-18d5ade6917b" ], "x-ms-client-request-id": [ - "bc80cb93-45c8-4b0a-b79f-2d27f0ccefa0", - "bc80cb93-45c8-4b0a-b79f-2d27f0ccefa0" + "ee4129b4-8cfa-40b6-a244-eff1ef784031", + "ee4129b4-8cfa-40b6-a244-eff1ef784031" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -693,13 +693,13 @@ "1197" ], "x-ms-correlation-request-id": [ - "4b0d46c7-aa2f-4770-bc27-af368ca103af" + "88aa8c94-59e6-41f8-9075-18d5ade6917b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101811Z:4b0d46c7-aa2f-4770-bc27-af368ca103af" + "SOUTHINDIA:20210518T100816Z:88aa8c94-59e6-41f8-9075-18d5ade6917b" ], "Date": [ - "Tue, 16 Feb 2021 10:18:11 GMT" + "Tue, 18 May 2021 10:08:15 GMT" ], "Content-Length": [ "1985" @@ -711,17 +711,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Sunday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Differential\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Monday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-02-16T00:00:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy\",\r\n \"name\": \"testSqlPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Sunday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"weeklySchedule\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 104,\r\n \"durationType\": \"Weeks\"\r\n }\r\n },\r\n \"monthlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 60,\r\n \"durationType\": \"Months\"\r\n }\r\n },\r\n \"yearlySchedule\": {\r\n \"retentionScheduleFormatType\": \"Weekly\",\r\n \"monthsOfYear\": [\r\n \"January\"\r\n ],\r\n \"retentionScheduleWeekly\": {\r\n \"daysOfTheWeek\": [\r\n \"Sunday\"\r\n ],\r\n \"weeksOfTheMonth\": [\r\n \"First\"\r\n ]\r\n },\r\n \"retentionTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 10,\r\n \"durationType\": \"Years\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Differential\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Weekly\",\r\n \"scheduleRunDays\": [\r\n \"Monday\"\r\n ],\r\n \"scheduleRunTimes\": [\r\n \"2021-05-18T21:30:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 31,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 120\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 15,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAxLTAx", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/testSqlPolicy?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXMvdGVzdFNxbFBvbGljeT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "729c6761-0ee3-4529-b3ce-de32ce7b46b6" + "59986444-528b-4ee3-95f3-30e9a45a8a8d" ], "Accept-Language": [ "en-US" @@ -729,8 +729,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -744,11 +744,11 @@ "nosniff" ], "x-ms-request-id": [ - "b044bf0d-5515-4cdc-bec9-67f3abba3679" + "529feb2b-9b00-44aa-a62f-d063bbcb7b9f" ], "x-ms-client-request-id": [ - "729c6761-0ee3-4529-b3ce-de32ce7b46b6", - "729c6761-0ee3-4529-b3ce-de32ce7b46b6" + "59986444-528b-4ee3-95f3-30e9a45a8a8d", + "59986444-528b-4ee3-95f3-30e9a45a8a8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -760,13 +760,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "b044bf0d-5515-4cdc-bec9-67f3abba3679" + "529feb2b-9b00-44aa-a62f-d063bbcb7b9f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101812Z:b044bf0d-5515-4cdc-bec9-67f3abba3679" + "SOUTHINDIA:20210518T100816Z:529feb2b-9b00-44aa-a62f-d063bbcb7b9f" ], "Date": [ - "Tue, 16 Feb 2021 10:18:12 GMT" + "Tue, 18 May 2021 10:08:16 GMT" ], "Expires": [ "-1" @@ -779,13 +779,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies?$filter=backupManagementType%20eq%20'AzureWorkload'&api-version=2021-01-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMzgzMDRlMTMtMzU3ZS00MDVlLTllOWEtMjIwMzUxZGNjZThjL3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlV29ya2xvYWQnJmFwaS12ZXJzaW9uPTIwMjEtMDEtMDE=", + "RequestUri": "/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies?$filter=backupManagementType%20eq%20'AzureWorkload'&api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGEzNjRmMGYtMzA3Yi00MWM5LTlkNDctYjc0MTNlYzQ1NTM1L3Jlc291cmNlR3JvdXBzL3BzdGVzdHdsUkcxYmNhOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL3BzdGVzdHdsUlNWMWJjYTgvYmFja3VwUG9saWNpZXM/JGZpbHRlcj1iYWNrdXBNYW5hZ2VtZW50VHlwZSUyMGVxJTIwJ0F6dXJlV29ya2xvYWQnJmFwaS12ZXJzaW9uPTIwMjEtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d50e6f3-d77b-4c08-a515-e9f3f635d9fa" + "c2b60ed2-a2a4-4be7-b553-94f9bb03aa09" ], "Accept-Language": [ "en-US" @@ -793,8 +793,8 @@ "User-Agent": [ "FxVersion/4.6.29719.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.Backup.RecoveryServicesBackupClient/4.1.6.0" ] }, "ResponseHeaders": { @@ -808,11 +808,11 @@ "nosniff" ], "x-ms-request-id": [ - "dc0008c2-f90d-4c15-93ae-1e81fa0a9b08" + "7e14c048-da4e-42d7-a9c8-7e5e9ff64fd2" ], "x-ms-client-request-id": [ - "1d50e6f3-d77b-4c08-a515-e9f3f635d9fa", - "1d50e6f3-d77b-4c08-a515-e9f3f635d9fa" + "c2b60ed2-a2a4-4be7-b553-94f9bb03aa09", + "c2b60ed2-a2a4-4be7-b553-94f9bb03aa09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -827,16 +827,16 @@ "143" ], "x-ms-correlation-request-id": [ - "dc0008c2-f90d-4c15-93ae-1e81fa0a9b08" + "7e14c048-da4e-42d7-a9c8-7e5e9ff64fd2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20210216T101812Z:dc0008c2-f90d-4c15-93ae-1e81fa0a9b08" + "SOUTHINDIA:20210518T100816Z:7e14c048-da4e-42d7-a9c8-7e5e9ff64fd2" ], "Date": [ - "Tue, 16 Feb 2021 10:18:12 GMT" + "Tue, 18 May 2021 10:08:16 GMT" ], "Content-Length": [ - "1088" + "3274" ], "Content-Type": [ "application/json" @@ -845,12 +845,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/38304e13-357e-405e-9e9a-220351dcce8c/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/HourlyLogBackup\",\r\n \"name\": \"HourlyLogBackup\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": false,\r\n \"isCompression\": false\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2019-11-08T19:30:00Z\"\r\n ],\r\n \"scheduleWeeklyFrequency\": 0\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"LongTermRetentionPolicy\",\r\n \"dailySchedule\": {\r\n \"retentionTimes\": [\r\n \"2019-11-08T19:30:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 60\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/HourlyLogBackup\",\r\n \"name\": \"HourlyLogBackup\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": false,\r\n \"isCompression\": false\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2019-10-30T20: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 \"2019-10-30T20:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 60\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/clitest-policyowdn5qnwad\",\r\n \"name\": \"clitest-policyowdn5qnwad\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2019-10-30T20: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 \"2019-10-30T20:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 60\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/da364f0f-307b-41c9-9d47-b7413ec45535/resourceGroups/pstestwlRG1bca8/providers/Microsoft.RecoveryServices/vaults/pstestwlRSV1bca8/backupPolicies/clitest-policyricu3u3vop\",\r\n \"name\": \"clitest-policyricu3u3vop\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/backupPolicies\",\r\n \"properties\": {\r\n \"backupManagementType\": \"AzureWorkload\",\r\n \"workLoadType\": \"SQLDataBase\",\r\n \"settings\": {\r\n \"timeZone\": \"UTC\",\r\n \"issqlcompression\": true,\r\n \"isCompression\": true\r\n },\r\n \"subProtectionPolicy\": [\r\n {\r\n \"policyType\": \"Full\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"SimpleSchedulePolicy\",\r\n \"scheduleRunFrequency\": \"Daily\",\r\n \"scheduleRunTimes\": [\r\n \"2019-10-30T20: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 \"2019-10-30T20:00:00Z\"\r\n ],\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"policyType\": \"Log\",\r\n \"schedulePolicy\": {\r\n \"schedulePolicyType\": \"LogSchedulePolicy\",\r\n \"scheduleFrequencyInMins\": 60\r\n },\r\n \"retentionPolicy\": {\r\n \"retentionPolicyType\": \"SimpleRetentionPolicy\",\r\n \"retentionDuration\": {\r\n \"count\": 30,\r\n \"durationType\": \"Days\"\r\n }\r\n }\r\n }\r\n ],\r\n \"protectedItemsCount\": 0\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "38304e13-357e-405e-9e9a-220351dcce8c" + "SubscriptionId": "da364f0f-307b-41c9-9d47-b7413ec45535" } } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/RecoveryPoint/GetAzureRmRecoveryServicesBackupRecoveryLogChain.cs b/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/RecoveryPoint/GetAzureRmRecoveryServicesBackupRecoveryLogChain.cs index 49dbeb21f1f9..7e72cb82e3c1 100644 --- a/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/RecoveryPoint/GetAzureRmRecoveryServicesBackupRecoveryLogChain.cs +++ b/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/RecoveryPoint/GetAzureRmRecoveryServicesBackupRecoveryLogChain.cs @@ -69,6 +69,13 @@ public class GetAzureRmRecoveryServicesBackupRecoveryLogChain : RSBackupVaultCmd [ValidateNotNullOrEmpty] public ItemBase Item { get; set; } + /// + /// Switch param to filter Recovery point log chain on secondary region (Cross Region Restore). + /// + [Parameter(Mandatory = false, HelpMessage = ParamHelpMsgs.Common.UseSecondaryReg)] + [ValidateNotNullOrEmpty] + public SwitchParameter UseSecondaryRegion { get; set; } + public override void ExecuteCmdlet() { ExecutionBlock(() => @@ -88,6 +95,7 @@ public override void ExecuteCmdlet() providerParameters.Add(VaultParams.VaultName, vaultName); providerParameters.Add(VaultParams.ResourceGroupName, resourceGroupName); providerParameters.Add(RecoveryPointParams.Item, Item); + providerParameters.Add(CRRParams.UseSecondaryRegion, UseSecondaryRegion.IsPresent); if (ParameterSetName == DateTimeFilterParameterSet || ParameterSetName == NoFilterParameterSet) diff --git a/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/Restore/GetAzureRmRecoveryServicesBackupWorkloadRecoveryConfig.cs b/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/Restore/GetAzureRmRecoveryServicesBackupWorkloadRecoveryConfig.cs index 3fa73a341517..ea31c455f725 100644 --- a/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/Restore/GetAzureRmRecoveryServicesBackupWorkloadRecoveryConfig.cs +++ b/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/Restore/GetAzureRmRecoveryServicesBackupWorkloadRecoveryConfig.cs @@ -127,6 +127,16 @@ public override void ExecuteCmdlet() int offset = (int)timeSpan.TotalSeconds; string targetDb = ""; + if (AlternateWorkloadRestore.IsPresent || RestoreAsFiles.IsPresent) + { + if (TargetContainer == null) + { + throw new ArgumentNullException("TargetContainer", Resources.TargetContainerRequiredException); + } + + azureWorkloadRecoveryConfig.TargetVirtualMachineId = (TargetContainer as AzureVmWorkloadContainer).SourceResourceId; + } + if (TargetItem != null) { if (!string.Equals(((AzureWorkloadProtectableItem)TargetItem).ProtectableItemType, @@ -250,11 +260,6 @@ public override void ExecuteCmdlet() } else if (RestoreAsFiles.IsPresent) { - if(TargetContainer == null) - { - throw new ArgumentNullException("TargetContainer", Resources.TargetContainerRequiredException); - } - azureWorkloadRecoveryConfig.OverwriteWLIfpresent = "No"; azureWorkloadRecoveryConfig.NoRecoveryMode = "Disabled"; azureWorkloadRecoveryConfig.ContainerId = (TargetContainer as AzureVmWorkloadContainer).Id; diff --git a/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/Restore/RestoreAzureRMRecoveryServicesBackupItem.cs b/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/Restore/RestoreAzureRMRecoveryServicesBackupItem.cs index 9a0d3cb72aa1..0f01bff8dd68 100644 --- a/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/Restore/RestoreAzureRMRecoveryServicesBackupItem.cs +++ b/src/RecoveryServices/RecoveryServices.Backup/Cmdlets/Restore/RestoreAzureRMRecoveryServicesBackupItem.cs @@ -385,10 +385,10 @@ public override void ExecuteCmdlet() var operationId = jobResponse.Request.RequestUri.Segments.Last(); var response = ServiceClientAdapter.GetCrrOperationStatus(secondaryRegion, operationId); - string jobIDJson = JsonConvert.SerializeObject(response.Body.Properties); - string[] jobSplits = jobIDJson.Split(new char[] { '\"' }); - string jobID = jobSplits[jobSplits.Length - 2]; - WriteObject(GetCrrJobObject(secondaryRegion, VaultId, jobID)); + string jobIdJson = JsonConvert.SerializeObject(response.Body.Properties); + string[] jobSplits = jobIdJson.Split(new char[] { '\"' }); + string jobId = jobSplits[jobSplits.Length - 2]; + WriteObject(GetCrrJobObject(secondaryRegion, VaultId, jobId)); } else { diff --git a/src/RecoveryServices/RecoveryServices.Backup/RecoveryServices.Backup.csproj b/src/RecoveryServices/RecoveryServices.Backup/RecoveryServices.Backup.csproj index 058f35894d6d..1f8e243a029a 100644 --- a/src/RecoveryServices/RecoveryServices.Backup/RecoveryServices.Backup.csproj +++ b/src/RecoveryServices/RecoveryServices.Backup/RecoveryServices.Backup.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/RecoveryServices.SiteRecovery.Test.csproj b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/RecoveryServices.SiteRecovery.Test.csproj index a73a7c77d0ab..bb5c6c7aa05d 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/RecoveryServices.SiteRecovery.Test.csproj +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/RecoveryServices.SiteRecovery.Test.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/RecoveryServices/RecoveryServices.Test/RecoveryServices.Test.csproj b/src/RecoveryServices/RecoveryServices.Test/RecoveryServices.Test.csproj index 5e3e583928b3..b57f37d0a6b8 100644 --- a/src/RecoveryServices/RecoveryServices.Test/RecoveryServices.Test.csproj +++ b/src/RecoveryServices/RecoveryServices.Test/RecoveryServices.Test.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/RecoveryServices/RecoveryServices.sln b/src/RecoveryServices/RecoveryServices.sln index a7119c5fcf28..bd31d9bdac71 100644 --- a/src/RecoveryServices/RecoveryServices.sln +++ b/src/RecoveryServices/RecoveryServices.sln @@ -1,5 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 +# Visual Studio Version 15 VisualStudioVersion = 15.0.28307.136 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecoveryServices", "RecoveryServices\RecoveryServices.csproj", "{604260DC-B392-4CF4-81EC-34B14591E2D2}" diff --git a/src/RecoveryServices/RecoveryServices/ChangeLog.md b/src/RecoveryServices/RecoveryServices/ChangeLog.md index 32a6b24b6f63..f0d0f21631d6 100644 --- a/src/RecoveryServices/RecoveryServices/ChangeLog.md +++ b/src/RecoveryServices/RecoveryServices/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Fixed security issue with SQL restore, this is a necessary breaking change. TargetContainer becomes mandatory for Alternate Location Restore. * Removed Set-AzRecoveryServicesBackupProperties cmdlet alias, Set-AzRecoveryServicesBackupProperty is supported. * Removed Get-AzRecoveryServicesBackupJobDetails cmdlet alias, Get-AzRecoveryServicesBackupJobDetail is supported. * Added support for cross subscription DS Move. diff --git a/src/RecoveryServices/RecoveryServices/RecoveryServices.csproj b/src/RecoveryServices/RecoveryServices/RecoveryServices.csproj index 43d83ffc7b12..c7b9b25a5354 100644 --- a/src/RecoveryServices/RecoveryServices/RecoveryServices.csproj +++ b/src/RecoveryServices/RecoveryServices/RecoveryServices.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/RecoveryServices/RecoveryServices/Vault/GetAzureRmRecoveryServicesVaults.cs b/src/RecoveryServices/RecoveryServices/Vault/GetAzureRmRecoveryServicesVaults.cs index b23403663bf8..c0e9e56b3e66 100644 --- a/src/RecoveryServices/RecoveryServices/Vault/GetAzureRmRecoveryServicesVaults.cs +++ b/src/RecoveryServices/RecoveryServices/Vault/GetAzureRmRecoveryServicesVaults.cs @@ -19,7 +19,6 @@ using Microsoft.Azure.Management.RecoveryServices.Models; using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; using System.Collections; -using Microsoft.Azure.Commands.ResourceManager.Common.Tags; namespace Microsoft.Azure.Commands.RecoveryServices { diff --git a/src/RecoveryServices/RecoveryServices/Vault/SetAzureRmRecoveryServicesVaultContext.cs b/src/RecoveryServices/RecoveryServices/Vault/SetAzureRmRecoveryServicesVaultContext.cs index 946a856dca9e..28ffeb6df8e3 100644 --- a/src/RecoveryServices/RecoveryServices/Vault/SetAzureRmRecoveryServicesVaultContext.cs +++ b/src/RecoveryServices/RecoveryServices/Vault/SetAzureRmRecoveryServicesVaultContext.cs @@ -24,7 +24,6 @@ namespace Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets /// /// Used to set RecoveryServices Vault Context /// - [CmdletDeprecation("This command is getting deprecated. Please use -VaultID parameter in all Recovery Services commands going forward.")] [Cmdlet("Set", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "RecoveryServicesVaultContext"), OutputType(typeof(void))] public class SetAzureRmRecoveryServicesVaultContext : RecoveryServicesCmdletBase { diff --git a/src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesBackupRecoveryLogChain.md b/src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesBackupRecoveryLogChain.md index 55afd944b5a8..7f7ec723eae9 100644 --- a/src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesBackupRecoveryLogChain.md +++ b/src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesBackupRecoveryLogChain.md @@ -14,14 +14,15 @@ This command lists the start and end points of the unbroken log chain of the giv ### NoFilterParameterSet (Default) ``` -Get-AzRecoveryServicesBackupRecoveryLogChain [-Item] [-VaultId ] +Get-AzRecoveryServicesBackupRecoveryLogChain [-Item] [-UseSecondaryRegion] [-VaultId ] [-DefaultProfile ] [] ``` ### DateTimeFilter ``` Get-AzRecoveryServicesBackupRecoveryLogChain [[-StartDate] ] [[-EndDate] ] - [-Item] [-VaultId ] [-DefaultProfile ] [] + [-Item] [-UseSecondaryRegion] [-VaultId ] [-DefaultProfile ] + [] ``` ## DESCRIPTION @@ -48,7 +49,8 @@ The last command gets an array of recovery point time ranges for the item in $Ba This command lists the start and end points of the unbroken log chain of the given backup item. (autogenerated) -```powershell +```powershell + Get-AzRecoveryServicesBackupRecoveryLogChain -Item $Item -VaultId $vault.ID ``` @@ -114,6 +116,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UseSecondaryRegion +Filters from Secondary Region for Cross Region Restore + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -VaultId ARM ID of the Recovery Services Vault. diff --git a/src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesBackupWorkloadRecoveryConfig.md b/src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesBackupWorkloadRecoveryConfig.md index fe6a4d30e1de..9d35601f1177 100644 --- a/src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesBackupWorkloadRecoveryConfig.md +++ b/src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesBackupWorkloadRecoveryConfig.md @@ -38,19 +38,20 @@ The command returns a recovery config for AzureWorkload items which is passed to ### Example 1 ```powershell PS C:\> $SQLRecoveryObject = Get-AzRecoveryServicesBackupRecoveryPoint -Item $SQLBkpItem $startdate $enddate | Get-AzRecoveryServicesWorkloadRecoveryConfig -OriginalWorkloadRestore -PS C:\> $SQLRecoveryObject = Get-AzRecoveryServicesBackupRecoveryPoint -Item $SQLBkpItem $startdate $enddate | Get-AzRecoveryServicesWorkloadRecoveryConfig -AlternateWorkloadRestore -TargetItem $SQLProtItem +PS C:\> $SQLRecoveryObject = Get-AzRecoveryServicesBackupRecoveryPoint -Item $SQLBkpItem $startdate $enddate | Get-AzRecoveryServicesWorkloadRecoveryConfig -AlternateWorkloadRestore -TargetItem $SQLProtItem -TargetContainer $targetVMContainer ``` The first cmdlet is used to get the Recovery point object. The second cmdlet creates a recovery plan for a original location restore. THe third cmdlet creates a recovery plan for a alternate location restore. +Note: Parameter -TargetContainer is mandatory in case of AlternateLocationRestore or RestoreAsFiles. ### Example 2 This command constructs the recovery configuration of a backed up item such as SQL DB. (autogenerated) ```powershell -Get-AzRecoveryServicesBackupWorkloadRecoveryConfig -AlternateWorkloadRestore -RecoveryPoint $rp[0] -TargetItem -VaultId $vault.ID +Get-AzRecoveryServicesBackupWorkloadRecoveryConfig -AlternateWorkloadRestore -RecoveryPoint $rp[0] -TargetItem -TargetContainer $targetVMContainer -VaultId $vault.ID ``` ## PARAMETERS @@ -191,7 +192,7 @@ Accept wildcard characters: False ``` ### -TargetContainer -Specifies the target machine on which DB Files need to be restored. +Specifies the target machine on which DB Files need to be restored. TargetContainer is mandatory in case of AlternateLocationRestore or RestoreAsFiles. ```yaml Type: Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase